mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Updated translations (app + homepage)
This commit is contained in:
parent
60d063a320
commit
2da66c222f
@ -62,7 +62,7 @@ void AboutDialog::showAbout()
|
|||||||
#endif
|
#endif
|
||||||
));
|
));
|
||||||
m_aboutHtml.append(tr("<b>WebKit version %1</b></p>").arg(QupZilla::WEBKITVERSION));
|
m_aboutHtml.append(tr("<b>WebKit version %1</b></p>").arg(QupZilla::WEBKITVERSION));
|
||||||
m_aboutHtml.append(tr("<p>© %1 %2<br/>").arg(QupZilla::COPYRIGHT, QupZilla::AUTHOR));
|
m_aboutHtml.append(QString("<p>© %1 %2<br/>").arg(QupZilla::COPYRIGHT, QupZilla::AUTHOR));
|
||||||
m_aboutHtml.append(tr("<small>Build time: %1 </small></p>").arg(QupZilla::BUILDTIME));
|
m_aboutHtml.append(tr("<small>Build time: %1 </small></p>").arg(QupZilla::BUILDTIME));
|
||||||
m_aboutHtml.append(QString("<p><a href=%1>%1</a></p>").arg(QupZilla::WWWADDRESS));
|
m_aboutHtml.append(QString("<p><a href=%1>%1</a></p>").arg(QupZilla::WWWADDRESS));
|
||||||
m_aboutHtml.append("<p>" + mApp->getWindow()->weView()->webPage()->userAgentForUrl(QUrl()) + "</p>");
|
m_aboutHtml.append("<p>" + mApp->getWindow()->weView()->webPage()->userAgentForUrl(QUrl()) + "</p>");
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -27,10 +27,6 @@
|
|||||||
<source><b>WebKit version %1</b></p></source>
|
<source><b>WebKit version %1</b></p></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source><small>Build time: %1 </small></p></source>
|
<source><small>Build time: %1 </small></p></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -846,17 +842,6 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>CloseDialog</name>
|
|
||||||
<message>
|
|
||||||
<source>There are still open tabs</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>Don't ask again</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>CookieManager</name>
|
<name>CookieManager</name>
|
||||||
<message>
|
<message>
|
||||||
@ -2607,10 +2592,6 @@
|
|||||||
<source>Start Private Browsing</source>
|
<source>Start Private Browsing</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>You have successfully added RSS feed "%1".</source>
|
<source>You have successfully added RSS feed "%1".</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -2639,6 +2620,19 @@
|
|||||||
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still %1 open tabs and your session won't be stored.
|
||||||
|
Are you sure to quit QupZilla?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Don't ask again</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still open tabs</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QupZillaSchemeReply</name>
|
<name>QupZillaSchemeReply</name>
|
||||||
@ -2918,14 +2912,6 @@
|
|||||||
<source>Portable build</source>
|
<source>Portable build</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>If you are experiencing problems with QupZilla, please try to disable all extenions first. <br/>If this does not fix it, then please fill out this form: </source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>This page contains information about QupZilla's current configuration, all relevant information for troubleshooting. Please include these information when sending bug reports.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Extensions</source>
|
<source>Extensions</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -2934,6 +2920,18 @@
|
|||||||
<source>No available extensions.</source>
|
<source>No available extensions.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: </source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Close</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RSSManager</name>
|
<name>RSSManager</name>
|
||||||
@ -3412,10 +3410,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
|||||||
<source>Paste</source>
|
<source>Paste</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Delete</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Select All</source>
|
<source>Select All</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -3784,11 +3778,11 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JavaScript alert - %1</source>
|
<source>Choose file...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose file...</source>
|
<source>JavaScript alert</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -33,7 +33,7 @@ $library_text = "QupZilla sjednocuje záložky, historii a rss čtečku do jedno
|
|||||||
S integrovanou čtečkou rss kanálů můžete být informován aktualitami z Vašich oblíbených stránek. QupZilla také zvládne importovat záložky z jiných prohlížečů.";
|
S integrovanou čtečkou rss kanálů můžete být informován aktualitami z Vašich oblíbených stránek. QupZilla také zvládne importovat záložky z jiných prohlížečů.";
|
||||||
$adblock_header = "Integrovaný AdBlock";
|
$adblock_header = "Integrovaný AdBlock";
|
||||||
$adblock_text = "Také nenávidíte stránky plné reklam? Zbytečně Vás zdržují při načítání stránek? Jediná věc kterou musíte s QupZillou udělat, je aktualizovat EasyList nebo přidat Vašee vlastní pravidla a můžete surfovat bez reklam.";
|
$adblock_text = "Také nenávidíte stránky plné reklam? Zbytečně Vás zdržují při načítání stránek? Jediná věc kterou musíte s QupZillou udělat, je aktualizovat EasyList nebo přidat Vašee vlastní pravidla a můžete surfovat bez reklam.";
|
||||||
$speeddial_header = "Rychlý přístup";
|
$speeddial_header = "Rychlá volba (Speed dial)";
|
||||||
$speeddial_text = "Tento populární doplněk je konečně dostupný i pro uživatele QupZilly! Nyní máte rychlý přístup k oblíbeným záložkám na jediné stránce. Samozřejmostí je plná podpora řazení přetažením a načítání náhledů stránek.";
|
$speeddial_text = "Tento populární doplněk je konečně dostupný i pro uživatele QupZilly! Nyní máte rychlý přístup k oblíbeným záložkám na jediné stránce. Samozřejmostí je plná podpora řazení přetažením a načítání náhledů stránek.";
|
||||||
$devnews_header = "Vývojové novinky";
|
$devnews_header = "Vývojové novinky";
|
||||||
$feed_loading = "Načítám...";
|
$feed_loading = "Načítám...";
|
||||||
@ -44,11 +44,12 @@ $other_linux = "Ostatní Linux";
|
|||||||
$source_code = "Zdrojový kód";
|
$source_code = "Zdrojový kód";
|
||||||
$choose_os = "Zvolte prosím operační systém";
|
$choose_os = "Zvolte prosím operační systém";
|
||||||
$windows_text = "32bit a 64bit Windows instalátor lze stáhnout kliknutím na odkazy níže";
|
$windows_text = "32bit a 64bit Windows instalátor lze stáhnout kliknutím na odkazy níže";
|
||||||
$ubuntu_text = "Oneiric, Natty a Maverick uživatelé mohou nainstalovat QupZillu zadáním těchto příkazů";
|
$ubuntu_text = "Ubuntu Precise, Oneiric, Natty a Maverick uživatelé mohou nainstalovat QupZillu zadáním těchto příkazů";
|
||||||
$for_development_version = "pro vývojovou verzi:";
|
$for_development_version = "pro vývojovou verzi:";
|
||||||
$packages_text = "32bit a 64bit balíčky";
|
$packages_text = "32bit a 64bit balíčky";
|
||||||
$tarballs_text = "32bit a 64bit předkompilované tarbally";
|
$tarballs_text = "32bit a 64bit předkompilované tarbally";
|
||||||
$can_be_downloaded = "lze stáhnout kliknutím na odkazy dole";
|
$qupzilla_for_text = "QupZillu pro";
|
||||||
|
$can_be_downloaded = "lze stáhnout kliknutím na odkazy níže";
|
||||||
$source_text = "Zdrojový kód můžete získat klonováním repositáře (pokud máte nainstalovaný git)";
|
$source_text = "Zdrojový kód můžete získat klonováním repositáře (pokud máte nainstalovaný git)";
|
||||||
$source_text2 = "Můžete se také podívat na zdrojový kód online nebo ho stáhnout v zip archivu";
|
$source_text2 = "Můžete se také podívat na zdrojový kód online nebo ho stáhnout v zip archivu";
|
||||||
$view_source = "zobrazit kód na github.com";
|
$view_source = "zobrazit kód na github.com";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Weitere";
|
|||||||
$source_code = "Quellcode";
|
$source_code = "Quellcode";
|
||||||
$choose_os = "Bitte wählen Sie Ihr Betriebssystem aus";
|
$choose_os = "Bitte wählen Sie Ihr Betriebssystem aus";
|
||||||
$windows_text = "Das 32bit und 64bit Windows Installationsprogramm kann durch Klick auf die untenstehenden Links heruntergeladen werden";
|
$windows_text = "Das 32bit und 64bit Windows Installationsprogramm kann durch Klick auf die untenstehenden Links heruntergeladen werden";
|
||||||
$ubuntu_text = "Ubuntu Oneiric, Natty und Maverick Nutzer können QupZilla durch Ausführen der folgenden Befehle installieren:";
|
$ubuntu_text = "Ubuntu Precise, Oneiric, Natty und Maverick Nutzer können QupZilla durch Ausführen der folgenden Befehle installieren:";
|
||||||
$for_development_version = "Zum Installieren der aktuellen Entwicklungsversion führen Sie diesen Befehl aus:";
|
$for_development_version = "Zum Installieren der aktuellen Entwicklungsversion führen Sie diesen Befehl aus:";
|
||||||
$packages_text = "32bit und 64bit Pakete";
|
$packages_text = "32bit und 64bit Pakete";
|
||||||
$tarballs_text = "32bit und 64bit vorkompilierte TAR-Archive";
|
$tarballs_text = "32bit und 64bit vorkompilierte TAR-Archive";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "können durch Klick auf die untenstehenden Links heruntergeladen werden";
|
$can_be_downloaded = "können durch Klick auf die untenstehenden Links heruntergeladen werden";
|
||||||
$source_text = "Sie können den Quellcode durch Klonen des Repositoriums erhalten (wenn Sie git installiert haben)";
|
$source_text = "Sie können den Quellcode durch Klonen des Repositoriums erhalten (wenn Sie git installiert haben)";
|
||||||
$source_text2 = "Sie können sich den Quellcode auch online anschauen und als ZIP-Archiv herunterladen";
|
$source_text2 = "Sie können sich den Quellcode auch online anschauen und als ZIP-Archiv herunterladen";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Άλλα Linux";
|
|||||||
$source_code = "Πηγαίος κώδικας";
|
$source_code = "Πηγαίος κώδικας";
|
||||||
$choose_os = "Παρακαλώ επιλέξτε το λειτουργικό σας σύστημα";
|
$choose_os = "Παρακαλώ επιλέξτε το λειτουργικό σας σύστημα";
|
||||||
$windows_text = "Προγράμματα εγκατάστασης για 32bit και 64bit Windows μπορούν να ληφθούν κάνοντας κλικ στους παρακάτω συνδέσμους";
|
$windows_text = "Προγράμματα εγκατάστασης για 32bit και 64bit Windows μπορούν να ληφθούν κάνοντας κλικ στους παρακάτω συνδέσμους";
|
||||||
$ubuntu_text = "Οι χρήστες Oneiric, Natty and Maverick μπορούν να εγκαταστήσουν το QupZilla τρέχοντας αυτές τις εντολές";
|
$ubuntu_text = "Οι χρήστες Precise, Oneiric, Natty and Maverick μπορούν να εγκαταστήσουν το QupZilla τρέχοντας αυτές τις εντολές";
|
||||||
$for_development_version = "για την έκδοση σε ανάπτυξη:";
|
$for_development_version = "για την έκδοση σε ανάπτυξη:";
|
||||||
$packages_text = "πακέτα 32bit και 64bit";
|
$packages_text = "πακέτα 32bit και 64bit";
|
||||||
$tarballs_text = "32bit και 64bit precompiled tarballs";
|
$tarballs_text = "32bit και 64bit precompiled tarballs";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "μπορούν να ληφθούν κάνοντας κλικ στους παρακάτω συνδέσμους";
|
$can_be_downloaded = "μπορούν να ληφθούν κάνοντας κλικ στους παρακάτω συνδέσμους";
|
||||||
$source_text = "Μπορείτε να πάρετε τον πηγαίο κώδικα κλωνοποιώντας το repository (αν έχετε το git εγκατεστημένο)";
|
$source_text = "Μπορείτε να πάρετε τον πηγαίο κώδικα κλωνοποιώντας το repository (αν έχετε το git εγκατεστημένο)";
|
||||||
$source_text2 = "Μπορείτε επίσης να τον δείτε online και να τον κατεβάσετε σε zip αρχείο";
|
$source_text2 = "Μπορείτε επίσης να τον δείτε online και να τον κατεβάσετε σε zip αρχείο";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Other Linux";
|
|||||||
$source_code = "Source Code";
|
$source_code = "Source Code";
|
||||||
$choose_os = "Please choose your operating system";
|
$choose_os = "Please choose your operating system";
|
||||||
$windows_text = "32bit and 64bit Windows installers can be downloaded by clicking on links below";
|
$windows_text = "32bit and 64bit Windows installers can be downloaded by clicking on links below";
|
||||||
$ubuntu_text = "Oneiric, Natty and Maverick users can install QupZilla by running these commands";
|
$ubuntu_text = "Ubuntu Precise, Oneiric, Natty and Maverick users can install QupZilla by running these commands";
|
||||||
$for_development_version = "for development version:";
|
$for_development_version = "for development version:";
|
||||||
$packages_text = "32bit and 64bit packages";
|
$packages_text = "32bit and 64bit packages";
|
||||||
$tarballs_text = "32bit and 64bit precompiled tarballs";
|
$tarballs_text = "32bit and 64bit precompiled tarballs";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "can be downloaded by clicking on links below";
|
$can_be_downloaded = "can be downloaded by clicking on links below";
|
||||||
$source_text = "You can get source code by cloning repository (if you have git installed)";
|
$source_text = "You can get source code by cloning repository (if you have git installed)";
|
||||||
$source_text2 = "You can also view it online and download it in zip archive";
|
$source_text2 = "You can also view it online and download it in zip archive";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Otro Linux";
|
|||||||
$source_code = "Código fuente";
|
$source_code = "Código fuente";
|
||||||
$choose_os = "Por favor, eliga su sistema operativo";
|
$choose_os = "Por favor, eliga su sistema operativo";
|
||||||
$windows_text = "Los instaladores de Windows 32bit y 64bit pueden descargarse haciendo click en los enlaces de abajo";
|
$windows_text = "Los instaladores de Windows 32bit y 64bit pueden descargarse haciendo click en los enlaces de abajo";
|
||||||
$ubuntu_text = "Los usuarios de Oneiric, Natty y Maverick pueden instalar QupZilla ejecutando estos comandos:";
|
$ubuntu_text = "Los usuarios de Precise, Oneiric, Natty y Maverick pueden instalar QupZilla ejecutando estos comandos:";
|
||||||
$for_development_version = "Para la versión en desarrollo:";
|
$for_development_version = "Para la versión en desarrollo:";
|
||||||
$packages_text = "Paquetes de 32bit y 64bit";
|
$packages_text = "Paquetes de 32bit y 64bit";
|
||||||
$tarballs_text = "Archivos tar precompilados en 32bit y 64bit";
|
$tarballs_text = "Archivos tar precompilados en 32bit y 64bit";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "pueden descargarse haciendo click en los enlaces de abajo";
|
$can_be_downloaded = "pueden descargarse haciendo click en los enlaces de abajo";
|
||||||
$source_text = "Puede obtener el código fuente clonando el repositorio (si tiene git instalado)";
|
$source_text = "Puede obtener el código fuente clonando el repositorio (si tiene git instalado)";
|
||||||
$source_text2 = "También puede verlo en línea y descargarlo en un archivo zip";
|
$source_text2 = "También puede verlo en línea y descargarlo en un archivo zip";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Autres distributions linux";
|
|||||||
$source_code = "Code Source";
|
$source_code = "Code Source";
|
||||||
$choose_os = "Choisissez votre système d'exploitation";
|
$choose_os = "Choisissez votre système d'exploitation";
|
||||||
$windows_text = "Les versions 32 et 64 bits peuvent être téléchargés en cliquant sur les liens suivants";
|
$windows_text = "Les versions 32 et 64 bits peuvent être téléchargés en cliquant sur les liens suivants";
|
||||||
$ubuntu_text = "Les utilisateurs d'Oneiric, Natty et Maverick peuvent installer QupZilla en exécutant ces commandes";
|
$ubuntu_text = "Les utilisateurs d'Ubuntu Precise, Oneiric, Natty et Maverick peuvent installer QupZilla en exécutant ces commandes";
|
||||||
$for_development_version = "Pour les versions de développement:";
|
$for_development_version = "Pour les versions de développement:";
|
||||||
$packages_text = "Paquets 32 et 64 bits";
|
$packages_text = "Paquets 32 et 64 bits";
|
||||||
$tarballs_text = "Tarballs 32 et 64 bits précompilés";
|
$tarballs_text = "Tarballs 32 et 64 bits précompilés";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "Peuvent être téléchargées en cliquant sur les liens suivants";
|
$can_be_downloaded = "Peuvent être téléchargées en cliquant sur les liens suivants";
|
||||||
$source_text = "Vous pouvez récupérer le code source en clonant le dépôt (si vous avez installé git)";
|
$source_text = "Vous pouvez récupérer le code source en clonant le dépôt (si vous avez installé git)";
|
||||||
$source_text2 = "Vous pouvez aussi le consulter en ligne et le télécharger au format zip";
|
$source_text2 = "Vous pouvez aussi le consulter en ligne et le télécharger au format zip";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Linux Lainnya";
|
|||||||
$source_code = "Kode Sumber";
|
$source_code = "Kode Sumber";
|
||||||
$choose_os = "Silakan pilih sistem operasi anda";
|
$choose_os = "Silakan pilih sistem operasi anda";
|
||||||
$windows_text = "Instalatur Windows 32bit dan 64bit dapat diunduh dengan mengklik tautan di bawah ini";
|
$windows_text = "Instalatur Windows 32bit dan 64bit dapat diunduh dengan mengklik tautan di bawah ini";
|
||||||
$ubuntu_text = "Pengguna Oneiric, Natty dan Maverick dapat menginstal QupZilla dengan menjalankan perintah berikut ini";
|
$ubuntu_text = "Pengguna Precise, Oneiric, Natty dan Maverick dapat menginstal QupZilla dengan menjalankan perintah berikut ini";
|
||||||
$for_development_version = "untuk versi pengembangan:";
|
$for_development_version = "untuk versi pengembangan:";
|
||||||
$packages_text = "Paket 32bit dan 64bit";
|
$packages_text = "Paket 32bit dan 64bit";
|
||||||
$tarballs_text = "Prakompilasi Tarball 32bit dan 64bit";
|
$tarballs_text = "Prakompilasi Tarball 32bit dan 64bit";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "dapat diunduh dengan mengklik tautan di bawah ini";
|
$can_be_downloaded = "dapat diunduh dengan mengklik tautan di bawah ini";
|
||||||
$source_text = "Anda dapat mengunduh kode sumber dengan mengkloning repositori (jika anda sudah menginstal git)";
|
$source_text = "Anda dapat mengunduh kode sumber dengan mengkloning repositori (jika anda sudah menginstal git)";
|
||||||
$source_text2 = "Anda juga dapat melihatnya secara online dan mengunduhnya dalam arsip zip";
|
$source_text2 = "Anda juga dapat melihatnya secara online dan mengunduhnya dalam arsip zip";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Altre distribuzioni Linux";
|
|||||||
$source_code = "Codice sorgente";
|
$source_code = "Codice sorgente";
|
||||||
$choose_os = "Per favore, scegli il tuo sistema operativo";
|
$choose_os = "Per favore, scegli il tuo sistema operativo";
|
||||||
$windows_text = "I pacchetti a 32bit e 64bit per Windows possono essere scaricati cliccando sui link qui sotto";
|
$windows_text = "I pacchetti a 32bit e 64bit per Windows possono essere scaricati cliccando sui link qui sotto";
|
||||||
$ubuntu_text = "Gli utenti di Ubuntu Oneiric, Natty e Maverick possono installare QupZilla eseguendo questi comandi";
|
$ubuntu_text = "Gli utenti di Ubuntu Precise, Oneiric, Natty e Maverick possono installare QupZilla eseguendo questi comandi";
|
||||||
$for_development_version = "per la versione in sviluppo:";
|
$for_development_version = "per la versione in sviluppo:";
|
||||||
$packages_text = "pacchetti a 32bit e 64bit";
|
$packages_text = "pacchetti a 32bit e 64bit";
|
||||||
$tarballs_text = "Archivi precompilati a 32bit e 64bit";
|
$tarballs_text = "Archivi precompilati a 32bit e 64bit";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "possono essere scaricati cliccando sui link qui sotto";
|
$can_be_downloaded = "possono essere scaricati cliccando sui link qui sotto";
|
||||||
$source_text = "Puoi ottenere i codice sorgente clonando il repository (se hai git installato)";
|
$source_text = "Puoi ottenere i codice sorgente clonando il repository (se hai git installato)";
|
||||||
$source_text2 = "Puoi anche visionarlo online e scaricarlo come archivio zip";
|
$source_text2 = "Puoi anche visionarlo online e scaricarlo come archivio zip";
|
||||||
|
@ -14,21 +14,21 @@ $translated_by = "このページはDaiki Nodaが翻訳しました";
|
|||||||
|
|
||||||
//Home Page
|
//Home Page
|
||||||
$actual_version = "最新版";
|
$actual_version = "最新版";
|
||||||
$actual_version_text = "最新の更新は" . $qupzilla_version_date ."に行われました"
|
$actual_version_text = "最新版はこちらから". $qupzilla_version_date .
|
||||||
"最新版のバージョンは" . $qupzilla_version . "です。更新履歴をぜひご覧ください。<br/>QupZillaをぜひダウンロードしてください<a href=\"download\">こちら</a>からすぐにでもできます!";
|
"最新版のバージョンは" . $qupzilla_version . ". Changes in changelog. <br/>Don't hesitate and <a href=\"download\">download</a> it right now!";
|
||||||
$actual_version_button = "DOWNLOAD";
|
$actual_version_button = "DOWNLOAD";
|
||||||
$older_versions = "更新履歴";
|
$older_versions = "更新履歴";
|
||||||
$older_versions_text = "各バージョンごとの機能などの変遷、今までの開発の成果を知りたいですか?<br/>それらの変遷はすべてgithubの<a>changelog</a>から参照できます。";
|
$older_versions_text = "各バージョンごとの機能などの変遷を知りたいですか?<br/>それらの変遷はすべてgithubの<a>changelog</a>から参照できます。";
|
||||||
$older_versions_button = "Changelog";
|
$older_versions_button = "Changelog";
|
||||||
$reportbug = "問題を報告する";
|
$reportbug = "問題を報告する";
|
||||||
$reportbug_text = "あなたがバグを発見したりQupzillaがよりよく<a>発展</a>するアイデアを持っているなら<br/>
|
$reportbug_text = "あなたがバグを発見したりQupzillaがよりよく<a>発展</a>するアイデアを持っているなら<br/>
|
||||||
ぜひgithubのissue trackerにissueを投稿してください.";
|
ぜひgithubのissue trackerにissueを投稿してください.";
|
||||||
$reportbug_button = "REPORT NOW";
|
$reportbug_button = "REPORT NOW";
|
||||||
$technology = "テクノロジー";
|
$technology = "テクノロジー";
|
||||||
$technology_text = "QupZillaはレンダリングエンジンにwebkitを使い、Qt Frameworkを用いて開発された現代的なブラウザです。Webkitは<a>高速な</a>ブラウジングを
|
$technology_text = "QupZillaはレンダリングエンジンにwebkitを使い、Qt Frameworkを用いて開発された現代的なブラウザです。Webkitは<a>高速な<a/>ブラウジングを
|
||||||
Qtはマルチプラットフォームでの動作を可能にします。";
|
Qtはマルチプラットフォームでの動作を可能にします。";
|
||||||
$technology_button = "WebKit & Qt";
|
$technology_button = "WebKit & Qt";
|
||||||
$looknfeel_header = "自然なUIと使い心地";
|
$looknfeel_header = "自然なUI、使い心地";
|
||||||
$looknfeel_text = "QupZillaはメジャーなLinuxデスクトップ環境で、ネイティブなUIを再現できます。アイコンもテーマに合わせたものとなっています。ネイティブUIが退屈、あるいは何らかの問題があると感じた時には様々なテーマを使用することもできます。";
|
$looknfeel_text = "QupZillaはメジャーなLinuxデスクトップ環境で、ネイティブなUIを再現できます。アイコンもテーマに合わせたものとなっています。ネイティブUIが退屈、あるいは何らかの問題があると感じた時には様々なテーマを使用することもできます。";
|
||||||
$library_header = "ライブラリ機能の統合";
|
$library_header = "ライブラリ機能の統合";
|
||||||
$library_text = "QupZillaはブックマーク、履歴、RSSリーダーを最適化された一つのウィンドウに表示させます。このライブラリがあればいくつもウィンドウを広げる必要はありません。QupZillaならたったひとつのウィンドウでいい。<br/>
|
$library_text = "QupZillaはブックマーク、履歴、RSSリーダーを最適化された一つのウィンドウに表示させます。このライブラリがあればいくつもウィンドウを広げる必要はありません。QupZillaならたったひとつのウィンドウでいい。<br/>
|
||||||
@ -45,10 +45,11 @@ $other_linux = "Other Linux";
|
|||||||
$source_code = "Source Code";
|
$source_code = "Source Code";
|
||||||
$choose_os = "あなたのお使いのOSを選択してください";
|
$choose_os = "あなたのお使いのOSを選択してください";
|
||||||
$windows_text = "32bitおよび64bitのWindows向けインストーラーは以下のリンクからダウンロードできます";
|
$windows_text = "32bitおよび64bitのWindows向けインストーラーは以下のリンクからダウンロードできます";
|
||||||
$ubuntu_text = "Oneiric、NattyそしてMaverickのユーザーは以下のコマンドをお使い下さい";
|
$ubuntu_text = "Precise, Oneiric、NattyそしてMaverickのユーザーは以下のコマンドをお使い下さい";
|
||||||
$for_development_version = "for development version:";
|
$for_development_version = "for development version:";
|
||||||
$packages_text = "32bit and 64bit packages";
|
$packages_text = "32bit and 64bit packages";
|
||||||
$tarballs_text = "32bit and 64bit precompiled tarballs";
|
$tarballs_text = "32bit and 64bit precompiled tarballs";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "以下のリンクからダウンロードできます";
|
$can_be_downloaded = "以下のリンクからダウンロードできます";
|
||||||
$source_text = "gitをインストールした環境ならリポジトリからソースをcloneできます";
|
$source_text = "gitをインストールした環境ならリポジトリからソースをcloneできます";
|
||||||
$source_text2 = "You can also view it online and download it in zip archive";
|
$source_text2 = "You can also view it online and download it in zip archive";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Linux-ის სხვა დისტრიბუცია";
|
|||||||
$source_code = "წყაროს კოდი";
|
$source_code = "წყაროს კოდი";
|
||||||
$choose_os = "გთხოვთ აირჩიეთ თქვენი ოპერაციული სისტემა";
|
$choose_os = "გთხოვთ აირჩიეთ თქვენი ოპერაციული სისტემა";
|
||||||
$windows_text = "Windows-ისთვის 32 და 64 ბიტიანი ინსტალატორების ჩამოტვირთვა შეგიძლიათ ქვემოთ მოცემულ ბმულებზე დაწკაპუნებით";
|
$windows_text = "Windows-ისთვის 32 და 64 ბიტიანი ინსტალატორების ჩამოტვირთვა შეგიძლიათ ქვემოთ მოცემულ ბმულებზე დაწკაპუნებით";
|
||||||
$ubuntu_text = "Oneiric-ის, Natty-ის და Maverick-ის მოხმარებლებს QupZilla-ს დაყენება შემდეგი ბრძანებების გაშვებით შეგიძლიათ";
|
$ubuntu_text = "Precise-ის, Oneiric-ის, Natty-ის და Maverick-ის მოხმარებლებს QupZilla-ს დაყენება შემდეგი ბრძანებების გაშვებით შეგიძლიათ";
|
||||||
$for_development_version = "დეველოპერული ვერსიისთვის:";
|
$for_development_version = "დეველოპერული ვერსიისთვის:";
|
||||||
$packages_text = "32 და 64 ბიტიანი პაკეტები";
|
$packages_text = "32 და 64 ბიტიანი პაკეტები";
|
||||||
$tarballs_text = "32 და 64 ბიტიანი წინასწარ კომპილირებული არქივების";
|
$tarballs_text = "32 და 64 ბიტიანი წინასწარ კომპილირებული არქივების";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "ჩამოტვირთვა შესაძლებელია ქვემოთ მოცემულ ბმულებზე დაწკაპუნებით";
|
$can_be_downloaded = "ჩამოტვირთვა შესაძლებელია ქვემოთ მოცემულ ბმულებზე დაწკაპუნებით";
|
||||||
$source_text = "თქვენ შეგიძლიათ მიიღოთ წყაროს კოდის რეპოზიტორის კლონირებით (თუ git გიყენიათ)";
|
$source_text = "თქვენ შეგიძლიათ მიიღოთ წყაროს კოდის რეპოზიტორის კლონირებით (თუ git გიყენიათ)";
|
||||||
$source_text2 = "თქვენ ასევე შეგიძლიათ ნახოთ ის ქსელში და ჩამოტვირთოთ zip არქივი";
|
$source_text2 = "თქვენ ასევე შეგიძლიათ ნახოთ ის ქსელში და ჩამოტვირთოთ zip არქივი";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Overige Linux";
|
|||||||
$source_code = "Broncode";
|
$source_code = "Broncode";
|
||||||
$choose_os = "Kies uw besturingssysteem";
|
$choose_os = "Kies uw besturingssysteem";
|
||||||
$windows_text = "32-bit en 64-bit Windows-installaties kunnen worden gedownload door te klikken op onderstaande links";
|
$windows_text = "32-bit en 64-bit Windows-installaties kunnen worden gedownload door te klikken op onderstaande links";
|
||||||
$ubuntu_text = "Oneiric, Natty en Maverick-gebruikers kunnen QupZilla installeren door deze commando's te gebruken";
|
$ubuntu_text = "Precise, Oneiric, Natty en Maverick-gebruikers kunnen QupZilla installeren door deze commando's te gebruken";
|
||||||
$for_development_version = "voor ontwikkelings-versie:";
|
$for_development_version = "voor ontwikkelings-versie:";
|
||||||
$packages_text = "32-bit en 64-bit-pakketten";
|
$packages_text = "32-bit en 64-bit-pakketten";
|
||||||
$tarballs_text = "32-bit en 64-bit voorgecompileerde tarballs";
|
$tarballs_text = "32-bit en 64-bit voorgecompileerde tarballs";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "kunnen worden gedownload door op onderstaande links te klikken";
|
$can_be_downloaded = "kunnen worden gedownload door op onderstaande links te klikken";
|
||||||
$source_text = "U kunt de broncode verkrijgen door de pakketbron te klonen (wanneer u Git heeft geinstalleerd)";
|
$source_text = "U kunt de broncode verkrijgen door de pakketbron te klonen (wanneer u Git heeft geinstalleerd)";
|
||||||
$source_text2 = "U kunt het tevens online bekijken en downloaden in zip-archiefformaat";
|
$source_text2 = "U kunt het tevens online bekijken en downloaden in zip-archiefformaat";
|
||||||
|
@ -44,10 +44,11 @@ $other_linux = "Inne z rodziny Linux";
|
|||||||
$source_code = "Kod Źródłowy";
|
$source_code = "Kod Źródłowy";
|
||||||
$choose_os = "Wybierz system operacyjny";
|
$choose_os = "Wybierz system operacyjny";
|
||||||
$windows_text = "32bit i 64bit instalator dla systemu Windows można pobrać klikając na linki poniżej";
|
$windows_text = "32bit i 64bit instalator dla systemu Windows można pobrać klikając na linki poniżej";
|
||||||
$ubuntu_text = "Użytkownicy Ubuntu Oneric, Natty i Maverick mogą zainstalować QupZille wykonując komendy";
|
$ubuntu_text = "Użytkownicy Ubuntu Precise, Oneric, Natty i Maverick mogą zainstalować QupZille wykonując komendy";
|
||||||
$for_development_version = "wersja developerska:";
|
$for_development_version = "wersja developerska:";
|
||||||
$packages_text = "Paczki 32bit i 64bit";
|
$packages_text = "Paczki 32bit i 64bit";
|
||||||
$tarballs_text = "32bit and 64bit precompiled tarballs";
|
$tarballs_text = "32bit and 64bit precompiled tarballs";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "można pobrać klikająć w link poniżej";
|
$can_be_downloaded = "można pobrać klikająć w link poniżej";
|
||||||
$source_text = "Możesz pobrać kod źródłowy, klonując repozytorium (jeżeli ma się zainstalowany git)";
|
$source_text = "Możesz pobrać kod źródłowy, klonując repozytorium (jeżeli ma się zainstalowany git)";
|
||||||
$view_source = "pokaż źródła na github.com";
|
$view_source = "pokaż źródła na github.com";
|
||||||
|
@ -42,10 +42,11 @@ $other_linux = "Outros sistemas linux";
|
|||||||
$source_code = "Código fonte";
|
$source_code = "Código fonte";
|
||||||
$choose_os = "Escolha o seu sistema operativo";
|
$choose_os = "Escolha o seu sistema operativo";
|
||||||
$windows_text = "Pode transferir as versões 32 bits e 64 bits para o Windows nas ligações abaixo";
|
$windows_text = "Pode transferir as versões 32 bits e 64 bits para o Windows nas ligações abaixo";
|
||||||
$ubuntu_text = "Os utilizadores do Ubuntu Oneiric, Natty e Maverick podem instalar o QupZilla através destes comandos";
|
$ubuntu_text = "Os utilizadores do Ubuntu Precise, Oneiric, Natty e Maverick podem instalar o QupZilla através destes comandos";
|
||||||
$for_development_version = "Versões de desenvolvimento:";
|
$for_development_version = "Versões de desenvolvimento:";
|
||||||
$packages_text = "Os pacotes 32 bits e 64 bits";
|
$packages_text = "Os pacotes 32 bits e 64 bits";
|
||||||
$tarballs_text = "Os pacotes pré-compilados 32 bits e 64 bits";
|
$tarballs_text = "Os pacotes pré-compilados 32 bits e 64 bits";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "podem ser transferidos nas ligações abaixo";
|
$can_be_downloaded = "podem ser transferidos nas ligações abaixo";
|
||||||
$source_text = "Pode obter o código fonte clonando o repositório (se tiver o git instalado)";
|
$source_text = "Pode obter o código fonte clonando o repositório (se tiver o git instalado)";
|
||||||
$source_text2 = "Também pode ver o código fonte no github e/ou transferir o código no formato .zip";
|
$source_text2 = "Também pode ver o código fonte no github e/ou transferir o código no formato .zip";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Другой дистрибутив Linux";
|
|||||||
$source_code = "Исходный код";
|
$source_code = "Исходный код";
|
||||||
$choose_os = "Пожалуйста, выберите вашу операционную систему";
|
$choose_os = "Пожалуйста, выберите вашу операционную систему";
|
||||||
$windows_text = "32-х битный и 64-х битный установщик для Windows можно скачать кликнув по ссылке ниже";
|
$windows_text = "32-х битный и 64-х битный установщик для Windows можно скачать кликнув по ссылке ниже";
|
||||||
$ubuntu_text = "Пользователи Oneiric, Natty и Maverick могут установить QupZilla выполнив эти команды";
|
$ubuntu_text = "Пользователи Precise, Oneiric, Natty и Maverick могут установить QupZilla выполнив эти команды";
|
||||||
$for_development_version = "Версия для разработки:";
|
$for_development_version = "Версия для разработки:";
|
||||||
$packages_text = "32-х и 64-х битные пакеты";
|
$packages_text = "32-х и 64-х битные пакеты";
|
||||||
$tarballs_text = "32-х и 64-х битные предварительно скомпилированные архивы";
|
$tarballs_text = "32-х и 64-х битные предварительно скомпилированные архивы";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "могут быть скачаны по ссылке ниже";
|
$can_be_downloaded = "могут быть скачаны по ссылке ниже";
|
||||||
$source_text = "Вы можете получить исходный код, скопировав репозиторий ( если у вас установлен git)";
|
$source_text = "Вы можете получить исходный код, скопировав репозиторий ( если у вас установлен git)";
|
||||||
$source_text2 = "Также можно просмотреть его онлайн и скачать в архиве zip";
|
$source_text2 = "Также можно просмотреть его онлайн и скачать в архиве zip";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Остали Линукси";
|
|||||||
$source_code = "Изворни кôд";
|
$source_code = "Изворни кôд";
|
||||||
$choose_os = "Изаберите ваш оперативни систем";
|
$choose_os = "Изаберите ваш оперативни систем";
|
||||||
$windows_text = "Можети преузети 32 битне и 64 битне Виндоуз инсталатере кликом на везе испод";
|
$windows_text = "Можети преузети 32 битне и 64 битне Виндоуз инсталатере кликом на везе испод";
|
||||||
$ubuntu_text = "Oneiric, Natty и Maverick корисници могу инсталирати Капзилу покретањем ових наредби";
|
$ubuntu_text = "Precise, Oneiric, Natty и Maverick корисници могу инсталирати Капзилу покретањем ових наредби";
|
||||||
$for_development_version = "за издање у развоју:";
|
$for_development_version = "за издање у развоју:";
|
||||||
$packages_text = "32 битни и 64 битни пакети";
|
$packages_text = "32 битни и 64 битни пакети";
|
||||||
$tarballs_text = "32 битни и 64 битни компилирани архиви пакета";
|
$tarballs_text = "32 битни и 64 битни компилирани архиви пакета";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "могу бити преузети кликом на везе испод";
|
$can_be_downloaded = "могу бити преузети кликом на везе испод";
|
||||||
$source_text = "Изворни кôд можете да набавите тако што ћете клонирати ризницу (ако имате инсталиран гит)";
|
$source_text = "Изворни кôд можете да набавите тако што ћете клонирати ризницу (ако имате инсталиран гит)";
|
||||||
$source_text2 = "Такође га можете прегледати на мрежи и преузети као зип архиву";
|
$source_text2 = "Такође га можете прегледати на мрежи и преузети као зип архиву";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "Остали Линукси";
|
|||||||
$source_code = "Изворни кôд";
|
$source_code = "Изворни кôд";
|
||||||
$choose_os = "Изаберите ваш оперативни систем";
|
$choose_os = "Изаберите ваш оперативни систем";
|
||||||
$windows_text = "Можети преузети 32 битне и 64 битне Виндоуз инсталатере кликом на везе испод";
|
$windows_text = "Можети преузети 32 битне и 64 битне Виндоуз инсталатере кликом на везе испод";
|
||||||
$ubuntu_text = "Oneiric, Natty и Maverick корисници могу инсталирати Капзилу покретањем ових наредби";
|
$ubuntu_text = "Precise, Oneiric, Natty и Maverick корисници могу инсталирати Капзилу покретањем ових наредби";
|
||||||
$for_development_version = "за издање у развоју:";
|
$for_development_version = "за издање у развоју:";
|
||||||
$packages_text = "32 битни и 64 битни пакети";
|
$packages_text = "32 битни и 64 битни пакети";
|
||||||
$tarballs_text = "32 битни и 64 битни компилирани архиви пакета";
|
$tarballs_text = "32 битни и 64 битни компилирани архиви пакета";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "могу бити преузети кликом на везе испод";
|
$can_be_downloaded = "могу бити преузети кликом на везе испод";
|
||||||
$source_text = "Изворни кôд можете да набавите тако што ћете клонирати ризницу (ако имате инсталиран гит)";
|
$source_text = "Изворни кôд можете да набавите тако што ћете клонирати ризницу (ако имате инсталиран гит)";
|
||||||
$source_text2 = "Такође га можете прегледати на мрежи и преузети као зип архиву";
|
$source_text2 = "Такође га можете прегледати на мрежи и преузети као зип архиву";
|
||||||
|
@ -45,10 +45,11 @@ $other_linux = "其他的Linux";
|
|||||||
$source_code = "原始碼";
|
$source_code = "原始碼";
|
||||||
$choose_os = "選擇您所使用的作業系統";
|
$choose_os = "選擇您所使用的作業系統";
|
||||||
$windows_text = "點擊下面的連結下載32位元及64位元的Windows的安裝包";
|
$windows_text = "點擊下面的連結下載32位元及64位元的Windows的安裝包";
|
||||||
$ubuntu_text = "Ubuntu的Oneiric、Natty以及Maverick使用者可以藉由下列指令安裝QupZilla";
|
$ubuntu_text = "Ubuntu的Precise、Oneiric、Natty以及Maverick使用者可以藉由下列指令安裝QupZilla";
|
||||||
$for_development_version = "開發中版本:";
|
$for_development_version = "開發中版本:";
|
||||||
$packages_text = "32位元以及64位元的套件包";
|
$packages_text = "32位元以及64位元的套件包";
|
||||||
$tarballs_text = "32位元以及64位元的預編譯tarballs";
|
$tarballs_text = "32位元以及64位元的預編譯tarballs";
|
||||||
|
$qupzilla_for_text = "QupZilla for";
|
||||||
$can_be_downloaded = "點擊以下連結來下載它們。";
|
$can_be_downloaded = "點擊以下連結來下載它們。";
|
||||||
$source_text = "您可以從Repo中取得原始碼(如果您已經安裝git的話)";
|
$source_text = "您可以從Repo中取得原始碼(如果您已經安裝git的話)";
|
||||||
$source_text2 = "您也可以在線上觀看並下載ZIP壓縮檔";
|
$source_text2 = "您也可以在線上觀看並下載ZIP壓縮檔";
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
||||||
<translatorcomment>そのまま</translatorcomment>
|
<translatorcomment>そのまま</translatorcomment>
|
||||||
<translation><p>&copy; %1 %2<br/>All rights reserved.<br/></translation>
|
<translation type="obsolete"><p>&copy; %1 %2<br/>All rights reserved.<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source><small>Build time: %1 </small></p></source>
|
<source><small>Build time: %1 </small></p></source>
|
||||||
@ -864,11 +864,11 @@
|
|||||||
<message>
|
<message>
|
||||||
<source>There are still open tabs</source>
|
<source>There are still open tabs</source>
|
||||||
<translatorcomment>保留</translatorcomment>
|
<translatorcomment>保留</translatorcomment>
|
||||||
<translation>まだ開いているタブがあります</translation>
|
<translation type="obsolete">まだ開いているタブがあります</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Don't ask again</source>
|
<source>Don't ask again</source>
|
||||||
<translation>次回からは表示しない</translation>
|
<translation type="obsolete">次回からは表示しない</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -2699,7 +2699,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
||||||
<translatorcomment>意訳。保留。</translatorcomment>
|
<translatorcomment>意訳。保留。</translatorcomment>
|
||||||
<translation>%1個のタブが開いています。セッションは保存されませんがQupZillaを終了しますか?</translation>
|
<translation type="obsolete">%1個のタブが開いています。セッションは保存されませんがQupZillaを終了しますか?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>You have successfully added RSS feed "%1".</source>
|
<source>You have successfully added RSS feed "%1".</source>
|
||||||
@ -2730,6 +2730,19 @@
|
|||||||
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
||||||
<translation><b>QupZillaがクラッシュしてしまいました(/_;)</b>><br/>前回のQupZillaのセッションは予期せず終了されました。申し訳ありません、前回のセッションを復元しますか?</translation>
|
<translation><b>QupZillaがクラッシュしてしまいました(/_;)</b>><br/>前回のQupZillaのセッションは予期せず終了されました。申し訳ありません、前回のセッションを復元しますか?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still %1 open tabs and your session won't be stored.
|
||||||
|
Are you sure to quit QupZilla?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Don't ask again</source>
|
||||||
|
<translation type="unfinished">次回からは表示しない</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still open tabs</source>
|
||||||
|
<translation type="unfinished">まだ開いているタブがあります</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QupZillaSchemeReply</name>
|
<name>QupZillaSchemeReply</name>
|
||||||
@ -3035,11 +3048,11 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>If you are experiencing problems with QupZilla, please try to disable all extenions first. <br/>If this does not fix it, then please fill out this form: </source>
|
<source>If you are experiencing problems with QupZilla, please try to disable all extenions first. <br/>If this does not fix it, then please fill out this form: </source>
|
||||||
<translation>QupZillaを使用中に問題が発生した場合はまずエクステンションを無効にしてみてください。<br/>それでも問題が解決されない場合以下のフォームに書き込んでください:</translation>
|
<translation type="obsolete">QupZillaを使用中に問題が発生した場合はまずエクステンションを無効にしてみてください。<br/>それでも問題が解決されない場合以下のフォームに書き込んでください:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>This page contains information about QupZilla's current configuration, all relevant information for troubleshooting. Please include these information when sending bug reports.</source>
|
<source>This page contains information about QupZilla's current configuration, all relevant information for troubleshooting. Please include these information when sending bug reports.</source>
|
||||||
<translation>このページはQupZillaの現在の設定について表示しています。これらの情報はトラブルシューティングに非常に有用ですので、バグレポート送信の際にはこれらの情報を一緒に送信してください。</translation>
|
<translation type="obsolete">このページはQupZillaの現在の設定について表示しています。これらの情報はトラブルシューティングに非常に有用ですので、バグレポート送信の際にはこれらの情報を一緒に送信してください。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Extensions</source>
|
<source>Extensions</source>
|
||||||
@ -3049,6 +3062,18 @@
|
|||||||
<source>No available extensions.</source>
|
<source>No available extensions.</source>
|
||||||
<translation>エクステンションが見つかりません。</translation>
|
<translation>エクステンションが見つかりません。</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: </source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Close</source>
|
||||||
|
<translation type="unfinished">閉じる</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RSSManager</name>
|
<name>RSSManager</name>
|
||||||
@ -3542,7 +3567,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Delete</source>
|
<source>Delete</source>
|
||||||
<translation>削除</translation>
|
<translation type="obsolete">削除</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Select All</source>
|
<source>Select All</source>
|
||||||
@ -3929,12 +3954,16 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
|||||||
<message>
|
<message>
|
||||||
<source>JavaScript alert - %1</source>
|
<source>JavaScript alert - %1</source>
|
||||||
<translatorcomment>javascript alertで出てくる奴→警告、要再考。</translatorcomment>
|
<translatorcomment>javascript alertで出てくる奴→警告、要再考。</translatorcomment>
|
||||||
<translation> 警告- %1</translation>
|
<translation type="obsolete"> 警告- %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose file...</source>
|
<source>Choose file...</source>
|
||||||
<translation>ファイルの選択...</translation>
|
<translation>ファイルの選択...</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>JavaScript alert</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>WebSearchBar</name>
|
<name>WebSearchBar</name>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
||||||
<translation><p>&copy; %1 %2<br/>ყველა უფლება დაცულია.<br/></translation>
|
<translation type="obsolete"><p>&copy; %1 %2<br/>ყველა უფლება დაცულია.<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source><small>Build time: %1 </small></p></source>
|
<source><small>Build time: %1 </small></p></source>
|
||||||
@ -850,11 +850,11 @@
|
|||||||
<name>CloseDialog</name>
|
<name>CloseDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<source>There are still open tabs</source>
|
<source>There are still open tabs</source>
|
||||||
<translation>რამდენიმე ჩანართი კვლავ გახსნილია</translation>
|
<translation type="obsolete">რამდენიმე ჩანართი კვლავ გახსნილია</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Don't ask again</source>
|
<source>Don't ask again</source>
|
||||||
<translation>მეტი აღარ შემეკითხო</translation>
|
<translation type="obsolete">მეტი აღარ შემეკითხო</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -2639,7 +2639,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
||||||
<translation>თქვენ კვლავ გაქვთ %1 გახსნილი ჩანართი და თქვენი სესია არ შეინახება. დარწმუნებული ხართ რომ QupZilla-დან გამოსვლა გსურთ?</translation>
|
<translation type="obsolete">თქვენ კვლავ გაქვთ %1 გახსნილი ჩანართი და თქვენი სესია არ შეინახება. დარწმუნებული ხართ რომ QupZilla-დან გამოსვლა გსურთ?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>You have successfully added RSS feed "%1".</source>
|
<source>You have successfully added RSS feed "%1".</source>
|
||||||
@ -2669,6 +2669,19 @@
|
|||||||
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
||||||
<translation type="unfinished"><b>QupZilla ავარიუალად დაიხურა :-(</b><br/>უი, QupZilla-ს ბოლო სესია მოულოდნელად შეწყდა. ბოდიშს გიხდით ამისათვის. გსურთ ბოლო შენახული მდგომარებოის აღდგენა ვცადოთ?</translation>
|
<translation type="unfinished"><b>QupZilla ავარიუალად დაიხურა :-(</b><br/>უი, QupZilla-ს ბოლო სესია მოულოდნელად შეწყდა. ბოდიშს გიხდით ამისათვის. გსურთ ბოლო შენახული მდგომარებოის აღდგენა ვცადოთ?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still %1 open tabs and your session won't be stored.
|
||||||
|
Are you sure to quit QupZilla?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Don't ask again</source>
|
||||||
|
<translation type="unfinished">მეტი აღარ შემეკითხო</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still open tabs</source>
|
||||||
|
<translation type="unfinished">რამდენიმე ჩანართი კვლავ გახსნილია</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QupZillaSchemeReply</name>
|
<name>QupZillaSchemeReply</name>
|
||||||
@ -2964,14 +2977,6 @@
|
|||||||
<source>Portable build</source>
|
<source>Portable build</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>If you are experiencing problems with QupZilla, please try to disable all extenions first. <br/>If this does not fix it, then please fill out this form: </source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>This page contains information about QupZilla's current configuration, all relevant information for troubleshooting. Please include these information when sending bug reports.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Extensions</source>
|
<source>Extensions</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -2980,6 +2985,18 @@
|
|||||||
<source>No available extensions.</source>
|
<source>No available extensions.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: </source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Close</source>
|
||||||
|
<translation type="unfinished">დახურვა</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RSSManager</name>
|
<name>RSSManager</name>
|
||||||
@ -3461,7 +3478,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Delete</source>
|
<source>Delete</source>
|
||||||
<translation>წაშლა</translation>
|
<translation type="obsolete">წაშლა</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Select All</source>
|
<source>Select All</source>
|
||||||
@ -3837,12 +3854,16 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JavaScript alert - %1</source>
|
<source>JavaScript alert - %1</source>
|
||||||
<translation>JavaScript გაფრთხილება - %1</translation>
|
<translation type="obsolete">JavaScript გაფრთხილება - %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose file...</source>
|
<source>Choose file...</source>
|
||||||
<translation>ფაილის არჩევა...</translation>
|
<translation>ფაილის არჩევა...</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>JavaScript alert</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>WebSearchBar</name>
|
<name>WebSearchBar</name>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -29,7 +29,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
||||||
<translation><p>&copy; %1 %2<br/>Todos os direitos reservados.<br/></translation>
|
<translation type="obsolete"><p>&copy; %1 %2<br/>Todos os direitos reservados.<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source><small>Build time: %1 </small></p></source>
|
<source><small>Build time: %1 </small></p></source>
|
||||||
@ -878,11 +878,11 @@
|
|||||||
<name>CloseDialog</name>
|
<name>CloseDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<source>There are still open tabs</source>
|
<source>There are still open tabs</source>
|
||||||
<translation>Ainda existem abas abertas</translation>
|
<translation type="obsolete">Ainda existem abas abertas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Don't ask again</source>
|
<source>Don't ask again</source>
|
||||||
<translation>Não perguntar novamente</translation>
|
<translation type="obsolete">Não perguntar novamente</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -2659,7 +2659,7 @@ não foi encontrado!</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
||||||
<translation>Ainda existem %1 guias abertas e a sessão não será gravada. Tem a certeza que deseja sair?</translation>
|
<translation type="obsolete">Ainda existem %1 guias abertas e a sessão não será gravada. Tem a certeza que deseja sair?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Bookmark &All Tabs</source>
|
<source>Bookmark &All Tabs</source>
|
||||||
@ -2701,6 +2701,19 @@ não foi encontrado!</translation>
|
|||||||
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
||||||
<translation type="unfinished"><b>QupZilla travou :/</b><br/>Oops, parece que a última sessão do QupZilla não foi fechada como o planejado. Pedimos mil desculpas por isso. Você deseja que nós tentassemos abrir a última sessão que você estava?</translation>
|
<translation type="unfinished"><b>QupZilla travou :/</b><br/>Oops, parece que a última sessão do QupZilla não foi fechada como o planejado. Pedimos mil desculpas por isso. Você deseja que nós tentassemos abrir a última sessão que você estava?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still %1 open tabs and your session won't be stored.
|
||||||
|
Are you sure to quit QupZilla?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Don't ask again</source>
|
||||||
|
<translation type="unfinished">Não perguntar novamente</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still open tabs</source>
|
||||||
|
<translation type="unfinished">Ainda existem abas abertas</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QupZillaSchemeReply</name>
|
<name>QupZillaSchemeReply</name>
|
||||||
@ -2992,14 +3005,6 @@ não foi encontrado!</translation>
|
|||||||
<source>Portable build</source>
|
<source>Portable build</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>If you are experiencing problems with QupZilla, please try to disable all extenions first. <br/>If this does not fix it, then please fill out this form: </source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>This page contains information about QupZilla's current configuration, all relevant information for troubleshooting. Please include these information when sending bug reports.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Extensions</source>
|
<source>Extensions</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -3008,6 +3013,18 @@ não foi encontrado!</translation>
|
|||||||
<source>No available extensions.</source>
|
<source>No available extensions.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: </source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Close</source>
|
||||||
|
<translation type="unfinished">Fechar</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RSSManager</name>
|
<name>RSSManager</name>
|
||||||
@ -3498,7 +3515,7 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Delete</source>
|
<source>Delete</source>
|
||||||
<translation>Apagar</translation>
|
<translation type="obsolete">Apagar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Error!</source>
|
<source>Error!</source>
|
||||||
@ -3780,7 +3797,7 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JavaScript alert - %1</source>
|
<source>JavaScript alert - %1</source>
|
||||||
<translation>Alerta JavaScript - %1</translation>
|
<translation type="obsolete">Alerta JavaScript - %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Confirm form resubmission</source>
|
<source>Confirm form resubmission</source>
|
||||||
@ -3872,6 +3889,10 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici
|
|||||||
<translation>Para mostrar esta página, o QupZilla precisa reenviar o pedido solicitado.
|
<translation>Para mostrar esta página, o QupZilla precisa reenviar o pedido solicitado.
|
||||||
(é como fazer alguma coisa, que você já havia feito anteriormente)</translation>
|
(é como fazer alguma coisa, que você já havia feito anteriormente)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>JavaScript alert</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>WebSearchBar</name>
|
<name>WebSearchBar</name>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -29,7 +29,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
<source><p>&copy; %1 %2<br/>All rights reserved.<br/></source>
|
||||||
<translation><p>&copy; %1 %2<br/>Všetky práva vyhradené.<br/></translation>
|
<translation type="obsolete"><p>&copy; %1 %2<br/>Všetky práva vyhradené.<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source><small>Build time: %1 </small></p></source>
|
<source><small>Build time: %1 </small></p></source>
|
||||||
@ -878,11 +878,11 @@
|
|||||||
<name>CloseDialog</name>
|
<name>CloseDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<source>There are still open tabs</source>
|
<source>There are still open tabs</source>
|
||||||
<translation>Stále sú otvorené karty</translation>
|
<translation type="obsolete">Stále sú otvorené karty</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Don't ask again</source>
|
<source>Don't ask again</source>
|
||||||
<translation>Viac sa uz nepýtať</translation>
|
<translation type="obsolete">Viac sa uz nepýtať</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -2639,7 +2639,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
<source>There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla?</source>
|
||||||
<translation>Stále sú otvorené %1 karty a vaša relácia nebude uložená. Ste si istý, že chcete skončiť?</translation>
|
<translation type="obsolete">Stále sú otvorené %1 karty a vaša relácia nebude uložená. Ste si istý, že chcete skončiť?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>QupZilla</source>
|
<source>QupZilla</source>
|
||||||
@ -2701,6 +2701,19 @@
|
|||||||
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
<source><b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
|
||||||
<translation type="unfinished"><b>QupZilla spadla :-(</b><br/>Oops, minulá relácia QupZilly skončila pádom. Veľmi sa ospravedlňujeme. Chcete sa pokúsiť obnoviť uložený stav?</translation>
|
<translation type="unfinished"><b>QupZilla spadla :-(</b><br/>Oops, minulá relácia QupZilly skončila pádom. Veľmi sa ospravedlňujeme. Chcete sa pokúsiť obnoviť uložený stav?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still %1 open tabs and your session won't be stored.
|
||||||
|
Are you sure to quit QupZilla?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Don't ask again</source>
|
||||||
|
<translation type="unfinished">Viac sa uz nepýtať</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>There are still open tabs</source>
|
||||||
|
<translation type="unfinished">Stále sú otvorené karty</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QupZillaSchemeReply</name>
|
<name>QupZillaSchemeReply</name>
|
||||||
@ -3000,14 +3013,6 @@
|
|||||||
<source>Portable build</source>
|
<source>Portable build</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>If you are experiencing problems with QupZilla, please try to disable all extenions first. <br/>If this does not fix it, then please fill out this form: </source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>This page contains information about QupZilla's current configuration, all relevant information for troubleshooting. Please include these information when sending bug reports.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Extensions</source>
|
<source>Extensions</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -3016,6 +3021,18 @@
|
|||||||
<source>No available extensions.</source>
|
<source>No available extensions.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: </source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Close</source>
|
||||||
|
<translation type="unfinished">Zatvoriť</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RSSManager</name>
|
<name>RSSManager</name>
|
||||||
@ -3506,7 +3523,7 @@ Po pridaní či odobratí ciest k certifikátom je nutné reštartovať prehliad
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Delete</source>
|
<source>Delete</source>
|
||||||
<translation>Vymazať</translation>
|
<translation type="obsolete">Vymazať</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Error!</source>
|
<source>Error!</source>
|
||||||
@ -3870,7 +3887,7 @@ Po pridaní či odobratí ciest k certifikátom je nutné reštartovať prehliad
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JavaScript alert - %1</source>
|
<source>JavaScript alert - %1</source>
|
||||||
<translation>Výstraha JavaScript - %1</translation>
|
<translation type="obsolete">Výstraha JavaScript - %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Confirm form resubmission</source>
|
<source>Confirm form resubmission</source>
|
||||||
@ -3880,6 +3897,10 @@ Po pridaní či odobratí ciest k certifikátom je nutné reštartovať prehliad
|
|||||||
<source>Proxy server not found</source>
|
<source>Proxy server not found</source>
|
||||||
<translation>Proxy server nenájdený</translation>
|
<translation>Proxy server nenájdený</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>JavaScript alert</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>WebSearchBar</name>
|
<name>WebSearchBar</name>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user