forked from cromer/pamac-classic
fix polkit build problem
This commit is contained in:
parent
4ba5978027
commit
297e70d124
@ -2,6 +2,9 @@
|
||||
|
||||
# Generate translations for certain files such as polkit
|
||||
pushd "${PWD}"/po
|
||||
./populate_LINGUAS_file.sh
|
||||
./create_pot_file.sh
|
||||
./update_po_files.sh
|
||||
make
|
||||
make clean
|
||||
popd
|
||||
|
@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
|
||||
<policyconfig>
|
||||
<vendor>Pamac</vendor>
|
||||
<vendor_url>https://github.com/cromnix/pamac-classic/</vendor_url>
|
||||
<icon_name>package-x-generic</icon_name>
|
||||
<action id="org.pamac.commit">
|
||||
<message>Authentication is required</message>
|
||||
<message xml:lang="ar">صلاحيات مطلوبة</message>
|
||||
<message xml:lang="ast">Ríquese l'autenticación</message>
|
||||
<message xml:lang="az-AZ">Kimlik tələb olunur</message>
|
||||
<message xml:lang="bg">Изисква се идентификация</message>
|
||||
<message xml:lang="ca">Cal autenticació</message>
|
||||
<message xml:lang="ca-ES">Cal autenticació</message>
|
||||
<message xml:lang="cs">Je vyžadováno ověření</message>
|
||||
<message xml:lang="da">Godkendelse er påkrævet</message>
|
||||
<message xml:lang="de">Authentifizierung erforderlich</message>
|
||||
<message xml:lang="el">Απαιτείται πιστοποίηση</message>
|
||||
<message xml:lang="el-GR">Απαιτείται πιστοποίηση</message>
|
||||
<message xml:lang="es">Se necesita autenticación</message>
|
||||
<message xml:lang="es-419">Se requiere autenticación</message>
|
||||
<message xml:lang="es-MX">Se requiere autenticación</message>
|
||||
<message xml:lang="eu">Autentifikazioa behar da</message>
|
||||
<message xml:lang="fa-IR">تائید هویت شکست خورد</message>
|
||||
<message xml:lang="fr">Authentification nécessaire</message>
|
||||
<message xml:lang="gl">A autenticación é necesaria</message>
|
||||
<message xml:lang="he">נדרש אישור</message>
|
||||
<message xml:lang="hi">प्रमाणीकरण की आवश्यकता है</message>
|
||||
<message xml:lang="hr">Potrebna je autorizacija</message>
|
||||
<message xml:lang="hu">Hitelesítés szükséges</message>
|
||||
<message xml:lang="id">Membutuhkan Otentifikasi</message>
|
||||
<message xml:lang="is">Auðkenningar er krafist</message>
|
||||
<message xml:lang="it">Autenticazione richiesta</message>
|
||||
<message xml:lang="ja">認証が必要です</message>
|
||||
<message xml:lang="ko">인증이 필요합니다</message>
|
||||
<message xml:lang="lt">Reikalingas tapatybės nustatymas</message>
|
||||
<message xml:lang="nb">Autentisering kreves</message>
|
||||
<message xml:lang="nl">Verificatie vereist</message>
|
||||
<message xml:lang="nl-NL">Authenticatie vereist</message>
|
||||
<message xml:lang="pl">Wymagane jest uwierzytelnienie</message>
|
||||
<message xml:lang="pt">Autenticação necessária</message>
|
||||
<message xml:lang="pt-BR">Autenticação necessária</message>
|
||||
<message xml:lang="pt-PT">Autenticação necessária</message>
|
||||
<message xml:lang="ru">Запрошена авторизация</message>
|
||||
<message xml:lang="sk">Vyžaduje sa overenie totožnosti</message>
|
||||
<message xml:lang="sl">Zahtevana je overitev</message>
|
||||
<message xml:lang="sr-Latn">Autentifikacija je neophodna</message>
|
||||
<message xml:lang="sv">Autentisering krävs</message>
|
||||
<message xml:lang="tr">Kimlik doğrulaması gerekli</message>
|
||||
<message xml:lang="uk">Потрібна авторизація</message>
|
||||
<message xml:lang="zh-CN">需要验证</message>
|
||||
<message xml:lang="zh-TW">需要授權</message>
|
||||
<defaults>
|
||||
<allow_any>no</allow_any>
|
||||
<allow_inactive>auth_admin_keep</allow_inactive>
|
||||
<allow_active>auth_admin_keep</allow_active>
|
||||
</defaults>
|
||||
</action>
|
||||
</policyconfig>
|
16
pamac.avprj
16
pamac.avprj
@ -29,7 +29,7 @@ define: KDE_TRAY
|
||||
vapidir: src/vapis
|
||||
|
||||
vala_binary: src/pamac-clean-cache/pamac-clean-cache
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
vala_local_package: Pamac
|
||||
vala_package: posix
|
||||
vala_check_package: gtk+-3.0
|
||||
@ -40,7 +40,7 @@ vala_check_package: gtk+-3.0
|
||||
*vala_source: pamac_config.vala
|
||||
|
||||
vala_binary: src/pamac-install/pamac-install
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
use_gresource: pamac_installer_gresource_xml
|
||||
vala_local_package: Pamac
|
||||
vala_check_package: gtk+-3.0
|
||||
@ -51,7 +51,7 @@ vala_check_package: gtk+-3.0
|
||||
*vala_source: progress_dialog.vala
|
||||
|
||||
vala_binary: src/pamac-manager/pamac-manager
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
alias: pamac-updater
|
||||
use_gresource: pamac_manager_gresource_xml
|
||||
vala_local_package: Pamac
|
||||
@ -64,7 +64,7 @@ vala_check_package: gtk+-3.0
|
||||
*vala_source: manager_window.vala
|
||||
|
||||
vala_binary: src/pamac-system-daemon/pamac-system-daemon
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
vala_local_package: Pamac
|
||||
if NOT DISABLE_AUR
|
||||
vala_local_package: AUR
|
||||
@ -85,7 +85,7 @@ vala_check_package: polkit-gobject-1
|
||||
*vala_source: system_daemon.vala
|
||||
|
||||
vala_binary: src/pamac-tray/pamac-tray
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
vala_local_package: Pamac
|
||||
if NOT DISABLE_AUR
|
||||
vala_local_package: AUR
|
||||
@ -112,7 +112,7 @@ end
|
||||
*vala_source: tray.vala
|
||||
|
||||
vala_binary: src/pamac-user-daemon/pamac-user-daemon
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
vala_local_package: Pamac
|
||||
if NOT DISABLE_AUR
|
||||
vala_local_package: AUR
|
||||
@ -130,7 +130,7 @@ vala_check_package: libsoup-2.4
|
||||
|
||||
|
||||
vala_library: src/pamac
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
*namespace: Pamac
|
||||
use_gresource: pamac_transaction_gresource_xml
|
||||
vala_package: posix
|
||||
@ -156,7 +156,7 @@ vala_check_package: vte-2.91
|
||||
*vala_source: transaction_sum_dialog.vala
|
||||
|
||||
vala_library: src/aur/aur
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
*namespace: AUR
|
||||
vala_check_package: json-glib-1.0
|
||||
vala_check_package: libsoup-2.4
|
||||
|
64
po/af.po
64
po/af.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/manjarolinux/manjaro-pamac/language/af/)\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/af/)\n"
|
||||
"Language: af\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
67
po/ar.po
67
po/ar.po
@ -15,19 +15,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ar/)\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "صلاحيات مطلوبة"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
@ -180,6 +178,10 @@ msgstr "للتثبيت"
|
||||
msgid "To reinstall"
|
||||
msgstr "لإعادة التثبيت"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "إجمالي حجم التحميل"
|
||||
@ -363,6 +365,10 @@ msgstr "تم إنهاء العملية بنجاح"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac قيد التشغيل حاليا"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "بانتظار خروج مدير حزم آخر"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "نظامك محدث"
|
||||
@ -407,10 +413,6 @@ msgstr "تثبيت"
|
||||
msgid "Remove"
|
||||
msgstr "حذف"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "بانتظار خروج مدير حزم آخر"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -589,6 +591,10 @@ msgstr "سرعة"
|
||||
msgid "Random"
|
||||
msgstr "عشوائية"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "صلاحيات مطلوبة"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "اختيار مزود"
|
||||
@ -687,7 +693,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "حذف الاعتماديات الغير مطلوبة"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr "عند إزالة الحزمة، أيضا إزالة تبعياته التي ليست مطلوبة من قبل حزم أخرى"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -710,6 +718,22 @@ msgstr "تجاهل ترقيات ل:"
|
||||
msgid "General"
|
||||
msgstr "عام"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "استخدام المرايا من:"
|
||||
@ -728,7 +752,8 @@ msgstr "مستودعات رسمية"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"مستودعات الأعضاء يعرض لمخاطر ولمشاكل محتملة\n"
|
||||
@ -762,22 +787,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "اختيار تجاهل الترقيات"
|
||||
|
71
po/ast.po
71
po/ast.po
@ -14,20 +14,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Asturian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ast/)\n"
|
||||
"Language-Team: Asturian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/ast/)\n"
|
||||
"Language: ast\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Ríquese l'autenticación"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Desconocíu"
|
||||
@ -179,6 +176,10 @@ msgstr "Pa instalar"
|
||||
msgid "To reinstall"
|
||||
msgstr "Pa reinstalar"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Tamañu total de descarga"
|
||||
@ -358,6 +359,10 @@ msgstr "Tresaición finada con ésitu"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac yá ta executándose"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperando que colen otros xestores de paquetes"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "El to sistema ta anováu"
|
||||
@ -398,10 +403,6 @@ msgstr "Instalar"
|
||||
msgid "Remove"
|
||||
msgstr "Desaniciar"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperando que colen otros xestores de paquetes"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -576,6 +577,10 @@ msgstr "Velocidá"
|
||||
msgid "Random"
|
||||
msgstr "Al debalu"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Ríquese l'autenticación"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Escoyer un fornidor"
|
||||
@ -674,8 +679,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Desaniciar dependencies non riquíes"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Al desaniciar un paquete tamién se desanicien les sos dependencies que dengún paquete rique"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Al desaniciar un paquete tamién se desanicien les sos dependencies que "
|
||||
"dengún paquete rique"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -697,6 +706,22 @@ msgstr "Inorar anovamientos pa:"
|
||||
msgid "General"
|
||||
msgstr "Xeneral"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Usar espeyos de:"
|
||||
@ -715,10 +740,12 @@ msgstr "Repositorios oficiales"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR ye un repositoriu calteníu pola comunidá asina que pue presentar riesgos potenciales y problemes.\n"
|
||||
"AUR ye un repositoriu calteníu pola comunidá asina que pue presentar riesgos "
|
||||
"potenciales y problemes.\n"
|
||||
"Tolos usuarios d'AUR deberíen tar familiarizaos col procesu de construcción."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -749,22 +776,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr "Caché"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Escueyi los anovamientos inoraos"
|
||||
|
64
po/az_AZ.po
64
po/az_AZ.po
@ -9,20 +9,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Azerbaijani (Azerbaijan) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/az_AZ/)\n"
|
||||
"Language-Team: Azerbaijani (Azerbaijan) (http://www.transifex.com/"
|
||||
"manjarolinux/manjaro-pamac/language/az_AZ/)\n"
|
||||
"Language: az_AZ\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Kimlik tələb olunur"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Naməlum"
|
||||
@ -174,6 +171,10 @@ msgstr "Yükləmək üçün"
|
||||
msgid "To reinstall"
|
||||
msgstr "Yenidən yükləmək üçün"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Ümumi köçürmə ölçüsü"
|
||||
@ -353,6 +354,10 @@ msgstr "Tranzaksiya uğurla qurtardı"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac hal-hazırda işləyir"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Sisteminiz yenidir"
|
||||
@ -393,10 +398,6 @@ msgstr "Yükləmək"
|
||||
msgid "Remove"
|
||||
msgstr "Aradan qaldırmaq"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -571,6 +572,10 @@ msgstr "Sürət"
|
||||
msgid "Random"
|
||||
msgstr "Təsadüfi"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Kimlik tələb olunur"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -669,7 +674,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -692,6 +699,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr "Ümumi"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -710,7 +733,8 @@ msgstr "Rəsmi Repositorilər"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -742,22 +766,6 @@ msgstr "Keşi təmizlə"
|
||||
msgid "Cache"
|
||||
msgstr "Keş"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
68
po/be.po
68
po/be.po
@ -8,19 +8,18 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/be/)\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/be/)\n"
|
||||
"Language: be\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
@ -173,6 +172,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -354,6 +357,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -396,10 +403,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -576,6 +579,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -674,7 +681,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -697,6 +706,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -715,7 +740,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -747,22 +773,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
68
po/bg.po
68
po/bg.po
@ -15,20 +15,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-08-01 11:22+0000\n"
|
||||
"Last-Translator: Galin Iskrenov <loot270@abv.bg>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/bg/)\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Изисква се идентификация"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Непознат"
|
||||
@ -180,6 +177,10 @@ msgstr "За инсталиране"
|
||||
msgid "To reinstall"
|
||||
msgstr "За преинсталиране"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Пълен размер за сваляне"
|
||||
@ -359,6 +360,10 @@ msgstr "Успешно завършена транзакция"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac вече е пуснат"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Изчакване да завърши друг пакетен диспечер"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Вашата система е актуална"
|
||||
@ -399,10 +404,6 @@ msgstr "Инсталиране"
|
||||
msgid "Remove"
|
||||
msgstr "Премахване"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Изчакване да завърши друг пакетен диспечер"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -577,6 +578,10 @@ msgstr "Скорост"
|
||||
msgid "Random"
|
||||
msgstr "Разбъркано "
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Изисква се идентификация"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Изберете доставчик"
|
||||
@ -675,8 +680,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Премахни ненужни зависимости"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Премахвайки пакет, премахвате и зависимости, които не са необходими на други пакети"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Премахвайки пакет, премахвате и зависимости, които не са необходими на други "
|
||||
"пакети"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -698,6 +707,22 @@ msgstr "Да не се надгражда:"
|
||||
msgid "General"
|
||||
msgstr "Главен"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Използвай огледала от:"
|
||||
@ -716,7 +741,8 @@ msgstr "Официални хранилища"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR е хранилище на общността с потенциални рискове и проблеми.\n"
|
||||
@ -750,22 +776,6 @@ msgstr "Почистване на кеша"
|
||||
msgid "Cache"
|
||||
msgstr "Кеш"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Избор на пренебрегнати надграждания"
|
||||
|
64
po/bn.po
64
po/bn.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/manjarolinux/manjaro-pamac/language/bn/)\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/bn/)\n"
|
||||
"Language: bn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
67
po/bs.po
67
po/bs.po
@ -8,19 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/bs/)\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
@ -173,6 +171,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -353,6 +355,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -394,10 +400,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -573,6 +575,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -671,7 +677,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -694,6 +702,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -712,7 +736,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -744,22 +769,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
67
po/bs_BA.po
67
po/bs_BA.po
@ -8,19 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/bs_BA/)\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
"manjarolinux/manjaro-pamac/language/bs_BA/)\n"
|
||||
"Language: bs_BA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
@ -173,6 +171,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -353,6 +355,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -394,10 +400,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -573,6 +575,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -671,7 +677,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -694,6 +702,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -712,7 +736,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -744,22 +769,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
77
po/ca.po
77
po/ca.po
@ -17,20 +17,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 14:18+0000\n"
|
||||
"Last-Translator: Davidmp <medipas@gmail.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ca/)\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/ca/)\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Cal autenticació"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Desconegut"
|
||||
@ -182,6 +179,10 @@ msgstr "Per instal·lar"
|
||||
msgid "To reinstall"
|
||||
msgstr "Per reinstal·lar"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Mida total de la baixada"
|
||||
@ -361,6 +362,10 @@ msgstr "Transacció acabada amb èxit"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "El Pamac ja s'executa"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "S'espera que s'aturi un altre gestor de paquets..."
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "El sistema està actualitzat"
|
||||
@ -401,10 +406,6 @@ msgstr "Instal·la"
|
||||
msgid "Remove"
|
||||
msgstr "Elimina"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "S'espera que s'aturi un altre gestor de paquets..."
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -579,6 +580,10 @@ msgstr "Velocitat"
|
||||
msgid "Random"
|
||||
msgstr "Aleatori"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Cal autenticació"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Trieu un proveïdor"
|
||||
@ -677,8 +682,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Elimina les dependències no requerides"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "En eliminar un paquet, elimina'n també les dependències que no siguin requerides per altres paquets"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"En eliminar un paquet, elimina'n també les dependències que no siguin "
|
||||
"requerides per altres paquets"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -690,7 +699,8 @@ msgstr "Comprova si hi ha actualitzacions"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Hide tray icon when no update available"
|
||||
msgstr "Amaga la icona de la safata quan no hi hagi actualitzacions disponibles."
|
||||
msgstr ""
|
||||
"Amaga la icona de la safata quan no hi hagi actualitzacions disponibles."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Ignore upgrades for:"
|
||||
@ -700,6 +710,22 @@ msgstr "Ignora les actualitzacions per a:"
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Utilitza les rèpliques de:"
|
||||
@ -718,11 +744,14 @@ msgstr "Repositoris oficials"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"L'AUR és un repositori mantingut per la comunitat; per tant, pot comportar riscos i problemes.\n"
|
||||
"Tots els usuaris de l'AUR haurien d'estar familiaritzats amb el procés de construcció."
|
||||
"L'AUR és un repositori mantingut per la comunitat; per tant, pot comportar "
|
||||
"riscos i problemes.\n"
|
||||
"Tots els usuaris de l'AUR haurien d'estar familiaritzats amb el procés de "
|
||||
"construcció."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Enable AUR support"
|
||||
@ -752,22 +781,6 @@ msgstr "Neteja la memòria cau"
|
||||
msgid "Cache"
|
||||
msgstr "Memòria cau"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Trieu les actualitzacions ignorades"
|
||||
|
64
po/ca_ES.po
64
po/ca_ES.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Catalan (Spain) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ca_ES/)\n"
|
||||
"Language-Team: Catalan (Spain) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/ca_ES/)\n"
|
||||
"Language: ca_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Cal autenticació"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Desconegut"
|
||||
@ -177,6 +174,10 @@ msgstr "Per instal·lar"
|
||||
msgid "To reinstall"
|
||||
msgstr "Per reinstal·lar"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Mida total de la descàrrega"
|
||||
@ -356,6 +357,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperant que s'aturi un altre gestor de paquets"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -396,10 +401,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperant que s'aturi un altre gestor de paquets"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -574,6 +575,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Cal autenticació"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -672,7 +677,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -695,6 +702,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -713,7 +736,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -745,22 +769,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
71
po/cs.po
71
po/cs.po
@ -15,20 +15,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/manjarolinux/manjaro-pamac/language/cs/)\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Je vyžadováno ověření"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Neznámý"
|
||||
@ -180,6 +177,10 @@ msgstr "Pro instalaci"
|
||||
msgid "To reinstall"
|
||||
msgstr "Pro přeinstalaci"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Celková velikost ke stažení"
|
||||
@ -360,6 +361,10 @@ msgstr "Transakce úspěšně dokončena"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac je již spuštěn"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Čekání na ukončení jiného správce balíčků"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Váš systém je aktuální"
|
||||
@ -401,10 +406,6 @@ msgstr "Instalace"
|
||||
msgid "Remove"
|
||||
msgstr "Odstranit"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Čekání na ukončení jiného správce balíčků"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -580,6 +581,10 @@ msgstr "rychlost"
|
||||
msgid "Random"
|
||||
msgstr "náhodně"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Je vyžadováno ověření"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Vybrat poskytovatele"
|
||||
@ -678,8 +683,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Odebrat nepotřebné závislosti"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Při odebírání balíčku také odebrat jeho závislosti, které nejsou vyžadovány jinými balíčky"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Při odebírání balíčku také odebrat jeho závislosti, které nejsou vyžadovány "
|
||||
"jinými balíčky"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -701,6 +710,22 @@ msgstr "Přeskočit aktualizaci u:"
|
||||
msgid "General"
|
||||
msgstr "Obecné"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Použít zrcadla z:"
|
||||
@ -719,10 +744,12 @@ msgstr "Oficiální repozitáře"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR je komunitně udržovaný repozitář, to sebou nese potencionální rizika a problémy.\n"
|
||||
"AUR je komunitně udržovaný repozitář, to sebou nese potencionální rizika a "
|
||||
"problémy.\n"
|
||||
"Všichni uživatelé AUR by měli znát postup vytváření balíčku neboli buildu."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -753,22 +780,6 @@ msgstr "Vyčistit mezipaměť"
|
||||
msgid "Cache"
|
||||
msgstr "Mezipaměť"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Vybrat ignorované aktualizace"
|
||||
|
64
po/cs_CZ.po
64
po/cs_CZ.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/cs_CZ/)\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/cs_CZ/)\n"
|
||||
"Language: cs_CZ\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -177,6 +174,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -357,6 +358,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -398,10 +403,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -577,6 +578,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -675,7 +680,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -698,6 +705,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -716,7 +739,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -748,22 +772,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
67
po/cy.po
67
po/cy.po
@ -8,19 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Welsh (http://www.transifex.com/manjarolinux/manjaro-pamac/language/cy/)\n"
|
||||
"Language-Team: Welsh (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/cy/)\n"
|
||||
"Language: cy\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
|
||||
"11) ? 2 : 3;\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
@ -173,6 +171,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -354,6 +356,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -396,10 +402,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -576,6 +578,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -674,7 +680,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -697,6 +705,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -715,7 +739,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -747,22 +772,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
71
po/da.po
71
po/da.po
@ -19,20 +19,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/manjarolinux/manjaro-pamac/language/da/)\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/da/)\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Godkendelse er påkrævet"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Ukendt"
|
||||
@ -184,6 +181,10 @@ msgstr "Installeres"
|
||||
msgid "To reinstall"
|
||||
msgstr "Geninstalleres"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Total download størrelse"
|
||||
@ -363,6 +364,10 @@ msgstr "Transaktion fuldført succesfuldt"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac kører allerede"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Venter på at en anden pakke administrator lukker"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Dit system er opdateret"
|
||||
@ -403,10 +408,6 @@ msgstr "Installer"
|
||||
msgid "Remove"
|
||||
msgstr "Fjern"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Venter på at en anden pakke administrator lukker"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -581,6 +582,10 @@ msgstr "Hastighed"
|
||||
msgid "Random"
|
||||
msgstr "Tilfældig"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Godkendelse er påkrævet"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Vælg en udgiver"
|
||||
@ -679,8 +684,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Fjern unødvendige afhængigheder"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Ved fjernelse af pakke, fjern også afhængigheder der ikke bliver brugt af andre pakker"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Ved fjernelse af pakke, fjern også afhængigheder der ikke bliver brugt af "
|
||||
"andre pakker"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -702,6 +711,22 @@ msgstr "Ignorér opgraderinger til:"
|
||||
msgid "General"
|
||||
msgstr "Generelt"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Brug mirrors fra:"
|
||||
@ -720,10 +745,12 @@ msgstr "Officielle Repositories"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR er et samfunds vedligeholdt repository så det kan forårsage risici og problemer.\n"
|
||||
"AUR er et samfunds vedligeholdt repository så det kan forårsage risici og "
|
||||
"problemer.\n"
|
||||
"Alle AUR brugere burde være bekendt med bygge processen."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -754,22 +781,6 @@ msgstr "Ryd cache"
|
||||
msgid "Cache"
|
||||
msgstr "Cache"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Vælg Ignorerede Opgraderinger"
|
||||
|
75
po/de.po
75
po/de.po
@ -26,20 +26,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: German (http://www.transifex.com/manjarolinux/manjaro-pamac/language/de/)\n"
|
||||
"Language-Team: German (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/de/)\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Authentifizierung erforderlich"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Unbekannt"
|
||||
@ -191,6 +188,10 @@ msgstr "Wird installiert"
|
||||
msgid "To reinstall"
|
||||
msgstr "Wird neu installiert"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Download-Größe gesamt"
|
||||
@ -370,6 +371,10 @@ msgstr "Vorgang erfolgreich abgeschlossen"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac wird bereits ausgeführt"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Warte auf Beendigung eines anderen Paketmanagers"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Ihr System ist auf dem neuesten Stand"
|
||||
@ -410,10 +415,6 @@ msgstr "Installieren"
|
||||
msgid "Remove"
|
||||
msgstr "Entfernen"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Warte auf Beendigung eines anderen Paketmanagers"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -588,6 +589,10 @@ msgstr "Geschwindigkeit"
|
||||
msgid "Random"
|
||||
msgstr "Zufällig"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Authentifizierung erforderlich"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Anbieter aussuchen"
|
||||
@ -686,8 +691,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Entferne nicht benötigte Abhängigkeiten"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Wenn ein Paket entfernt wird, werden auch seine Abhängigkeiten entfernt, soweit sie nicht von einem anderen Paket benötigt werden"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Wenn ein Paket entfernt wird, werden auch seine Abhängigkeiten entfernt, "
|
||||
"soweit sie nicht von einem anderen Paket benötigt werden"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -699,7 +708,9 @@ msgstr "Suche nach Aktualisierungen"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Hide tray icon when no update available"
|
||||
msgstr "Verstecke Icon im Systemabschnitt der Kontrollleiste, falls keine Aktualisierungen verfügbar sind"
|
||||
msgstr ""
|
||||
"Verstecke Icon im Systemabschnitt der Kontrollleiste, falls keine "
|
||||
"Aktualisierungen verfügbar sind"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Ignore upgrades for:"
|
||||
@ -709,6 +720,22 @@ msgstr "Ignoriere Erneuerungen für:"
|
||||
msgid "General"
|
||||
msgstr "Allgemein"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Nutze Server von:"
|
||||
@ -727,10 +754,12 @@ msgstr "Offizielle Repositorien"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"Das AUR ist ein von der Gemeinschaft gepflegtes Repositorium, das Risiken birgt und Probleme verursachen kann.\n"
|
||||
"Das AUR ist ein von der Gemeinschaft gepflegtes Repositorium, das Risiken "
|
||||
"birgt und Probleme verursachen kann.\n"
|
||||
"Alle Benutzer des AUR sollten mit dem Erstellen von Paketen vertraut sein."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -761,22 +790,6 @@ msgstr "Cache leeren"
|
||||
msgid "Cache"
|
||||
msgstr "Cache"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Zu ignorierende Aktualisierungen auswählen"
|
||||
|
64
po/de_CH.po
64
po/de_CH.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: German (Switzerland) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/de_CH/)\n"
|
||||
"Language-Team: German (Switzerland) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/de_CH/)\n"
|
||||
"Language: de_CH\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
64
po/de_DE.po
64
po/de_DE.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/de_DE/)\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
73
po/el.po
73
po/el.po
@ -20,20 +20,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/manjarolinux/manjaro-pamac/language/el/)\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/el/)\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Απαιτείται πιστοποίηση"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Άγνωστο"
|
||||
@ -185,6 +182,10 @@ msgstr "Προς εγκατάσταση"
|
||||
msgid "To reinstall"
|
||||
msgstr "Προς επανεγκατάσταση"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Συνολικό μέγεθος προς λήψη:"
|
||||
@ -364,6 +365,10 @@ msgstr "Οι ενέργειες ολοκληρώθηκαν επιτυχώς"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Ο Pamac είναι ήδη ενεργός"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Περιμένοντας να τερματίσει ένας άλλος διαχειριστής πακέτων."
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Το σύστημα σας είναι πλήρως ενημερωμένο"
|
||||
@ -404,10 +409,6 @@ msgstr "Εγκατάσταση"
|
||||
msgid "Remove"
|
||||
msgstr "Απεγκατάσταση"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Περιμένοντας να τερματίσει ένας άλλος διαχειριστής πακέτων."
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -582,6 +583,10 @@ msgstr "Ταχύτητα"
|
||||
msgid "Random"
|
||||
msgstr "Τυχαίο"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Απαιτείται πιστοποίηση"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Επέλεξε έναν πάροχο "
|
||||
@ -680,8 +685,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Αφαίρεση αχρησιμοποίητων εξαρτήσεων"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Όταν αφαιρείτε ένα πακέτο, επίσης αφαιρέστε και τις εξαρτήσεις του, που δεν χρειάζονται απο άλλα πακέτα"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Όταν αφαιρείτε ένα πακέτο, επίσης αφαιρέστε και τις εξαρτήσεις του, που δεν "
|
||||
"χρειάζονται απο άλλα πακέτα"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -703,6 +712,22 @@ msgstr "Αγνοήστε τις αναβαθμίσεις για"
|
||||
msgid "General"
|
||||
msgstr "Γενικά"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Χρησιμοποίησε διακομιστές από:"
|
||||
@ -721,9 +746,13 @@ msgstr "Επίσημα αποθετήρια"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr "Το AUR είναι αποθετήριο συντηρούμενο από την κοινότητα, γι'αυτό και ενδεχομένως να δημιουργήσει προβλήματα. Όλοι οι χρήστες του AUR, θα πρέπει να είναι εξοικειωμένοι με την διαδικασία χτισίματος των πακέτων."
|
||||
msgstr ""
|
||||
"Το AUR είναι αποθετήριο συντηρούμενο από την κοινότητα, γι'αυτό και "
|
||||
"ενδεχομένως να δημιουργήσει προβλήματα. Όλοι οι χρήστες του AUR, θα πρέπει "
|
||||
"να είναι εξοικειωμένοι με την διαδικασία χτισίματος των πακέτων."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Enable AUR support"
|
||||
@ -753,22 +782,6 @@ msgstr "Καθαρισμός αποθήκης"
|
||||
msgid "Cache"
|
||||
msgstr "Αποθήκη"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Επιλέξτε αγνοημένες αναβαθμίσεις"
|
||||
|
73
po/el_GR.po
73
po/el_GR.po
@ -9,20 +9,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Greek (Greece) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/el_GR/)\n"
|
||||
"Language-Team: Greek (Greece) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/el_GR/)\n"
|
||||
"Language: el_GR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Απαιτείται πιστοποίηση"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Άγνωστο"
|
||||
@ -174,6 +171,10 @@ msgstr "Προς εγκατάσταση"
|
||||
msgid "To reinstall"
|
||||
msgstr "Προς επανεγκατάσταση"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Συνολικό μέγεθος προς λήψη:"
|
||||
@ -353,6 +354,10 @@ msgstr "Οι ενέργειες ολοκληρώθηκαν επιτυχώς"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Ο Pamac είναι ήδη ενεργός"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Περιμένοντας να τερματίσει ένας άλλος διαχειριστής πακέτων."
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Το σύστημα σας είναι ενημερωμένο"
|
||||
@ -393,10 +398,6 @@ msgstr "Εγκατάσταση"
|
||||
msgid "Remove"
|
||||
msgstr "Απεγκατάσταση"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Περιμένοντας να τερματίσει ένας άλλος διαχειριστής πακέτων."
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -571,6 +572,10 @@ msgstr "Ταχύτητα"
|
||||
msgid "Random"
|
||||
msgstr "Τυχαίο"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Απαιτείται πιστοποίηση"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Επέλεξε έναν πάροχο "
|
||||
@ -669,8 +674,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Αφαίρεση αχρησιμοποίητων εξαρτήσεων"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Όταν αφαιρείτε ένα πακέτο, επίσης αφαιρέστε και τις εξαρτήσεις του, που δεν χρειάζονται απο άλλα πακέτα"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Όταν αφαιρείτε ένα πακέτο, επίσης αφαιρέστε και τις εξαρτήσεις του, που δεν "
|
||||
"χρειάζονται απο άλλα πακέτα"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -692,6 +701,22 @@ msgstr "Αγνοήστε τις αναβαθμίσεις για"
|
||||
msgid "General"
|
||||
msgstr "Γενικά"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Χρησιμοποίησε διακομιστές από:"
|
||||
@ -710,9 +735,13 @@ msgstr "Επίσημα αποθετήρια"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr "Το AUR είναι αποθετήριο συντηρούμενο από την κοινότητα, γι'αυτό και ενδεχομένως να δημιουργήσει προβλήματα. Όλοι οι χρήστες του AUR, θα πρέπει να είναι εξοικειωμένοι με την διαδικασία χτισίματος των πακέτων."
|
||||
msgstr ""
|
||||
"Το AUR είναι αποθετήριο συντηρούμενο από την κοινότητα, γι'αυτό και "
|
||||
"ενδεχομένως να δημιουργήσει προβλήματα. Όλοι οι χρήστες του AUR, θα πρέπει "
|
||||
"να είναι εξοικειωμένοι με την διαδικασία χτισίματος των πακέτων."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Enable AUR support"
|
||||
@ -742,22 +771,6 @@ msgstr "Καθαρισμός αποθήκης"
|
||||
msgid "Cache"
|
||||
msgstr "Αποθήκη"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Επέλεξε τις αγνοημένες αναβαθμίσεις"
|
||||
|
71
po/en_GB.po
71
po/en_GB.po
@ -11,20 +11,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/en_GB/)\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/"
|
||||
"manjarolinux/manjaro-pamac/language/en_GB/)\n"
|
||||
"Language: en_GB\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Unknown"
|
||||
@ -176,6 +173,10 @@ msgstr "To install"
|
||||
msgid "To reinstall"
|
||||
msgstr "To reinstall"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Total download size"
|
||||
@ -355,6 +356,10 @@ msgstr "Transaction successfully finished"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac is already running"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Your system is up-to-date"
|
||||
@ -395,10 +400,6 @@ msgstr "Install"
|
||||
msgid "Remove"
|
||||
msgstr "Remove"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -573,6 +574,10 @@ msgstr "Speed"
|
||||
msgid "Random"
|
||||
msgstr "Random"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Choose a Provider"
|
||||
@ -671,8 +676,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Remove unrequired dependencies"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -694,6 +703,22 @@ msgstr "Ignore upgrades for:"
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Use mirrors from:"
|
||||
@ -712,10 +737,12 @@ msgstr "Official Repositories"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -746,22 +773,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Choose Ignored Upgrades"
|
||||
|
64
po/eo.po
64
po/eo.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/manjarolinux/manjaro-pamac/language/eo/)\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/eo/)\n"
|
||||
"Language: eo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Nekonata"
|
||||
@ -177,6 +174,10 @@ msgstr "Instali"
|
||||
msgid "To reinstall"
|
||||
msgstr "Reinstali"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -356,6 +357,10 @@ msgstr "Finita sukcese transakcio"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac jam estas ekzekutanta."
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Via sistemo estas ĝisdatigata"
|
||||
@ -396,10 +401,6 @@ msgstr "Instali"
|
||||
msgid "Remove"
|
||||
msgstr "Forigi"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -574,6 +575,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -672,7 +677,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -695,6 +702,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr "Ĝenerala"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -713,7 +736,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -745,22 +769,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
87
po/es.po
87
po/es.po
@ -20,20 +20,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/manjarolinux/manjaro-pamac/language/es/)\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Se necesita autenticación"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Desconocido"
|
||||
@ -185,6 +182,10 @@ msgstr "Paquetes a instalar"
|
||||
msgid "To reinstall"
|
||||
msgstr "Paquetes a reinstalar"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Tamaño total de la descarga"
|
||||
@ -364,6 +365,10 @@ msgstr "Operación finalizada con éxito"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac ya está siendo ejecutado"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "En espera de otro gestor de paquetes para salir"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Tu sistema está actualizado"
|
||||
@ -404,10 +409,6 @@ msgstr "Instalar"
|
||||
msgid "Remove"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "En espera de otro gestor de paquetes para salir"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -582,6 +583,10 @@ msgstr "Velocidad"
|
||||
msgid "Random"
|
||||
msgstr "Aleatorio"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Se necesita autenticación"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Elegir un proveedor"
|
||||
@ -680,8 +685,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Eliminar dependencias innecesarias "
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Al eliminar un paquete, eliminar también las dependencias que no son requeridas por otros paquetes"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Al eliminar un paquete, eliminar también las dependencias que no son "
|
||||
"requeridas por otros paquetes"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -693,7 +702,9 @@ msgstr "Comprobar actualizaciones"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Hide tray icon when no update available"
|
||||
msgstr "Ocultar icono del área de notificación cuando no hayan actualizaciones disponibles"
|
||||
msgstr ""
|
||||
"Ocultar icono del área de notificación cuando no hayan actualizaciones "
|
||||
"disponibles"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Ignore upgrades for:"
|
||||
@ -703,6 +714,22 @@ msgstr "Ignorar actualizaciones para:"
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr "Terminal"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Usar mirrors de:"
|
||||
@ -721,11 +748,14 @@ msgstr "Repositorios oficiales"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR es un repositorio comunitario por lo que presenta riesgos potenciales y problemas.\n"
|
||||
"Todos los usuarios de AUR deben estar familiarizados con el proceso de construcción."
|
||||
"AUR es un repositorio comunitario por lo que presenta riesgos potenciales y "
|
||||
"problemas.\n"
|
||||
"Todos los usuarios de AUR deben estar familiarizados con el proceso de "
|
||||
"construcción."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Enable AUR support"
|
||||
@ -755,22 +785,15 @@ msgstr "Limpiar cache"
|
||||
msgid "Cache"
|
||||
msgstr "Cache"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr "Terminal"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr "Color de fondo"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr "Color de texto"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr "Fuente"
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Elegir actualizaciones ignoradas"
|
||||
|
||||
#~ msgid "Background color"
|
||||
#~ msgstr "Color de fondo"
|
||||
|
||||
#~ msgid "Text color"
|
||||
#~ msgstr "Color de texto"
|
||||
|
||||
#~ msgid "Font"
|
||||
#~ msgstr "Fuente"
|
||||
|
86
po/es_419.po
86
po/es_419.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (Latin America) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/es_419/)\n"
|
||||
"Language-Team: Spanish (Latin America) (http://www.transifex.com/"
|
||||
"manjarolinux/manjaro-pamac/language/es_419/)\n"
|
||||
"Language: es_419\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Se requiere autenticación"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Desconocido"
|
||||
@ -177,6 +174,10 @@ msgstr "El instalar"
|
||||
msgid "To reinstall"
|
||||
msgstr "El reinstalar"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Tamaña total de descarga"
|
||||
@ -356,6 +357,10 @@ msgstr "La transacción ha sido completada satisfactoriamente"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac ya está abierto"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperando a que otro gestor de paquetes cierre"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Tu sistema está actualizado"
|
||||
@ -396,10 +401,6 @@ msgstr "Instalar"
|
||||
msgid "Remove"
|
||||
msgstr "Remover"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperando a que otro gestor de paquetes cierre"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -574,6 +575,10 @@ msgstr "Velocidad"
|
||||
msgid "Random"
|
||||
msgstr "Al azar"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Se requiere autenticación"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Elige un Proovedor"
|
||||
@ -672,8 +677,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Remover dependencias no requeridas"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Al remover un paquete, también remover sus dependencias que otros paquetes no requieren"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Al remover un paquete, también remover sus dependencias que otros paquetes "
|
||||
"no requieren"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -685,7 +694,8 @@ msgstr "Comprobar actualizaciones"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Hide tray icon when no update available"
|
||||
msgstr "Ocultar icono de la bandeja cuando no hayan actualizaciones disponibles "
|
||||
msgstr ""
|
||||
"Ocultar icono de la bandeja cuando no hayan actualizaciones disponibles "
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Ignore upgrades for:"
|
||||
@ -695,6 +705,22 @@ msgstr "Ignorar actualizaciones de:"
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr "Terminal"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Usar mirrors de:"
|
||||
@ -713,11 +739,14 @@ msgstr "Repositorios Oficiales"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR es un repositorio mantenido por la comunidad por lo que presenta potenciales riesgos y problemas.\n"
|
||||
"Todos los usuarios de AUR deben estar familiarizados con el proceso de construcción."
|
||||
"AUR es un repositorio mantenido por la comunidad por lo que presenta "
|
||||
"potenciales riesgos y problemas.\n"
|
||||
"Todos los usuarios de AUR deben estar familiarizados con el proceso de "
|
||||
"construcción."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Enable AUR support"
|
||||
@ -747,22 +776,15 @@ msgstr "Limpiar caché"
|
||||
msgid "Cache"
|
||||
msgstr "Caché"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr "Terminal"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr "Color de fondo"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr "Color de texto"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr "Fuente"
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Elegir Actualizaciones Ignoradas"
|
||||
|
||||
#~ msgid "Background color"
|
||||
#~ msgstr "Color de fondo"
|
||||
|
||||
#~ msgid "Text color"
|
||||
#~ msgstr "Color de texto"
|
||||
|
||||
#~ msgid "Font"
|
||||
#~ msgstr "Fuente"
|
||||
|
64
po/es_AR.po
64
po/es_AR.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/es_AR/)\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/es_AR/)\n"
|
||||
"Language: es_AR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
64
po/es_ES.po
64
po/es_ES.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (Spain) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/es_ES/)\n"
|
||||
"Language-Team: Spanish (Spain) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/es_ES/)\n"
|
||||
"Language: es_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
64
po/es_MX.po
64
po/es_MX.po
@ -9,20 +9,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/es_MX/)\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/es_MX/)\n"
|
||||
"Language: es_MX\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Se requiere autenticación"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Desconocido"
|
||||
@ -174,6 +171,10 @@ msgstr "A instalar"
|
||||
msgid "To reinstall"
|
||||
msgstr "A reinstalar"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Tamaño de la descarga"
|
||||
@ -353,6 +354,10 @@ msgstr "Transacción completada correctamente"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac ya está en ejecución"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperando a que salga de otro gestor de paquetes"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Su sistema está actualizado"
|
||||
@ -393,10 +398,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperando a que salga de otro gestor de paquetes"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -571,6 +572,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Se requiere autenticación"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -669,7 +674,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -692,6 +699,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -710,7 +733,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -742,22 +766,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
64
po/es_SV.po
64
po/es_SV.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (El Salvador) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/es_SV/)\n"
|
||||
"Language-Team: Spanish (El Salvador) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/es_SV/)\n"
|
||||
"Language: es_SV\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
68
po/et.po
68
po/et.po
@ -11,20 +11,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/et/)\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/et/)\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Tundmatu"
|
||||
@ -176,6 +173,10 @@ msgstr "Paigaldada"
|
||||
msgid "To reinstall"
|
||||
msgstr "Uuesti Paigaldada"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Allalaadimise Suurus"
|
||||
@ -355,6 +356,10 @@ msgstr "Tehingud edukalt lõpetatud"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac juba töötab"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Teie süsteem on ajakohane"
|
||||
@ -395,10 +400,6 @@ msgstr "Paigalda"
|
||||
msgid "Remove"
|
||||
msgstr "Eemalda"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -573,6 +574,10 @@ msgstr "Kiirus"
|
||||
msgid "Random"
|
||||
msgstr "Suvaline"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Valige Pakkuja"
|
||||
@ -671,8 +676,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Eemalda mitte-nõutud sõltuvused"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Paketi eemaldamisel eemalda ka tema sõltuvused, mis ei ole enam ühegi teise paketi poolt nõutud"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Paketi eemaldamisel eemalda ka tema sõltuvused, mis ei ole enam ühegi teise "
|
||||
"paketi poolt nõutud"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -694,6 +703,22 @@ msgstr "Ignoreeri uuendusi järgnevate pakettide puhul:"
|
||||
msgid "General"
|
||||
msgstr "Üldine"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -712,7 +737,8 @@ msgstr "Ametlikud Repositooriumid"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -744,22 +770,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Vali Ignoreeritud Uuendused"
|
||||
|
71
po/eu.po
71
po/eu.po
@ -13,20 +13,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/manjarolinux/manjaro-pamac/language/eu/)\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Autentifikazioa behar da"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Ezezaguna"
|
||||
@ -178,6 +175,10 @@ msgstr "Instalatzeko"
|
||||
msgid "To reinstall"
|
||||
msgstr "Berrinstalatzeko"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Deskarga tamaina guztira"
|
||||
@ -357,6 +358,10 @@ msgstr "Transakzioa ongi burutu da"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac onezkero exekutatzen dago"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "BEste pakete kudeatzaile bat irten dadin zai"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Zure sistema eguneratuta dago"
|
||||
@ -397,10 +402,6 @@ msgstr "Instalatu"
|
||||
msgid "Remove"
|
||||
msgstr "Kendu"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "BEste pakete kudeatzaile bat irten dadin zai"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -575,6 +576,10 @@ msgstr "Abiadura"
|
||||
msgid "Random"
|
||||
msgstr "Ausazkoa"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Autentifikazioa behar da"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Aukeratu hornitzaile bat"
|
||||
@ -673,8 +678,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Kendu behar ez diren menpekotasunak"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Pakete bat kentzean, bere menpekotasunak kendu ere beste paketeren batek behar ez baditu"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Pakete bat kentzean, bere menpekotasunak kendu ere beste paketeren batek "
|
||||
"behar ez baditu"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -696,6 +705,22 @@ msgstr "Bertsio-berritzeak ezikusiten hauentzat:"
|
||||
msgid "General"
|
||||
msgstr "Orokorra"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Erabili hemengo ispiluak:"
|
||||
@ -714,10 +739,12 @@ msgstr "Biltegi ofizialak"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR komunitatean mantendutako biltegi bat da eta arrisku zein arazo potentzialak ditu\n"
|
||||
"AUR komunitatean mantendutako biltegi bat da eta arrisku zein arazo "
|
||||
"potentzialak ditu\n"
|
||||
"AUR erabiltzaile guztiek eraikitzeko prozesua ezagutu beharko lukete."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -748,22 +775,6 @@ msgstr "Garbitu katxea"
|
||||
msgid "Cache"
|
||||
msgstr "Katxea"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Hautatu ezikusitako bertsio-berritzeak"
|
||||
|
64
po/fa.po
64
po/fa.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/fa/)\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "نامشخص"
|
||||
@ -177,6 +174,10 @@ msgstr "برای نصب"
|
||||
msgid "To reinstall"
|
||||
msgstr "برای نصب دوباره"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -355,6 +356,10 @@ msgstr "تراکنش با موفقیت به پایان رسید"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "پاماک در حال حاظر در حال اجرا است"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "سیستم شما به روز است"
|
||||
@ -394,10 +399,6 @@ msgstr "نصب"
|
||||
msgid "Remove"
|
||||
msgstr "حذف"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -571,6 +572,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -669,7 +674,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -692,6 +699,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -710,7 +733,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -742,22 +766,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
68
po/fa_IR.po
68
po/fa_IR.po
@ -18,20 +18,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Persian (Iran) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/fa_IR/)\n"
|
||||
"Language-Team: Persian (Iran) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/fa_IR/)\n"
|
||||
"Language: fa_IR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "تائید هویت شکست خورد"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "نامشخص"
|
||||
@ -183,6 +180,10 @@ msgstr "برای نصب"
|
||||
msgid "To reinstall"
|
||||
msgstr "برای نصب دوباره"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "مجموع حجم دریافت"
|
||||
@ -361,6 +362,10 @@ msgstr "تراکنش با موفقیت به پایان رسید"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "پکمن در حال حاضر در حال اجرا است"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "سیستم شما به روز است"
|
||||
@ -400,10 +405,6 @@ msgstr "نصب"
|
||||
msgid "Remove"
|
||||
msgstr "حذف"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -577,6 +578,10 @@ msgstr "سرعت"
|
||||
msgid "Random"
|
||||
msgstr "تصادفی"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "تائید هویت شکست خورد"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "انتخاب یک ارائه دهنده"
|
||||
@ -675,8 +680,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "حذف وابستگی های غیرضروری"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "زمانی که یک بسته را حذف می کنید، وابستگی های آن نیز که توسط بسته های دیگر مورد نیاز نیست حذف می گردد."
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"زمانی که یک بسته را حذف می کنید، وابستگی های آن نیز که توسط بسته های دیگر "
|
||||
"مورد نیاز نیست حذف می گردد."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -698,6 +707,22 @@ msgstr "صرفنظر کردن از بروزرسانی ها برای :"
|
||||
msgid "General"
|
||||
msgstr "عمومی"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "استفاده از آیینه های :"
|
||||
@ -716,7 +741,8 @@ msgstr "مخازن رسمی"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -748,22 +774,6 @@ msgstr "پاک کردن حافظه موقت"
|
||||
msgid "Cache"
|
||||
msgstr "حافظه موقت"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "انتخاب بروزرسانی های صرف نظرشده"
|
||||
|
68
po/fi.po
68
po/fi.po
@ -17,20 +17,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/manjarolinux/manjaro-pamac/language/fi/)\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/fi/)\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Tuntematon"
|
||||
@ -182,6 +179,10 @@ msgstr "Asennettavat"
|
||||
msgid "To reinstall"
|
||||
msgstr "Uudelleenasennettavat"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Latauksen kokonaiskoko"
|
||||
@ -361,6 +362,10 @@ msgstr "Toimenpide suoritettu onnistuneesti"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac on jo käynnissä"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Järjestelmäsi on ajan tasalla"
|
||||
@ -401,10 +406,6 @@ msgstr "Asenna"
|
||||
msgid "Remove"
|
||||
msgstr "Poista"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -579,6 +580,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Valitse toimittaja"
|
||||
@ -677,8 +682,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Poista ei-vaaditut riippuvuudet"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Pakettia poistettaessa, poista myös pakettiriippuvuudet jotka eivät ole muiden pakettien käytössä"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Pakettia poistettaessa, poista myös pakettiriippuvuudet jotka eivät ole "
|
||||
"muiden pakettien käytössä"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -700,6 +709,22 @@ msgstr "Jätä huomitta nämä paketit:"
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Käytä peilipalvelimia sijainnista:"
|
||||
@ -718,7 +743,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -750,22 +776,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
@ -7,7 +7,7 @@
|
||||
../src/pamac-manager/manager_window.vala
|
||||
../src/preferences_dialog.vala
|
||||
../src/choose_ignorepkgs_dialog.vala
|
||||
|
||||
../data/polkit/org.pamac.policy.in
|
||||
../data/interface/choose_provider_dialog.ui
|
||||
../data/interface/progress_dialog.ui
|
||||
../data/interface/history_dialog.ui
|
||||
|
64
po/fo.po
64
po/fo.po
@ -10,20 +10,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Faroese (http://www.transifex.com/manjarolinux/manjaro-pamac/language/fo/)\n"
|
||||
"Language-Team: Faroese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/fo/)\n"
|
||||
"Language: fo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -175,6 +172,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -354,6 +355,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -394,10 +399,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -572,6 +573,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -670,7 +675,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -693,6 +700,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -711,7 +734,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -743,22 +767,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
77
po/fr.po
77
po/fr.po
@ -21,20 +21,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-31 13:03+0000\n"
|
||||
"Last-Translator: Charles Monzat <superboa@hotmail.fr>\n"
|
||||
"Language-Team: French (http://www.transifex.com/manjarolinux/manjaro-pamac/language/fr/)\n"
|
||||
"Language-Team: French (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Authentification nécessaire"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Inconnu"
|
||||
@ -186,6 +183,10 @@ msgstr "À installer "
|
||||
msgid "To reinstall"
|
||||
msgstr "À réinstaller "
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Taille totale de téléchargement "
|
||||
@ -365,6 +366,10 @@ msgstr "Transaction terminée avec succès"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac est déjà en cours d'exécution"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "En attente de la fin d'un autre gestionnaire de paquet"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Votre système est à jour"
|
||||
@ -405,10 +410,6 @@ msgstr "Installer"
|
||||
msgid "Remove"
|
||||
msgstr "Désinstaller"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "En attente de la fin d'un autre gestionnaire de paquet"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -583,6 +584,10 @@ msgstr "Vitesse"
|
||||
msgid "Random"
|
||||
msgstr "Aléatoire"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Authentification nécessaire"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Choix d'un fournisseur"
|
||||
@ -681,8 +686,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Désinstaller les dépendances inutiles"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "En désinstallant un paquet, désinstaller également les dépendances qui ne sont pas requises par d'autres paquets"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"En désinstallant un paquet, désinstaller également les dépendances qui ne "
|
||||
"sont pas requises par d'autres paquets"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -694,7 +703,8 @@ msgstr "Vérifier les mises à jour"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Hide tray icon when no update available"
|
||||
msgstr "Masquer l'icône de notification lorsqu'aucune mise à jour n'est disponible"
|
||||
msgstr ""
|
||||
"Masquer l'icône de notification lorsqu'aucune mise à jour n'est disponible"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Ignore upgrades for:"
|
||||
@ -704,6 +714,22 @@ msgstr "Ignorer les mises à jour pour :"
|
||||
msgid "General"
|
||||
msgstr "Général"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Utiliser les miroirs depuis :"
|
||||
@ -722,11 +748,14 @@ msgstr "Dépôts officiels"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR est maintenu par la communauté, donc il présente des risques potentiels.\n"
|
||||
"Ses utilisateurs devraient tous être familiers avec la construction de paquets."
|
||||
"AUR est maintenu par la communauté, donc il présente des risques "
|
||||
"potentiels.\n"
|
||||
"Ses utilisateurs devraient tous être familiers avec la construction de "
|
||||
"paquets."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Enable AUR support"
|
||||
@ -756,22 +785,6 @@ msgstr "Nettoyer le cache"
|
||||
msgid "Cache"
|
||||
msgstr "Cache"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Choix des mises à jour à ignorer"
|
||||
|
77
po/gl.po
77
po/gl.po
@ -9,20 +9,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/manjarolinux/manjaro-pamac/language/gl/)\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "A autenticación é necesaria"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Descoñecido"
|
||||
@ -174,6 +171,10 @@ msgstr "Instalar"
|
||||
msgid "To reinstall"
|
||||
msgstr "Reinstalar"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Tamaño total da descarga"
|
||||
@ -353,6 +354,10 @@ msgstr "Operación concluída con éxito"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac xa está en execución"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperando outro xestor de paquetes para saír"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "O sistema está actualizado"
|
||||
@ -393,10 +398,6 @@ msgstr "Instalar"
|
||||
msgid "Remove"
|
||||
msgstr "Remover"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Esperando outro xestor de paquetes para saír"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -571,6 +572,10 @@ msgstr "Velocidade"
|
||||
msgid "Random"
|
||||
msgstr "Aleatorio"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "A autenticación é necesaria"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Escolla un Provedor"
|
||||
@ -669,8 +674,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Elimina dependencias sen contrapartida"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Ao eliminar un paquete, tamén eliminar súas dependencias que non son esixidos por outros paquetes"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Ao eliminar un paquete, tamén eliminar súas dependencias que non son "
|
||||
"esixidos por outros paquetes"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -682,7 +691,8 @@ msgstr "Comprobar actualizacións"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Hide tray icon when no update available"
|
||||
msgstr "Ocultar icona da bandexa do sistema cando non hai actualizacións dispoñibles"
|
||||
msgstr ""
|
||||
"Ocultar icona da bandexa do sistema cando non hai actualizacións dispoñibles"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Ignore upgrades for:"
|
||||
@ -692,6 +702,22 @@ msgstr "Ignorar actualizacións para:"
|
||||
msgid "General"
|
||||
msgstr "Xeral"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Use espellos dende:"
|
||||
@ -710,11 +736,14 @@ msgstr "Repositorios oficiais"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR é un repositorio comunitario polo que presenta riscos potencias e problemas.\n"
|
||||
"Todos os usuarios de AUR deben estar familiarizados co el proceso de construción."
|
||||
"AUR é un repositorio comunitario polo que presenta riscos potencias e "
|
||||
"problemas.\n"
|
||||
"Todos os usuarios de AUR deben estar familiarizados co el proceso de "
|
||||
"construción."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Enable AUR support"
|
||||
@ -744,22 +773,6 @@ msgstr "Borrar cache"
|
||||
msgid "Cache"
|
||||
msgstr "Cache"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Escolla actualizacións ignorados"
|
||||
|
67
po/he.po
67
po/he.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/manjarolinux/manjaro-pamac/language/he/)\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/he/)\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "נדרש אישור"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "לא ידוע"
|
||||
@ -177,6 +174,10 @@ msgstr "להתקנה"
|
||||
msgid "To reinstall"
|
||||
msgstr "להתקנה חוזרת"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "גודל הורדה כולל"
|
||||
@ -356,6 +357,10 @@ msgstr "טרנזקציה הסתיימה בהצלחה"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac כבר מורץ כעת"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "המערכת שלך מעודכנת"
|
||||
@ -396,10 +401,6 @@ msgstr "התקן"
|
||||
msgid "Remove"
|
||||
msgstr "הסר"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -574,6 +575,10 @@ msgstr "מהירות"
|
||||
msgid "Random"
|
||||
msgstr "אקראי"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "נדרש אישור"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "בחירת ספק"
|
||||
@ -672,8 +677,11 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "הסר תוספים לא נחוצים"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "בעת הסרת חבילה, הסר גם את התלויות שלה אשר לא נחוצות על ידי חבילות אחרות"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"בעת הסרת חבילה, הסר גם את התלויות שלה אשר לא נחוצות על ידי חבילות אחרות"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -695,6 +703,22 @@ msgstr "התעלם משדרוגים עבור:"
|
||||
msgid "General"
|
||||
msgstr "כללי"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "השתמש במראות מתוך:"
|
||||
@ -713,7 +737,8 @@ msgstr "מאגרים רשמיים"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR הינו מאגר מתוחזק קהילה כך שהוא טומן בחובו סיכונים ובעיות.\n"
|
||||
@ -747,22 +772,6 @@ msgstr "טהר מטמון"
|
||||
msgid "Cache"
|
||||
msgstr "מטמון"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "בחר שדרוגים מנוכרים"
|
||||
|
64
po/hi.po
64
po/hi.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/manjarolinux/manjaro-pamac/language/hi/)\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/hi/)\n"
|
||||
"Language: hi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "प्रमाणीकरण की आवश्यकता है"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "अज्ञात"
|
||||
@ -177,6 +174,10 @@ msgstr "स्थापित करने के लिए"
|
||||
msgid "To reinstall"
|
||||
msgstr "पुन: स्थापित करने के लिए"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "कुल डाउनलोड का माप"
|
||||
@ -356,6 +357,10 @@ msgstr "लेन - देन सफलतापूर्वक समाप्
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac पहले से ही चल रहा है"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "आपका सिस्टम है अप करने की तारीख"
|
||||
@ -396,10 +401,6 @@ msgstr "स्थापित करें"
|
||||
msgid "Remove"
|
||||
msgstr "हटाना"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -574,6 +575,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "प्रमाणीकरण की आवश्यकता है"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -672,7 +677,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "संयुक्त राष्ट्र आवश्यक निर्भरता निकालें"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -695,6 +702,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr "सामान्य"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -713,7 +736,8 @@ msgstr "आधिकारिक कोष"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -745,22 +769,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "उपेक्षित उन्नयन चुनें"
|
||||
|
64
po/hi_IN.po
64
po/hi_IN.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Hindi (India) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/hi_IN/)\n"
|
||||
"Language-Team: Hindi (India) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/hi_IN/)\n"
|
||||
"Language: hi_IN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
74
po/hr.po
74
po/hr.po
@ -13,19 +13,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-08-02 13:28+0000\n"
|
||||
"Last-Translator: Lovro Kudelić <lovro.kudelic@outlook.com>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/hr/)\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/hr/)\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Potrebna je autorizacija"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
@ -178,6 +176,10 @@ msgstr "Za instalirati"
|
||||
msgid "To reinstall"
|
||||
msgstr "Za ponovnu instalaciju"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Ukupna veličina za preuzimanje"
|
||||
@ -358,6 +360,10 @@ msgstr "Transakcija uspješno završena"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac je već pokrenut"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Čekam na završetak drugog upravitelja paketa "
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Nema novih nadogradnji"
|
||||
@ -399,10 +405,6 @@ msgstr "Instaliraj"
|
||||
msgid "Remove"
|
||||
msgstr "Ukloni"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Čekam na završetak drugog upravitelja paketa "
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -578,6 +580,10 @@ msgstr "Brzina"
|
||||
msgid "Random"
|
||||
msgstr "Slučajni odabir"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Potrebna je autorizacija"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Odaberi davatelja"
|
||||
@ -676,8 +682,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Ukloni nepotrebne zavisnosti"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Prilikom uklanjanja paketa, ukloniti njegove zavisnosti koje ne zahtijevaju drugi paketi"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Prilikom uklanjanja paketa, ukloniti njegove zavisnosti koje ne zahtijevaju "
|
||||
"drugi paketi"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -699,6 +709,22 @@ msgstr "Ignoriraj nadogradnje za:"
|
||||
msgid "General"
|
||||
msgstr "Općenito"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Koristi zrcalne poslužitelje iz:"
|
||||
@ -717,10 +743,12 @@ msgstr "Službeni repozitoriji"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR je repozitorij održavan od strane zajednice te tako predstavlja potencijalne rizike i probleme.\n"
|
||||
"AUR je repozitorij održavan od strane zajednice te tako predstavlja "
|
||||
"potencijalne rizike i probleme.\n"
|
||||
"Svi AUR korisnici bi trebali biti upoznati s procesom stvaranja paketa."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -751,22 +779,6 @@ msgstr "Očisti predmemoriju"
|
||||
msgid "Cache"
|
||||
msgstr "Predmemorija"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Odaberi ignorirane nadogradnje"
|
||||
|
67
po/hr_HR.po
67
po/hr_HR.po
@ -8,19 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/hr_HR/)\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/hr_HR/)\n"
|
||||
"Language: hr_HR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
@ -173,6 +171,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -353,6 +355,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -394,10 +400,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -573,6 +575,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -671,7 +677,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -694,6 +702,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -712,7 +736,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -744,22 +769,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
71
po/hu.po
71
po/hu.po
@ -13,20 +13,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/hu/)\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Hitelesítés szükséges"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Ismeretlen"
|
||||
@ -178,6 +175,10 @@ msgstr "Telepítésre"
|
||||
msgid "To reinstall"
|
||||
msgstr "Újra telepítésre"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Teljes letöltési méret"
|
||||
@ -357,6 +358,10 @@ msgstr "A tranzakció sikeresen végrehajtódott"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac már el lett indítva"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Várakozás másik csomagkezelő kilépésére"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "A rendszer naprakész"
|
||||
@ -397,10 +402,6 @@ msgstr "Telepítés"
|
||||
msgid "Remove"
|
||||
msgstr "Eltávolít"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Várakozás másik csomagkezelő kilépésére"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -575,6 +576,10 @@ msgstr "Sebesség"
|
||||
msgid "Random"
|
||||
msgstr "Vélerlenszerű"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Hitelesítés szükséges"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Válassz szolgáltatót"
|
||||
@ -673,8 +678,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Nem megkövetelt függőségek eltávolítása"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Csomag eltávolításakor távolítsa el a függőségeket amik nem megköveteltek más csomagok által"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Csomag eltávolításakor távolítsa el a függőségeket amik nem megköveteltek "
|
||||
"más csomagok által"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -696,6 +705,22 @@ msgstr "Ezen frissítések figyelmen kívül hagyása:"
|
||||
msgid "General"
|
||||
msgstr "Általános"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Tükrözések használata innen:"
|
||||
@ -714,10 +739,12 @@ msgstr "Hivatalos tárolók"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"Az AUR egy közösségileg karbantartott tároló, így lehetséges veszélyek és problémák forrása.\n"
|
||||
"Az AUR egy közösségileg karbantartott tároló, így lehetséges veszélyek és "
|
||||
"problémák forrása.\n"
|
||||
"Az AUR felhasználónak ismernie kell a telepítési folyamatot."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -748,22 +775,6 @@ msgstr "Cache törlés"
|
||||
msgid "Cache"
|
||||
msgstr "Cache"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "A figyelmen kívül hagyott frissítések kiválasztása"
|
||||
|
71
po/id.po
71
po/id.po
@ -24,20 +24,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/id/)\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/id/)\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Membutuhkan Otentifikasi"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Tidak diketahui"
|
||||
@ -189,6 +186,10 @@ msgstr "Untuk diPasang"
|
||||
msgid "To reinstall"
|
||||
msgstr "Untuk diPasang ulang"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Total ukuran unduhan"
|
||||
@ -367,6 +368,10 @@ msgstr "Transaksi sukses terselesaikan"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac sudah berjalan"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Sistem anda sudah dimutakhirkan"
|
||||
@ -406,10 +411,6 @@ msgstr "Pasang"
|
||||
msgid "Remove"
|
||||
msgstr "Hapus"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -583,6 +584,10 @@ msgstr "Kecepatan"
|
||||
msgid "Random"
|
||||
msgstr "Acak"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Membutuhkan Otentifikasi"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Pilih Provider"
|
||||
@ -681,8 +686,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Hapus dependensi yang tidak dibutuhkan"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Ketika menghapus paket, hapus juga dependensi paket tersebut yang tidak dibuthkan paket lainnya"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Ketika menghapus paket, hapus juga dependensi paket tersebut yang tidak "
|
||||
"dibuthkan paket lainnya"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -704,6 +713,22 @@ msgstr "Jangan tingkatkan untuk:"
|
||||
msgid "General"
|
||||
msgstr "Umum"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Gunakan cermin dari:"
|
||||
@ -722,10 +747,12 @@ msgstr "Repositori Resmi"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR adalah sebuah komunitas perawatan repositori sehingga menyajikan potensi risiko dan masalah.\n"
|
||||
"AUR adalah sebuah komunitas perawatan repositori sehingga menyajikan potensi "
|
||||
"risiko dan masalah.\n"
|
||||
"Semua pengguna AUR harus akrab dengan proses pembangunan."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -756,22 +783,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Memilih Abaian Pembaruan"
|
||||
|
71
po/is.po
71
po/is.po
@ -11,20 +11,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Icelandic (http://www.transifex.com/manjarolinux/manjaro-pamac/language/is/)\n"
|
||||
"Language-Team: Icelandic (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Auðkenningar er krafist"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Óþekkt"
|
||||
@ -176,6 +173,10 @@ msgstr "Til uppsetningar"
|
||||
msgid "To reinstall"
|
||||
msgstr "Til enduruppsetningar"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Heildarstærð niðurhals"
|
||||
@ -355,6 +356,10 @@ msgstr "Aðgerð lokið - tókst"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac er þegar í keyrslu"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Bíð eftir að annar pakka framkvæmdastjórn hætti"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Kerfið þitt er með öllum nýjasta hugbúnaðinum"
|
||||
@ -395,10 +400,6 @@ msgstr "Setja upp"
|
||||
msgid "Remove"
|
||||
msgstr "Fjarlægja"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Bíð eftir að annar pakka framkvæmdastjórn hætti"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -573,6 +574,10 @@ msgstr "Hraði"
|
||||
msgid "Random"
|
||||
msgstr "Handahófskennt"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Auðkenningar er krafist"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Veldu útgefanda"
|
||||
@ -671,8 +676,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Fjarlægja ónauðsynlegar kerfiskröfur"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Þegar pakki er fjarlægður, fjarlægja þá einnig pakka sem honum eru háðir ef þeirra er ekki krafist af öðrum pökkum"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Þegar pakki er fjarlægður, fjarlægja þá einnig pakka sem honum eru háðir ef "
|
||||
"þeirra er ekki krafist af öðrum pökkum"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -694,6 +703,22 @@ msgstr "Hunsa uppfærslur fyrir:"
|
||||
msgid "General"
|
||||
msgstr "Almennt"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Nota spegla frá:"
|
||||
@ -712,10 +737,12 @@ msgstr "Opinber hugbúnaðarsöfn"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR er hugbúnaðarsafn sem viðhaldið er af fjölda sjálfboðaliða þannig að því fylgir ákveðin áhætta.\n"
|
||||
"AUR er hugbúnaðarsafn sem viðhaldið er af fjölda sjálfboðaliða þannig að því "
|
||||
"fylgir ákveðin áhætta.\n"
|
||||
"Allir notendur AUR ættu að vera meðvitaðir um byggingaferlið."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -746,22 +773,6 @@ msgstr "Hreinsa skyndiminni"
|
||||
msgid "Cache"
|
||||
msgstr "Skyndiminni"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Velja hunsaðar uppfærslur"
|
||||
|
64
po/is_IS.po
64
po/is_IS.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Icelandic (Iceland) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/is_IS/)\n"
|
||||
"Language-Team: Icelandic (Iceland) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/is_IS/)\n"
|
||||
"Language: is_IS\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
71
po/it.po
71
po/it.po
@ -22,20 +22,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/it/)\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Autenticazione richiesta"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "Sconosciuto"
|
||||
@ -187,6 +184,10 @@ msgstr "Da installare"
|
||||
msgid "To reinstall"
|
||||
msgstr "Da reinstallare"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Dimensione totale download"
|
||||
@ -366,6 +367,10 @@ msgstr "Transazione completata con successo"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac è già in esecuzione"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Aspettando l'uscita da un altro gestore di pacchetti"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Il vostro sistema è aggiornato"
|
||||
@ -406,10 +411,6 @@ msgstr "Installa"
|
||||
msgid "Remove"
|
||||
msgstr "Rimuovi"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Aspettando l'uscita da un altro gestore di pacchetti"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -584,6 +585,10 @@ msgstr "Velocità"
|
||||
msgid "Random"
|
||||
msgstr "Casuale"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Autenticazione richiesta"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Scegli un Provider"
|
||||
@ -682,8 +687,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Rimuovere le dipendenze non necessarie"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Quando si rimuove un pacchetto, rimuovere anche le dipendenze che non sono richieste da altri pacchetti"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Quando si rimuove un pacchetto, rimuovere anche le dipendenze che non sono "
|
||||
"richieste da altri pacchetti"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -705,6 +714,22 @@ msgstr "Ignora aggiornamenti per:"
|
||||
msgid "General"
|
||||
msgstr "Generale"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Usa i mirror da:"
|
||||
@ -723,10 +748,12 @@ msgstr "Repository Ufficiali"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR è un repository mantenuto dalla comunità e presenta pertanto potenziali rischi e problemi.\n"
|
||||
"AUR è un repository mantenuto dalla comunità e presenta pertanto potenziali "
|
||||
"rischi e problemi.\n"
|
||||
"Tutti gli utenti AUR dovrebbero conoscere il processo di compilazione."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -757,22 +784,6 @@ msgstr "Pulisci Cache"
|
||||
msgid "Cache"
|
||||
msgstr "Cache"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Scegli aggiornamenti da ignorare"
|
||||
|
64
po/it_IT.po
64
po/it_IT.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Italian (Italy) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/it_IT/)\n"
|
||||
"Language-Team: Italian (Italy) (http://www.transifex.com/manjarolinux/"
|
||||
"manjaro-pamac/language/it_IT/)\n"
|
||||
"Language: it_IT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -741,22 +765,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
71
po/ja.po
71
po/ja.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ja/)\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/ja/)\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "認証が必要です"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "不明"
|
||||
@ -177,6 +174,10 @@ msgstr "インストール"
|
||||
msgid "To reinstall"
|
||||
msgstr "再インストール"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "全ダウンロードサイズ"
|
||||
@ -355,6 +356,10 @@ msgstr "処理が正常に終了しました。"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "pamacは既に起動しています"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "他のパッケージマネージャーが終了するのを待機しています"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "システムは最新です"
|
||||
@ -394,10 +399,6 @@ msgstr "インストール"
|
||||
msgid "Remove"
|
||||
msgstr "削除"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "他のパッケージマネージャーが終了するのを待機しています"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -571,6 +572,10 @@ msgstr "速度"
|
||||
msgid "Random"
|
||||
msgstr "ランダム"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "認証が必要です"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "供給元を選択"
|
||||
@ -669,8 +674,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "必要ではない依存関係を削除"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "パッケージを削除する際、他のパッケージでは必要とされていない依存パッケージも削除"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"パッケージを削除する際、他のパッケージでは必要とされていない依存パッケージも"
|
||||
"削除"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -692,6 +701,22 @@ msgstr "アップグレードを無視:"
|
||||
msgid "General"
|
||||
msgstr "一般"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "使用するミラーサーバー:"
|
||||
@ -710,10 +735,12 @@ msgstr "公式リポジトリ"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR はコミュニティによって維持されているリポジトリです。潜在的なリスクや問題があるかもしれません。\n"
|
||||
"AUR はコミュニティによって維持されているリポジトリです。潜在的なリスクや問題"
|
||||
"があるかもしれません。\n"
|
||||
"すべての AUR ユーザーはビルドプロセスに精通している必要があります。"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -744,22 +771,6 @@ msgstr "キャッシュを消去"
|
||||
msgid "Cache"
|
||||
msgstr "キャッシュ"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "無視するアップグレードを選択"
|
||||
|
64
po/ka.po
64
po/ka.po
@ -10,20 +10,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ka/)\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -175,6 +172,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -353,6 +354,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "თქვენი სისტემა უახლესია"
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -569,6 +570,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -667,7 +672,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -690,6 +697,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -708,7 +731,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -740,22 +764,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
64
po/ko.po
64
po/ko.po
@ -12,20 +12,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ko/)\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
"language/ko/)\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "인증이 필요합니다"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr "알 수 없음"
|
||||
@ -177,6 +174,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -355,6 +356,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "당신의 시스템은 최신 상태입니다."
|
||||
@ -394,10 +399,6 @@ msgstr "설치"
|
||||
msgid "Remove"
|
||||
msgstr "제거"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -571,6 +572,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "인증이 필요합니다"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -669,7 +674,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -692,6 +699,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -710,7 +733,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
|
||||
@ -742,22 +766,6 @@ msgstr ""
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
77
po/lt.po
77
po/lt.po
@ -10,19 +10,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 15:15+0000\n"
|
||||
"Last-Translator: Moo\n"
|
||||
"Language-Team: Lithuanian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/lt/)\n"
|
||||
"Language-Team: Lithuanian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/lt/)\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr "Reikalingas tapatybės nustatymas"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
@ -84,7 +82,8 @@ msgstr "nepavyko patenkinti \"%s\" priklausomybių, kurių reikia paketui %s"
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "installing %s (%s) breaks dependency '%s' required by %s"
|
||||
msgstr "įdiegiant %s (%s) sugadinama \"%s\" priklausomybė, kurios reikia paketui %s"
|
||||
msgstr ""
|
||||
"įdiegiant %s (%s) sugadinama \"%s\" priklausomybė, kurios reikia paketui %s"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
@ -175,6 +174,10 @@ msgstr "Planuojami įdiegti"
|
||||
msgid "To reinstall"
|
||||
msgstr "Įdiegti iš naujo"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr "Visų atsiuntimų dydis"
|
||||
@ -355,6 +358,10 @@ msgstr "Operacija sėkmingai užbaigta"
|
||||
msgid "Pamac is already running"
|
||||
msgstr "Pamac jau yra vykdoma"
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Laukiama, kol kita paketų tvarkytuvė baigs savo darbą"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr "Jūsų sistemoje įdiegti visi naujausi atnaujinimai"
|
||||
@ -396,10 +403,6 @@ msgstr "Įdiegti"
|
||||
msgid "Remove"
|
||||
msgstr "Šalinti"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr "Laukiama, kol kita paketų tvarkytuvė baigs savo darbą"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -575,6 +578,10 @@ msgstr "Greitį"
|
||||
msgid "Random"
|
||||
msgstr "Atsitiktinai"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr "Reikalingas tapatybės nustatymas"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr "Pasirinkite tiekėją"
|
||||
@ -673,8 +680,12 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr "Šalinti nereikalingas priklausomybes"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgstr "Šalinant paketą, tuo pačiu šalinti ir jo priklausomybes, kurios nėra reikalaujamos kitų paketų"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"Šalinant paketą, tuo pačiu šalinti ir jo priklausomybes, kurios nėra "
|
||||
"reikalaujamos kitų paketų"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
@ -696,6 +707,22 @@ msgstr "Nepaisyti atnaujinimų paketams:"
|
||||
msgid "General"
|
||||
msgstr "Bendra"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr "Naudoti tinklavietes iš:"
|
||||
@ -714,10 +741,12 @@ msgstr "Oficialios saugyklos"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n"
|
||||
"AUR is a community maintained repository so it presents potential risks and "
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR yra bendruomenės palaikoma saugykla, taigi, sukelia tam tikrą riziką ir problemas.\n"
|
||||
"AUR yra bendruomenės palaikoma saugykla, taigi, sukelia tam tikrą riziką ir "
|
||||
"problemas.\n"
|
||||
"Visi AUR naudotojai turėtų būti susipažinę su kompiliavimo procesu."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -748,22 +777,6 @@ msgstr "Išvalyti podėlį"
|
||||
msgid "Cache"
|
||||
msgstr "Podėlis"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Pasirinkti nepaisomus atnaujinimus"
|
||||
|
64
po/ml.po
64
po/ml.po
@ -8,20 +8,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
|
||||
"POT-Creation-Date: 2017-10-27 17:56-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Malayalam (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ml/)\n"
|
||||
"Language-Team: Malayalam (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
"pamac/language/ml/)\n"
|
||||
"Language: ml\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/polkit/org.pamac.policy
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
@ -173,6 +170,10 @@ msgstr ""
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
@ -352,6 +353,10 @@ msgstr ""
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-install/installer.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
msgstr ""
|
||||
@ -392,10 +397,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
@ -570,6 +571,10 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
@ -668,7 +673,9 @@ msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "When removing a package, also remove its dependencies that are not required by other packages"
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
@ -691,6 +698,22 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
@ -709,7 +732,8 @@ msgstr ""
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"AUR is a community maintained repository so it presents potential risks and problems.\n" |