diff --git a/FAQ b/FAQ index e6b7142ec..8c0888366 100644 --- a/FAQ +++ b/FAQ @@ -1,148 +1,3 @@ -FAQ +Frequently Asked Questions -Q: Profile data storage location -Q: Cannot find page bookmarked with clicking on star icon. -Q: Errors when visiting secured (https) sites or downloading EasyList. -Q: Cannot save bookmarks and history. -Q: Using a lot of % CPU. -Q: Search engines are not saved through restarts. -Q: Cannot find Import bookmarks feature. -Q: How to change User Agent. -Q: Browser is using ugly theme and cannot find any translations. -Q: Empty window when trying to run on FreeBSD - -Q: I have been told to look for a file in my profile directory. So where are - all my profile data stored? ----------------------------------------------------------------------------------- -A: Please select the menu entry Help -> Informations about application and then - scroll to the Paths section. - - -Q: I have bookmarked a page, the star icon is shining, but I cannot see - the bookmark in the Menu or in the bookmark panel. Where do I find it? ----------------------------------------------------------------------------------- -A: When you add a bookmark from the star icon, it is automatically added - to unsorted bookmarks folder. You will find it only in the library (Ctrl+Shift+O). - You can move the bookmark to other folder with the star icon or in the library. - - -Q: I am getting a lot of SSL errors when visiting secured (https) pages. - Also I cannot update EasyList. Why does this happen? ----------------------------------------------------------------------------------- -A: Your system CA certificates list is probably too small or even missing. - You can check this in SSL Manager (Tools ->Preferences -> Privacy -> SSL Manager). - If this is your case, you have to download the ca-bundle.crt file from - https://github.com/nowrep/QupZilla/tree/master/other/ca-bundle.crt. - It contains certificates from Debian's ca-certificates package and I am - trying to update it as soon as it is updated in the Debian repository. - - After downloading this file, you may put it into $yourprofile/certificates/ - directory or in some other place. But then you have to add a new certificate - path in the SSL Manager (last tab - settings). - - -Q: I cannot save any bookmark and my history is empty. What should I do? ----------------------------------------------------------------------------------- -A: At first, please check that you have installed the Qt SQLite plugin. - On Debian, this package is called libqt4-sql-sqlite. - If you have it installed and you are still experiencing this issue, - please run QupZilla from a terminal window and have a look at the output. - If it contains something like - - QSqlQuery::value: not positioned on a valid record - QSqlQuery::value: not positioned on a valid record - - it seems that your profile database is broken. You can check it by some - SQLite database viewer. If the database is empty, then you can recover - it by copying - Windows: Program Files/QupZilla/data/profiles/default/browsedata.db - Unix: /usr/share/qupzilla/data/profiles/default/browsedata.db - into your profile directory. - If it doesn't help, please open an issue. - - -Q: QupZilla is using a lot % of my CPU. What can I do to cool it down? ----------------------------------------------------------------------------------- -A: Well, the problem with using excessive amount of processor time is very likely - caused by some flash content running in the browser (most likely bad coded - adverts). You have 3 options to solve this: - - 1) Completely disable Flash in preferences (Browsing -> Web Configuration -> - Enable Plugins (Flash plugin) - 2) Use the Click2Flash plugin (Preferences -> Plugins -> WebKit plugins -> - Enable Click2Flash). You will now have to manually start every flash content - on a specific site. - 3) Use AdBlock to filter adverts. Menu Tools -> AdBlock -> Enable AdBlock. - Before using AdBlock, you will have to update filters by clicking the - Update Filters button. - - -Q: When I add or edit my Search Engines and restart QupZilla, the changes won't stay. - What's wrong? ----------------------------------------------------------------------------------- -A: If you are using your own builds from git, you have probably an old version of - the profile database file. The easiest way to upgrade your database is to edit - the version file in your profile. Open it with some text editor and change - 1.0.0-rc1 (or whatever you have in it) to 1.0.0 and restart QupZilla. - Your database should now be updated and changes won't be discarded on every - restart anymore. - - -Q: I have heard that QupZilla supports importing bookmarks from other browsers, but - I can't find this feature anywhere. ----------------------------------------------------------------------------------- -A: This feature has been added in version 1.0.0-rc1. If you are using older version, - please upgrade it either by downloading installable packages from github or from - your distributions repository. - Then you will find the Import Bookmarks option in Menu File -> Import Bookmarks... - The importing wizard will then guide you through the importing process. - -Q: Site xyz offers less features in QupZilla than in other browser, is it possbile to - change User Agent? ----------------------------------------------------------------------------------- -A: You can change User Agent in QupZilla, but it is not possible from Preferences. - You need to manually edit settings.ini file in your profile directory. - Open settings.ini in your favourite text editor and find line with: - [Web-Browser-Settings] - - and append to next line this: UserAgent=YourUserAgent version 0.1.2.3 /Linux - So it will look something like that: - - [Web-Browser-Settings] - UserAgent=YourUserAgent version 0.1.2.3 /Linux - allowFlash=true - ... - -Q: I have started QupZilla, but it looks very different from screenshots (very ugly!). - I cannot find option to change themes nor language in preferences. ----------------------------------------------------------------------------------- -A: You have probably downloaded tarball for other Linux distributions and executed - QupZilla from it. - You need to move files from /usr/share/qupzilla directory in tarball to (probably) - /usr/share/qupzilla directory in your system. The exact path can be found directly - from QupZilla: Menu Help -> Informations about application -> Paths -> Data - After restart, it should be ok now. - - If you are not using tarball for other Linux distributions, didn't you forget to run - make install? - -Q: I have successfully compiled QupZilla on FreeBSD, but when I tried to run it, only - blank window appeared. Is QupZilla incompatible with FreeBSD? ----------------------------------------------------------------------------------- -A: There is problem with raster graphics system on FreeBSD with (probably) NVIDIA drivers. - You can workaround it by running QupZilla with native graphics system: - qupzilla -graphicssystem native - but running with native graphics system is very slow. - - To fix this issue, you have to set 3 sysctls: - kern.ipc.shmmax=67108864 - kern.ipc.shmall=32768 - kern.ipc.shm_allow_removed=1 - - You can do it by - a) put them in /etc/sysctl.conf and run '/etc/rc.d/sysctl restart' - b) set them manually with - 'sysctl kern.ipc.shmmax=67108864' - 'sysctl kern.ipc.shmall=32768' - 'sysctl kern.ipc.shm_allow_removed=1' - commands (without ' of course) +https://github.com/nowrep/QupZilla/wiki/FAQ diff --git a/bin/locale/cs_CZ.qm b/bin/locale/cs_CZ.qm index 6b513e0d9..bade1426a 100644 Binary files a/bin/locale/cs_CZ.qm and b/bin/locale/cs_CZ.qm differ diff --git a/bin/locale/de_DE.qm b/bin/locale/de_DE.qm index 73fed235c..014003cf8 100644 Binary files a/bin/locale/de_DE.qm and b/bin/locale/de_DE.qm differ diff --git a/bin/locale/el_GR.qm b/bin/locale/el_GR.qm index 799e3dec7..b676ce16c 100644 Binary files a/bin/locale/el_GR.qm and b/bin/locale/el_GR.qm differ diff --git a/bin/locale/es_ES.qm b/bin/locale/es_ES.qm index 86fe79fdb..0f56afcc0 100644 Binary files a/bin/locale/es_ES.qm and b/bin/locale/es_ES.qm differ diff --git a/bin/locale/fr_FR.qm b/bin/locale/fr_FR.qm index 26c74ff52..3303452de 100644 Binary files a/bin/locale/fr_FR.qm and b/bin/locale/fr_FR.qm differ diff --git a/bin/locale/it_IT.qm b/bin/locale/it_IT.qm index 300d783a1..c6523bf1d 100644 Binary files a/bin/locale/it_IT.qm and b/bin/locale/it_IT.qm differ diff --git a/bin/locale/nl_NL.qm b/bin/locale/nl_NL.qm index cb6782907..89f321701 100644 Binary files a/bin/locale/nl_NL.qm and b/bin/locale/nl_NL.qm differ diff --git a/bin/locale/pl_PL.qm b/bin/locale/pl_PL.qm index ac87fc91d..c38b2bd0a 100644 Binary files a/bin/locale/pl_PL.qm and b/bin/locale/pl_PL.qm differ diff --git a/bin/locale/pt_PT.qm b/bin/locale/pt_PT.qm index 9375cbbe8..b7da1072b 100644 Binary files a/bin/locale/pt_PT.qm and b/bin/locale/pt_PT.qm differ diff --git a/bin/locale/ru_RU.qm b/bin/locale/ru_RU.qm index 06fa6fe14..a8767d487 100644 Binary files a/bin/locale/ru_RU.qm and b/bin/locale/ru_RU.qm differ diff --git a/bin/locale/sk_SK.qm b/bin/locale/sk_SK.qm index eceb11e0b..ef6d3055f 100644 Binary files a/bin/locale/sk_SK.qm and b/bin/locale/sk_SK.qm differ diff --git a/bin/locale/sr_BA.qm b/bin/locale/sr_BA.qm index 774a102c3..c2df03064 100644 Binary files a/bin/locale/sr_BA.qm and b/bin/locale/sr_BA.qm differ diff --git a/bin/locale/sr_RS.qm b/bin/locale/sr_RS.qm index 72faf5b9f..55d94b1d9 100644 Binary files a/bin/locale/sr_RS.qm and b/bin/locale/sr_RS.qm differ diff --git a/bin/locale/sv_SE.qm b/bin/locale/sv_SE.qm index 994fa55a2..763c889cd 100644 Binary files a/bin/locale/sv_SE.qm and b/bin/locale/sv_SE.qm differ diff --git a/bin/locale/zh_CN.qm b/bin/locale/zh_CN.qm index 06bad8eb7..18cb12035 100644 Binary files a/bin/locale/zh_CN.qm and b/bin/locale/zh_CN.qm differ diff --git a/src/downloads/downloadfilehelper.cpp b/src/downloads/downloadfilehelper.cpp index a9232af71..36a30e74d 100644 --- a/src/downloads/downloadfilehelper.cpp +++ b/src/downloads/downloadfilehelper.cpp @@ -96,6 +96,10 @@ void DownloadFileHelper::optionsDialogAccepted(int finish) if (m_timer) { delete m_timer; } + + m_reply->abort(); + m_reply->deleteLater(); + return; break; case 1: //Open diff --git a/src/other/clearprivatedata.ui b/src/other/clearprivatedata.ui index b6b7ff085..67a9610f7 100644 --- a/src/other/clearprivatedata.ui +++ b/src/other/clearprivatedata.ui @@ -108,7 +108,7 @@ - Later Today + Earlier Today diff --git a/translations/cs_CZ.ts b/translations/cs_CZ.ts index 254e60000..7abf27a10 100644 --- a/translations/cs_CZ.ts +++ b/translations/cs_CZ.ts @@ -980,8 +980,12 @@ + Earlier Today + + + Later Today - Dnes + Dnes diff --git a/translations/de_DE.ts b/translations/de_DE.ts index 3baafaea5..c1fbf13f7 100644 --- a/translations/de_DE.ts +++ b/translations/de_DE.ts @@ -977,8 +977,12 @@ + Earlier Today + + + Later Today - Später + Später diff --git a/translations/el_GR.ts b/translations/el_GR.ts index 9f1623fcd..ccc617cef 100644 --- a/translations/el_GR.ts +++ b/translations/el_GR.ts @@ -976,8 +976,12 @@ + Earlier Today + + + Later Today - Αργότερα σήμερα + Αργότερα σήμερα diff --git a/translations/empty.ts b/translations/empty.ts index 410981369..f28921843 100644 --- a/translations/empty.ts +++ b/translations/empty.ts @@ -925,7 +925,7 @@ - Later Today + Earlier Today diff --git a/translations/es_ES.ts b/translations/es_ES.ts index 7eff7706a..ba9ced958 100644 --- a/translations/es_ES.ts +++ b/translations/es_ES.ts @@ -607,7 +607,7 @@ Open link in current &tab - + Abrir enlace en la &pestaña actual @@ -684,7 +684,7 @@ Open link in current &tab - + Abrir enlace en la &pestaña actual @@ -976,9 +976,13 @@ - Later Today + Earlier Today Hoy + + Later Today + Hoy + Week @@ -1522,7 +1526,7 @@ Open link in current tab - + Abrir enlace en la pestaña actual @@ -1659,7 +1663,7 @@ Open link in current tab - + Abrir enlace en la pestaña actual @@ -2411,7 +2415,7 @@ Use current - + Usar actual @@ -2436,12 +2440,12 @@ Closed tabs list instead of opened in tab bar - + Lista de pestañas cerradas en lugar de las abiertas en la barra de pestañas Open new tabs after active tab - + Abrir pestañas nuevas junto a la pestaña activa @@ -2615,22 +2619,22 @@ Fixed Font Size - + Tamaño de la fuente fija Default Font Size - + Tamaño de la fuente predeterminada Minimum Font Size - + Tamaño mínimo de la fuente Minimum Logical Font Size - + Tamaño mínimo de la fuente lógica @@ -3143,12 +3147,12 @@ Recently Visited - + Visitadas recientemente Most Visited - + Las más visitadas @@ -3735,7 +3739,7 @@ Por favor, añada alguno con el icono RSS de la barra de navegación en sitios q Open link in current tab - + Abrir enlace en la pestaña actual Open link in actual tab @@ -4470,7 +4474,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup List of tabs - + Lista de pestañas @@ -4501,17 +4505,17 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Empty - Vacío + Vacío Restore All Closed Tabs - Restaurar todas las pestañas cerradas + Restaurar todas las pestañas cerradas Clear list - Limpiar lista + Limpiar lista @@ -4912,12 +4916,12 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Paste And &Search - + Pegar y &buscar Clear All - Limpiar todo + Limpiar todo diff --git a/translations/fr_FR.ts b/translations/fr_FR.ts index 6a0ebd209..5a2877934 100644 --- a/translations/fr_FR.ts +++ b/translations/fr_FR.ts @@ -979,8 +979,12 @@ + Earlier Today + + + Later Today - Plus tard dans la journée + Plus tard dans la journée diff --git a/translations/homepage/cs_CZ.php b/translations/homepage/cs_CZ.php index 6de460501..edc885251 100644 --- a/translations/homepage/cs_CZ.php +++ b/translations/homepage/cs_CZ.php @@ -7,7 +7,7 @@ $header_description = "Webový prohlížeč"; $menu_home = "Domů"; $menu_screenshots = "Screenshoty"; $menu_download = "Download"; -$menu_reportbug = "Nahlásit chybu"; +$menu_faq = "FAQ"; $menu_about = "Zapojte se"; $footer_site = "www.qupzilla.com"; @@ -20,8 +20,7 @@ $older_versions = "Changelog"; $older_versions_text = "Zajímá Vás co nového se stalo od této verze po tuto?

