diff --git a/AUTHORS b/AUTHORS index 1c568c2c5..b49a3ddb0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ David Rosca Contributors: +Mladen Pejaković (webview context menu improvements, speed dial background) Bryan M Dunsmore (opening background tabs, closing window when closing last tab) Daniele Cocca (close tabs with middle click, initial work on speed dial) Jan Rajnoha (QupZilla icon) diff --git a/bin/locale/cs_CZ.qm b/bin/locale/cs_CZ.qm index daf8c44b4..161bd075e 100644 Binary files a/bin/locale/cs_CZ.qm and b/bin/locale/cs_CZ.qm differ diff --git a/src/network/qupzillaschemehandler.cpp b/src/network/qupzillaschemehandler.cpp index bb18de2f5..f836e1172 100644 --- a/src/network/qupzillaschemehandler.cpp +++ b/src/network/qupzillaschemehandler.cpp @@ -47,7 +47,6 @@ QNetworkReply* QupZillaSchemeHandler::createRequest(QNetworkAccessManager::Opera QupZillaSchemeReply::QupZillaSchemeReply(const QNetworkRequest &req, QObject* parent) : QNetworkReply(parent) - , m_loaded(false) { setOperation(QNetworkAccessManager::GetOperation); setRequest(req); @@ -114,18 +113,6 @@ qint64 QupZillaSchemeReply::readData(char* data, qint64 maxSize) return m_buffer.read(data, maxSize); } -void QupZillaSchemeReply::loadSpeedDialBack() -{ - m_loaded = true; - - QSettings settings(mApp->getActiveProfilPath() + "settings.ini", QSettings::IniFormat); - settings.beginGroup("SpeedDial"); - m_backImg = settings.value("background", "").toString(); - m_backImgSize = settings.value("backsize", "").toString(); - m_backImgSize = (m_backImgSize == "" ? "auto" : m_backImgSize); - settings.endGroup(); -} - QString QupZillaSchemeReply::reportbugPage() { static QString bPage; @@ -213,9 +200,10 @@ QString QupZillaSchemeReply::aboutPage() aPage.replace("%MAIN-DEVELOPER%", tr("Main developer")); aPage.replace("%MAIN-DEVELOPER-TEXT%", authorString(QupZilla::AUTHOR, "nowrep@gmail.com")); aPage.replace("%CONTRIBUTORS%", tr("Contributors")); - aPage.replace("%CONTRIBUTORS-TEXT%", authorString("Bryan M Dunsmore", "dunsmoreb@gmail.com") + "
" + - authorString("Daniele Cocca", "jmc@chakra-project.org") + "
" + - authorString("Jan Rajnoha", "honza.rajny@hotmail.com") + aPage.replace("%CONTRIBUTORS-TEXT%", authorString("Mladen Pejaković", "pejakm@gmail.com") + "
" + + authorString("Bryan M Dunsmore", "dunsmoreb@gmail.com") + "
" + + authorString("Jan Rajnoha", "honza.rajny@hotmail.com") + "
" + + authorString("Daniele Cocca", "jmc@chakra-project.org") ); aPage.replace("%TRANSLATORS%", tr("Translators")); aPage.replace("%TRANSLATORS-TEXT%", authorString("Heimen Stoffels", "vistausss@gmail.com") + " (Dutch)
" + @@ -243,10 +231,6 @@ QString QupZillaSchemeReply::speeddialPage() { static QString dPage; - if (!m_loaded) { - loadSpeedDialBack(); - } - if (dPage.isEmpty()) { dPage.append(qz_readAllFileContents(":html/speeddial.html")); dPage.replace("%FAVICON%", "qrc:icons/qupzilla.png"); @@ -269,12 +253,12 @@ QString QupZillaSchemeReply::speeddialPage() dPage.replace("%TITLE%", tr("Title")); dPage.replace("%EDIT%", tr("Apply")); dPage.replace("%NEW-PAGE%", tr("New Page")); - dPage.replace("%IMG_BACKGROUND%", m_backImg); - dPage.replace("%B_SIZE%", m_backImgSize); } QString page = dPage; page.replace("%INITIAL-SCRIPT%", mApp->plugins()->speedDial()->initialScript()); + page.replace("%IMG_BACKGROUND%", mApp->plugins()->speedDial()->backgroundImage()); + page.replace("%B_SIZE%", mApp->plugins()->speedDial()->backgroundImageSize()); return page; } diff --git a/src/network/qupzillaschemehandler.h b/src/network/qupzillaschemehandler.h index 1f6a0f016..cf3788c2d 100644 --- a/src/network/qupzillaschemehandler.h +++ b/src/network/qupzillaschemehandler.h @@ -47,8 +47,6 @@ public: virtual qint64 bytesAvailable() const; - void loadSpeedDialBack(); - protected: virtual qint64 readData(char* data, qint64 maxSize); virtual void abort() { } @@ -62,14 +60,9 @@ private: QString reportbugPage(); QString startPage(); QString speeddialPage(); - QString m_backImg; - QString m_backImgSize; QBuffer m_buffer; QString m_pageName; - - bool m_loaded; - }; #endif // QUPZILLASCHEMEHANDLER_H diff --git a/src/other/aboutdialog.cpp b/src/other/aboutdialog.cpp index 22db7bd88..e1a2b628e 100644 --- a/src/other/aboutdialog.cpp +++ b/src/other/aboutdialog.cpp @@ -75,8 +75,8 @@ void AboutDialog::showAuthors() ui->authorsButton->setText(tr("< About QupZilla")); if (m_authorsHtml.isEmpty()) { m_authorsHtml.append("
"); - m_authorsHtml.append(tr("

Main developers:
%1 <%2>

").arg(QupZilla::AUTHOR, "nowrep@gmail.com")); - m_authorsHtml.append(tr("

Contributors:
%1

").arg("Bryan M Dunsmore
Daniele Cocca
Jan Rajnoha")); + m_authorsHtml.append(tr("

Main developer:
%1 <%2>

").arg(QupZilla::AUTHOR, "nowrep@gmail.com")); + m_authorsHtml.append(tr("

Contributors:
%1

").arg("Mladen Pejaković
Bryan M Dunsmore
Jan Rajnoha
Daniele Cocca")); m_authorsHtml.append(tr("

Translators:
%1

").arg("Heimen Stoffels (Dutch)
" "Peter Vacula (Slovakia)
" "Ján Ďanovský (Slovakia)
" diff --git a/src/plugins/speeddial.cpp b/src/plugins/speeddial.cpp index a499b78e6..b1496e711 100644 --- a/src/plugins/speeddial.cpp +++ b/src/plugins/speeddial.cpp @@ -33,6 +33,8 @@ void SpeedDial::loadSettings() QSettings settings(mApp->getActiveProfilPath() + "settings.ini", QSettings::IniFormat); settings.beginGroup("SpeedDial"); m_allPages = settings.value("pages", "").toString(); + m_bgImg = settings.value("background", "").toString(); + m_bgImgSize = settings.value("backsize", "auto").toString(); settings.endGroup(); if (m_allPages.isEmpty()) { @@ -60,6 +62,8 @@ void SpeedDial::saveSettings() QSettings settings(mApp->getActiveProfilPath() + "settings.ini", QSettings::IniFormat); settings.beginGroup("SpeedDial"); settings.setValue("pages", m_allPages); + settings.setValue("background", m_bgImg); + settings.setValue("backsize", m_bgImgSize); settings.endGroup(); } @@ -92,6 +96,24 @@ void SpeedDial::addPage(const QUrl &url, const QString &title) } } +QString SpeedDial::backgroundImage() +{ + if (!m_loaded) { + loadSettings(); + } + + return m_bgImg; +} + +QString SpeedDial::backgroundImageSize() +{ + if (!m_loaded) { + loadSettings(); + } + + return m_bgImgSize; +} + QString SpeedDial::initialScript() { if (!m_loaded) { diff --git a/src/plugins/speeddial.h b/src/plugins/speeddial.h index 7ee2632a5..d98b2ad2b 100644 --- a/src/plugins/speeddial.h +++ b/src/plugins/speeddial.h @@ -37,9 +37,10 @@ public: void saveSettings(); void addWebFrame(QWebFrame* frame); - void addPage(const QUrl &url, const QString &title); + QString backgroundImage(); + QString backgroundImageSize(); QString initialScript(); signals: @@ -56,6 +57,8 @@ private: QString m_initialScript; QString m_allPages; QString m_thumbnailsDir; + QString m_bgImg; + QString m_bgImgSize; QList > m_webFrames; diff --git a/translations/cs_CZ.ts b/translations/cs_CZ.ts index cd507a050..c17a4483c 100644 --- a/translations/cs_CZ.ts +++ b/translations/cs_CZ.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Hlavní vývojář:</b><br/>%1 &lt;%2&gt;</p> + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Hlavní vývojáři:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Hlavní vývojáři:</b><br/>%1 &lt;%2&gt;</p> @@ -3222,37 +3226,37 @@ nebyl nalezen! Přispěvatelé - + Translators Překladatelé - + Speed Dial Rychlá volba - + Add New Page Přidat novou stránku - + Apply Uložit - + Load title from page Načíst titulek ze stránky - + Edit Upravit - + Remove Odstranit @@ -3264,30 +3268,30 @@ nebyl nalezen! If you are experiencing problems with QupZilla, please try to disable all plugins first. <br/>If this does not fix it, then please fill out this form: - + Pokud máte problém s používáním QupZilly, zakažte prosím všechny doplňky. <br/> Pokud problém přetrvává, vyplňte tento formulář: Please fill out all required fields! - + Vyplňte prosím všechna povinná pole! - + Reload Načíst znovu - + Url Adresa - + Title Titulek - + New Page Nová stránka @@ -4023,7 +4027,7 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ SpeedDial - + Unable to load Nepodařilo se načíst @@ -4143,41 +4147,6 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ Nový panel - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager @@ -4436,22 +4405,22 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ &Copy page link - + Kopírovat &adresu stránky Send page link... - + Odeslat adresu stránky... &Print page - + Ti&sknout stránku Validate page - + Zkontrolovat stránku @@ -4512,17 +4481,17 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ Send text... - + Odeslat text... Dictionary - + Slovník Go to &web address - + Přejít na web&ovou adresu diff --git a/translations/de_DE.ts b/translations/de_DE.ts index 3f1c68141..c69280963 100644 --- a/translations/de_DE.ts +++ b/translations/de_DE.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Hauptentwickler:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Hauptentwickler:</b><br/>%1 &lt;%2&gt;</p> @@ -3157,57 +3161,57 @@ Mitwirkende - + Translators Übersetzer - + Speed Dial Schnellwahl - + Add New Page Neue Seite hinzufügen - + Apply Anwenden - + Load title from page Titel von der Web-Seite laden - + Edit Bearbeiten - + Remove Entfernen - + Reload Neu laden - + Url Url - + Title Titel - + New Page Neue Seite @@ -4023,7 +4027,7 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest SpeedDial - + Unable to load Laden nicht möglich @@ -4144,41 +4148,6 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest Neuer Tab - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/el_GR.ts b/translations/el_GR.ts index b3901da06..9712bfa23 100644 --- a/translations/el_GR.ts +++ b/translations/el_GR.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Κύριοι Προγραμματιστές:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Κύριοι Προγραμματιστές:</b><br/>%1 &lt;%2&gt;</p> @@ -3221,37 +3225,37 @@ Συντελεστές - + Translators Μεταφραστές - + Speed Dial Γρήγορη κλήση - + Add New Page Προσθήκη νέας σελίδας - + Apply Εφαρμογή - + Load title from page Φόρτωση τίτλου από σελίδα - + Edit Επεξεργασία - + Remove Αφαίρεση @@ -3271,22 +3275,22 @@ - + Reload Ανανέωση - + Url Url - + Title Τίτλος - + New Page Νέα σελίδα @@ -4021,7 +4025,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla SpeedDial - + Unable to load Αδυναμία φόρτωσης @@ -4141,41 +4145,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Νέα καρτέλα - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/empty.ts b/translations/empty.ts index 8fe1386c4..78cb7cb8c 100644 --- a/translations/empty.ts +++ b/translations/empty.ts @@ -47,7 +47,7 @@ - <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> @@ -3205,37 +3205,37 @@ - + Translators - + Speed Dial - + Add New Page - + Apply - + Load title from page - + Edit - + Remove @@ -3255,22 +3255,22 @@ - + Reload - + Url - + Title - + New Page @@ -4003,7 +4003,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla SpeedDial - + Unable to load @@ -4123,41 +4123,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/es_ES.ts b/translations/es_ES.ts index 31cb447a1..8639bc126 100644 --- a/translations/es_ES.ts +++ b/translations/es_ES.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Desarrolladores principales:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Desarrolladores principales:</b><br/>%1 &lt;%2&gt;</p> @@ -3220,37 +3224,37 @@ Contribuidores - + Translators Traductores - + Speed Dial Speed Dial - + Add New Page Añadir página nueva - + Apply Aplicar - + Load title from page Cargar título desde la página - + Edit Editar - + Remove Eliminar @@ -3270,22 +3274,22 @@ - + Reload Recargar - + Url Dirección - + Title Nombre - + New Page Página nueva @@ -4020,7 +4024,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup SpeedDial - + Unable to load No se puede cargar @@ -4140,41 +4144,6 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Nueva pestaña - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/fr_FR.ts b/translations/fr_FR.ts index f1f4cc535..6e1c92d8d 100644 --- a/translations/fr_FR.ts +++ b/translations/fr_FR.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Développeurs principaux:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Développeurs principaux:</b><br/>%1 &lt;%2&gt;</p> @@ -3223,38 +3227,38 @@ n'a pas été trouvé! Contributeurs - + Translators Traducteurs - + Speed Dial Speed Dial - + Add New Page Ajouter une nouvelle page - + Apply Appliquer - + Load title from page ??? Charger le titre de la page - + Edit Modifier - + Remove Supprimer @@ -3274,22 +3278,22 @@ n'a pas été trouvé! - + Reload Actualiser - + Url URL - + Title Titre - + New Page Nouvelle Page @@ -4024,7 +4028,7 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer SpeedDial - + Unable to load Impossible d'actualiser @@ -4145,41 +4149,6 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer Nouvel onglet - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/it_IT.ts b/translations/it_IT.ts index d61658b4f..f344e744c 100644 --- a/translations/it_IT.ts +++ b/translations/it_IT.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Sviluppatori principali:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Sviluppatori principali:</b><br/>%1 &lt;%2&gt;</p> @@ -3223,37 +3227,37 @@ Collaboratori - + Translators Traduttori - + Speed Dial Speed dial - + Add New Page Aggiungi nuova pagina - + Apply Applica - + Load title from page Carica titolo dalla pagina - + Edit Modifica - + Remove Rimuovi @@ -3273,22 +3277,22 @@ - + Reload Ricarica - + Url Url - + Title Titolo - + New Page Nuova pagina @@ -4023,7 +4027,7 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari SpeedDial - + Unable to load Caricamento impossibile @@ -4143,41 +4147,6 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari Nuova scheda - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/nl_NL.ts b/translations/nl_NL.ts index 77ecc96ed..0366d02bd 100644 --- a/translations/nl_NL.ts +++ b/translations/nl_NL.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Hoofdontwikkelaars:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Hoofdontwikkelaars:</b><br/>%1 &lt;%2&gt;</p> @@ -3222,37 +3226,37 @@ werd niet gevonden! Bijdragers - + Translators Vertalers - + Speed Dial Speed Dial - + Add New Page Voeg nieuwe pagina toe - + Apply Pas toe - + Load title from page Laad titel van pagina - + Edit Bewerk - + Remove Verwijder @@ -3272,22 +3276,22 @@ werd niet gevonden! - + Reload Herlaad - + Url URL - + Title Titel - + New Page Nieuwe pagina @@ -4023,7 +4027,7 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te SpeedDial - + Unable to load Niet in staat om te laden @@ -4143,41 +4147,6 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te Nieuw tabblad - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/pl_PL.ts b/translations/pl_PL.ts index 2f1066557..e942c6210 100644 --- a/translations/pl_PL.ts +++ b/translations/pl_PL.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Główny programista:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Główny programista:</b><br/>%1 &lt;%2&gt;</p> @@ -3221,37 +3225,37 @@ Współtwórcy - + Translators Tłumacze - + Speed Dial Speed Dial - + Add New Page Dodaj Nową Stronę - + Apply Potwierdź - + Load title from page Pobierz tytuł ze strony - + Edit Edytuj - + Remove Usuń @@ -3271,22 +3275,22 @@ - + Reload Odśwież - + Url Adres - + Title Tytuł - + New Page Nowa Strona @@ -4020,7 +4024,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla SpeedDial - + Unable to load Nie można załadować @@ -4140,41 +4144,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Nowa karta - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/pt_PT.ts b/translations/pt_PT.ts index 357cddbe5..9c7320781 100755 --- a/translations/pt_PT.ts +++ b/translations/pt_PT.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Programadores principais:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Programadores principais:</b><br/>%1 &lt;%2&gt;</p> @@ -3220,37 +3224,37 @@ não foi encontrado! Contributos - + Translators Tradutores - + Speed Dial Ligação rápida - + Add New Page Adicionar nova página - + Apply Aplicar - + Load title from page Carregar título da página - + Edit Editar - + Remove Remover @@ -3270,22 +3274,22 @@ não foi encontrado! - + Reload Recarregar - + Url Url - + Title Título - + New Page Nova página @@ -4020,7 +4024,7 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup SpeedDial - + Unable to load Incapaz de carregar @@ -4140,41 +4144,6 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup Novo separador - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/ru_RU.ts b/translations/ru_RU.ts index 984e6a651..da110b252 100644 --- a/translations/ru_RU.ts +++ b/translations/ru_RU.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Главные разработчики:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Главные разработчики:</b><br/>%1 &lt;%2&gt;</p> @@ -3232,37 +3236,37 @@ Внесли вклад - + Translators Переводчики - + Speed Dial Страница быстрого доступа - + Add New Page Добавить новую страницу - + Apply Применить - + Load title from page Загрузить назвние из страницы - + Edit Изменить - + Remove Удалить @@ -3282,22 +3286,22 @@ - + Reload Обновить - + Url Url - + Title Название - + New Page Новая страница @@ -4033,7 +4037,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla SpeedDial - + Unable to load Невозможно загрузить @@ -4154,41 +4158,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Новая вкладка - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/sk_SK.ts b/translations/sk_SK.ts index 567f88e5b..12b06a4e1 100644 --- a/translations/sk_SK.ts +++ b/translations/sk_SK.ts @@ -5,7 +5,7 @@ AboutDialog <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Hlavní vývojári:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Hlavní vývojári:</b><br/>%1 &lt;%2&gt;</p> <b>WebKit version %1</b></p> @@ -47,6 +47,10 @@ <p><b>Contributors:</b><br/>%1</p> <p><b>Prispievatelia:</b><br/>%1</p> + + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + AcceptLanguage @@ -3293,33 +3297,6 @@ Po pridaní či odobratí ciest k certifikátom je nutné reštartovať prehliad Nepomenovaná tránka - - TestPlugin - - My first plugin action - - - - Hello - - - - First plugin action works :-) - - - - Example Plugin - - - - Example minimal plugin - - - - Very simple minimal plugin example - - - ThemeManager diff --git a/translations/sr_BA.ts b/translations/sr_BA.ts index 66a00d767..ba8dea231 100644 --- a/translations/sr_BA.ts +++ b/translations/sr_BA.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Главни програмери:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Главни програмери:</b><br/>%1 &lt;%2&gt;</p> @@ -3207,37 +3211,37 @@ Сарадници - + Translators Преводиоци - + Speed Dial Брзо бирање - + Add New Page Додај нову страницу - + Apply Примијени - + Load title from page Учитај наслов са странице - + Edit Уреди - + Remove Уклони @@ -3257,22 +3261,22 @@ Попуните сва обавезна поља! - + Reload Учитај поново - + Url Урл - + Title Име - + New Page Нова страница @@ -4006,7 +4010,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla SpeedDial - + Unable to load Не могу да учитам @@ -4129,36 +4133,28 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla TestPlugin - - - My first plugin action - Моја прва радња прикључка + Моја прва радња прикључка - Hello - Здраво + Здраво - First plugin action works :-) - Прва радња прикључка ради :-) + Прва радња прикључка ради :-) - Example Plugin - Примјер прикључка + Примјер прикључка - Example minimal plugin - Примјер минималног прикључка + Примјер минималног прикључка - Very simple minimal plugin example - Веома једноставан примјер минималног прикључка + Веома једноставан примјер минималног прикључка diff --git a/translations/sr_RS.ts b/translations/sr_RS.ts index 14252613a..b6705e66a 100644 --- a/translations/sr_RS.ts +++ b/translations/sr_RS.ts @@ -47,8 +47,12 @@ + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - <p><b>Главни програмери:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Главни програмери:</b><br/>%1 &lt;%2&gt;</p> @@ -3207,37 +3211,37 @@ Сарадници - + Translators Преводиоци - + Speed Dial Брзо бирање - + Add New Page Додај нову страницу - + Apply Примени - + Load title from page Учитај наслов са странице - + Edit Уреди - + Remove Уклони @@ -3257,22 +3261,22 @@ Попуните сва обавезна поља! - + Reload Учитај поново - + Url Урл - + Title Име - + New Page Нова страница @@ -4006,7 +4010,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla SpeedDial - + Unable to load Не могу да учитам @@ -4129,36 +4133,28 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla TestPlugin - - - My first plugin action - Моја прва радња прикључка + Моја прва радња прикључка - Hello - Здраво + Здраво - First plugin action works :-) - Прва радња прикључка ради :-) + Прва радња прикључка ради :-) - Example Plugin - Пример прикључка + Пример прикључка - Example minimal plugin - Пример минималног прикључка + Пример минималног прикључка - Very simple minimal plugin example - Веома једноставан пример минималног прикључка + Веома једноставан пример минималног прикључка diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts index 05daac130..43b6829d5 100644 --- a/translations/zh_CN.ts +++ b/translations/zh_CN.ts @@ -47,8 +47,8 @@ - <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + @@ -3218,37 +3218,37 @@ 贡献者 - + Translators 翻译 - + Speed Dial 快速拨号 - + Add New Page 添加新网页 - + Apply 应用 - + Load title from page 从网页载入标题 - + Edit 编辑 - + Remove 删除 @@ -3268,22 +3268,22 @@ - + Reload 刷新 - + Url 地址 - + Title 标题 - + New Page 新网页 @@ -4016,7 +4016,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla SpeedDial - + Unable to load 无法加载 @@ -4136,41 +4136,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 新标签 - - TestPlugin - - - - - My first plugin action - - - - - Hello - - - - - First plugin action works :-) - - - - - Example Plugin - - - - - Example minimal plugin - - - - - Very simple minimal plugin example - - - ThemeManager