From 00db94a73c6da2ed343bc39a2205b3fea4a4ff65 Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Fri, 27 Sep 2019 04:54:04 +0200 Subject: [PATCH 1/2] Revert "Fix White Window issue on Windows after Qt 5.12.4 upgrade" This reverts commit 8f616969ab482c72092cb7c037a91292a0f159e1. Turns out that with the upgrade to the new released Qt 5.12.5 the issue has been solved by the Qt developers, so this fix becomes obsolete. Signed-off-by: Michael Schuster --- src/gui/settingsdialog.cpp | 17 ----------------- src/gui/settingsdialog.h | 12 ------------ 2 files changed, 29 deletions(-) diff --git a/src/gui/settingsdialog.cpp b/src/gui/settingsdialog.cpp index 841e8bbb2..e91b96853 100644 --- a/src/gui/settingsdialog.cpp +++ b/src/gui/settingsdialog.cpp @@ -168,23 +168,6 @@ void SettingsDialog::changeEvent(QEvent *e) QDialog::changeEvent(e); } -// FIX - White Window issue on Windows after Qt 5.12.4 upgrade /////////////////////////////// -#if (defined(Q_OS_WIN) && (QT_VERSION >= QT_VERSION_CHECK(5, 12, 4))) -void SettingsDialog::showEvent(QShowEvent *e) -{ - QDialog::showEvent(e); - - QTimer::singleShot(100, this, &SettingsDialog::timerShowEvent); -} - -void SettingsDialog::timerShowEvent() -{ - update(); - repaint(); -} -#endif -// FIX - White Window issue on Windows after Qt 5.12.4 upgrade /////////////////////////////// - void SettingsDialog::slotSwitchPage(QAction *action) { _ui->stack->setCurrentWidget(_actionGroupWidgets.value(action)); diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h index 6ae5f8896..97d15c03c 100644 --- a/src/gui/settingsdialog.h +++ b/src/gui/settingsdialog.h @@ -68,22 +68,10 @@ protected: void accept() override; void changeEvent(QEvent *) override; - // FIX - White Window issue on Windows after Qt 5.12.4 upgrade /////////////////////////////// - #if (defined(Q_OS_WIN) && (QT_VERSION >= QT_VERSION_CHECK(5, 12, 4))) - void showEvent(QShowEvent *) override; - #endif - // FIX - White Window issue on Windows after Qt 5.12.4 upgrade /////////////////////////////// - private slots: void accountAdded(AccountState *); void accountRemoved(AccountState *); - // FIX - White Window issue on Windows after Qt 5.12.4 upgrade /////////////////////////////// - #if (defined(Q_OS_WIN) && (QT_VERSION >= QT_VERSION_CHECK(5, 12, 4))) - void timerShowEvent(); - #endif - // FIX - White Window issue on Windows after Qt 5.12.4 upgrade /////////////////////////////// - private: void customizeStyle(); void activityAdded(AccountState *); From cf4fcebc533ac9ff6c25abd26878ef2a43efaa66 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 27 Sep 2019 03:04:15 +0000 Subject: [PATCH 2/2] [tx-robot] updated from transifex --- translations/client_bg.ts | 12 ++++++++---- translations/client_ca.ts | 14 +++++++++----- translations/client_cs.ts | 14 +++++++++----- translations/client_da.ts | 12 ++++++++---- translations/client_de.ts | 14 +++++++++----- translations/client_el.ts | 12 ++++++++---- translations/client_en.ts | 10 +++++++--- translations/client_en_GB.ts | 14 +++++++++----- translations/client_eo.ts | 14 +++++++++----- translations/client_es.ts | 14 +++++++++----- translations/client_es_AR.ts | 10 +++++++--- translations/client_es_CL.ts | 12 ++++++++---- translations/client_es_CO.ts | 12 ++++++++---- translations/client_es_CR.ts | 12 ++++++++---- translations/client_es_DO.ts | 12 ++++++++---- translations/client_es_EC.ts | 12 ++++++++---- translations/client_es_GT.ts | 12 ++++++++---- translations/client_es_HN.ts | 12 ++++++++---- translations/client_es_MX.ts | 12 ++++++++---- translations/client_es_SV.ts | 12 ++++++++---- translations/client_et.ts | 10 +++++++--- translations/client_eu.ts | 14 +++++++++----- translations/client_fa.ts | 14 +++++++++----- translations/client_fi.ts | 14 +++++++++----- translations/client_fr.ts | 14 +++++++++----- translations/client_gl.ts | 14 +++++++++----- translations/client_he.ts | 14 +++++++++----- translations/client_hr.ts | 14 +++++++++----- translations/client_hu.ts | 14 +++++++++----- translations/client_id.ts | 10 +++++++--- translations/client_is.ts | 14 +++++++++----- translations/client_it.ts | 14 +++++++++----- translations/client_ja.ts | 14 +++++++++----- translations/client_lt_LT.ts | 14 +++++++++----- translations/client_lv.ts | 10 +++++++--- translations/client_nb_NO.ts | 14 +++++++++----- translations/client_nl.ts | 14 +++++++++----- translations/client_pl.ts | 14 +++++++++----- translations/client_pt.ts | 12 ++++++++---- translations/client_pt_BR.ts | 31 ++++++++++++++++++++----------- translations/client_ru.ts | 14 +++++++++----- translations/client_sk.ts | 14 +++++++++----- translations/client_sl.ts | 12 ++++++++---- translations/client_sr.ts | 14 +++++++++----- translations/client_sv.ts | 14 +++++++++----- translations/client_th.ts | 12 ++++++++---- translations/client_tr.ts | 14 +++++++++----- translations/client_uk.ts | 12 ++++++++---- translations/client_zh_CN.ts | 14 +++++++++----- translations/client_zh_TW.ts | 10 +++++++--- 50 files changed, 433 insertions(+), 228 deletions(-) diff --git a/translations/client_bg.ts b/translations/client_bg.ts index 8d7bfa34a..90d9bc6b2 100644 --- a/translations/client_bg.ts +++ b/translations/client_bg.ts @@ -2953,8 +2953,8 @@ It is not advisable to use it. - Share... - Сподели... + Share options + @@ -2963,7 +2963,6 @@ It is not advisable to use it. - Copy private link to clipboard @@ -2980,7 +2979,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_ca.ts b/translations/client_ca.ts index 8668077c9..045bb5b19 100644 --- a/translations/client_ca.ts +++ b/translations/client_ca.ts @@ -2968,8 +2968,8 @@ No és aconsellable fer-la servir. - Share... - Comparteix... + Share options + @@ -2978,7 +2978,6 @@ No és aconsellable fer-la servir. - Copy private link to clipboard Copia l'enllaç privat al porta-retalls @@ -2995,8 +2994,13 @@ No és aconsellable fer-la servir. - Copy public link to clipboard - Copia l’enllaç públic al porta-retalls + Copy public link + + + + + Copy internal link + diff --git a/translations/client_cs.ts b/translations/client_cs.ts index e43c5e05d..852a4a41a 100644 --- a/translations/client_cs.ts +++ b/translations/client_cs.ts @@ -2963,8 +2963,8 @@ Nedoporučuje se jí používat. - Share... - Sdílet… + Share options + @@ -2973,7 +2973,6 @@ Nedoporučuje se jí používat. - Copy private link to clipboard Zkopírovat soukromý odkaz do schránky @@ -2990,8 +2989,13 @@ Nedoporučuje se jí používat. - Copy public link to clipboard - Zkopírovat veřejný odkaz do schránky + Copy public link + + + + + Copy internal link + diff --git a/translations/client_da.ts b/translations/client_da.ts index f56c61adb..55cf8aac5 100644 --- a/translations/client_da.ts +++ b/translations/client_da.ts @@ -2950,8 +2950,8 @@ It is not advisable to use it. - Share... - Del… + Share options + @@ -2960,7 +2960,6 @@ It is not advisable to use it. - Copy private link to clipboard @@ -2977,7 +2976,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_de.ts b/translations/client_de.ts index 781875a8b..56fad058f 100644 --- a/translations/client_de.ts +++ b/translations/client_de.ts @@ -2970,8 +2970,8 @@ Es ist nicht ratsam, sie zu benutzen. - Share... - Teilen … + Share options + @@ -2980,7 +2980,6 @@ Es ist nicht ratsam, sie zu benutzen. - Copy private link to clipboard Privater Link in die Zwischenablage kopiert @@ -2997,8 +2996,13 @@ Es ist nicht ratsam, sie zu benutzen. - Copy public link to clipboard - Öffentlichen Link in Zwischenablage kopieren + Copy public link + + + + + Copy internal link + diff --git a/translations/client_el.ts b/translations/client_el.ts index cb13b5e0f..27a56a6fe 100644 --- a/translations/client_el.ts +++ b/translations/client_el.ts @@ -2956,8 +2956,8 @@ It is not advisable to use it. - Share... - Διαμοιρασμός + Share options + @@ -2966,7 +2966,6 @@ It is not advisable to use it. - Copy private link to clipboard Αντιγραφή ιδιωτικού συνδέσμου στο πρόχειρο @@ -2983,7 +2982,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_en.ts b/translations/client_en.ts index cb323f3fa..b8e59695e 100644 --- a/translations/client_en.ts +++ b/translations/client_en.ts @@ -2979,7 +2979,7 @@ It is not advisable to use it. - Share... + Share options @@ -2989,7 +2989,6 @@ It is not advisable to use it. - Copy private link to clipboard @@ -3006,7 +3005,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_en_GB.ts b/translations/client_en_GB.ts index 12676a578..8e29ff149 100644 --- a/translations/client_en_GB.ts +++ b/translations/client_en_GB.ts @@ -2964,8 +2964,8 @@ It is not advisable to use it. - Share... - Share... + Share options + @@ -2974,7 +2974,6 @@ It is not advisable to use it. - Copy private link to clipboard Copy private link to clipboard @@ -2991,8 +2990,13 @@ It is not advisable to use it. - Copy public link to clipboard - Copy public link to clipboard + Copy public link + + + + + Copy internal link + diff --git a/translations/client_eo.ts b/translations/client_eo.ts index 18eec33ad..cf974348a 100644 --- a/translations/client_eo.ts +++ b/translations/client_eo.ts @@ -2963,8 +2963,8 @@ Uzi ĝin ne konsilindas. - Share... - Kunhavigi... + Share options + @@ -2973,7 +2973,6 @@ Uzi ĝin ne konsilindas. - Copy private link to clipboard Kopii privatan ligilon al tondujo @@ -2990,8 +2989,13 @@ Uzi ĝin ne konsilindas. - Copy public link to clipboard - Kopii publikan ligilon al tondujo + Copy public link + + + + + Copy internal link + diff --git a/translations/client_es.ts b/translations/client_es.ts index 15c13db0c..5617411fb 100644 --- a/translations/client_es.ts +++ b/translations/client_es.ts @@ -2970,8 +2970,8 @@ No se recomienda usarla. - Share... - Compartir... + Share options + @@ -2980,7 +2980,6 @@ No se recomienda usarla. - Copy private link to clipboard Copiar enlace privado al portapapeles @@ -2997,8 +2996,13 @@ No se recomienda usarla. - Copy public link to clipboard - Copiar enlace público al portapapeles + Copy public link + + + + + Copy internal link + diff --git a/translations/client_es_AR.ts b/translations/client_es_AR.ts index 11cfc46d9..6bad883f9 100644 --- a/translations/client_es_AR.ts +++ b/translations/client_es_AR.ts @@ -2950,7 +2950,7 @@ It is not advisable to use it. - Share... + Share options @@ -2960,7 +2960,6 @@ It is not advisable to use it. - Copy private link to clipboard @@ -2977,7 +2976,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_CL.ts b/translations/client_es_CL.ts index 1cf60c5c4..385beb029 100644 --- a/translations/client_es_CL.ts +++ b/translations/client_es_CL.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_CO.ts b/translations/client_es_CO.ts index 6cc1d969d..4fa12a295 100644 --- a/translations/client_es_CO.ts +++ b/translations/client_es_CO.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_CR.ts b/translations/client_es_CR.ts index a1a94d40e..36f4e7fc8 100644 --- a/translations/client_es_CR.ts +++ b/translations/client_es_CR.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_DO.ts b/translations/client_es_DO.ts index 9f84241b5..bf81cb590 100644 --- a/translations/client_es_DO.ts +++ b/translations/client_es_DO.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_EC.ts b/translations/client_es_EC.ts index ae96c7dcb..038d39ba8 100644 --- a/translations/client_es_EC.ts +++ b/translations/client_es_EC.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_GT.ts b/translations/client_es_GT.ts index 4f0bddf09..d6cb71105 100644 --- a/translations/client_es_GT.ts +++ b/translations/client_es_GT.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_HN.ts b/translations/client_es_HN.ts index b784a54b5..dbc750999 100644 --- a/translations/client_es_HN.ts +++ b/translations/client_es_HN.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_MX.ts b/translations/client_es_MX.ts index 27dd8f939..a1852e96e 100644 --- a/translations/client_es_MX.ts +++ b/translations/client_es_MX.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_es_SV.ts b/translations/client_es_SV.ts index 20e9369d9..d5896b6f1 100644 --- a/translations/client_es_SV.ts +++ b/translations/client_es_SV.ts @@ -2957,8 +2957,8 @@ No es recomendable usarlo. - Share... - Compartir... + Share options + @@ -2967,7 +2967,6 @@ No es recomendable usarlo. - Copy private link to clipboard Copiar la liga privada al portapapeles @@ -2984,7 +2983,12 @@ No es recomendable usarlo. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_et.ts b/translations/client_et.ts index ab0b46d53..5984edc84 100644 --- a/translations/client_et.ts +++ b/translations/client_et.ts @@ -2951,7 +2951,7 @@ Selle kasutamine pole soovitatav. - Share... + Share options @@ -2961,7 +2961,6 @@ Selle kasutamine pole soovitatav. - Copy private link to clipboard @@ -2978,7 +2977,12 @@ Selle kasutamine pole soovitatav. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_eu.ts b/translations/client_eu.ts index 9644514a5..a56a56c94 100644 --- a/translations/client_eu.ts +++ b/translations/client_eu.ts @@ -2964,8 +2964,8 @@ Ez da gomendagarria erabltzea. - Share... - Partekatu... + Share options + @@ -2974,7 +2974,6 @@ Ez da gomendagarria erabltzea. - Copy private link to clipboard Kopiatu esteka pribatua arbelera @@ -2991,8 +2990,13 @@ Ez da gomendagarria erabltzea. - Copy public link to clipboard - Kopiatu esteka publikoa arbelera + Copy public link + + + + + Copy internal link + diff --git a/translations/client_fa.ts b/translations/client_fa.ts index 5f22b47a5..d86ebbd59 100644 --- a/translations/client_fa.ts +++ b/translations/client_fa.ts @@ -2955,8 +2955,8 @@ It is not advisable to use it. - Share... - اشتراک گذاری... + Share options + @@ -2965,7 +2965,6 @@ It is not advisable to use it. - Copy private link to clipboard لینک خصوصی را در کلیپ بورد کپی کنید @@ -2982,8 +2981,13 @@ It is not advisable to use it. - Copy public link to clipboard - کپی کردن آدرس لینک عمومی در حافظه + Copy public link + + + + + Copy internal link + diff --git a/translations/client_fi.ts b/translations/client_fi.ts index a4761e982..5e64743bb 100644 --- a/translations/client_fi.ts +++ b/translations/client_fi.ts @@ -2953,8 +2953,8 @@ Osoitteen käyttäminen ei ole suositeltavaa. - Share... - Jaa... + Share options + @@ -2963,7 +2963,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. - Copy private link to clipboard Kopioi yksityinen linkki leikepöydälle @@ -2980,8 +2979,13 @@ Osoitteen käyttäminen ei ole suositeltavaa. - Copy public link to clipboard - Kopioi julkinen linkki leikepöydälle + Copy public link + + + + + Copy internal link + diff --git a/translations/client_fr.ts b/translations/client_fr.ts index 916f7902f..2a0d9473d 100644 --- a/translations/client_fr.ts +++ b/translations/client_fr.ts @@ -2969,8 +2969,8 @@ Il est déconseillé de l'utiliser. - Share... - partager + Share options + @@ -2979,7 +2979,6 @@ Il est déconseillé de l'utiliser. - Copy private link to clipboard Copier le lien privé dans le presse-papier @@ -2996,8 +2995,13 @@ Il est déconseillé de l'utiliser. - Copy public link to clipboard - Copier le lien public dans le presse-papier + Copy public link + + + + + Copy internal link + diff --git a/translations/client_gl.ts b/translations/client_gl.ts index 14a5d59f3..3e5f47b7a 100644 --- a/translations/client_gl.ts +++ b/translations/client_gl.ts @@ -2971,8 +2971,8 @@ Recomendámoslle que non o use. - Share... - Compartir... + Share options + @@ -2981,7 +2981,6 @@ Recomendámoslle que non o use. - Copy private link to clipboard Copiar a ligazón privada no portapapeis @@ -2998,8 +2997,13 @@ Recomendámoslle que non o use. - Copy public link to clipboard - Copiar a ligazón pública no portapapeis + Copy public link + + + + + Copy internal link + diff --git a/translations/client_he.ts b/translations/client_he.ts index 9141ad71a..b206dca67 100644 --- a/translations/client_he.ts +++ b/translations/client_he.ts @@ -2952,8 +2952,8 @@ It is not advisable to use it. - Share... - שיתוף… + Share options + @@ -2962,7 +2962,6 @@ It is not advisable to use it. - Copy private link to clipboard העתקת שיעור פרטי ללוח הגזירים @@ -2979,8 +2978,13 @@ It is not advisable to use it. - Copy public link to clipboard - העתקת קישור ציבורי ללוח הגזירים + Copy public link + + + + + Copy internal link + diff --git a/translations/client_hr.ts b/translations/client_hr.ts index 015f4cfd0..5603a7e36 100644 --- a/translations/client_hr.ts +++ b/translations/client_hr.ts @@ -2966,8 +2966,8 @@ Nije preporučljivo koristiti ga. - Share... - Dijeli... + Share options + @@ -2976,7 +2976,6 @@ Nije preporučljivo koristiti ga. - Copy private link to clipboard Kopiraj privatnu poveznicu u međuspremnik @@ -2993,8 +2992,13 @@ Nije preporučljivo koristiti ga. - Copy public link to clipboard - Kopiraj javnu poveznicu u međuspremnik + Copy public link + + + + + Copy internal link + diff --git a/translations/client_hu.ts b/translations/client_hu.ts index a13c14afe..349cd7280 100644 --- a/translations/client_hu.ts +++ b/translations/client_hu.ts @@ -2963,8 +2963,8 @@ Használata nem ajánlott. - Share... - Megosztás… + Share options + @@ -2973,7 +2973,6 @@ Használata nem ajánlott. - Copy private link to clipboard Személyes hivatkozás másolása a vágólapra @@ -2990,8 +2989,13 @@ Használata nem ajánlott. - Copy public link to clipboard - Nyilvános hivatkozás másolása a vágólapra + Copy public link + + + + + Copy internal link + diff --git a/translations/client_id.ts b/translations/client_id.ts index 0e8be1931..68a0a0f4d 100644 --- a/translations/client_id.ts +++ b/translations/client_id.ts @@ -2963,7 +2963,7 @@ Tidak disarankan untuk digunakan. - Share... + Share options @@ -2973,7 +2973,6 @@ Tidak disarankan untuk digunakan. - Copy private link to clipboard @@ -2990,7 +2989,12 @@ Tidak disarankan untuk digunakan. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_is.ts b/translations/client_is.ts index b342aa20b..f0cd34ff4 100644 --- a/translations/client_is.ts +++ b/translations/client_is.ts @@ -2968,8 +2968,8 @@ Ekki er mælt með því að hún sé notuð. - Share... - Deila... + Share options + @@ -2978,7 +2978,6 @@ Ekki er mælt með því að hún sé notuð. - Copy private link to clipboard Afrita einkatengil á klippispjald @@ -2995,8 +2994,13 @@ Ekki er mælt með því að hún sé notuð. - Copy public link to clipboard - Afrita opinberan tengil á klippispjald + Copy public link + + + + + Copy internal link + diff --git a/translations/client_it.ts b/translations/client_it.ts index fbcd7cdc3..593e619df 100644 --- a/translations/client_it.ts +++ b/translations/client_it.ts @@ -2971,8 +2971,8 @@ Non è consigliabile utilizzarlo. - Share... - Condividi... + Share options + @@ -2981,7 +2981,6 @@ Non è consigliabile utilizzarlo. - Copy private link to clipboard Copia link privato negli appunti @@ -2998,8 +2997,13 @@ Non è consigliabile utilizzarlo. - Copy public link to clipboard - Copia collegamento pubblico negli appunti + Copy public link + + + + + Copy internal link + diff --git a/translations/client_ja.ts b/translations/client_ja.ts index 4143007bf..2f3974b8f 100644 --- a/translations/client_ja.ts +++ b/translations/client_ja.ts @@ -2958,8 +2958,8 @@ It is not advisable to use it. - Share... - 共有… + Share options + @@ -2968,7 +2968,6 @@ It is not advisable to use it. - Copy private link to clipboard プライベートリンクをクリップボードにコピーする @@ -2985,8 +2984,13 @@ It is not advisable to use it. - Copy public link to clipboard - パブリックリンクをクリップボードにコピーする + Copy public link + + + + + Copy internal link + diff --git a/translations/client_lt_LT.ts b/translations/client_lt_LT.ts index 1e9621ecb..522f2ce5d 100644 --- a/translations/client_lt_LT.ts +++ b/translations/client_lt_LT.ts @@ -2959,8 +2959,8 @@ Patariama jo nenaudoti. - Share... - Dalintis... + Share options + @@ -2969,7 +2969,6 @@ Patariama jo nenaudoti. - Copy private link to clipboard Kopijuoti privačią nuorodą į mainų sritį @@ -2986,8 +2985,13 @@ Patariama jo nenaudoti. - Copy public link to clipboard - Kopijuoti viešąją nuorodą į iškarpinę + Copy public link + + + + + Copy internal link + diff --git a/translations/client_lv.ts b/translations/client_lv.ts index d84af552b..fa7f42b2d 100644 --- a/translations/client_lv.ts +++ b/translations/client_lv.ts @@ -2952,7 +2952,7 @@ It is not advisable to use it. - Share... + Share options @@ -2962,7 +2962,6 @@ It is not advisable to use it. - Copy private link to clipboard Kopēt privāto saiti starpliktuvē @@ -2979,7 +2978,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_nb_NO.ts b/translations/client_nb_NO.ts index 8ede81927..7089e9c9c 100644 --- a/translations/client_nb_NO.ts +++ b/translations/client_nb_NO.ts @@ -2957,8 +2957,8 @@ Det er ikke tilrådelig å bruke den. - Share... - Del … + Share options + @@ -2967,7 +2967,6 @@ Det er ikke tilrådelig å bruke den. - Copy private link to clipboard Kopier privat lenke til utklippstavlen @@ -2984,8 +2983,13 @@ Det er ikke tilrådelig å bruke den. - Copy public link to clipboard - Kopier offentlig lenke til utklippstavlen + Copy public link + + + + + Copy internal link + diff --git a/translations/client_nl.ts b/translations/client_nl.ts index 2169d65ea..90aa129fb 100644 --- a/translations/client_nl.ts +++ b/translations/client_nl.ts @@ -2971,8 +2971,8 @@ We adviseren deze site niet te gebruiken. - Share... - Delen... + Share options + @@ -2981,7 +2981,6 @@ We adviseren deze site niet te gebruiken. - Copy private link to clipboard Kopiëren privé-link naar klembord @@ -2998,8 +2997,13 @@ We adviseren deze site niet te gebruiken. - Copy public link to clipboard - Kopiëren openbare link naar klembord + Copy public link + + + + + Copy internal link + diff --git a/translations/client_pl.ts b/translations/client_pl.ts index 14579ff66..882db4115 100644 --- a/translations/client_pl.ts +++ b/translations/client_pl.ts @@ -2971,8 +2971,8 @@ Niezalecane jest jego użycie. - Share... - Udostępnij… + Share options + @@ -2981,7 +2981,6 @@ Niezalecane jest jego użycie. - Copy private link to clipboard Kopij link prywatny do schowka @@ -2998,8 +2997,13 @@ Niezalecane jest jego użycie. - Copy public link to clipboard - Kopiuj link publiczny do schowka + Copy public link + + + + + Copy internal link + diff --git a/translations/client_pt.ts b/translations/client_pt.ts index daa349b74..f69a1ba31 100644 --- a/translations/client_pt.ts +++ b/translations/client_pt.ts @@ -2956,8 +2956,8 @@ Não é aconselhada a sua utilização. - Share... - Partilhar... + Share options + @@ -2966,7 +2966,6 @@ Não é aconselhada a sua utilização. - Copy private link to clipboard @@ -2983,7 +2982,12 @@ Não é aconselhada a sua utilização. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_pt_BR.ts b/translations/client_pt_BR.ts index 0ee29ee63..8f39515c5 100644 --- a/translations/client_pt_BR.ts +++ b/translations/client_pt_BR.ts @@ -976,29 +976,34 @@ Isso significa que o cliente de sincronização pode não fazer upload de altera These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to restore the files, they will be re-synced with the server if you have rights to do so. If you decide to delete the files, they will be unavailable to you, unless you are the owner. - + Todos os arquivos na pasta de sincronização '%1' foram excluídos do servidor. +Essas exclusões serão sincronizadas com a pasta de sincronização local, tornando esses arquivos indisponíveis, a menos que você tenha o direito de restaurar. +Se você decidir restaurar os arquivos, eles serão sincronizados novamente com o servidor, se você tiver direitos para fazê-lo. +Se você decidir excluir os arquivos, eles não estarão disponíveis para você, a menos que você seja o proprietário. All files got deleted from your local sync folder '%1'. These files will be deleted from the server and will not be available on your other devices if they will not be restored. If this action was unintended you can restore the lost data now. - + Todos os arquivos foram excluídos da sua pasta de sincronização local '%1'. +Esses arquivos serão excluídos do servidor e não estarão disponíveis nos seus outros dispositivos, se não forem restaurados.. +Se essa ação não foi intencional, você pode restaurar os dados perdidos agora. Delete all files? - + Excluir todos os arquivos? Delete all files - + Excluir todos os arquivos Restore deleted files - + Restaurar arquivos excluídos @@ -2966,17 +2971,16 @@ Não é aconselhável usá-la. - Share... - Compartilhar... + Share options + Share via - + Compartilhar via - Copy private link to clipboard Copiar link privado para a área de transferência @@ -2993,8 +2997,13 @@ Não é aconselhável usá-la. - Copy public link to clipboard - Copiar link público para a área de transferência + Copy public link + + + + + Copy internal link + diff --git a/translations/client_ru.ts b/translations/client_ru.ts index e5a15f77f..d8057b939 100644 --- a/translations/client_ru.ts +++ b/translations/client_ru.ts @@ -2959,8 +2959,8 @@ It is not advisable to use it. - Share... - Общий доступ… + Share options + @@ -2969,7 +2969,6 @@ It is not advisable to use it. - Copy private link to clipboard Скопировать закрытую ссылку в буфер обмена @@ -2986,8 +2985,13 @@ It is not advisable to use it. - Copy public link to clipboard - Скопировать общедоступную ссылку в буфер обмена + Copy public link + + + + + Copy internal link + diff --git a/translations/client_sk.ts b/translations/client_sk.ts index 24f9f8043..bae53fb4a 100644 --- a/translations/client_sk.ts +++ b/translations/client_sk.ts @@ -2966,8 +2966,8 @@ Nie je vhodné ju používať. - Share... - Zdieľať… + Share options + @@ -2976,7 +2976,6 @@ Nie je vhodné ju používať. - Copy private link to clipboard Kopírovať privátny odkaz do schránky @@ -2993,8 +2992,13 @@ Nie je vhodné ju používať. - Copy public link to clipboard - Skopírovať verejný odkaz do schránky + Copy public link + + + + + Copy internal link + diff --git a/translations/client_sl.ts b/translations/client_sl.ts index 117f974a1..3dc3a6c8a 100644 --- a/translations/client_sl.ts +++ b/translations/client_sl.ts @@ -2956,8 +2956,8 @@ Uporaba ni priporočljiva. - Share... - Omogoči souporabo ... + Share options + @@ -2966,7 +2966,6 @@ Uporaba ni priporočljiva. - Copy private link to clipboard Kopiraj zasebno povezavo v odložišče @@ -2983,7 +2982,12 @@ Uporaba ni priporočljiva. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_sr.ts b/translations/client_sr.ts index 910a6a41e..5639e4dfe 100644 --- a/translations/client_sr.ts +++ b/translations/client_sr.ts @@ -2964,8 +2964,8 @@ It is not advisable to use it. - Share... - Подели... + Share options + @@ -2974,7 +2974,6 @@ It is not advisable to use it. - Copy private link to clipboard Копирај приватну везу у оставу @@ -2991,8 +2990,13 @@ It is not advisable to use it. - Copy public link to clipboard - Копирај јавну везу у оставу + Copy public link + + + + + Copy internal link + diff --git a/translations/client_sv.ts b/translations/client_sv.ts index 973e65fc7..d993b22a1 100644 --- a/translations/client_sv.ts +++ b/translations/client_sv.ts @@ -2971,8 +2971,8 @@ Det är inte lämpligt använda den. - Share... - Dela... + Share options + @@ -2981,7 +2981,6 @@ Det är inte lämpligt använda den. - Copy private link to clipboard Kopiera privat länk till urklipp @@ -2998,8 +2997,13 @@ Det är inte lämpligt använda den. - Copy public link to clipboard - Kopiera publik länk till urklipp + Copy public link + + + + + Copy internal link + diff --git a/translations/client_th.ts b/translations/client_th.ts index ccd59d4d8..f2a6d36db 100644 --- a/translations/client_th.ts +++ b/translations/client_th.ts @@ -2955,8 +2955,8 @@ It is not advisable to use it. - Share... - แชร์... + Share options + @@ -2965,7 +2965,6 @@ It is not advisable to use it. - Copy private link to clipboard คัดลอกลิงค์ส่วนตัวไปยังคลิปบอร์ด @@ -2982,7 +2981,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_tr.ts b/translations/client_tr.ts index 39eb1d791..9280c02d9 100644 --- a/translations/client_tr.ts +++ b/translations/client_tr.ts @@ -2969,8 +2969,8 @@ Kullanmanız önerilmez. - Share... - Paylaş... + Share options + @@ -2979,7 +2979,6 @@ Kullanmanız önerilmez. - Copy private link to clipboard Özel bağlantıyı panoya kopyala @@ -2996,8 +2995,13 @@ Kullanmanız önerilmez. - Copy public link to clipboard - Herkese açık bağlantıyı panoya kopyala + Copy public link + + + + + Copy internal link + diff --git a/translations/client_uk.ts b/translations/client_uk.ts index 6e981b7d3..517a2b79c 100644 --- a/translations/client_uk.ts +++ b/translations/client_uk.ts @@ -2951,8 +2951,8 @@ It is not advisable to use it. - Share... - Поділитися... + Share options + @@ -2961,7 +2961,6 @@ It is not advisable to use it. - Copy private link to clipboard @@ -2978,7 +2977,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link diff --git a/translations/client_zh_CN.ts b/translations/client_zh_CN.ts index aa2b6606a..2a16a6267 100644 --- a/translations/client_zh_CN.ts +++ b/translations/client_zh_CN.ts @@ -2964,8 +2964,8 @@ It is not advisable to use it. - Share... - 共享到... + Share options + @@ -2974,7 +2974,6 @@ It is not advisable to use it. - Copy private link to clipboard 复制私人链接到剪贴板 @@ -2991,8 +2990,13 @@ It is not advisable to use it. - Copy public link to clipboard - 复制公开链接到剪贴板 + Copy public link + + + + + Copy internal link + diff --git a/translations/client_zh_TW.ts b/translations/client_zh_TW.ts index cee1de909..b3ec6a19e 100644 --- a/translations/client_zh_TW.ts +++ b/translations/client_zh_TW.ts @@ -2955,7 +2955,7 @@ It is not advisable to use it. - Share... + Share options @@ -2965,7 +2965,6 @@ It is not advisable to use it. - Copy private link to clipboard @@ -2982,7 +2981,12 @@ It is not advisable to use it. - Copy public link to clipboard + Copy public link + + + + + Copy internal link