Kompletní changelogu všech verzí lze nalézt na githubu!"; $older_versions_button = "Changelog"; $reportbug = "Nahlásit chybu"; -$reportbug_text = "Pokud jste našli chybu nebo máte pouze nápad jak vylepšit - QupZillu, právě toto místo je pro Vás!
Vaše připomínka či bug se bude řešit co nejdříve to bude možné!"; +$reportbug_text = "Pokud jste našli chybu nebo máte pouze nápad na vylepšení, právě toto místo je pro Vás!
Vaše problém se bude řešit co nejdříve to bude možné!"; $reportbug_button = "Nahlásit"; $technology = "Technologie"; $technology_text = "QupZilla je moderní webový prohlížeč založený na jádře WebKitu a frameworku Qt. WebKit zaručí rychlé zobrazení stránek a Qt funkčnost na všech diff --git a/translations/homepage/de_DE.php b/translations/homepage/de_DE.php index 798af84c6..e5e4564be 100644 --- a/translations/homepage/de_DE.php +++ b/translations/homepage/de_DE.php @@ -7,7 +7,7 @@ $header_description = "Web Browser"; $menu_home = "Startseite"; $menu_screenshots = "Screenshots"; $menu_download = "Download"; -$menu_reportbug = "Fehlerbericht"; +$menu_faq = "FAQ"; $menu_about = "Mitmachen!"; $footer_site = "www.qupzilla.com"; $translated_by = "Deutsche Übersetzung: Jonathan Hooverman"; diff --git a/translations/homepage/el_GR.php b/translations/homepage/el_GR.php index bdafcb678..f3f58c076 100644 --- a/translations/homepage/el_GR.php +++ b/translations/homepage/el_GR.php @@ -7,7 +7,7 @@ $header_description = "Περιηγητής ιστού"; $menu_home = "Αρχική"; $menu_screenshots = "Στιγμιότυπα "; $menu_download = "Λήψη"; -$menu_reportbug = "Αναφορά προβλήματος"; +$menu_faq = "FAQ"; $menu_about = "Συμμετοχή"; $footer_site = "www.qupzilla.com"; $translated_by = "Τσιβίκης Βασίλης"; diff --git a/translations/homepage/en_US.php b/translations/homepage/en_US.php index e0b90f5ac..708dfa668 100644 --- a/translations/homepage/en_US.php +++ b/translations/homepage/en_US.php @@ -7,7 +7,7 @@ $header_description = "Web Browser"; $menu_home = "Home"; $menu_screenshots = "Screenshots"; $menu_download = "Download"; -$menu_reportbug = "Report Issue"; +$menu_faq = "FAQ"; $menu_about = "Contribute"; $footer_site = "www.qupzilla.com"; $translated_by = ""; // "Page translated by " diff --git a/translations/homepage/es_ES.php b/translations/homepage/es_ES.php new file mode 100644 index 000000000..eb07fbfaa --- /dev/null +++ b/translations/homepage/es_ES.php @@ -0,0 +1,73 @@ +" + +//Home Page +$actual_version = "Versión actual"; +$actual_version_text = "La versión actual es de ". $qupzilla_version_date . + " y es la versión " . $qupzilla_version . ". Lista de cambios.
¡No dude en descargar ahora mismo!"; +$actual_version_button = "DESCARGAR"; +$older_versions = "Lista de cambios"; +$older_versions_text = "¿Desea saber qué ha cambiado desde aquella versión hasta esta?
Puede encontrarlo todo en la lista de cambios de github!"; +$older_versions_button = "Lista de cambios"; +$reportbug = "Informar de un fallo"; +$reportbug_text = "¿Ha encontrado un fallo o únicamente tiene una sugerencia para mejorar QupZilla?
+ Por favor, abra un informe en el seguimiento de fallos de github."; +$reportbug_button = "Informar ahora"; +$technology = "Tecnología"; +$technology_text = "QupZilla es un navegador web moderno basado en Webkit core y Qt Framework. WebKit garantiza una navegación rápida + y Qt la disponibilidad en las principales plataformas."; +$technology_button = "WebKit & Qt"; +$looknfeel_header = "Apariencia nativa"; +$looknfeel_text = "QupZilla utiliza un estilo de widgets nativo en los principales entornos de escritorio Linux. También utiliza los iconos del tema de iconos activo del escritorio. Si encuentra los temas demasiado aburridos o tiene algún problema con ellos, siempre puede probar otros temas."; +$library_header = "Biblioteca unificada"; +$library_text = "QupZilla unifica los marcadores, el historial y el lector rss en una sola ventana organizada. ¡No a la múltiples ventanas, QupZilla utiliza sólo una!
+Con el lector rss integrado, puede estar al día de sus sitios favoritos. QupZilla también puede importar los marcadores desde otros navegadores."; +$adblock_header = "Bloqueador de publicidad integrado"; +$adblock_text = "¿Está cansado de sitios web repletos de publicidad? ¿Consumen éstos su ancho de banda y su tiempo? Lo único que necesita con QupZilla es actualizar Easylist o quizás añadir sus propias reglas para empezar a navegar libre de publicidad."; +$speeddial_header = "Marcación rápida"; +$speeddial_text = "¡Esta popular extensión está finalmente disponible para los usuarios de QupZilla! Puede acceder a sus páginas favoritas tan rápido como desee al abrir una pestaña nueva. No es necesario decir que soporta completamente arrastrar&soltar y la carga de miniaturas de las páginas."; +$devnews_header = "Noticias de desarrollo"; +$feed_loading = "Cargando..."; + +// Download Page +$other_linux = "Otro Linux"; +$source_code = "Código fuente"; +$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"; +$ubuntu_text = "Los usuarios de Ubuntu Oneiric, Natty y Maverick pueden instalar QupZilla ejecutando estos comandos"; +$for_development_version = "para la versión en desarrollo:"; +$packages_text = "Paquetes de 32bit y 64bit"; +$tarballs_text = "Archivos tar precompilados en 32bit y 64bit"; +$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_text2 = "También puede verlo en línea y descargarlo en un archivo zip"; +$view_source = "ver el código fuente en github.com"; +$download_snapshot = "descargar el snapshot actual"; + +// Contribute Page +$contribute_to = "Contribuir con QupZilla"; +$contribute_text = "¡QupZilla es un proyecto de código abierto, por lo que su ayuda es bienvenida! Estaré encantado de incluir los parches que reciba. Pero modificar el + código no es la única forma de ayudar: puede traducir QupZilla a su idioma o simplemente compartirlo con sus amigos. ¡Recuerde, toda ayuda (por pequeña que sea) es altamente apreciada!"; +$getting_source = "Obtener el código fuente"; +$getting_source_text1 = "La forma más sencilla de obtener el código fuente de QupZilla es clonando el repositorio de github. Puede hacerlo ejecutando este comando"; +$getting_source_text2 = "y entonces puede empezar a modificar el código. Puede enviarme sus parches por correo electrónico o a github."; +$translating = "Traducir a otros idiomas"; +$translating_text = "Otra forma para contribuir es añadir o mejorar las traducciones actuales. Si desea añadir un idioma nuevo, puede generar nuevas traducciones del archivo manualmente, o puede contactar conmigo y lo haré yo por usted. Puede enviarme sus traducciones por correo electrónico o a github."; +$translating_moreinfo = "Más información acerca de la traducción aquí [wiki en github]"; +$creators = "¿Quién crea QupZilla?"; +$creators_text = "El propietario del proyecto, mantenedor y principal desarrollador es el estudiante checo David Rosca (nowrep).
+Además de con el código, otros también contribuyen traduciendo o dando soporte a QupZilla. La lista completa de contribuidores puede encontrarse aquí [en github].

