mirror of
https://invent.kde.org/network/falkon.git
synced 2025-09-10 16:47:54 +02:00
Compare commits
63 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8125277efa | ||
![]() |
f9e8e6fdfc | ||
![]() |
a87b2cc1f9 | ||
![]() |
14540b1543 | ||
![]() |
11fa544123 | ||
![]() |
409fb61fc2 | ||
![]() |
3515b5e031 | ||
![]() |
914146924e | ||
![]() |
b7f478a5e6 | ||
![]() |
24280bbffc | ||
![]() |
7a0b30c4c3 | ||
![]() |
e585fb2872 | ||
![]() |
7c556aaf9c | ||
![]() |
ce262cfe4b | ||
![]() |
d480e79f3a | ||
![]() |
25851b0ca7 | ||
![]() |
a46587adee | ||
![]() |
c4f6386b79 | ||
![]() |
098cb4fc45 | ||
![]() |
964625df7f | ||
![]() |
12dec88d19 | ||
![]() |
b40cc93f34 | ||
![]() |
165d64e63f | ||
![]() |
bfce0e3133 | ||
![]() |
799b862657 | ||
![]() |
fba17bc996 | ||
bb533f47c0 | |||
06d9b5f204 | |||
5dd9599fce | |||
![]() |
55838c2917 | ||
3b8c69684c | |||
![]() |
c197cab876 | ||
![]() |
dfbd9fe1e3 | ||
![]() |
ced602d194 | ||
![]() |
bd75ec2089 | ||
c1ac4bcc35 | |||
![]() |
8a47ee45fd | ||
![]() |
1dfb66b34f | ||
![]() |
d2bf966edc | ||
![]() |
329e05f679 | ||
![]() |
964c10333b | ||
![]() |
65c159cf77 | ||
![]() |
cc851976d6 | ||
ac8091d72d | |||
![]() |
e265a810ab | ||
66572867d4 | |||
ac5c280cf4 | |||
74cfccd69d | |||
![]() |
4926c7208c | ||
![]() |
ac7e255fa5 | ||
![]() |
a106859825 | ||
![]() |
19ce2c9326 | ||
![]() |
223778c87f | ||
![]() |
8df65c527d | ||
7f7955cfcf | |||
053978fca5 | |||
261bef6d65 | |||
![]() |
daf01ad625 | ||
![]() |
ba3c982b02 | ||
![]() |
1e64c1bf56 | ||
34deed1b71 | |||
![]() |
0e6478c3ff | ||
![]() |
5306fc775c |
@ -3,6 +3,12 @@ Version 23.04.0
|
|||||||
* Show QtWebEngine version on Falkon Config page
|
* Show QtWebEngine version on Falkon Config page
|
||||||
* Implement prefers-color-scheme (dark mode) for internal pages
|
* Implement prefers-color-scheme (dark mode) for internal pages
|
||||||
* Add option to enable GPU acceleration (by Hao Chi Kiang)
|
* Add option to enable GPU acceleration (by Hao Chi Kiang)
|
||||||
|
* PyFalkon: addBookmark - make C++ own parameters (fixes potential crash)
|
||||||
|
* KWallet: Store passwords in a map format
|
||||||
|
* History: Don't delete all items under dates when filtering
|
||||||
|
* AdBlock: Workaround for "Blocked content" page
|
||||||
|
* AddressBar: Search with default search engine by default
|
||||||
|
* Fix crash when adding new folder to the bookmark toolbar
|
||||||
|
|
||||||
Version 22.08.2
|
Version 22.08.2
|
||||||
* Fix: Typing text in the search bar sends data although suggestions are disabled (by Juraj Oravec) (BUG: 439268)
|
* Fix: Typing text in the search bar sends data although suggestions are disabled (by Juraj Oravec) (BUG: 439268)
|
||||||
|
@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.18)
|
|||||||
|
|
||||||
# KDE Gear Version, managed by release script
|
# KDE Gear Version, managed by release script
|
||||||
set(RELEASE_SERVICE_VERSION_MAJOR "23")
|
set(RELEASE_SERVICE_VERSION_MAJOR "23")
|
||||||
set(RELEASE_SERVICE_VERSION_MINOR "03")
|
set(RELEASE_SERVICE_VERSION_MINOR "04")
|
||||||
set(RELEASE_SERVICE_VERSION_MICRO "70")
|
set(RELEASE_SERVICE_VERSION_MICRO "1")
|
||||||
set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
|
set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
|
||||||
|
|
||||||
# Project name and version
|
# Project name and version
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
<p xml:lang="sk">Falkon má všetky bežné funkcie, ktoré by ste čakali od bežného internetového prehliadača. Obsahuje záložky, históriu (oboje aj v bočnom paneli) a karty. Okrem toho, môžete spravovať RSS prúdy so zabudovaným čítačom, blokovať reklamy s AdBlockom, blokovať Flash s Click2Flash a upravovať lokálnu databázu CA certifikátov so SSL správcom.</p>
|
<p xml:lang="sk">Falkon má všetky bežné funkcie, ktoré by ste čakali od bežného internetového prehliadača. Obsahuje záložky, históriu (oboje aj v bočnom paneli) a karty. Okrem toho, môžete spravovať RSS prúdy so zabudovaným čítačom, blokovať reklamy s AdBlockom, blokovať Flash s Click2Flash a upravovať lokálnu databázu CA certifikátov so SSL správcom.</p>
|
||||||
<p xml:lang="sl">Falkon ima vse standardne funkcije, ki jih pričakujete od spletnega brskalnika. Vključuje zaznamke, zgodovino (oboje tudi v stranski vrstici) in zavihki. Zgoraj lahko upravljajte vire RSS z vključenim bralnikom RSS, blokirate oglase z vgrajenim vtičnikom AdBlock, blokirate vsebino Flash s Click2Flash in uredite lokalno podatkovno bazo potrdil z upraviteljem SSL.</p>
|
<p xml:lang="sl">Falkon ima vse standardne funkcije, ki jih pričakujete od spletnega brskalnika. Vključuje zaznamke, zgodovino (oboje tudi v stranski vrstici) in zavihki. Zgoraj lahko upravljajte vire RSS z vključenim bralnikom RSS, blokirate oglase z vgrajenim vtičnikom AdBlock, blokirate vsebino Flash s Click2Flash in uredite lokalno podatkovno bazo potrdil z upraviteljem SSL.</p>
|
||||||
<p xml:lang="sv">Falkon har alla standardfunktioner man kan förvänta sig av en webbläsare. Det omfattar bokmärken, historik (båda också i sidorad) och flikar. Förutom det, kan man hantera RSS-kanaler med en inbyggd RSS-läsare, blockera reklam med ett inbyggt insticksprogram för reklamblockering, blockera Flash-innehåll med Click2Flash och redigera den lokala certifikatdatabasen för certifikatutfärdare med en SSL-hanterare.</p>
|
<p xml:lang="sv">Falkon har alla standardfunktioner man kan förvänta sig av en webbläsare. Det omfattar bokmärken, historik (båda också i sidorad) och flikar. Förutom det, kan man hantera RSS-kanaler med en inbyggd RSS-läsare, blockera reklam med ett inbyggt insticksprogram för reklamblockering, blockera Flash-innehåll med Click2Flash och redigera den lokala certifikatdatabasen för certifikatutfärdare med en SSL-hanterare.</p>
|
||||||
<p xml:lang="tr">Falkon'da, bir web tarayıcıdan beklediğiniz tüm standart işlevler mevcuttur. Yer imleri, geçmiş (kenar çubuğundan kullanılabilir) ve sekmeler içerir. Bunların yanında, RSS beslemelerinizi yönetmek ve okumak için bir RSS okuyucusu, dahili bir reklam engelleme eklentisi, Flash içeriği engellemek için Click2Flash ve yerel CA sertifikalarını yönetmek için bir SSL yöneticisi kullanıma hazırdır.</p>
|
<p xml:lang="tr">Falkon'da, bir web tarayıcıdan beklediğiniz tüm standart işlevler vardır. Yer imleri, geçmiş (kenar çubuğundan kullanılabilir) ve sekmeler içerir. Bunların yanında, RSS beslemelerinizi yönetmek ve okumak için bir RSS okuyucusu, dahili bir reklam engelleme eklentisi, Flash içeriği engellemek için Click2Flash ve yerel CA sertifikalarını yönetmek için bir SSL yöneticisi kullanıma hazırdır.</p>
|
||||||
<p xml:lang="uk">У Falkon ви знайдете усі можливості типової програми для перегляду інтернету. Передбачено можливість користування закладками, журналом перегляду (ці дві можливості реалізовано і на бічній панелі) та вкладками. Крім того ви можете отримувати подачі новин RSS за допомогою вбудованого засобу читання RSS, блокувати рекламні повідомлення за допомогою вбудованого додатка блокування реклами, блокувати включення Flash за допомогою додатка Click2Flash та редагувати локальну базу сертифікатів CA за допомогою засобу керування даними SSL.</p>
|
<p xml:lang="uk">У Falkon ви знайдете усі можливості типової програми для перегляду інтернету. Передбачено можливість користування закладками, журналом перегляду (ці дві можливості реалізовано і на бічній панелі) та вкладками. Крім того ви можете отримувати подачі новин RSS за допомогою вбудованого засобу читання RSS, блокувати рекламні повідомлення за допомогою вбудованого додатка блокування реклами, блокувати включення Flash за допомогою додатка Click2Flash та редагувати локальну базу сертифікатів CA за допомогою засобу керування даними SSL.</p>
|
||||||
<p xml:lang="x-test">xxFalkon has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a built-in AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL manager.xx</p>
|
<p xml:lang="x-test">xxFalkon has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a built-in AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL manager.xx</p>
|
||||||
<p xml:lang="zh-CN">Falkon 包含所有浏览器的高级功能,包括书签、历史、侧边栏和标签页。您可以通过内置的 RSS 阅读器管理 RSS 资源,通过内置的 AdBlock 插件屏蔽广告,通过 Click2Flash 屏蔽 Flash 内容,通过 SSL 管理器编辑本地 CA 认证数据库。</p>
|
<p xml:lang="zh-CN">Falkon 包含所有浏览器的高级功能,包括书签、历史、侧边栏和标签页。您可以通过内置的 RSS 阅读器管理 RSS 资源,通过内置的 AdBlock 插件屏蔽广告,通过 Click2Flash 屏蔽 Flash 内容,通过 SSL 管理器编辑本地 CA 认证数据库。</p>
|
||||||
@ -170,9 +170,9 @@
|
|||||||
</provides>
|
</provides>
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="23.04.1" date="2023-05-11"/>
|
||||||
|
<release version="23.04.0" date="2023-04-20"/>
|
||||||
<release version="22.12.3" date="2023-03-02"/>
|
<release version="22.12.3" date="2023-03-02"/>
|
||||||
<release version="22.12.2" date="2023-02-02"/>
|
<release version="22.12.2" date="2023-02-02"/>
|
||||||
<release version="22.12.1" date="2023-01-05"/>
|
|
||||||
<release version="22.12.0" date="2022-12-08"/>
|
|
||||||
</releases>
|
</releases>
|
||||||
</component>
|
</component>
|
||||||
|
@ -160,7 +160,7 @@ Name[ru]=Открыть новую вкладку
|
|||||||
Name[sk]=Otvoriť novú záložku
|
Name[sk]=Otvoriť novú záložku
|
||||||
Name[sl]=Odpri novi zavihek
|
Name[sl]=Odpri novi zavihek
|
||||||
Name[sv]=Öppna ny flik
|
Name[sv]=Öppna ny flik
|
||||||
Name[tr]=Yeni sekme aç
|
Name[tr]=Yeni Sekme Aç
|
||||||
Name[uk]=Відкрити нову вкладку
|
Name[uk]=Відкрити нову вкладку
|
||||||
Name[x-test]=xxOpen new tabxx
|
Name[x-test]=xxOpen new tabxx
|
||||||
Name[zh_CN]=新建标签页
|
Name[zh_CN]=新建标签页
|
||||||
@ -203,7 +203,7 @@ Name[ru]=Открыть новое окно
|
|||||||
Name[sk]=Otvoriť nové okno
|
Name[sk]=Otvoriť nové okno
|
||||||
Name[sl]=Odpri novo okno
|
Name[sl]=Odpri novo okno
|
||||||
Name[sv]=Öppna nytt fönster
|
Name[sv]=Öppna nytt fönster
|
||||||
Name[tr]=Yeni pencere aç
|
Name[tr]=Yeni Pencere Aç
|
||||||
Name[uk]=Відкрити нове вікно
|
Name[uk]=Відкрити нове вікно
|
||||||
Name[x-test]=xxOpen new windowxx
|
Name[x-test]=xxOpen new windowxx
|
||||||
Name[zh_CN]=打开新窗口
|
Name[zh_CN]=打开新窗口
|
||||||
@ -245,7 +245,7 @@ Name[ru]=Начать просмотр в конфиденциальном ре
|
|||||||
Name[sk]=Začať súkromné prehliadanie
|
Name[sk]=Začať súkromné prehliadanie
|
||||||
Name[sl]=Začni zasebno brskanje
|
Name[sl]=Začni zasebno brskanje
|
||||||
Name[sv]=Starta privat webbläsning
|
Name[sv]=Starta privat webbläsning
|
||||||
Name[tr]=Gizli taramayı başlat
|
Name[tr]=Gizli Taramayı Başlat
|
||||||
Name[uk]=Конфіденційний перегляд
|
Name[uk]=Конфіденційний перегляд
|
||||||
Name[x-test]=xxStart private browsingxx
|
Name[x-test]=xxStart private browsingxx
|
||||||
Name[zh_CN]=启动隐身浏览
|
Name[zh_CN]=启动隐身浏览
|
||||||
|
@ -36,8 +36,8 @@ msgstr "أغلق"
|
|||||||
|
|
||||||
#: hellopython.py:91
|
#: hellopython.py:91
|
||||||
msgid "Hello Python Settings"
|
msgid "Hello Python Settings"
|
||||||
msgstr "إعدادات ”أهلًا يا پيثون“"
|
msgstr "إعدادات ”أهلًا يا بيثون“"
|
||||||
|
|
||||||
#: sidebar.py:24 sidebar.py:27
|
#: sidebar.py:24 sidebar.py:27
|
||||||
msgid "Hello Python Sidebar"
|
msgid "Hello Python Sidebar"
|
||||||
msgstr "شريط ”أهلًا يا پيثون“ الجانبيّ"
|
msgstr "شريط ”أهلًا يا بيثون“ الجانبيّ"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: hellopython.py:69
|
#: hellopython.py:69
|
||||||
msgid "My first plugin action"
|
msgid "My first plugin action"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: main.qml:23
|
#: main.qml:23
|
||||||
msgid "\"Hello QML\" plugin loaded"
|
msgid "\"Hello QML\" plugin loaded"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: mcl_settings.py:43
|
#: mcl_settings.py:43
|
||||||
msgid "MiddleClickLoader Setting"
|
msgid "MiddleClickLoader Setting"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: button.py:30
|
#: button.py:30
|
||||||
msgid "Run Action"
|
msgid "Run Action"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright (C) YEAR This_file_is_part_of_KDE
|
# Copyright (C) YEAR This_file_is_part_of_KDE
|
||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright (C) YEAR This file is copyright:
|
# Copyright (C) YEAR This file is copyright:
|
||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright (C) YEAR This_file_is_part_of_KDE
|
# Copyright (C) YEAR This_file_is_part_of_KDE
|
||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright (C) YEAR This_file_is_part_of_KDE
|
# Copyright (C) YEAR This_file_is_part_of_KDE
|
||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Qt-Contexts: true\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: Lokalize 2.0\n"
|
"X-Generator: Lokalize 2.0\n"
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Qt-Contexts: true\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: Lokalize 2.0\n"
|
"X-Generator: Lokalize 2.0\n"
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Qt-Contexts: true\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: Lokalize 2.0\n"
|
"X-Generator: Lokalize 2.0\n"
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Qt-Contexts: true\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: Lokalize 2.0\n"
|
"X-Generator: Lokalize 2.0\n"
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: kdeorg\n"
|
"Project-Id-Version: kdeorg\n"
|
||||||
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
||||||
"POT-Creation-Date: 2019-07-01 02:41+0200\n"
|
"POT-Creation-Date: 2019-07-01 02:41+0200\n"
|
||||||
"PO-Revision-Date: 2023-02-24 12:43\n"
|
"PO-Revision-Date: 2023-04-29 08:36\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
@ -14,8 +14,8 @@ msgstr ""
|
|||||||
"X-Crowdin-Project: kdeorg\n"
|
"X-Crowdin-Project: kdeorg\n"
|
||||||
"X-Crowdin-Project-ID: 269464\n"
|
"X-Crowdin-Project-ID: 269464\n"
|
||||||
"X-Crowdin-Language: zh-CN\n"
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
"X-Crowdin-File: /kf5-trunk/messages/falkon/falkon_hellopython.pot\n"
|
"X-Crowdin-File: /kf5-stable/messages/falkon/falkon_hellopython.pot\n"
|
||||||
"X-Crowdin-File-ID: 7088\n"
|
"X-Crowdin-File-ID: 7111\n"
|
||||||
|
|
||||||
#: hellopython.py:69
|
#: hellopython.py:69
|
||||||
msgid "My first plugin action"
|
msgid "My first plugin action"
|
||||||
|
@ -3,7 +3,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: kdeorg\n"
|
"Project-Id-Version: kdeorg\n"
|
||||||
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
||||||
"POT-Creation-Date: 2019-07-01 02:41+0200\n"
|
"POT-Creation-Date: 2019-07-01 02:41+0200\n"
|
||||||
"PO-Revision-Date: 2023-02-24 12:43\n"
|
"PO-Revision-Date: 2023-04-29 08:36\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
@ -14,8 +14,8 @@ msgstr ""
|
|||||||
"X-Crowdin-Project: kdeorg\n"
|
"X-Crowdin-Project: kdeorg\n"
|
||||||
"X-Crowdin-Project-ID: 269464\n"
|
"X-Crowdin-Project-ID: 269464\n"
|
||||||
"X-Crowdin-Language: zh-CN\n"
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
"X-Crowdin-File: /kf5-trunk/messages/falkon/falkon_helloqml.pot\n"
|
"X-Crowdin-File: /kf5-stable/messages/falkon/falkon_helloqml.pot\n"
|
||||||
"X-Crowdin-File-ID: 8007\n"
|
"X-Crowdin-File-ID: 10242\n"
|
||||||
|
|
||||||
#: main.qml:23
|
#: main.qml:23
|
||||||
msgid "\"Hello QML\" plugin loaded"
|
msgid "\"Hello QML\" plugin loaded"
|
||||||
|
@ -3,7 +3,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: kdeorg\n"
|
"Project-Id-Version: kdeorg\n"
|
||||||
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
||||||
"POT-Creation-Date: 2019-07-01 02:41+0200\n"
|
"POT-Creation-Date: 2019-07-01 02:41+0200\n"
|
||||||
"PO-Revision-Date: 2023-02-24 12:43\n"
|
"PO-Revision-Date: 2023-04-29 08:36\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
@ -14,8 +14,8 @@ msgstr ""
|
|||||||
"X-Crowdin-Project: kdeorg\n"
|
"X-Crowdin-Project: kdeorg\n"
|
||||||
"X-Crowdin-Project-ID: 269464\n"
|
"X-Crowdin-Project-ID: 269464\n"
|
||||||
"X-Crowdin-Language: zh-CN\n"
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
"X-Crowdin-File: /kf5-trunk/messages/falkon/falkon_middleclickloader.pot\n"
|
"X-Crowdin-File: /kf5-stable/messages/falkon/falkon_middleclickloader.pot\n"
|
||||||
"X-Crowdin-File-ID: 7457\n"
|
"X-Crowdin-File-ID: 10240\n"
|
||||||
|
|
||||||
#: mcl_settings.py:43
|
#: mcl_settings.py:43
|
||||||
msgid "MiddleClickLoader Setting"
|
msgid "MiddleClickLoader Setting"
|
||||||
|
@ -3,7 +3,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: kdeorg\n"
|
"Project-Id-Version: kdeorg\n"
|
||||||
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
||||||
"POT-Creation-Date: 2019-07-01 02:41+0200\n"
|
"POT-Creation-Date: 2019-07-01 02:41+0200\n"
|
||||||
"PO-Revision-Date: 2023-02-24 12:43\n"
|
"PO-Revision-Date: 2023-04-29 08:36\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
@ -14,8 +14,8 @@ msgstr ""
|
|||||||
"X-Crowdin-Project: kdeorg\n"
|
"X-Crowdin-Project: kdeorg\n"
|
||||||
"X-Crowdin-Project-ID: 269464\n"
|
"X-Crowdin-Project-ID: 269464\n"
|
||||||
"X-Crowdin-Language: zh-CN\n"
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
"X-Crowdin-File: /kf5-trunk/messages/falkon/falkon_runaction.pot\n"
|
"X-Crowdin-File: /kf5-stable/messages/falkon/falkon_runaction.pot\n"
|
||||||
"X-Crowdin-File-ID: 7091\n"
|
"X-Crowdin-File-ID: 10244\n"
|
||||||
|
|
||||||
#: button.py:30
|
#: button.py:30
|
||||||
msgid "Run Action"
|
msgid "Run Action"
|
||||||
|
@ -24,17 +24,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "شارك الصفحة"
|
msgstr "شارك الصفحة"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "محفظة كِيدِي"
|
msgstr "محفظة كِيدِي"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "محفظة كِيدِي معطلة"
|
msgstr "محفظة كِيدِي معطلة"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "الرجاء مكن محفظة كِيدِي لحفظ كلمة المرور."
|
msgstr "الرجاء مكن محفظة كِيدِي لحفظ كلمة المرور."
|
||||||
|
@ -65,7 +65,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "انسخ"
|
msgstr "انسخ"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "أخرى..."
|
msgstr "أخرى..."
|
||||||
@ -249,12 +249,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (خطأ: %2)"
|
msgstr "%1 (خطأ: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "محتوى محجوب"
|
msgstr "محتوى محجوب"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
@ -5804,7 +5804,7 @@ msgstr "%1 - فالكون"
|
|||||||
|
|
||||||
#~ msgctxt "Preferences|"
|
#~ msgctxt "Preferences|"
|
||||||
#~ msgid "Allow Pepper Plugins (Flash plugin)"
|
#~ msgid "Allow Pepper Plugins (Flash plugin)"
|
||||||
#~ msgstr "اسمح بملحقات پِپِر (ملحقة فلاش)"
|
#~ msgstr "اسمح بملحقات بِبِر (ملحقة فلاش)"
|
||||||
|
|
||||||
#~ msgctxt "SearchToolBar|"
|
#~ msgctxt "SearchToolBar|"
|
||||||
#~ msgid "No results found."
|
#~ msgid "No results found."
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Səhifəni paylaşmaq"
|
msgstr "Səhifəni paylaşmaq"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet söndürülüb"
|
msgstr "KWallet söndürülüb"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Şifrəni saxlamaq üçün KWallet'i aktiv edin"
|
msgstr "Şifrəni saxlamaq üçün KWallet'i aktiv edin"
|
||||||
|
@ -58,7 +58,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopyalamaq"
|
msgstr "Kopyalamaq"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Digər..."
|
msgstr "Digər..."
|
||||||
@ -242,12 +242,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Xəta: %2)"
|
msgstr "%1 (Xəta: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Bloklanmış tərkib"
|
msgstr "Bloklanmış tərkib"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Споделяне на страница"
|
msgstr "Споделяне на страница"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet е изключен"
|
msgstr "KWallet е изключен"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Включете KWallet, за да запазвате пароли."
|
msgstr "Включете KWallet, за да запазвате пароли."
|
||||||
|
@ -61,7 +61,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Копиране"
|
msgstr "Копиране"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Други..."
|
msgstr "Други..."
|
||||||
@ -245,12 +245,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Грешка: %2)"
|
msgstr "%1 (Грешка: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Блокирано съдържание"
|
msgstr "Блокирано съдържание"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -25,17 +25,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Comparteix la pàgina"
|
msgstr "Comparteix la pàgina"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "El KWallet està desactivat"
|
msgstr "El KWallet està desactivat"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Activeu el KWallet per a desar la contrasenya."
|
msgstr "Activeu el KWallet per a desar la contrasenya."
|
||||||
|
@ -15,7 +15,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: falkon\n"
|
"Project-Id-Version: falkon\n"
|
||||||
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
||||||
"POT-Creation-Date: 2018-02-25 02:34+0000\n"
|
"POT-Creation-Date: 2018-02-25 02:34+0000\n"
|
||||||
"PO-Revision-Date: 2023-02-19 10:59+0100\n"
|
"PO-Revision-Date: 2023-03-27 11:48+0200\n"
|
||||||
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
|
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
|
||||||
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
|
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
|
||||||
"Language: ca\n"
|
"Language: ca\n"
|
||||||
@ -73,7 +73,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Copia"
|
msgstr "Copia"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Altres..."
|
msgstr "Altres..."
|
||||||
@ -257,12 +257,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Error: %2)"
|
msgstr "%1 (Error: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Contingut bloquejat"
|
msgstr "Contingut bloquejat"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
@ -406,7 +406,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"El Falkon és un navegador web Qt nou i ràpid. El Falkon està llicenciat sota "
|
"El Falkon és un navegador web Qt nou i ràpid. El Falkon està llicenciat sota "
|
||||||
"GPL versió 3 o (si ho preferiu) qualsevol versió posterior. Està basat en el "
|
"GPL versió 3 o (si ho preferiu) qualsevol versió posterior. Està basat en el "
|
||||||
"motor QtWebEngine i el marc de treball de les Qt."
|
"motor QtWebEngine i el Qt Framework."
|
||||||
|
|
||||||
#: lib/app/mainmenu.cpp:84 lib/app/mainmenu.cpp:497
|
#: lib/app/mainmenu.cpp:84 lib/app/mainmenu.cpp:497
|
||||||
msgctxt "MainMenu|"
|
msgctxt "MainMenu|"
|
||||||
|
@ -25,17 +25,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Compartix la pàgina"
|
msgstr "Compartix la pàgina"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet està desactivat"
|
msgstr "KWallet està desactivat"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Activeu KWallet per a guardar la contrasenya."
|
msgstr "Activeu KWallet per a guardar la contrasenya."
|
||||||
|
@ -15,7 +15,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: falkon\n"
|
"Project-Id-Version: falkon\n"
|
||||||
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
||||||
"POT-Creation-Date: 2018-02-25 02:34+0000\n"
|
"POT-Creation-Date: 2018-02-25 02:34+0000\n"
|
||||||
"PO-Revision-Date: 2023-02-19 10:59+0100\n"
|
"PO-Revision-Date: 2023-03-27 11:48+0200\n"
|
||||||
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
|
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
|
||||||
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
|
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
|
||||||
"Language: ca@valencia\n"
|
"Language: ca@valencia\n"
|
||||||
@ -73,7 +73,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Copia"
|
msgstr "Copia"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Altres..."
|
msgstr "Altres..."
|
||||||
@ -257,12 +257,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Error: %2)"
|
msgstr "%1 (Error: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Contingut bloquejat"
|
msgstr "Contingut bloquejat"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
@ -4141,7 +4141,7 @@ msgstr "Configuració web"
|
|||||||
#: lib/preferences/preferences.ui:1011
|
#: lib/preferences/preferences.ui:1011
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Enable Pepper plugin API (PPAPI)"
|
msgid "Enable Pepper plugin API (PPAPI)"
|
||||||
msgstr "Activa la API del connector Pepper (PPAPI)"
|
msgstr "Activa l'API del connector Pepper (PPAPI)"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1018
|
#: lib/preferences/preferences.ui:1018
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
|
@ -23,17 +23,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Sdílet stránku"
|
msgstr "Sdílet stránku"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet zakázáno"
|
msgstr "KWallet zakázáno"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Prosím, povolte KWallet uložení hesla."
|
msgstr "Prosím, povolte KWallet uložení hesla."
|
||||||
|
@ -63,7 +63,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopírovat"
|
msgstr "Kopírovat"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Jiné..."
|
msgstr "Jiné..."
|
||||||
@ -247,12 +247,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Chyba: %2)"
|
msgstr "%1 (Chyba: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Blokovaný obsah"
|
msgstr "Blokovaný obsah"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -12,12 +12,12 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KDEFrameworksIntegrationPlugin|"
|
#| msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -25,7 +25,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -67,7 +67,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopiér"
|
msgstr "Kopiér"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Anden..."
|
msgstr "Anden..."
|
||||||
@ -251,12 +251,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Fejl: %2)"
|
msgstr "%1 (Fejl: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Blokeret indhold"
|
msgstr "Blokeret indhold"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: autoscrollsettings.ui:14
|
#: autoscrollsettings.ui:14
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: fcm_dialog.cpp:76
|
#: fcm_dialog.cpp:76
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: gnomekeyringpasswordbackend.cpp:109
|
#: gnomekeyringpasswordbackend.cpp:109
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: gm_addscriptdialog.cpp:50
|
#: gm_addscriptdialog.cpp:50
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Copyright (C) YEAR This_file_is_part_of_KDE
|
# Copyright (C) YEAR This_file_is_part_of_KDE
|
||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
#
|
|
||||||
# Markus Slopianka <kamikazow@web.de>, 2017.
|
# Markus Slopianka <kamikazow@web.de>, 2017.
|
||||||
# Jonathan Hooverman <jonathan.hooverman@gmail.com>, 2017.
|
# Jonathan Hooverman <jonathan.hooverman@gmail.com>, 2017.
|
||||||
# Burkhard Lück <lueck@hube-lueck.de>, 2018, 2019, 2020.
|
# Burkhard Lück <lueck@hube-lueck.de>, 2018, 2019, 2020.
|
||||||
|
# Frederik Schwarzer <schwarzer@kde.org>, 2023.
|
||||||
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
@ -14,7 +15,8 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Lokalize 22.07.70\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: kdeframeworksintegrationplugin.cpp:69
|
#: kdeframeworksintegrationplugin.cpp:69
|
||||||
@ -22,17 +24,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Seite teilen"
|
msgstr "Seite teilen"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet deaktiviert"
|
msgstr "KWallet deaktiviert"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Bitte aktivieren Sie KWallet, um das Passwort zu speichern."
|
msgstr "Bitte aktivieren Sie KWallet, um das Passwort zu speichern."
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: mousegesturessettingsdialog.ui:14
|
#: mousegesturessettingsdialog.ui:14
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: PIM_handler.cpp:59
|
#: PIM_handler.cpp:59
|
||||||
|
@ -8,15 +8,15 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"PO-Revision-Date: 2023-02-09 00:42+0100\n"
|
"PO-Revision-Date: 2023-03-12 19:53+0100\n"
|
||||||
"Last-Translator: Frederik Schwarzer <schwarzer@kde.org>\n"
|
"Last-Translator: Frederik Schwarzer <schwarzer@kde.org>\n"
|
||||||
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Lokalize 22.12.1\n"
|
"X-Generator: Lokalize 22.07.70\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: lib/3rdparty/lineedit.cpp:102
|
#: lib/3rdparty/lineedit.cpp:102
|
||||||
@ -64,7 +64,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopieren"
|
msgstr "Kopieren"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Andere ..."
|
msgstr "Andere ..."
|
||||||
@ -248,12 +248,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Fehler: %2)"
|
msgstr "%1 (Fehler: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Blockierter Inhalt"
|
msgstr "Blockierter Inhalt"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
@ -3725,7 +3725,7 @@ msgid ""
|
|||||||
"Are you sure you want to permanently delete \"%1\" profile? This action "
|
"Are you sure you want to permanently delete \"%1\" profile? This action "
|
||||||
"cannot be undone!"
|
"cannot be undone!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Möchten Sie wirklich das Profil „%1” dauerhaft entfernen? Diese Aktion kann "
|
"Möchten Sie das Profil „%1” wirklich dauerhaft entfernen? Diese Aktion kann "
|
||||||
"nicht rückgängig gemacht werden."
|
"nicht rückgängig gemacht werden."
|
||||||
|
|
||||||
#: lib/preferences/preferences.cpp:838 lib/preferences/preferences.ui:227
|
#: lib/preferences/preferences.cpp:838 lib/preferences/preferences.ui:227
|
||||||
@ -4222,7 +4222,7 @@ msgstr "Bildschirmaufnahme aktivieren"
|
|||||||
#: lib/preferences/preferences.ui:1102
|
#: lib/preferences/preferences.ui:1102
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Use hardware acceleration (requires restart)"
|
msgid "Use hardware acceleration (requires restart)"
|
||||||
msgstr ""
|
msgstr "Hardwarebeschleunigung verwenden (erfordert Neustart)"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1119
|
#: lib/preferences/preferences.ui:1119
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: sbi_imagesicon.cpp:34
|
#: sbi_imagesicon.cpp:34
|
||||||
|
@ -15,7 +15,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: tabmanagersettings.ui:14
|
#: tabmanagersettings.ui:14
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: testplugin.cpp:98
|
#: testplugin.cpp:98
|
||||||
|
@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: tablistview.cpp:196
|
#: tablistview.cpp:196
|
||||||
|
@ -23,17 +23,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Διαμοιρασμός σελίδας"
|
msgstr "Διαμοιρασμός σελίδας"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "Το KWallet είναι ανενεργό"
|
msgstr "Το KWallet είναι ανενεργό"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Ενεργοποιήστε το KWallet για να αποθηκευτεί ο κωδικός πρόσβασης."
|
msgstr "Ενεργοποιήστε το KWallet για να αποθηκευτεί ο κωδικός πρόσβασης."
|
||||||
|
@ -63,7 +63,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Αντιγραφή"
|
msgstr "Αντιγραφή"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Άλλο..."
|
msgstr "Άλλο..."
|
||||||
@ -247,12 +247,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Σφάλμα: %2)"
|
msgstr "%1 (Σφάλμα: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Φραγμένο περιεχόμενο"
|
msgstr "Φραγμένο περιεχόμενο"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Share page"
|
msgstr "Share page"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet disabled"
|
msgstr "KWallet disabled"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Please enable KWallet to save password."
|
msgstr "Please enable KWallet to save password."
|
||||||
|
@ -58,7 +58,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Copy"
|
msgstr "Copy"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Other..."
|
msgstr "Other..."
|
||||||
@ -242,12 +242,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Error: %2)"
|
msgstr "%1 (Error: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Blocked content"
|
msgstr "Blocked content"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -20,17 +20,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Compartir página"
|
msgstr "Compartir página"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet está desactivado"
|
msgstr "KWallet está desactivado"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Por favor, active KWallet para guardar la contraseña."
|
msgstr "Por favor, active KWallet para guardar la contraseña."
|
||||||
|
@ -67,7 +67,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Copiar"
|
msgstr "Copiar"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Otros..."
|
msgstr "Otros..."
|
||||||
@ -251,12 +251,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Error: %2)"
|
msgstr "%1 (Error: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Contenido bloqueado"
|
msgstr "Contenido bloqueado"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Jaga lehekülge"
|
msgstr "Jaga lehekülge"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KDE turvalaegas"
|
msgstr "KDE turvalaegas"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KDE turvalaegas on keelatud"
|
msgstr "KDE turvalaegas on keelatud"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Parooli salvestamiseks palun luba KDE turvalaegas."
|
msgstr "Parooli salvestamiseks palun luba KDE turvalaegas."
|
||||||
|
@ -58,7 +58,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopeeri"
|
msgstr "Kopeeri"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Muu ..."
|
msgstr "Muu ..."
|
||||||
@ -242,12 +242,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (tõrge:%2)"
|
msgstr "%1 (tõrge:%2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Blokitud sisu"
|
msgstr "Blokitud sisu"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -25,17 +25,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Partekatu orria"
|
msgstr "Partekatu orria"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet ezgaituta dago"
|
msgstr "KWallet ezgaituta dago"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Gaitu KWallet pasahitza gordetzeko."
|
msgstr "Gaitu KWallet pasahitza gordetzeko."
|
||||||
|
@ -66,7 +66,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopiatu"
|
msgstr "Kopiatu"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Beste..."
|
msgstr "Beste..."
|
||||||
@ -250,12 +250,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Akatsa: %2)"
|
msgstr "%1 (Akatsa: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Blockeatutako edukia"
|
msgstr "Blockeatutako edukia"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -16,7 +16,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KWalletPlugin|"
|
#| msgctxt "KWalletPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -24,7 +24,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KWalletPlugin|"
|
#| msgctxt "KWalletPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -32,7 +32,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -56,7 +56,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "رونگاشت"
|
msgstr "رونگاشت"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -240,12 +240,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Jaa sivu"
|
msgstr "Jaa sivu"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet ei käytössä"
|
msgstr "KWallet ei käytössä"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Ota KWallet käyttöön tallentaaksesi salasanan."
|
msgstr "Ota KWallet käyttöön tallentaaksesi salasanan."
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Tommi Nieminen <translator@legisign.org>, 2018, 2019, 2020, 2021, 2022.
|
# Tommi Nieminen <translator@legisign.org>, 2018, 2019, 2020, 2021, 2022, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"PO-Revision-Date: 2022-04-04 19:11+0300\n"
|
"PO-Revision-Date: 2023-03-22 15:15+0200\n"
|
||||||
"Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
|
"Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
|
||||||
"Language-Team: Finnish <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Finnish <kde-i18n-doc@kde.org>\n"
|
||||||
"Language: fi\n"
|
"Language: fi\n"
|
||||||
@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Lokalize 20.04.2\n"
|
"X-Generator: Lokalize 22.12.3\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: lib/3rdparty/lineedit.cpp:102
|
#: lib/3rdparty/lineedit.cpp:102
|
||||||
@ -58,7 +58,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopioi"
|
msgstr "Kopioi"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Muu…"
|
msgstr "Muu…"
|
||||||
@ -242,12 +242,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Virhe: %2)"
|
msgstr "%1 (Virhe: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Torjuttu sisältö"
|
msgstr "Torjuttu sisältö"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
@ -2591,12 +2591,9 @@ msgid "Qt version"
|
|||||||
msgstr "Qt:n versio"
|
msgstr "Qt:n versio"
|
||||||
|
|
||||||
#: lib/network/schemehandlers/falkonschemehandler.cpp:323
|
#: lib/network/schemehandlers/falkonschemehandler.cpp:323
|
||||||
#, fuzzy
|
|
||||||
#| msgctxt "AboutDialog|"
|
|
||||||
#| msgid "<b>QtWebEngine version %1</b></p>"
|
|
||||||
msgctxt "FalkonSchemeReply|"
|
msgctxt "FalkonSchemeReply|"
|
||||||
msgid "QtWebEngine version"
|
msgid "QtWebEngine version"
|
||||||
msgstr "<b>QtWebEnginen versio %1</b></p>"
|
msgstr "QtWebEnginen versio"
|
||||||
|
|
||||||
#: lib/network/schemehandlers/falkonschemehandler.cpp:324
|
#: lib/network/schemehandlers/falkonschemehandler.cpp:324
|
||||||
msgctxt "FalkonSchemeReply|"
|
msgctxt "FalkonSchemeReply|"
|
||||||
@ -4193,7 +4190,7 @@ msgstr "Käytä ruutukaappausta"
|
|||||||
#: lib/preferences/preferences.ui:1102
|
#: lib/preferences/preferences.ui:1102
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Use hardware acceleration (requires restart)"
|
msgid "Use hardware acceleration (requires restart)"
|
||||||
msgstr ""
|
msgstr "Käytä laitteistokiihdytystä (vaatii uudelleenkäynnistyksen)"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1119
|
#: lib/preferences/preferences.ui:1119
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
|
@ -24,17 +24,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Partager une page"
|
msgstr "Partager une page"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet désactivé"
|
msgstr "KWallet désactivé"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Veuillez activer KWallet pour enregistrer le mot de passe."
|
msgstr "Veuillez activer KWallet pour enregistrer le mot de passe."
|
||||||
|
@ -66,7 +66,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Copier"
|
msgstr "Copier"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Autre…"
|
msgstr "Autre…"
|
||||||
@ -250,12 +250,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Erreur : %2)"
|
msgstr "%1 (Erreur : %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Contenu bloqué"
|
msgstr "Contenu bloqué"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# Adrian Chaves <adrian@chaves.io>, 2018.
|
# Adrian Chaves <adrian@chaves.io>, 2018, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"PO-Revision-Date: 2018-04-22 12:00+0100\n"
|
"PO-Revision-Date: 2023-04-30 16:13+0200\n"
|
||||||
"Last-Translator: Adrian Chaves <adrian@chaves.io>\n"
|
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
|
||||||
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Galician <proxecto@trasno.gal>\n"
|
||||||
"Language: gl\n"
|
"Language: gl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Lokalize 23.04.0\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: autoscrollsettings.ui:14
|
#: autoscrollsettings.ui:14
|
||||||
@ -30,5 +31,4 @@ msgstr "Divisor de desprazamento:"
|
|||||||
#: autoscrollsettings.ui:134
|
#: autoscrollsettings.ui:134
|
||||||
msgctxt "AutoScrollSettings|"
|
msgctxt "AutoScrollSettings|"
|
||||||
msgid "<b>Note:</b> Setting higher divider will slow down scrolling"
|
msgid "<b>Note:</b> Setting higher divider will slow down scrolling"
|
||||||
msgstr ""
|
msgstr "<b>Nota:</b> Configurar un divisor superior atrasará o desprazamento."
|
||||||
"<b>Nota:</b> Configurar un divisor superior ralentizará o desprazamento."
|
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# Adrian Chaves <adrian@chaves.io>, 2018.
|
# Adrian Chaves <adrian@chaves.io>, 2018, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"PO-Revision-Date: 2018-05-13 18:42+0100\n"
|
"PO-Revision-Date: 2023-04-30 16:12+0200\n"
|
||||||
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
|
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
|
||||||
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Galician <proxecto@trasno.gal>\n"
|
||||||
"Language: gl\n"
|
"Language: gl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Lokalize 23.04.0\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: gm_addscriptdialog.cpp:50
|
#: gm_addscriptdialog.cpp:50
|
||||||
@ -151,7 +152,7 @@ msgstr "Ao facer clic duplo nun script mostrarase información adicional"
|
|||||||
#: settings/gm_settings.ui:150
|
#: settings/gm_settings.ui:150
|
||||||
msgctxt "GM_Settings|"
|
msgctxt "GM_Settings|"
|
||||||
msgid "More scripts can be downloaded from"
|
msgid "More scripts can be downloaded from"
|
||||||
msgstr "Pódense desacargar máis scripts de"
|
msgstr "Pódense descargar máis scripts de"
|
||||||
|
|
||||||
#: settings/gm_settings.ui:193
|
#: settings/gm_settings.ui:193
|
||||||
msgctxt "GM_Settings|"
|
msgctxt "GM_Settings|"
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# Adrian Chaves <adrian@chaves.io>, 2018.
|
# Adrian Chaves <adrian@chaves.io>, 2018, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"PO-Revision-Date: 2018-12-06 10:35+0100\n"
|
"PO-Revision-Date: 2023-04-30 14:23+0200\n"
|
||||||
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
|
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
|
||||||
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Galician <proxecto@trasno.gal>\n"
|
||||||
"Language: gl\n"
|
"Language: gl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Lokalize 23.04.0\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: kdeframeworksintegrationplugin.cpp:69
|
#: kdeframeworksintegrationplugin.cpp:69
|
||||||
@ -17,20 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Compartir a páxina"
|
msgstr "Compartir a páxina"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
#, fuzzy
|
|
||||||
#| msgctxt "KDEFrameworksIntegrationPlugin|"
|
|
||||||
#| msgid "KWallet"
|
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet está desactivado"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr ""
|
msgstr "Active KWallet para gardar o contrasinal."
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Adrian Chaves <adrian@chaves.io>, 2018, 2019, 2020.
|
# Adrian Chaves <adrian@chaves.io>, 2018, 2019, 2020, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"PO-Revision-Date: 2020-01-12 11:58+0100\n"
|
"PO-Revision-Date: 2023-04-30 16:12+0200\n"
|
||||||
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
|
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
|
||||||
"Language-Team: Galician <proxecto@trasno.gal>\n"
|
"Language-Team: Galician <proxecto@trasno.gal>\n"
|
||||||
"Language: gl\n"
|
"Language: gl\n"
|
||||||
@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Lokalize 19.08.3\n"
|
"X-Generator: Lokalize 23.04.0\n"
|
||||||
"X-Qt-Contexts: true\n"
|
"X-Qt-Contexts: true\n"
|
||||||
|
|
||||||
#: lib/3rdparty/lineedit.cpp:102
|
#: lib/3rdparty/lineedit.cpp:102
|
||||||
@ -58,7 +58,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Copiar"
|
msgstr "Copiar"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Outro…"
|
msgstr "Outro…"
|
||||||
@ -242,12 +242,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (erro: %2)"
|
msgstr "%1 (erro: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Contido bloqueado"
|
msgstr "Contido bloqueado"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
@ -1184,9 +1184,6 @@ msgid "Open in new private window"
|
|||||||
msgstr "Abrir nunha nova xanela privada"
|
msgstr "Abrir nunha nova xanela privada"
|
||||||
|
|
||||||
#: lib/bookmarks/bookmarkstoolbar.cpp:77 lib/bookmarks/bookmarkstoolbar.cpp:185
|
#: lib/bookmarks/bookmarkstoolbar.cpp:77 lib/bookmarks/bookmarkstoolbar.cpp:185
|
||||||
#, fuzzy
|
|
||||||
#| msgctxt "BookmarksManager|"
|
|
||||||
#| msgid "New Folder"
|
|
||||||
msgctxt "BookmarksToolbar|"
|
msgctxt "BookmarksToolbar|"
|
||||||
msgid "New Folder"
|
msgid "New Folder"
|
||||||
msgstr "Novo cartafol"
|
msgstr "Novo cartafol"
|
||||||
@ -1212,12 +1209,9 @@ msgid "Show Only Text"
|
|||||||
msgstr "Mostrar só texto"
|
msgstr "Mostrar só texto"
|
||||||
|
|
||||||
#: lib/bookmarks/bookmarkstoolbar.cpp:185
|
#: lib/bookmarks/bookmarkstoolbar.cpp:185
|
||||||
#, fuzzy
|
|
||||||
#| msgctxt "LocationBar|"
|
|
||||||
#| msgid "Enter address"
|
|
||||||
msgctxt "BookmarksToolbar|"
|
msgctxt "BookmarksToolbar|"
|
||||||
msgid "Enter Folder Name:"
|
msgid "Enter Folder Name:"
|
||||||
msgstr "Escriba un enderezo"
|
msgstr "Escriba o nome do cartafol:"
|
||||||
|
|
||||||
#: lib/bookmarks/bookmarkstools.cpp:76
|
#: lib/bookmarks/bookmarkstools.cpp:76
|
||||||
#, qt-format
|
#, qt-format
|
||||||
@ -2601,12 +2595,9 @@ msgid "Qt version"
|
|||||||
msgstr "Versión de Qt"
|
msgstr "Versión de Qt"
|
||||||
|
|
||||||
#: lib/network/schemehandlers/falkonschemehandler.cpp:323
|
#: lib/network/schemehandlers/falkonschemehandler.cpp:323
|
||||||
#, fuzzy
|
|
||||||
#| msgctxt "AboutDialog|"
|
|
||||||
#| msgid "<b>QtWebEngine version %1</b></p>"
|
|
||||||
msgctxt "FalkonSchemeReply|"
|
msgctxt "FalkonSchemeReply|"
|
||||||
msgid "QtWebEngine version"
|
msgid "QtWebEngine version"
|
||||||
msgstr "<b>Versión %1 de QtWebEngine</b></p>"
|
msgstr "Versión de QtWebEngine"
|
||||||
|
|
||||||
#: lib/network/schemehandlers/falkonschemehandler.cpp:324
|
#: lib/network/schemehandlers/falkonschemehandler.cpp:324
|
||||||
msgctxt "FalkonSchemeReply|"
|
msgctxt "FalkonSchemeReply|"
|
||||||
@ -2665,7 +2656,7 @@ msgstr "API de Windows 7"
|
|||||||
#: lib/network/schemehandlers/falkonschemehandler.cpp:355
|
#: lib/network/schemehandlers/falkonschemehandler.cpp:355
|
||||||
msgctxt "FalkonSchemeReply|"
|
msgctxt "FalkonSchemeReply|"
|
||||||
msgid "Portable build"
|
msgid "Portable build"
|
||||||
msgstr "Construción portábel"
|
msgstr "Construción portátil"
|
||||||
|
|
||||||
#: lib/network/schemehandlers/falkonschemehandler.cpp:373
|
#: lib/network/schemehandlers/falkonschemehandler.cpp:373
|
||||||
msgctxt "FalkonSchemeReply|"
|
msgctxt "FalkonSchemeReply|"
|
||||||
@ -3082,20 +3073,14 @@ msgid "Save Image to Disk"
|
|||||||
msgstr "Gardar a imaxe no disco"
|
msgstr "Gardar a imaxe no disco"
|
||||||
|
|
||||||
#: lib/other/siteinfo.cpp:190
|
#: lib/other/siteinfo.cpp:190
|
||||||
#, fuzzy
|
|
||||||
#| msgctxt "HistoryManager|"
|
|
||||||
#| msgid "Copy title"
|
|
||||||
msgctxt "SiteInfo|"
|
msgctxt "SiteInfo|"
|
||||||
msgid "Copy Values"
|
msgid "Copy Values"
|
||||||
msgstr "Copiar o título"
|
msgstr "Copiar os valores"
|
||||||
|
|
||||||
#: lib/other/siteinfo.cpp:191
|
#: lib/other/siteinfo.cpp:191
|
||||||
#, fuzzy
|
|
||||||
#| msgctxt "WebView|"
|
|
||||||
#| msgid "Copy image ad&dress"
|
|
||||||
msgctxt "SiteInfo|"
|
msgctxt "SiteInfo|"
|
||||||
msgid "Copy Tags and Values"
|
msgid "Copy Tags and Values"
|
||||||
msgstr "Copiar o en&derezo da imaxe"
|
msgstr "Copiar as etiquetas e os valores"
|
||||||
|
|
||||||
#: lib/other/siteinfo.cpp:229 lib/other/siteinfo.cpp:248
|
#: lib/other/siteinfo.cpp:229 lib/other/siteinfo.cpp:248
|
||||||
msgctxt "SiteInfo|"
|
msgctxt "SiteInfo|"
|
||||||
@ -3589,12 +3574,9 @@ msgid "Paste from clipboard"
|
|||||||
msgstr "Pegar desde o portapapeis"
|
msgstr "Pegar desde o portapapeis"
|
||||||
|
|
||||||
#: lib/preferences/pluginslist.ui:17
|
#: lib/preferences/pluginslist.ui:17
|
||||||
#, fuzzy
|
|
||||||
#| msgctxt "LocationBar|"
|
|
||||||
#| msgid "Enter address"
|
|
||||||
msgctxt "PluginsList|"
|
msgctxt "PluginsList|"
|
||||||
msgid "Enter name"
|
msgid "Enter name"
|
||||||
msgstr "Escriba un enderezo"
|
msgstr "Escriba o nome"
|
||||||
|
|
||||||
#: lib/preferences/pluginslist.ui:51
|
#: lib/preferences/pluginslist.ui:51
|
||||||
msgctxt "PluginsList|"
|
msgctxt "PluginsList|"
|
||||||
@ -4142,12 +4124,12 @@ msgstr "Configuración web"
|
|||||||
#: lib/preferences/preferences.ui:1011
|
#: lib/preferences/preferences.ui:1011
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Enable Pepper plugin API (PPAPI)"
|
msgid "Enable Pepper plugin API (PPAPI)"
|
||||||
msgstr ""
|
msgstr "Activar a API do complemento Pepper (PPAPI)"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1018
|
#: lib/preferences/preferences.ui:1018
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Use built-in PDF viewer (requires PPAPI)"
|
msgid "Use built-in PDF viewer (requires PPAPI)"
|
||||||
msgstr ""
|
msgstr "Usar o visor de PDF incluído (require PPAPI)"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1025
|
#: lib/preferences/preferences.ui:1025
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
@ -4204,12 +4186,12 @@ msgstr "Activar a obtención previa de DNS"
|
|||||||
#: lib/preferences/preferences.ui:1095
|
#: lib/preferences/preferences.ui:1095
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Enable screen capture"
|
msgid "Enable screen capture"
|
||||||
msgstr ""
|
msgstr "Activar a captura de pantalla"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1102
|
#: lib/preferences/preferences.ui:1102
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Use hardware acceleration (requires restart)"
|
msgid "Use hardware acceleration (requires restart)"
|
||||||
msgstr ""
|
msgstr "Usar aceleración por hardware (require reiniciar)"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1119
|
#: lib/preferences/preferences.ui:1119
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
@ -4487,7 +4469,7 @@ msgstr "<b>%d</b> substituirase polo URL para descargar"
|
|||||||
#: lib/preferences/preferences.ui:1931
|
#: lib/preferences/preferences.ui:1931
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "<b>AutoFill options</b>"
|
msgid "<b>AutoFill options</b>"
|
||||||
msgstr "<b>Opcións de completamento automático</b>"
|
msgstr "<b>Opcións de completar automaticamente</b>"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1938
|
#: lib/preferences/preferences.ui:1938
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
@ -4552,7 +4534,7 @@ msgstr "Permisos de HTML5"
|
|||||||
#: lib/preferences/preferences.ui:2136
|
#: lib/preferences/preferences.ui:2136
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Send Do Not Track header to servers"
|
msgid "Send Do Not Track header to servers"
|
||||||
msgstr "Enviar cabeceiras anti-seguimento aos servidores"
|
msgstr "Enviar a cabeceira de non seguimento aos servidores"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:2162
|
#: lib/preferences/preferences.ui:2162
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
@ -5336,12 +5318,12 @@ msgstr "Agochar o punteiro"
|
|||||||
#: lib/tools/html5permissions/html5permissionsdialog.ui:117
|
#: lib/tools/html5permissions/html5permissionsdialog.ui:117
|
||||||
msgctxt "HTML5PermissionsDialog|"
|
msgctxt "HTML5PermissionsDialog|"
|
||||||
msgid "Display Capture"
|
msgid "Display Capture"
|
||||||
msgstr ""
|
msgstr "Captura de pantalla"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsdialog.ui:122
|
#: lib/tools/html5permissions/html5permissionsdialog.ui:122
|
||||||
msgctxt "HTML5PermissionsDialog|"
|
msgctxt "HTML5PermissionsDialog|"
|
||||||
msgid "Display and Audio Capture"
|
msgid "Display and Audio Capture"
|
||||||
msgstr ""
|
msgstr "Captura de pantalla e son"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:41
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:41
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
@ -5385,20 +5367,16 @@ msgid "Allow %1 to hide your pointer?"
|
|||||||
msgstr "Permitir a %1 ocultar o cursor?"
|
msgstr "Permitir a %1 ocultar o cursor?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:69
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:69
|
||||||
#, fuzzy, qt-format
|
#, qt-format
|
||||||
#| msgctxt "HTML5PermissionsNotification|"
|
|
||||||
#| msgid "Allow %1 to locate your position?"
|
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to capture your screen?"
|
msgid "Allow %1 to capture your screen?"
|
||||||
msgstr "Permitir a %1 atopar a súa xeolocalización?"
|
msgstr "Permitir a %1 capturar a pantalla?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:73
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:73
|
||||||
#, fuzzy, qt-format
|
#, qt-format
|
||||||
#| msgctxt "HTML5PermissionsNotification|"
|
|
||||||
#| msgid "Allow %1 to use your microphone and camera?"
|
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to capture your screen and audio?"
|
msgid "Allow %1 to capture your screen and audio?"
|
||||||
msgstr "Permitir a %1 usar o micrófono e a cámara?"
|
msgstr "Permitir a %1 capturar a pantalla e o son?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.ui:43
|
#: lib/tools/html5permissions/html5permissionsnotification.ui:43
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
@ -5766,7 +5744,7 @@ msgstr "&Deter"
|
|||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "SearchToolBar|"
|
msgctxt "SearchToolBar|"
|
||||||
msgid "%1 of %2"
|
msgid "%1 of %2"
|
||||||
msgstr ""
|
msgstr "%1 de %2"
|
||||||
|
|
||||||
#: lib/webtab/searchtoolbar.ui:48
|
#: lib/webtab/searchtoolbar.ui:48
|
||||||
msgctxt "SearchToolbar|"
|
msgctxt "SearchToolbar|"
|
||||||
|
@ -16,7 +16,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KWalletPlugin|"
|
#| msgctxt "KWalletPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -24,7 +24,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KWalletPlugin|"
|
#| msgctxt "KWalletPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -32,7 +32,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -63,7 +63,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Másolás"
|
msgstr "Másolás"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Egyéb..."
|
msgstr "Egyéb..."
|
||||||
@ -247,12 +247,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Hiba: %2)"
|
msgstr "%1 (Hiba: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Comparti pagina"
|
msgstr "Comparti pagina"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet deactivate"
|
msgstr "KWallet deactivate"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Pro favor activa KWallet pro salveguardar contrasigno."
|
msgstr "Pro favor activa KWallet pro salveguardar contrasigno."
|
||||||
|
@ -58,7 +58,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Copia"
|
msgstr "Copia"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Altere..."
|
msgstr "Altere..."
|
||||||
@ -242,12 +242,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Error: %2)"
|
msgstr "%1 (Error: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Contento blocate"
|
msgstr "Contento blocate"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -17,12 +17,12 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Halaman berbagi"
|
msgstr "Halaman berbagi"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KDEFrameworksIntegrationPlugin|"
|
#| msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -30,7 +30,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -62,7 +62,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Salin"
|
msgstr "Salin"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Lainnya..."
|
msgstr "Lainnya..."
|
||||||
@ -246,12 +246,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Error: %2)"
|
msgstr "%1 (Error: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Konten terblokir"
|
msgstr "Konten terblokir"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -22,17 +22,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Deila síðu"
|
msgstr "Deila síðu"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet er óvirkt"
|
msgstr "KWallet er óvirkt"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Virkjaðu KWallet til að vista lykilorð."
|
msgstr "Virkjaðu KWallet til að vista lykilorð."
|
||||||
|
@ -62,7 +62,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Afrita"
|
msgstr "Afrita"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Annað..."
|
msgstr "Annað..."
|
||||||
@ -246,12 +246,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (villa: %2)"
|
msgstr "%1 (villa: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Útilokað efni"
|
msgstr "Útilokað efni"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
||||||
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
||||||
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Paolo Zamponi <zapaolo@email.it>, 2018, 2020.
|
# Paolo Zamponi <feus73@gmail.com>, 2018, 2020.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Condividi pagina"
|
msgstr "Condividi pagina"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet disabilitato"
|
msgstr "KWallet disabilitato"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Abilita KWallet per salvare la password."
|
msgstr "Abilita KWallet per salvare la password."
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
||||||
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
||||||
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
||||||
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018, 2019, 2020, 2021, 2022, 2023.
|
# Paolo Zamponi <feus73@gmail.com>, 2018, 2019, 2020, 2021, 2022, 2023.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -63,7 +63,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Copia"
|
msgstr "Copia"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Altro..."
|
msgstr "Altro..."
|
||||||
@ -247,12 +247,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Errore: %2)"
|
msgstr "%1 (Errore: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Contenuto bloccato"
|
msgstr "Contenuto bloccato"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
||||||
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018, 2022.
|
# Paolo Zamponi <feus73@gmail.com>, 2018, 2022.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
||||||
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the falkon package.
|
# This file is distributed under the same license as the falkon package.
|
||||||
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
# Federico Fabiani <federico.fabiani85@gmail.com>, 2017.
|
||||||
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
# Jorge Sevilla <jsevi@ozu.es>, 2017.
|
||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Paolo Zamponi <zapaolo@email.it>, 2018.
|
# Paolo Zamponi <feus73@gmail.com>, 2018.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
|
@ -20,7 +20,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KWalletPlugin|"
|
#| msgctxt "KWalletPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -28,7 +28,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KWalletPlugin|"
|
#| msgctxt "KWalletPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -36,7 +36,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -63,7 +63,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "コピー"
|
msgstr "コピー"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "その他..."
|
msgstr "その他..."
|
||||||
@ -247,12 +247,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (エラー: %2)"
|
msgstr "%1 (エラー: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "ブロックされたコンテンツ"
|
msgstr "ブロックされたコンテンツ"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "გვერდის გაზიარება"
|
msgstr "გვერდის გაზიარება"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet -ი გათიშულია"
|
msgstr "KWallet -ი გათიშულია"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "პაროლის შესანახად ჩართეთ KWallet."
|
msgstr "პაროლის შესანახად ჩართეთ KWallet."
|
||||||
|
@ -58,7 +58,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "დააკოპირე"
|
msgstr "დააკოპირე"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "სხვა..."
|
msgstr "სხვა..."
|
||||||
@ -242,12 +242,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (შეცდომა %2)"
|
msgstr "%1 (შეცდომა %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "დაბლოკილი შემცველობა"
|
msgstr "დაბლოკილი შემცველობა"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
@ -4445,7 +4445,7 @@ msgstr ""
|
|||||||
#: lib/preferences/preferences.ui:1858
|
#: lib/preferences/preferences.ui:1858
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Use external download manager"
|
msgid "Use external download manager"
|
||||||
msgstr ""
|
msgstr "გარე მმართველით გადმოწერა"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1870
|
#: lib/preferences/preferences.ui:1870
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
@ -4475,12 +4475,12 @@ msgstr "<b>ავტომატური შევსების მორგ
|
|||||||
#: lib/preferences/preferences.ui:1938
|
#: lib/preferences/preferences.ui:1938
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Allow saving passwords from sites"
|
msgid "Allow saving passwords from sites"
|
||||||
msgstr ""
|
msgstr "საიტებზე პაროლების შენახვის დაშვება"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:1989
|
#: lib/preferences/preferences.ui:1989
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Automatically complete passwords on sites"
|
msgid "Automatically complete passwords on sites"
|
||||||
msgstr ""
|
msgstr "საიტებზე პაროლების ავტომატური შევსება"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:2000
|
#: lib/preferences/preferences.ui:2000
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
@ -4510,7 +4510,7 @@ msgstr "მქუქიების მართველი"
|
|||||||
#: lib/preferences/preferences.ui:2066
|
#: lib/preferences/preferences.ui:2066
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Manage JavaScript privacy options"
|
msgid "Manage JavaScript privacy options"
|
||||||
msgstr ""
|
msgstr "JavaScript-ის კონფიდენციალობის პარამეტრების მორგება"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:2089
|
#: lib/preferences/preferences.ui:2089
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
@ -4572,7 +4572,7 @@ msgstr ""
|
|||||||
#: lib/preferences/preferences.ui:2276
|
#: lib/preferences/preferences.ui:2276
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
msgid "Use OSD Notifications"
|
msgid "Use OSD Notifications"
|
||||||
msgstr ""
|
msgstr "OSD გაფრთხილებების გამოყენება"
|
||||||
|
|
||||||
#: lib/preferences/preferences.ui:2283
|
#: lib/preferences/preferences.ui:2283
|
||||||
msgctxt "Preferences|"
|
msgctxt "Preferences|"
|
||||||
@ -4727,7 +4727,7 @@ msgstr "მომხმარებლის აგენტის მართ
|
|||||||
#: lib/preferences/useragentdialog.ui:20
|
#: lib/preferences/useragentdialog.ui:20
|
||||||
msgctxt "UserAgentDialog|"
|
msgctxt "UserAgentDialog|"
|
||||||
msgid "Change global User Agent"
|
msgid "Change global User Agent"
|
||||||
msgstr ""
|
msgstr "გლობალური მომხმარებლის აგენტის შეცვლა"
|
||||||
|
|
||||||
#: lib/preferences/useragentdialog.ui:48
|
#: lib/preferences/useragentdialog.ui:48
|
||||||
msgctxt "UserAgentDialog|"
|
msgctxt "UserAgentDialog|"
|
||||||
@ -4796,17 +4796,17 @@ msgstr "შეცდომა!"
|
|||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
msgid "The session file \"%1\" exists. Please enter another name."
|
msgid "The session file \"%1\" exists. Please enter another name."
|
||||||
msgstr ""
|
msgstr "სესიის ფაილი \"%1\" უკვე არსებობს. აირჩიეთ სხვა სახელი."
|
||||||
|
|
||||||
#: lib/session/sessionmanager.cpp:143
|
#: lib/session/sessionmanager.cpp:143
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
msgid "An error occurred when cloning session file."
|
msgid "An error occurred when cloning session file."
|
||||||
msgstr ""
|
msgstr "შეცდომა სესიის ფაილის კლონირებისას."
|
||||||
|
|
||||||
#: lib/session/sessionmanager.cpp:148
|
#: lib/session/sessionmanager.cpp:148
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
msgid "An error occurred when renaming session file."
|
msgid "An error occurred when renaming session file."
|
||||||
msgstr ""
|
msgstr "შეცდომა სესიის ფაილის სახელის გადარქმევისას."
|
||||||
|
|
||||||
#: lib/session/sessionmanager.cpp:161
|
#: lib/session/sessionmanager.cpp:161
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
@ -4816,13 +4816,13 @@ msgstr "სესიის შენახვა"
|
|||||||
#: lib/session/sessionmanager.cpp:162
|
#: lib/session/sessionmanager.cpp:162
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
msgid "Please enter a name to save session:"
|
msgid "Please enter a name to save session:"
|
||||||
msgstr ""
|
msgstr "შეიყვანეთ შესანახი სესიის სახელი:"
|
||||||
|
|
||||||
#: lib/session/sessionmanager.cpp:163
|
#: lib/session/sessionmanager.cpp:163
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
msgid "Saved Session (%1)"
|
msgid "Saved Session (%1)"
|
||||||
msgstr ""
|
msgstr "შენახული სესია (%1)"
|
||||||
|
|
||||||
#: lib/session/sessionmanager.cpp:180
|
#: lib/session/sessionmanager.cpp:180
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
@ -4832,7 +4832,7 @@ msgstr "მარქაფის აღდგენა"
|
|||||||
#: lib/session/sessionmanager.cpp:180
|
#: lib/session/sessionmanager.cpp:180
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
msgid "Are you sure you want to replace current session?"
|
msgid "Are you sure you want to replace current session?"
|
||||||
msgstr ""
|
msgstr "დარწმუნებული ბრძნდებით, რომ გნებავთ, ჩაანაცვლოთ მიმდინარე სესია?"
|
||||||
|
|
||||||
#: lib/session/sessionmanager.cpp:199
|
#: lib/session/sessionmanager.cpp:199
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
@ -4843,7 +4843,7 @@ msgstr "სესიის წაშლა"
|
|||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
msgid "Are you sure you want to delete session '%1'?"
|
msgid "Are you sure you want to delete session '%1'?"
|
||||||
msgstr ""
|
msgstr "დარწმუნებული ბრძანდებით, რომ გნებავთ, წაშალოთ სესია \"%1\" ?"
|
||||||
|
|
||||||
#: lib/session/sessionmanager.cpp:209
|
#: lib/session/sessionmanager.cpp:209
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
@ -4853,7 +4853,7 @@ msgstr "ახალი სესია"
|
|||||||
#: lib/session/sessionmanager.cpp:210
|
#: lib/session/sessionmanager.cpp:210
|
||||||
msgctxt "SessionManager|"
|
msgctxt "SessionManager|"
|
||||||
msgid "Please enter a name to create new session:"
|
msgid "Please enter a name to create new session:"
|
||||||
msgstr ""
|
msgstr "შეყვანეთ ახალი სესიის სახელი:"
|
||||||
|
|
||||||
#: lib/session/sessionmanager.cpp:211
|
#: lib/session/sessionmanager.cpp:211
|
||||||
#, qt-format
|
#, qt-format
|
||||||
@ -5329,49 +5329,49 @@ msgstr "ეს საიტი"
|
|||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to show desktop notifications?"
|
msgid "Allow %1 to show desktop notifications?"
|
||||||
msgstr ""
|
msgstr "მივცეთ უფლება %1-ს, აჩვენოს გაფრთხილებები სამუშაო მაგიდაზე?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:49
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:49
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to locate your position?"
|
msgid "Allow %1 to locate your position?"
|
||||||
msgstr ""
|
msgstr "მივცეთ უფლება %1-ს, თქვენი მდებარეობა აღმოაჩინოს?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:53
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:53
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to use your microphone?"
|
msgid "Allow %1 to use your microphone?"
|
||||||
msgstr ""
|
msgstr "მივცეთ უფლება %1-ს, გამოიყენოს თქვენი მიკროფონი?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:57
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:57
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to use your camera?"
|
msgid "Allow %1 to use your camera?"
|
||||||
msgstr ""
|
msgstr "მივცეთ უფლება %1-ს, გამოიყენოს თქვენი კამერა?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:61
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:61
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to use your microphone and camera?"
|
msgid "Allow %1 to use your microphone and camera?"
|
||||||
msgstr ""
|
msgstr "მივცეთ უფლება %1-ს, გამოიყენოს თქვენი მიკროფონი და კამერა?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:65
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:65
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to hide your pointer?"
|
msgid "Allow %1 to hide your pointer?"
|
||||||
msgstr ""
|
msgstr "მივცეთ უფლება %1-ს, დამალოს კურსორი?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:69
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:69
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to capture your screen?"
|
msgid "Allow %1 to capture your screen?"
|
||||||
msgstr ""
|
msgstr "მივცეთ უფლება %1-ს, გადაიღოს ეკრანის ანაბეჭდი?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.cpp:73
|
#: lib/tools/html5permissions/html5permissionsnotification.cpp:73
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
msgid "Allow %1 to capture your screen and audio?"
|
msgid "Allow %1 to capture your screen and audio?"
|
||||||
msgstr ""
|
msgstr "მივცეთ უფლება %1-ს, ჩაიწეროს თქვენი ეკრანი და ხმა?"
|
||||||
|
|
||||||
#: lib/tools/html5permissions/html5permissionsnotification.ui:43
|
#: lib/tools/html5permissions/html5permissionsnotification.ui:43
|
||||||
msgctxt "HTML5PermissionsNotification|"
|
msgctxt "HTML5PermissionsNotification|"
|
||||||
@ -5460,7 +5460,7 @@ msgstr "გვერდის ჩატვირთვის შეცდომ
|
|||||||
#: lib/webengine/webpage.cpp:418
|
#: lib/webengine/webpage.cpp:418
|
||||||
msgctxt "WebPage|"
|
msgctxt "WebPage|"
|
||||||
msgid "Something went wrong while loading this page."
|
msgid "Something went wrong while loading this page."
|
||||||
msgstr ""
|
msgstr "შეცდომა ამ გვერდის ჩატვირთვისას."
|
||||||
|
|
||||||
#: lib/webengine/webpage.cpp:419
|
#: lib/webengine/webpage.cpp:419
|
||||||
msgctxt "WebPage|"
|
msgctxt "WebPage|"
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "페이지 공유"
|
msgstr "페이지 공유"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet 비활성화됨"
|
msgstr "KWallet 비활성화됨"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "암호를 저장하려면 KWallet을 활성화하십시오."
|
msgstr "암호를 저장하려면 KWallet을 활성화하십시오."
|
||||||
|
@ -58,7 +58,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "복사"
|
msgstr "복사"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "기타..."
|
msgstr "기타..."
|
||||||
@ -242,12 +242,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1(오류: %2)"
|
msgstr "%1(오류: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "차단된 내용"
|
msgstr "차단된 내용"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -19,17 +19,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Bendrinti puslapį"
|
msgstr "Bendrinti puslapį"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet išjungta"
|
msgstr "KWallet išjungta"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Norėdami įrašyti slaptažodį, įjunkite KWallet."
|
msgstr "Norėdami įrašyti slaptažodį, įjunkite KWallet."
|
||||||
|
@ -60,7 +60,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopijuoti"
|
msgstr "Kopijuoti"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Kita..."
|
msgstr "Kita..."
|
||||||
@ -244,12 +244,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Klaida: %2)"
|
msgstr "%1 (Klaida: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Užblokuotas turinys"
|
msgstr "Užblokuotas turinys"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -17,7 +17,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KWalletPlugin|"
|
#| msgctxt "KWalletPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -25,7 +25,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "„KWallet“"
|
msgstr "„KWallet“"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "KWalletPlugin|"
|
#| msgctxt "KWalletPlugin|"
|
||||||
#| msgid "KWallet"
|
#| msgid "KWallet"
|
||||||
@ -33,7 +33,7 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "„KWallet“"
|
msgstr "„KWallet“"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -57,7 +57,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopēt"
|
msgstr "Kopēt"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Citi..."
|
msgstr "Citi..."
|
||||||
@ -241,12 +241,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Kļūda: %2)"
|
msgstr "%1 (Kļūda: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -22,17 +22,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -65,7 +65,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopier"
|
msgstr "Kopier"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Annet …"
|
msgstr "Annet …"
|
||||||
@ -249,12 +249,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Feil: %2)"
|
msgstr "%1 (Feil: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Blokkert innhold"
|
msgstr "Blokkert innhold"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -18,17 +18,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Pagina delen"
|
msgstr "Pagina delen"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet uitgeschakeld"
|
msgstr "KWallet uitgeschakeld"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "KWallet inschakelen om wachtwoord op te slaan."
|
msgstr "KWallet inschakelen om wachtwoord op te slaan."
|
||||||
|
@ -64,7 +64,7 @@ msgctxt "SqueezeLabelV2|"
|
|||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr "Kopiëren"
|
msgstr "Kopiëren"
|
||||||
|
|
||||||
#: lib/adblock/adblockaddsubscriptiondialog.cpp:45
|
#: lib/adblock/adblockaddsubscriptiondialog.cpp:40
|
||||||
msgctxt "AdBlockAddSubscriptionDialog|"
|
msgctxt "AdBlockAddSubscriptionDialog|"
|
||||||
msgid "Other..."
|
msgid "Other..."
|
||||||
msgstr "Overig..."
|
msgstr "Overig..."
|
||||||
@ -248,12 +248,12 @@ msgctxt "AdBlockTreeWidget|"
|
|||||||
msgid "%1 (Error: %2)"
|
msgid "%1 (Error: %2)"
|
||||||
msgstr "%1 (Fout: %2)"
|
msgstr "%1 (Fout: %2)"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:44
|
#: lib/adblock/adblockurlinterceptor.cpp:41
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked content"
|
msgid "Blocked content"
|
||||||
msgstr "Geblokkeerde inhoud"
|
msgstr "Geblokkeerde inhoud"
|
||||||
|
|
||||||
#: lib/adblock/adblockurlinterceptor.cpp:45
|
#: lib/adblock/adblockurlinterceptor.cpp:42
|
||||||
#, qt-format
|
#, qt-format
|
||||||
msgctxt "AdBlockUrlInterceptor|"
|
msgctxt "AdBlockUrlInterceptor|"
|
||||||
msgid "Blocked by <i>%1 (%2)</i>"
|
msgid "Blocked by <i>%1 (%2)</i>"
|
||||||
|
@ -24,17 +24,17 @@ msgctxt "KDEFrameworksIntegrationPlugin|"
|
|||||||
msgid "Share page"
|
msgid "Share page"
|
||||||
msgstr "Del sida"
|
msgstr "Del sida"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:53
|
#: kwalletpasswordbackend.cpp:57
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet"
|
msgid "KWallet"
|
||||||
msgstr "KWallet"
|
msgstr "KWallet"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "KWallet disabled"
|
msgid "KWallet disabled"
|
||||||
msgstr "KWallet er slått av"
|
msgstr "KWallet er slått av"
|
||||||
|
|
||||||
#: kwalletpasswordbackend.cpp:182
|
#: kwalletpasswordbackend.cpp:186
|
||||||
msgctxt "KDEFrameworksIntegrationPlugin|"
|
msgctxt "KDEFrameworksIntegrationPlugin|"
|
||||||
msgid "Please enable KWallet to save password."
|
msgid "Please enable KWallet to save password."
|
||||||
msgstr "Slå på KWallet viss du vil lagra passord."
|
msgstr "Slå på KWallet viss du vil lagra passord."
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user