También puede participar en el canal IRC #qupzilla en irc.freenode.net para chatear con gente involucrada con QupZilla."; +$share_with_friends = "¡Comparta con sus amigos!"; +$share_with_friends_text = "¿Le gusta QupZilla? ¡Entonces compártalo con sus amigos!" +?> diff --git a/translations/homepage/nl_NL.php b/translations/homepage/nl_NL.php index 9b9fd9468..23e905140 100644 --- a/translations/homepage/nl_NL.php +++ b/translations/homepage/nl_NL.php @@ -7,7 +7,7 @@ $header_description = "Webbrowser"; $menu_home = "Home"; $menu_screenshots = "Screenshots"; $menu_download = "Download"; -$menu_reportbug = "Rapporteer probleem"; +$menu_faq = "FAQ"; $menu_about = "Draag bij"; $footer_site = "www.qupzilla.com"; $translated_by = "Pagina vertaald door Heimen Stoffels"; diff --git a/translations/homepage/pl_PL.php b/translations/homepage/pl_PL.php index 71c517a85..9b39733ef 100644 --- a/translations/homepage/pl_PL.php +++ b/translations/homepage/pl_PL.php @@ -7,7 +7,7 @@ $header_description = "Nowoczesna Przeglądarka"; $menu_home = "Home"; $menu_screenshots = "Zrzuty"; $menu_download = "Pobierz"; -$menu_reportbug = "Zgłoś Błąd"; +$menu_faq = "FAQ"; $menu_about = "Przyczyń się"; $footer_site = "www.qupzilla.com"; diff --git a/translations/homepage/pt_PT.php b/translations/homepage/pt_PT.php index 9157576be..a87873a45 100644 --- a/translations/homepage/pt_PT.php +++ b/translations/homepage/pt_PT.php @@ -7,7 +7,7 @@ $header_description = "Navegador web"; $menu_home = "Página inicial"; $menu_screenshots = "Imagens"; $menu_download = "Transferir"; -$menu_reportbug = "Reportar erros"; +$menu_faq = "FAQ"; $menu_about = "Participar"; $footer_site = "www.qupzilla.com"; $translated_by = "Página traduzida por Sérgio Marques"; diff --git a/translations/homepage/sr_BA.php b/translations/homepage/sr_BA.php index 707cb6975..64115a3e9 100644 --- a/translations/homepage/sr_BA.php +++ b/translations/homepage/sr_BA.php @@ -7,7 +7,7 @@ $header_description = "Веб прегледач"; $menu_home = "Почетна"; $menu_screenshots = "Снимци екрана"; $menu_download = "Преузимање"; -$menu_reportbug = "Пријави проблем"; +$menu_faq = "FAQ"; $menu_about = "Доприноси"; $footer_site = "www.qupzilla.com"; $translated_by = "Превео на српски: Младен Пејаковић"; diff --git a/translations/homepage/sr_RS.php b/translations/homepage/sr_RS.php index 18fa38e2f..e9e559a82 100644 --- a/translations/homepage/sr_RS.php +++ b/translations/homepage/sr_RS.php @@ -7,7 +7,7 @@ $header_description = "Веб прегледач"; $menu_home = "Почетна"; $menu_screenshots = "Снимци екрана"; $menu_download = "Преузимање"; -$menu_reportbug = "Пријави проблем"; +$menu_faq = "FAQ"; $menu_about = "Доприноси"; $footer_site = "www.qupzilla.com"; $translated_by = "Превео на српски: Младен Пејаковић"; diff --git a/translations/it_IT.ts b/translations/it_IT.ts index 19cd2f972..a892f32c4 100644 --- a/translations/it_IT.ts +++ b/translations/it_IT.ts @@ -976,8 +976,12 @@
+ Earlier Today + + + Later Today - Più tardi + Più tardi diff --git a/translations/nl_NL.ts b/translations/nl_NL.ts index e8d393761..305c47cb7 100644 --- a/translations/nl_NL.ts +++ b/translations/nl_NL.ts @@ -976,8 +976,12 @@ + Earlier Today + + + Later Today - Later vandaag + Later vandaag diff --git a/translations/pl_PL.ts b/translations/pl_PL.ts index 55995b549..e68b30c1f 100644 --- a/translations/pl_PL.ts +++ b/translations/pl_PL.ts @@ -977,8 +977,12 @@ + Earlier Today + + + Later Today - Z dzisiaj + Z dzisiaj diff --git a/translations/pt_PT.ts b/translations/pt_PT.ts index 53dd2b922..a296a5e6f 100644 --- a/translations/pt_PT.ts +++ b/translations/pt_PT.ts @@ -976,8 +976,12 @@ + Earlier Today + + + Later Today - Hoje + Hoje diff --git a/translations/ru_RU.ts b/translations/ru_RU.ts index b45ec0260..7bf851fe3 100644 --- a/translations/ru_RU.ts +++ b/translations/ru_RU.ts @@ -979,8 +979,12 @@ + Earlier Today + + + Later Today - За день + За день diff --git a/translations/sk_SK.ts b/translations/sk_SK.ts index 71570d9b4..7142d22cf 100644 --- a/translations/sk_SK.ts +++ b/translations/sk_SK.ts @@ -759,7 +759,7 @@ Later Today - Dnes + Dnes Clear cookies from Adobe Flash Player @@ -793,6 +793,10 @@ Choose what you want to delete: Vyberte, čo chcete vymazať: + + Earlier Today + + ClickToFlash diff --git a/translations/sr_BA.ts b/translations/sr_BA.ts index 791157b10..8b0981f29 100644 --- a/translations/sr_BA.ts +++ b/translations/sr_BA.ts @@ -933,8 +933,12 @@
+ Earlier Today + + + Later Today - данас раније + данас раније diff --git a/translations/sr_RS.ts b/translations/sr_RS.ts index 51ba6bf98..4377e77aa 100644 --- a/translations/sr_RS.ts +++ b/translations/sr_RS.ts @@ -933,8 +933,12 @@ + Earlier Today + + + Later Today - данас раније + данас раније diff --git a/translations/sv_SE.ts b/translations/sv_SE.ts index 9a06027ec..3a0c6c841 100644 --- a/translations/sv_SE.ts +++ b/translations/sv_SE.ts @@ -964,8 +964,12 @@ + Earlier Today + + + Later Today - Senare idag + Senare idag @@ -2481,7 +2485,7 @@ Password: - Lösenord + Lösenord: @@ -3949,7 +3953,7 @@ Efter att ha lagt till eller tagit bort certifikats sökvägar måste QupZilla s Error while adding Search Engine <br><b>Error Message: </b> %1 - Fel när sökmotor lades till<br><b>Felmeddelande</b>%! + Fel när sökmotor lades till<br><b>Felmeddelande</b>%1 @@ -4839,7 +4843,7 @@ Efter att ha lagt till eller tagit bort certifikats sökvägar måste QupZilla s QupZilla can't load page from %1. - QupZilla kan inte hämta sidan från %1 + QupZilla kan inte hämta sidan från %1. @@ -4897,7 +4901,7 @@ Efter att ha lagt till eller tagit bort certifikats sökvägar måste QupZilla s Clear All - Rensa allt + Rensa allt diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts index 54ac1e5b8..8bf2e6e44 100644 --- a/translations/zh_CN.ts +++ b/translations/zh_CN.ts @@ -972,8 +972,12 @@ + Earlier Today + + + Later Today - 到今天 + 到今天