customized builds

This commit is contained in:
2017-10-10 16:29:22 -03:00
parent 3d5d662152
commit 235c95aa2b
246 changed files with 8857 additions and 1535 deletions

6
po/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
### CMakeLists automatically created with AutoVala
### Do not edit
include (Translations)
add_translations_directory("pamac")
add_translations_catalog("pamac" ../src/pamac-install ../src/pamac-manager ../src/pamac-system-daemon ../src/pamac-tray ../src/pamac-user-daemon ../src ../src/aur ../data/interface )

1
po/LINGUAS Normal file
View File

@@ -0,0 +1 @@
af ar es_ES nn sl_SI cs_CZ is gl be sr_RS zh_TW pl_PL uz fi is_IS sr_RS@latin sl sr@latin fr ro sr el eu ml ur_PK ko el_GR de_DE cs bs si zh da ca_ES sv it_IT vi eo es_AR zh_CN pl hi pt en_GB es es_MX fa nl hu bn hr_HR nb ja pt_BR pt_PT nl_BE ca tr he hi_IN et lt fo it fa_IR es_419 de_CH de ka bs_BA ru ms sk bg ast uk hr es_SV nl_NL cy id az_AZ

View File

@@ -3,13 +3,12 @@ MSGLANGS=$(notdir $(wildcard *.po))
MSGOBJS=$(addprefix locale/,$(MSGLANGS:.po=/LC_MESSAGES/pamac.mo))
gettext: ../data/polkit/org.manjaro.pamac.policy.in $(MSGOBJS)
itstool -j ../data/polkit/org.manjaro.pamac.policy.in -o ../data/polkit/org.manjaro.pamac.policy $(MSGLANGS:.po=.mo)
gettext: ../data/polkit/org.pamac.policy.in $(MSGOBJS)
itstool -j ../data/polkit/org.pamac.policy.in -o ../data/polkit/org.pamac.policy $(MSGLANGS:.po=.mo)
clean:
rm -rf locale
rm -f *.mo
rm -f ../data/polkit/org.manjaro.pamac.policy
locale/%/LC_MESSAGES/pamac.mo: %.po
msgfmt -c -o $*.mo $*.po

38
po/POTFILES.in Normal file
View File

@@ -0,0 +1,38 @@
src/pamac-install/installer.vala
src/pamac-install/progress_dialog.vala
src/pamac-manager/history_dialog.vala
src/pamac-manager/manager.vala
src/pamac-manager/manager_window.vala
src/pamac-system-daemon/alpm_config.vala
src/pamac-system-daemon/mirrors_config.vala
src/pamac-system-daemon/pamac_config.vala
src/pamac-system-daemon/system_daemon.vala
src/pamac-tray/tray-appindicator.vala
src/pamac-tray/tray-gtk.vala
src/pamac-tray/pamac_config.vala
src/pamac-tray/tray.vala
src/pamac-tray/user_daemon.vala
src/pamac-user-daemon/alpm_config.vala
src/pamac-user-daemon/user_daemon.vala
src/alpm_config.vala
src/choose_ignorepkgs_dialog.vala
src/choose_provider_dialog.vala
src/common.vala
src/mirrors_config.vala
src/package.vala
src/pamac_config.vala
src/preferences_dialog.vala
src/progress_box.vala
src/transaction.vala
src/transaction_sum_dialog.vala
src/aur/aur.vala
data/interface/choose_ignorepkgs_dialog.ui
data/interface/choose_provider_dialog.ui
data/interface/history_dialog.ui
data/interface/progress_box.ui
data/interface/progress_dialog.ui
data/interface/transaction_sum_dialog.ui
data/interface/manager_window_no_aur.ui
data/interface/preferences_dialog_no_aur.ui
data/interface/manager_window.ui
data/interface/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Hamine Anisse <anisdu25@gmail.com>, 2016
# hamza rydhwan <rydhwan21@gmail.com>, 2016
@@ -14,18 +14,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "صلاحيات مطلوبة"
@@ -569,6 +569,10 @@ msgstr "كيف سيتم التحقق من توفر تحديثات في اغلب
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr " حول العالم"
@@ -679,9 +683,7 @@ msgid "Remove unrequired dependencies"
msgstr "حذف الاعتماديات الغير مطلوبة"
#: ../resources/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 "عند إزالة الحزمة، أيضا إزالة تبعياته التي ليست مطلوبة من قبل حزم أخرى"
#: ../resources/preferences_dialog.ui
@@ -724,7 +726,9 @@ msgstr "مستودعات رسمية"
msgid ""
"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يجب أن يكون المستخدمون على دراية بعملية الإنشاء."
msgstr ""
"مستودعات الأعضاء يعرض لمخاطر ولمشاكل محتملة\n"
"يجب أن يكون المستخدمون على دراية بعملية الإنشاء."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# enolp <enolp@softastur.org>, 2015-2016
# Ḷḷumex03 <tornes@opmbx.org>, 2013-2014
@@ -13,18 +13,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Ríquese l'autenticación"
@@ -556,6 +556,10 @@ msgstr "¿Cuándo quies guetar anovamientos? Valor n'hores"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundiu"
@@ -666,9 +670,7 @@ msgid "Remove unrequired dependencies"
msgstr "Desaniciar dependencies non riquíes"
#: ../resources/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 "Al desaniciar un paquete tamién se desanicien les sos dependencies que dengún paquete rique"
#: ../resources/preferences_dialog.ui
@@ -711,7 +713,9 @@ msgstr "Repositorios oficiales"
msgid ""
"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.\nTolos usuarios d'AUR deberíen tar familiarizaos col procesu de construcción."
msgstr ""
"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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,24 +2,24 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Zaur Baku <zaurbaku15@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: az_AZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: az_AZ\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Kimlik tələb olunur"
@@ -551,6 +551,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: be\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -556,6 +556,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -666,9 +670,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Galin Iskrenov <loot270@abv.bg>, 2013-2017
# Georgi Georgiev <georgiev_1994@abv.bg>, 2014
@@ -14,18 +14,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Изисква се идентификация"
@@ -557,6 +557,10 @@ msgstr "Колко често да се проверява за актуализ
msgid "Number of versions of each package to keep in the cache"
msgstr "Брой версии от всеки пакет запазени в кеша"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "По света"
@@ -667,9 +671,7 @@ msgid "Remove unrequired dependencies"
msgstr "Премахни ненужни зависимости"
#: ../resources/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 "Премахвайки пакет, премахвате и зависимости, които не са необходими на други пакети"
#: ../resources/preferences_dialog.ui
@@ -712,7 +714,9 @@ msgstr "Официални хранилища"
msgid ""
"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 потребители трябва да са запознати с процеса за изграждане."
msgstr ""
"AUR е хранилище на общността с потенциални рискове и проблеми.\n"
"Всички AUR потребители трябва да са запознати с процеса за изграждане."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bs\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -553,6 +553,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: bs_BA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bs_BA\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -553,6 +553,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# acutbal <acutbal@gmail.com>, 2017
# Davidmp <medipas@gmail.com>, 2015
@@ -16,18 +16,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Cal autenticació"
@@ -559,6 +559,10 @@ msgstr "Freqüència per comprovar si hi ha actualitzacions, valor en hores"
msgid "Number of versions of each package to keep in the cache"
msgstr "Nombre de versions de cada paquet per mantenir a la memòria cau"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Tot el món"
@@ -669,9 +673,7 @@ msgid "Remove unrequired dependencies"
msgstr "Elimina les dependències no requerides"
#: ../resources/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 "En eliminar un paquet, elimina'n també les dependències que no siguin requerides per altres paquets"
#: ../resources/preferences_dialog.ui
@@ -714,7 +716,9 @@ msgstr "Repositoris oficials"
msgid ""
"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.\nTots els usuaris de l'AUR haurien d'estar familiaritzats amb el procés de construcció."
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ó."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# acutbal <acutbal@gmail.com>, 2017
# Davidmp <medipas@gmail.com>, 2014
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: ca_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Cal autenticació"
@@ -554,6 +554,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -664,9 +668,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -1,5 +1,5 @@
#! /bin/sh
xgettext --from-code=UTF-8 --add-location=file \
--package-name=Pamac --msgid-bugs-address=guillaume@manjaro.org \
--package-name=Pamac --msgid-bugs-address=cromer@cromnix.org \
--files-from=files_to_translate --keyword=translatable --output=pamac.pot

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# halfark <vojtechprecechtel@gmail.com>, 2014,2016
# Libor Schejbal <libor.schejbal@gmail.com>, 2013
@@ -14,18 +14,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Je vyžadováno ověření"
@@ -560,6 +560,10 @@ msgstr "Jak často kontrolovat aktualizace, hodnota v hodinách"
msgid "Number of versions of each package to keep in the cache"
msgstr "Počet verzí od každého balíčku udržovaného v paměti cache."
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Celosvětový"
@@ -670,9 +674,7 @@ msgid "Remove unrequired dependencies"
msgstr "Odebrat nepotřebné závislosti"
#: ../resources/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 "Při odebírání balíčku také odebrat jeho závislosti, které nejsou vyžadovány jinými balíčky"
#: ../resources/preferences_dialog.ui
@@ -715,7 +717,9 @@ msgstr "Oficiální repozitáře"
msgid ""
"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.\nVšichni uživatelé AUR by měli znát postup vytváření balíčku neboli buildu."
msgstr ""
"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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Scibex <kroupa@wvw.cz>, 2013
# Scibex <kroupa@wvw.cz>, 2013
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: cs_CZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -557,6 +557,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -667,9 +671,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cy\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -556,6 +556,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -666,9 +670,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Andreas Martin Mørch <andreasmartinmorch@gmail.com>, 2013
# GigoloJoe <Danielbygmarsh@gmail.com>, 2014
@@ -18,18 +18,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Godkendelse er påkrævet"
@@ -561,6 +561,10 @@ msgstr "Hvor ofte der checkes efter opdatering, værdi opgives i timer"
msgid "Number of versions of each package to keep in the cache"
msgstr "Antal versioner af hver pakke der skal gemmes i cache"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Worldwide"
@@ -671,9 +675,7 @@ msgid "Remove unrequired dependencies"
msgstr "Fjern unødvendige afhængigheder"
#: ../resources/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 "Ved fjernelse af pakke, fjern også afhængigheder der ikke bliver brugt af andre pakker"
#: ../resources/preferences_dialog.ui
@@ -716,7 +718,9 @@ msgstr "Officielle Repositories"
msgid ""
"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.\nAlle AUR brugere burde være bekendt med bygge processen."
msgstr ""
"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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Bankman <inactive+dirktux@transifex.com>, 2016
# Bankman <inactive+dirktux@transifex.com>, 2016
@@ -25,18 +25,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Authentifizierung erforderlich"
@@ -568,6 +568,10 @@ msgstr "Wie oft soll nach Erneuerungen geprüft werden? (Wert in Stunden)"
msgid "Number of versions of each package to keep in the cache"
msgstr "Anzahl der im Cache verbleibenden Paketversionen"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Weltweit"
@@ -678,9 +682,7 @@ msgid "Remove unrequired dependencies"
msgstr "Entferne nicht benötigte Abhängigkeiten"
#: ../resources/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 "Wenn ein Paket entfernt wird, werden auch seine Abhängigkeiten entfernt, soweit sie nicht von einem anderen Paket benötigt werden"
#: ../resources/preferences_dialog.ui
@@ -723,7 +725,9 @@ msgstr "Offizielle Repositorien"
msgid ""
"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.\nAlle Benutzer des AUR sollten mit dem Erstellen von Paketen vertraut sein."
msgstr ""
"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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: de_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de_CH\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# angel_solomos, 2013
# angel_solomos, 2013
@@ -19,18 +19,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Απαιτείται πιστοποίηση"
@@ -562,6 +562,10 @@ msgstr "Πόσο συχνά να ελέγχονται αναβαθμίσεις,
msgid "Number of versions of each package to keep in the cache"
msgstr "Αριθμός των εκδόσεων για κάθε πακέτο που θα κρατηθεί στην αποθήκη"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Παγκόσμιο"
@@ -672,9 +676,7 @@ msgid "Remove unrequired dependencies"
msgstr "Αφαίρεση αχρησιμοποίητων εξαρτήσεων"
#: ../resources/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 "Όταν αφαιρείτε ένα πακέτο, επίσης αφαιρέστε και τις εξαρτήσεις του, που δεν χρειάζονται απο άλλα πακέτα"
#: ../resources/preferences_dialog.ui

View File

@@ -2,24 +2,24 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# kouros kouros <kormikg@yahoo.gr>, 2016-2017
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: el_GR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Απαιτείται πιστοποίηση"
@@ -551,6 +551,10 @@ msgstr "Πόσο συχνά να ελέγχονται αναβαθμίσεις,
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Παγκόσμιο"
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr "Αφαίρεση αχρησιμοποίητων εξαρτήσεων"
#: ../resources/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 "Όταν αφαιρείτε ένα πακέτο, επίσης αφαιρέστε και τις εξαρτήσεις του, που δεν χρειάζονται απο άλλα πακέτα"
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# J Fernyhough <j.fernyhough@gmail.com>, 2013
# J Fernyhough <j.fernyhough@gmail.com>, 2013
@@ -10,18 +10,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -553,6 +553,10 @@ msgstr "How often to check for updates, value in hours"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Worldwide"
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr "Remove unrequired dependencies"
#: ../resources/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 "When removing a package, also remove its dependencies that are not required by other packages"
#: ../resources/preferences_dialog.ui
@@ -708,7 +710,9 @@ msgstr "Official Repositories"
msgid ""
"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.\nAll AUR users should be familiar with the build process."
msgstr ""
"AUR is a community maintained repository so it presents potential risks and problems.\n"
"All AUR users should be familiar with the build process."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Anderson Tavares <nocturne.pe@gmail.com>, 2013
# Anderson Tavares <nocturne.pe@gmail.com>, 2013
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -554,6 +554,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -664,9 +668,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Chazy Chaz <ChazyTheBest@hotmail.es>, 2017
# danpergal84 <danpergal84@gmail.com>, 2013-2016
@@ -19,18 +19,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Se necesita autenticación"
@@ -562,6 +562,10 @@ msgstr "Frecuencia para buscar actualizaciones, valor en horas"
msgid "Number of versions of each package to keep in the cache"
msgstr "Número de versiones de cada paquete a guardar en cache"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@@ -672,9 +676,7 @@ msgid "Remove unrequired dependencies"
msgstr "Eliminar dependencias innecesarias "
#: ../resources/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 "Al eliminar un paquete, eliminar también las dependencias que no son requeridas por otros paquetes"
#: ../resources/preferences_dialog.ui
@@ -717,7 +719,9 @@ msgstr "Repositorios oficiales"
msgid ""
"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.\nTodos los usuarios de AUR deben estar familiarizados con el proceso de construcción."
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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Joaquín Ludzcanoff <Desoxirribonucleosa97@outlook.com>, 2016
# Julián Federico Hipólito <julianhipolito@gmail.com>, 2016-2017
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: es_419\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_419\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Se requiere autenticación"
@@ -554,6 +554,10 @@ msgstr "Cuán seguido revisar por actualizaciones, valor en horas"
msgid "Number of versions of each package to keep in the cache"
msgstr "Número de versiones de cada paquete a mantener en caché"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@@ -664,9 +668,7 @@ msgid "Remove unrequired dependencies"
msgstr "Remover dependencias no requeridas"
#: ../resources/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 "Al remover un paquete, también remover sus dependencias que otros paquetes no requieren"
#: ../resources/preferences_dialog.ui
@@ -709,7 +711,9 @@ msgstr "Repositorios Oficiales"
msgid ""
"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.\nTodos los usuarios de AUR deben estar familiarizados con el proceso de construcción."
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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,24 +2,24 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Omar Jair Purata Funes <omarpurataf@colegiomonclair.edu.mx>, 2016
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: es_MX\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Se requiere autenticación"
@@ -551,6 +551,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: es_SV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_SV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Kus Mis <kusmis@hot.ee>, 2013
# Kalle Kadakas <kallekadakas@gmail.com>, 2015
@@ -10,18 +10,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -553,6 +553,10 @@ msgstr "Kui tihti kontrollida uuendusi, väärtus tundides"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr "Eemalda mitte-nõutud sõltuvused"
#: ../resources/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 "Paketi eemaldamisel eemalda ka tema sõltuvused, mis ei ole enam ühegi teise paketi poolt nõutud"
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# John Smith <aboutafteragain@gmail.com>, 2015
# John Smith <aboutafteragain@gmail.com>, 2015
@@ -12,18 +12,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Autentifikazioa behar da"
@@ -555,6 +555,10 @@ msgstr "Eguneraketak egiaztatzeko maiztasuna, orduetan"
msgid "Number of versions of each package to keep in the cache"
msgstr "Katxean gorde beharreko pakete bakotzeko bertsio kopurua"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundu mailakoa"
@@ -665,9 +669,7 @@ msgid "Remove unrequired dependencies"
msgstr "Kendu behar ez diren menpekotasunak"
#: ../resources/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 "Pakete bat kentzean, bere menpekotasunak kendu ere beste paketeren batek behar ez baditu"
#: ../resources/preferences_dialog.ui
@@ -710,7 +712,9 @@ msgstr "Biltegi ofizialak"
msgid ""
"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\nAUR erabiltzaile guztiek eraikitzeko prozesua ezagutu beharko lukete."
msgstr ""
"AUR komunitatean mantendutako biltegi bat da eta arrisku zein arazo potentzialak ditu\n"
"AUR erabiltzaile guztiek eraikitzeko prozesua ezagutu beharko lukete."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Reza Gharibi <reza.gharibi.rg@gmail.com>, 2013
# Hootan Baraary <h.baraary@yahoo.com>, 2013
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -551,6 +551,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Reza Gharibi <reza.gharibi.rg@gmail.com>, 2013
# Hootan Baraary <h.baraary@yahoo.com>, 2013
@@ -17,18 +17,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: fa_IR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa_IR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "تائید هویت شکست خورد"
@@ -557,6 +557,10 @@ msgstr "اغلب چگونگی به روز رسانی بسته را چک کنید
msgid "Number of versions of each package to keep in the cache"
msgstr "تعدادی از نسخه های هر بسته را در حافظه موقت نگهداری کن"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "در سراسر جهان"
@@ -667,9 +671,7 @@ msgid "Remove unrequired dependencies"
msgstr "حذف وابستگی های غیرضروری"
#: ../resources/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 "زمانی که یک بسته را حذف می کنید، وابستگی های آن نیز که توسط بسته های دیگر مورد نیاز نیست حذف می گردد."
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# EscoP, 2015
# EscoP, 2015
@@ -16,18 +16,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -559,6 +559,10 @@ msgstr "Kuinka usein tarkistetaan päivityksiä, arvo tunneissa"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Maailmanlaajuinen"
@@ -669,9 +673,7 @@ msgid "Remove unrequired dependencies"
msgstr "Poista ei-vaaditut riippuvuudet"
#: ../resources/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 "Pakettia poistettaessa, poista myös pakettiriippuvuudet jotka eivät ole muiden pakettien käytössä"
#: ../resources/preferences_dialog.ui

View File

@@ -2,25 +2,25 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# klaemint, 2014
# klaemint, 2014
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: fo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -552,6 +552,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -662,9 +666,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Charles Monzat <superboa@hotmail.fr>, 2015-2017
# DasFranck <franck97comics@gmail.com>, 2013
@@ -20,18 +20,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Authentification nécessaire"
@@ -563,6 +563,10 @@ msgstr "Fréquence de vérification des mises à jour, valeur en heures "
msgid "Number of versions of each package to keep in the cache"
msgstr "Nombre de versions de chaque paquet à conserver dans le cache "
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Monde entier"
@@ -673,9 +677,7 @@ msgid "Remove unrequired dependencies"
msgstr "Désinstaller les dépendances inutiles"
#: ../resources/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 "En désinstallant un paquet, désinstaller également les dépendances qui ne sont pas requises par d'autres paquets"
#: ../resources/preferences_dialog.ui
@@ -718,7 +720,9 @@ msgstr "Dépôts officiels"
msgid ""
"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.\nSes utilisateurs devraient tous être familiers avec la construction de paquets."
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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,24 +2,24 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Noel Rodríguez Freire <noelrf.ou@gmail.com>, 2015-2017
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "A autenticación é necesaria"
@@ -551,6 +551,10 @@ msgstr "Cantas veces para comprobar actualizacións, o valor en horas"
msgid "Number of versions of each package to keep in the cache"
msgstr "Número de versións de cada paquete para gardar na caché"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "En todo o Mundo"
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr "Elimina dependencias sen contrapartida"
#: ../resources/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 "Ao eliminar un paquete, tamén eliminar súas dependencias que non son esixidos por outros paquetes"
#: ../resources/preferences_dialog.ui
@@ -706,7 +708,9 @@ msgstr "Repositorios oficiais"
msgid ""
"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.\nTodos os usuarios de AUR deben estar familiarizados co el proceso de construción."
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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Xc Vb <kassavlt@gmail.com>, 2014
# GenghisKhan <genghiskhan@gmx.ca>, 2013-2016
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "נדרש אישור"
@@ -554,6 +554,10 @@ msgstr "מהי תדירות בדיקת העדכונים, בשעות"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "כלל עולמי"
@@ -664,9 +668,7 @@ msgid "Remove unrequired dependencies"
msgstr "הסר תוספים לא נחוצים"
#: ../resources/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 "בעת הסרת חבילה, הסר גם את התלויות שלה אשר לא נחוצות על ידי חבילות אחרות"
#: ../resources/preferences_dialog.ui
@@ -709,7 +711,9 @@ msgstr "מאגרים רשמיים"
msgid ""
"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 צריכים להיות בקיעים עם תהליך הבניה."
msgstr ""
"AUR הינו מאגר מתוחזק קהילה כך שהוא טומן בחובו סיכונים ובעיות.\n"
"כל משתמשי AUR צריכים להיות בקיעים עם תהליך הבניה."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# confidential man <confidentialman21@gmail.com>, 2016
# sivananda <kotagirisivananda@gmail.com>, 2014
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "प्रमाणीकरण की आवश्यकता है"
@@ -554,6 +554,10 @@ msgstr "घंटे में अपडेट, मूल्य के लिए
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -664,9 +668,7 @@ msgid "Remove unrequired dependencies"
msgstr "संयुक्त राष्ट्र आवश्यक निर्भरता निकालें"
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: hi_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hi_IN\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Lovro Kudelić <lovro.kudelic@outlook.com>, 2016
# Lovro Kudelić <lovro.kudelic@outlook.com>, 2016-2017
@@ -12,18 +12,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hr\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Potrebna je autorizacija"
@@ -558,6 +558,10 @@ msgstr "Koliko često provjeravati ažuriranja, vrijednost u satima"
msgid "Number of versions of each package to keep in the cache"
msgstr "Broj različitih verzija paketa za spremiti u predmemoriju"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Globalno"
@@ -668,9 +672,7 @@ msgid "Remove unrequired dependencies"
msgstr "Ukloni nepotrebne zavisnosti"
#: ../resources/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 "Prilikom uklanjanja paketa, ukloniti njegove zavisnosti koje ne zahtijevaju drugi paketi"
#: ../resources/preferences_dialog.ui
@@ -713,7 +715,9 @@ msgstr "Službeni repozitoriji"
msgid ""
"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.\nSvi AUR korisnici bi trebali biti upoznati s procesom stvaranja paketa."
msgstr ""
"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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hr_HR\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -553,6 +553,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Lajos Pasztor <mrlajos@gmail.com>, 2013
# Lajos Pasztor <mrlajos@gmail.com>, 2013-2016
@@ -12,18 +12,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Hitelesítés szükséges"
@@ -555,6 +555,10 @@ msgstr "Milyen gyakran ellenőrizze a frissítéseket? Értékek órában"
msgid "Number of versions of each package to keep in the cache"
msgstr "A cache- ben csomagonként megtartandó példányok száma:"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Világszerte"
@@ -665,9 +669,7 @@ msgid "Remove unrequired dependencies"
msgstr "Nem megkövetelt függőségek eltávolítása"
#: ../resources/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 "Csomag eltávolításakor távolítsa el a függőségeket amik nem megköveteltek más csomagok által"
#: ../resources/preferences_dialog.ui
@@ -710,7 +712,9 @@ msgstr "Hivatalos tárolók"
msgid ""
"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.\nAz AUR felhasználónak ismernie kell a telepítési folyamatot."
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 felhasználónak ismernie kell a telepítési folyamatot."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Brings Rain <bringsrain.solutions@gmail.com>, 2016
# Budiman Jojo <budimanjojo@gmail.com>, 2014-2015
@@ -23,18 +23,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Membutuhkan Otentifikasi"
@@ -563,6 +563,10 @@ msgstr "Berapa lama untuk memeriksa pembaharuan, nilai dalam jam"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Seluruh dunia"
@@ -673,9 +677,7 @@ msgid "Remove unrequired dependencies"
msgstr "Hapus dependensi yang tidak dibutuhkan"
#: ../resources/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 "Ketika menghapus paket, hapus juga dependensi paket tersebut yang tidak dibuthkan paket lainnya"
#: ../resources/preferences_dialog.ui
@@ -718,7 +720,9 @@ msgstr "Repositori Resmi"
msgid ""
"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.\nSemua pengguna AUR harus akrab dengan proses pembangunan."
msgstr ""
"AUR adalah sebuah komunitas perawatan repositori sehingga menyajikan potensi risiko dan masalah.\n"
"Semua pengguna AUR harus akrab dengan proses pembangunan."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Kristján Magnússon, 2015
# Kristján Magnússon, 2015-2017
@@ -10,18 +10,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: is\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Auðkenningar er krafist"
@@ -553,6 +553,10 @@ msgstr "Hversu oft á að athuga með uppfærslur, í klukkustundum"
msgid "Number of versions of each package to keep in the cache"
msgstr "Fjöldi af útgáfum af hverjum pakka til að halda í skyndiminni"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Út um allan heim"
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr "Fjarlægja ónauðsynlegar kerfiskröfur"
#: ../resources/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 "Þegar pakki er fjarlægður, fjarlægja þá einnig pakka sem honum eru háðir ef þeirra er ekki krafist af öðrum pökkum"
#: ../resources/preferences_dialog.ui
@@ -708,7 +710,9 @@ msgstr "Opinber hugbúnaðarsöfn"
msgid ""
"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.\nAllir notendur AUR ættu að vera meðvitaðir um byggingaferlið."
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"
"Allir notendur AUR ættu að vera meðvitaðir um byggingaferlið."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: is_IS\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: is_IS\n"
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Bernardo Miguel Savone <bmsavone@gmail.com>, 2013-2014
# Corrado Carbè <analogical.guy@gmail.com>, 2015
@@ -21,18 +21,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Autenticazione richiesta"
@@ -564,6 +564,10 @@ msgstr "Con quale frequenza controllare gli aggiornamenti, il valore in ore"
msgid "Number of versions of each package to keep in the cache"
msgstr "Numero di versioni di ogni pacchetto da conservare nella cache"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mondiale"
@@ -674,9 +678,7 @@ msgid "Remove unrequired dependencies"
msgstr "Rimuovere le dipendenze non necessarie"
#: ../resources/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 "Quando si rimuove un pacchetto, rimuovere anche le dipendenze che non sono richieste da altri pacchetti"
#: ../resources/preferences_dialog.ui
@@ -719,7 +721,9 @@ msgstr "Repository Ufficiali"
msgid ""
"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.\nTutti gli utenti AUR dovrebbero conoscere il processo di compilazione."
msgstr ""
"AUR è un repository mantenuto dalla comunità e presenta pertanto potenziali rischi e problemi.\n"
"Tutti gli utenti AUR dovrebbero conoscere il processo di compilazione."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it_IT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# BALLOON a.k.a. Fu-sen., 2015
# ふうせん Fu-sen. | BALLOON a.k.a. Fu-sen., 2015
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "認証が必要です"
@@ -551,6 +551,10 @@ msgstr "どれくらいの頻度で更新をチェックしますか、時間で
msgid "Number of versions of each package to keep in the cache"
msgstr "各パッケージのバージョン番号をキャッシュに保存する"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "ワールドワイド"
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr "必要ではない依存関係を削除"
#: ../resources/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 "パッケージを削除する際、他のパッケージでは必要とされていない依存パッケージも削除"
#: ../resources/preferences_dialog.ui
@@ -706,7 +708,9 @@ msgstr "公式リポジトリ"
msgid ""
"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 ユーザーはビルドプロセスに精通している必要があります。"
msgstr ""
"AUR はコミュニティによって維持されているリポジトリです。潜在的なリスクや問題があるかもしれません。\n"
"すべての AUR ユーザーはビルドプロセスに精通している必要があります。"
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,25 +2,25 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# arabuli <arabulibeqa@yahoo.com>, 2015
# arabuli <arabulibeqa@yahoo.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -549,6 +549,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -659,9 +663,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Eric Park <ideamaneric@gmail.com>, 2017
# lego37yoon <lego37yoon@outlook.com>, 2013
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "인증이 필요합니다"
@@ -551,6 +551,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,25 +2,25 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Moo, 2015
# Moo, 2015-2017
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: lt\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Reikalingas tapatybės nustatymas"
@@ -555,6 +555,10 @@ msgstr "Kaip dažnai tikrinti ar yra atnaujinimų, reikšmė valandomis"
msgid "Number of versions of each package to keep in the cache"
msgstr "Podėlyje laikomas kiekvieno paketo versijų skaičius"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Viso pasaulio"
@@ -665,9 +669,7 @@ msgid "Remove unrequired dependencies"
msgstr "Šalinti nereikalingas priklausomybes"
#: ../resources/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 "Šalinant paketą, tuo pačiu šalinti ir jo priklausomybes, kurios nėra reikalaujamos kitų paketų"
#: ../resources/preferences_dialog.ui
@@ -710,7 +712,9 @@ msgstr "Oficialios saugyklos"
msgid ""
"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.\nVisi AUR naudotojai turėtų būti susipažinę su kompiliavimo procesu."
msgstr ""
"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."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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: ml\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ml\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,24 +2,24 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Puretech <terjemah.puretech@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Malay (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ms/)\n"
"Language: ms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ms\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -548,6 +548,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -658,9 +662,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Morten Rene <arath.inc@gmail.com>, 2014
# Bård Spein <baard.spein@gmail.com>, 2013
@@ -23,18 +23,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/manjarolinux/manjaro-pamac/language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Autentisering kreves"
@@ -140,7 +140,9 @@ msgstr "%s ser ut til å bli avkortet: %jd/%jd bytes\n"
#: ../src/system_daemon.vala
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "klarte ikke å hente filen '%s' fra %s : %s\n\n"
msgstr ""
"klarte ikke å hente filen '%s' fra %s : %s\n"
"\n"
#: ../src/transaction.vala
msgid "Copy"
@@ -566,6 +568,10 @@ msgstr "Hvor ofte skal oppdateringer sees etter, verdi i timer "
msgid "Number of versions of each package to keep in the cache"
msgstr "Antall versjoner av hver pakke som skal beholdes i hurtiglageret"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Verdensomspennende"
@@ -676,9 +682,7 @@ msgid "Remove unrequired dependencies"
msgstr "Fjern avhengige pakker som er unødvendige"
#: ../resources/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 "Når du fjerner en pakke, fjern også dets avhengigheter som ikke kreves av andre pakker"
#: ../resources/preferences_dialog.ui
@@ -721,7 +725,9 @@ msgstr "Offisielle pakkebrønner "
msgid ""
"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 en pakkebrønn som vedlikeholdes av fellesskapet og kan derfor introdusere risikoer og problemer.\nAlle AUR-brukere bør kjenne fremgangsmåten for å bygge pakker. "
msgstr ""
"AUR er en pakkebrønn som vedlikeholdes av fellesskapet og kan derfor introdusere risikoer og problemer.\n"
"Alle AUR-brukere bør kjenne fremgangsmåten for å bygge pakker. "
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Douwe Bootsma <d_bootsma@hotmail.com>, 2013
# Douwe Bootsma <d_bootsma@hotmail.com>, 2013-2015
@@ -22,18 +22,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 09:20+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
"Language-Team: Dutch (http://www.transifex.com/manjarolinux/manjaro-pamac/language/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Verificatie vereist"
@@ -565,6 +565,10 @@ msgstr "Controle interval voor updates, waarde in uren"
msgid "Number of versions of each package to keep in the cache"
msgstr "Aantal in de cache te houden versies van elk pakket"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd"
@@ -675,9 +679,7 @@ msgid "Remove unrequired dependencies"
msgstr "Verwijder onnodige afhankelijkheden"
#: ../resources/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 "Bij het verwijderen van een pakket ook afhankelijkheden verwijderen die niet meer gebruikt worden door andere pakketten"
#: ../resources/preferences_dialog.ui
@@ -720,7 +722,9 @@ msgstr "Officiële repositories"
msgid ""
"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 een gemeenschap onderhouden repository en kan mogelijk risico's en problemen introduceren. \n Alle AUR gebruikers worden geacht met het bouwproces vertrouwd te zijn."
msgstr ""
"AUR is een gemeenschap onderhouden repository en kan mogelijk risico's en problemen introduceren. \n"
" Alle AUR gebruikers worden geacht met het bouwproces vertrouwd te zijn."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,24 +2,24 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Kevin Andriessens <kelaun@archlinux.info>, 2015
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/nl_BE/)\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_BE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -551,6 +551,10 @@ msgstr "Hoe vaak voor updates kijken, waarde in uren"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd "
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr "Verwijder onnodige afhankelijkheiden"
#: ../resources/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 "Bij het verwijderen van een pakket, ook zijn afhankelijkheden verwijderen die niet nodig zijn voor andere pakketten"
#: ../resources/preferences_dialog.ui
@@ -706,7 +708,9 @@ msgstr "Officiële Repositories"
msgid ""
"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 een repository geadministreerd door de community en daardoor kan het voor potentiële gevaren en problemen zorgen.\nAlle AUR gebruikers zouden familiair moeten zijn met het bouw-process."
msgstr ""
"AUR is een repository geadministreerd door de community en daardoor kan het voor potentiële gevaren en problemen zorgen.\n"
"Alle AUR gebruikers zouden familiair moeten zijn met het bouw-process."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Douwe Bootsma <d_bootsma@hotmail.com>, 2013
# Guillaume Benoit <guillaume@manjaro.org>, 2013
@@ -12,18 +12,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 09:19+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Authenticatie vereist"
@@ -555,6 +555,10 @@ msgstr "Hoe vaak moet er worden gecontroleerd op updates? (waarde in uren)"
msgid "Number of versions of each package to keep in the cache"
msgstr "Aantal in de cache te houden versies van elk pakket"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd"
@@ -665,9 +669,7 @@ msgid "Remove unrequired dependencies"
msgstr "Niet-benodigde afhankelijkheden verwijderen"
#: ../resources/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 "Verwijder, bij het verwijderen van een pakket, ook de afhankelijkheden die niet vereist zijn door andere pakketten"
#: ../resources/preferences_dialog.ui
@@ -710,7 +712,9 @@ msgstr "Officiële pakketbronnen"
msgid ""
"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 een pakketbron die beheerd wordt door de gemeenschap. Dit kan leiden tot risico's en problemen.\nAlle AUR-gebruikers dienen bekend te zijn met het bouwproces."
msgstr ""
"AUR is een pakketbron die beheerd wordt door de gemeenschap. Dit kan leiden tot risico's en problemen.\n"
"Alle AUR-gebruikers dienen bekend te zijn met het bouwproces."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/manjarolinux/manjaro-pamac/language/nn/)\n"
"Language: nn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -1,12 +1,13 @@
# Translation of Pamac.
# Copyright (C) 2017 Chris Cromer <cromer@cromnix.org>
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
msgid ""
msgstr ""
"Project-Id-Version: Pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Project-Id-Version: Pamac-Classic\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -17,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Daniel Napora <napcok@gmail.com>, 2016-2017
# Dominik “Devhost97” G <devhost97@gmail.com>, 2016
@@ -18,18 +18,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-08-02 11:35+0000\n"
"Last-Translator: Piotr Strębski <strebski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/manjarolinux/manjaro-pamac/language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Wymagane jest uwierzytelnienie"
@@ -567,6 +567,10 @@ msgstr "Jak często sprawdzać aktualizacje, wartość w godzinach"
msgid "Number of versions of each package to keep in the cache"
msgstr "Liczba wersji każdego pakietu do przechowywania w pamięci podręcznej"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Ogólnoświatowe"
@@ -677,9 +681,7 @@ msgid "Remove unrequired dependencies"
msgstr "Usuwanie niewymaganych zależności"
#: ../resources/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 "Podczas usuwania pakietu usuwać także te zależności, które nie są już wymagane przez inne pakiety"
#: ../resources/preferences_dialog.ui
@@ -722,7 +724,9 @@ msgstr "Repozytoria oficjalne"
msgid ""
"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 jest repozytorium zarządzanym przez społeczność, w związku z czym stanowi potencjalne źródło ryzyka i problemów.\nWszyscy użytkownicy AUR powinni być zaznajomieni z procesem tworzenia pakietów. "
msgstr ""
"AUR jest repozytorium zarządzanym przez społeczność, w związku z czym stanowi potencjalne źródło ryzyka i problemów.\n"
"Wszyscy użytkownicy AUR powinni być zaznajomieni z procesem tworzenia pakietów. "
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Polish (Poland) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/pl_PL/)\n"
"Language: pl_PL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl_PL\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -556,6 +556,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -666,9 +670,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -17,6 +17,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""

View File

@@ -2,24 +2,24 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# José Vieira <jvieira33@sapo.pt>, 2017
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Portuguese (http://www.transifex.com/manjarolinux/manjaro-pamac/language/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Autenticação necessária"
@@ -551,6 +551,10 @@ msgstr "Frequência de verificação de actualizações, valor em horas"
msgid "Number of versions of each package to keep in the cache"
msgstr "Número de versões de cada pacote a manter na cache"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr "Remover dependências não requeridas"
#: ../resources/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 "Ao remover um pacote, remover também todas as suas dependências que não sejam requeridas por outros pacotes"
#: ../resources/preferences_dialog.ui
@@ -706,7 +708,9 @@ msgstr "Repositórios Oficiais"
msgid ""
"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 é um repositório mantido pela comunidade, pelo que apresenta riscos e problemas potenciais.\nTodos os utilizadores do AUR devem estar familiarizados com o processo de compilação."
msgstr ""
"AUR é um repositório mantido pela comunidade, pelo que apresenta riscos e problemas potenciais.\n"
"Todos os utilizadores do AUR devem estar familiarizados com o processo de compilação."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Adriano Martins <ampontes93@gmail.com>, 2016
# Aldo Oliveira <america103@gmail.com>, 2014-2015,2017
@@ -25,18 +25,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Autenticação necessária"
@@ -568,6 +568,10 @@ msgstr "Vezes para verificar se há atualizações, o valor em horas"
msgid "Number of versions of each package to keep in the cache"
msgstr "Número de versões de cada pacote a manter na cache"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@@ -678,9 +682,7 @@ msgid "Remove unrequired dependencies"
msgstr "Remover dependências desnecessárias"
#: ../resources/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 "Ao remover um pacote, também remover as dependências que não são exigidas por outros pacotes"
#: ../resources/preferences_dialog.ui
@@ -723,7 +725,9 @@ msgstr "Repositórios oficiais"
msgid ""
"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 é um repositório mantido pela comunidade de modo que apresenta riscos e problemas potenciais.\nTodos os usuários do AUR devem estar familiarizados com o processo de compilação."
msgstr ""
"AUR é um repositório mantido pela comunidade de modo que apresenta riscos e problemas potenciais.\n"
"Todos os usuários do AUR devem estar familiarizados com o processo de compilação."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# António Correia, 2014
# António Correia, 2014-2015,2017
@@ -16,18 +16,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/pt_PT/)\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Autenticação necessária"
@@ -559,6 +559,10 @@ msgstr "Frequência de verificação de actualizações, valor em horas"
msgid "Number of versions of each package to keep in the cache"
msgstr "Número de versões de cada pacote a manter na cache"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@@ -669,9 +673,7 @@ msgid "Remove unrequired dependencies"
msgstr "Remover dependências não requeridas"
#: ../resources/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 "Ao remover um pacote, remover também todas as suas dependências que não sejam requeridas por outros pacotes"
#: ../resources/preferences_dialog.ui
@@ -714,7 +716,9 @@ msgstr "Repositórios Oficiais"
msgid ""
"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 é um repositório mantido pela comunidade, pelo que apresenta riscos e problemas potenciais.\nTodos os utilizadores do AUR devem estar familiarizados com o processo de compilação."
msgstr ""
"AUR é um repositório mantido pela comunidade, pelo que apresenta riscos e problemas potenciais.\n"
"Todos os utilizadores do AUR devem estar familiarizados com o processo de compilação."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Aaron <markjes@gmx.com>, 2015
# Aaron <markjes@gmx.com>, 2015
@@ -12,18 +12,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Romanian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -558,6 +558,10 @@ msgstr "Frecvența de verificare a actualizărilor, în ore"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mondial"
@@ -668,9 +672,7 @@ msgid "Remove unrequired dependencies"
msgstr "Elimină dependențe ce nu sunt necesare"
#: ../resources/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 "Când se elimină un pachet, se vor elimina și acele dependențe ce nu sunt cerute de alte pachete"
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Александр, 2015
# Андрей Болконский <andrey0bolkonsky@gmail.com>, 2013
@@ -26,18 +26,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Russian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Запрошена авторизация"
@@ -575,6 +575,10 @@ msgstr "Укажите интервал поиска обновлений, в ч
msgid "Number of versions of each package to keep in the cache"
msgstr "Сохранять в кэше предыдущие версии пакетов в количестве"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Мировой"
@@ -685,9 +689,7 @@ msgid "Remove unrequired dependencies"
msgstr "Удалить ненужные зависимости"
#: ../resources/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 "При удалении пакета, также произвести удаление неиспользуемых сопутствующих зависимостей"
#: ../resources/preferences_dialog.ui
@@ -730,7 +732,9 @@ msgstr "Официальные репозитории"
msgid ""
"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 должны быть знакомы с процессом сборки."
msgstr ""
"AUR это поддерживаемый сообществом репозиторий, представляющий потенциальные риски и проблемы.\n"
"Все пользователи AUR должны быть знакомы с процессом сборки."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,25 +2,25 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Enindu Alahapperuma <enindu@yahoo.com>, 2014
# Enindu Alahapperuma <enindu@yahoo.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Sinhala (http://www.transifex.com/manjarolinux/manjaro-pamac/language/si/)\n"
"Language: si\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: si\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -552,6 +552,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -662,9 +666,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Dušan Kazik, 2014
# Dušan Kazik <prescott66@gmail.com>, 2014-2017
@@ -13,18 +13,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 06:06+0000\n"
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
"Language-Team: Slovak (http://www.transifex.com/manjarolinux/manjaro-pamac/language/sk/)\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Vyžaduje sa overenie totožnosti"
@@ -559,6 +559,10 @@ msgstr "Ako často kontrolovať aktualizácie, hodnota je v hodinách"
msgid "Number of versions of each package to keep in the cache"
msgstr "Počet verzií každého balíka, ktoré ponechať vo vyrovnávacej pamäti"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Celého sveta"
@@ -669,9 +673,7 @@ msgid "Remove unrequired dependencies"
msgstr "Odstrániť nepožadované závislosti"
#: ../resources/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 "Pri odstránení balíka tiež odstráni závislosti, ktoré nie sú potrebné inými balíkmi"
#: ../resources/preferences_dialog.ui
@@ -714,7 +716,9 @@ msgstr "Oficiálne repozitáre"
msgid ""
"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 repozitár spravovaný komunitou, preto predstavuje potenciálne hrozby a problémy.\nVšetci používatelia repozitára AUR by mali byť oboznámení s procesom zostavovania balíkov."
msgstr ""
"AUR je repozitár spravovaný komunitou, preto predstavuje potenciálne hrozby a problémy.\n"
"Všetci používatelia repozitára AUR by mali byť oboznámení s procesom zostavovania balíkov."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Al Manja <al.manja@gmx.com>, 2017
# ansich <mojmejlzaforume@gmail.com>, 2014
@@ -14,18 +14,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Slovenian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Zahtevana je overitev"
@@ -563,6 +563,10 @@ msgstr "Kako pogosto naj se preverja za posodobitve, vrednost v urah"
msgid "Number of versions of each package to keep in the cache"
msgstr "Število verzij za vsak paket shranjenih v predpomnilniku"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Svetovno"
@@ -673,9 +677,7 @@ msgid "Remove unrequired dependencies"
msgstr "Odstrani nezahtevane odvisnosti"
#: ../resources/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 "Ob odstranjevanju paketov odstrani tudi tiste odvisnosti, ki niso zahtevani s strani drugih paketov"
#: ../resources/preferences_dialog.ui
@@ -718,7 +720,9 @@ msgstr "Uradna skladišča"
msgid ""
"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 skladišče, ki ga urejajo uporabniki, zaradi česar je lahko potencialni vir tveganj in težav.\nPriporočljivo je, da so vsi uporabniki AUR seznanjeni s procesom izgradnje programov."
msgstr ""
"AUR je skladišče, ki ga urejajo uporabniki, zaradi česar je lahko potencialni vir tveganj in težav.\n"
"Priporočljivo je, da so vsi uporabniki AUR seznanjeni s procesom izgradnje programov."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/sl_SI/)\n"
"Language: sl_SI\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sl_SI\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -556,6 +556,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -666,9 +670,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# philm <philm@manjaro.org>, 2015
# Драгољуб Шишовић, 2014
@@ -10,18 +10,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Serbian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/sr/)\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sr\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -556,6 +556,10 @@ msgstr "Колико често да се проверавају ажурира
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Широм света"
@@ -666,9 +670,7 @@ msgid "Remove unrequired dependencies"
msgstr "Уклони непотребне зависности"
#: ../resources/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 "При уклањању пакета, такође уклони и све његове зависности које више нису потребне ни једном другом пакету"
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Aleksa, 2016
# kakonema <kakonema@gmail.com>, 2013-2014
@@ -13,18 +13,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sr@latin\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Autentifikacija je neophodna"
@@ -559,6 +559,10 @@ msgstr "Koliko često da proveravam ažuriranja, vrednost u satima"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -669,9 +673,7 @@ msgid "Remove unrequired dependencies"
msgstr "Ukloni nepotrebne zavisnosti"
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Serbian (Serbia) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/sr_RS/)\n"
"Language: sr_RS\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sr_RS\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -553,6 +553,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Serbian (Latin) (Serbia) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/sr_RS@latin/)\n"
"Language: sr_RS@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sr_RS@latin\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -553,6 +553,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Alexander Lindberg <alexanderlndbrg@gmail.com>, 2013-2014
# Mattias Johansson <cashew75s@gmail.com>, 2014
@@ -16,18 +16,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Swedish (http://www.transifex.com/manjarolinux/manjaro-pamac/language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Autentisering krävs"
@@ -559,6 +559,10 @@ msgstr "Hur ofta söka efter uppdateringar, ange i timmar"
msgid "Number of versions of each package to keep in the cache"
msgstr "Antal versioner av varje paket att behålla i cachen"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Världsomspännande"
@@ -669,9 +673,7 @@ msgid "Remove unrequired dependencies"
msgstr "Ta bort icke-nödvändiga beroenden"
#: ../resources/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 "När ett paket tas bort, ta även bort de beroenden paketet har, men som inga andra paket kräver"
#: ../resources/preferences_dialog.ui
@@ -714,7 +716,9 @@ msgstr "Officiella förråd"
msgid ""
"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 är ett gemensamt under- och tillhandahållet förråd som kan medföra risker och problem.\nAlla AUR-användare bör vara bekanta med byggprocessen."
msgstr ""
"AUR är ett gemensamt under- och tillhandahållet förråd som kan medföra risker och problem.\n"
"Alla AUR-användare bör vara bekanta med byggprocessen."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Demiray Muhterem <mdemiray@msn.com>, 2013-2017
# Guillaume Benoit <guillaume@manjaro.org>, 2013
@@ -12,18 +12,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-08-04 06:07+0000\n"
"Last-Translator: Demiray Muhterem <mdemiray@msn.com>\n"
"Language-Team: Turkish (http://www.transifex.com/manjarolinux/manjaro-pamac/language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Kimlik doğrulaması gerekli"
@@ -129,7 +129,9 @@ msgstr "%s kesintiye uğramış gibi görünüyor: %jd/%jd bytes\n"
#: ../src/system_daemon.vala
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "%s üzerinden '%s dosyası alınamadı: %s\n\n"
msgstr ""
"%s üzerinden '%s dosyası alınamadı: %s\n"
"\n"
#: ../src/transaction.vala
msgid "Copy"
@@ -555,6 +557,10 @@ msgstr "Güncellemeler ne sıklıkta kontrol edilecek, saat belirtin"
msgid "Number of versions of each package to keep in the cache"
msgstr "Önbellekte tutlacak her bir paketin sürüm sayısı"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Küresel"
@@ -665,9 +671,7 @@ msgid "Remove unrequired dependencies"
msgstr "Gereksiz bağımlılıkları kaldır"
#: ../resources/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 "Bir paket kaldırılırken, başka bir uygulama aynı bağımlılıkları kullanmıyorsa paketi bağımlılıkları ile birlikte kaldır"
#: ../resources/preferences_dialog.ui
@@ -710,7 +714,9 @@ msgstr "Resmi Depolar"
msgid ""
"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 topluluk depolarının potansiyel riskler ve sorunlar içerebileceğini unutmayın.\nAUR hakkında bilgi sahibi iseniz bunları biliyor olmalısınız."
msgstr ""
"AUR topluluk depolarının potansiyel riskler ve sorunlar içerebileceğini unutmayın.\n"
"AUR hakkında bilgi sahibi iseniz bunları biliyor olmalısınız."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# dsafsadf <heneral@gmail.com>, 2017
# Rax Garfield <admin@dvizho.ks.ua>, 2012
@@ -19,18 +19,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Ukrainian (http://www.transifex.com/manjarolinux/manjaro-pamac/language/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\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.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "Потрібна авторизація"
@@ -565,6 +565,10 @@ msgstr "Як часто перевіряти оновлення (значенн
msgid "Number of versions of each package to keep in the cache"
msgstr "Кількість версій кожного пакунка зберігається в кеш-пам'яті"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "По всьому світу"
@@ -675,9 +679,7 @@ msgid "Remove unrequired dependencies"
msgstr "Вилучити непотрібні залежності"
#: ../resources/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 "При вилученні пакунку, також видаляйте його залежності, що не потребуються іншими пакунками"
#: ../resources/preferences_dialog.ui
@@ -720,7 +722,9 @@ msgstr "Офіційні репозиторії"
msgid ""
"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 мають знати про процес побудови."
msgstr ""
"AUR це репозиторій, що підтримується спільнотою, а отже являє собою потенційні ризики та проблеми.\n"
"Всі користувачі AUR мають знати про процес побудови."
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,24 +2,24 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Taimur <smt.mymail@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Urdu (Pakistan) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ur_PK/)\n"
"Language: ur_PK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ur_PK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -551,6 +551,10 @@ msgstr "اپ ڈیٹس چیک کرنے کی کثرت کی وضاحت گھنٹو
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "بین القوامی"
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr "غیر ضروری انحصار پیکج نکال دیں"
#: ../resources/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 "تمام انحصاری پیکجز جو کہ کسی دوسرے پیکیج کی ضروری نہ ہوں، ان کو بھی پیکیج کو غیر انسٹال کرتے وقت نکال دیں"
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# philm <philm@manjaro.org>, 2015
# Umidjon Almasov <u.almasov@gmail.com>, 2013-2014
@@ -10,18 +10,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Uzbek (http://www.transifex.com/manjarolinux/manjaro-pamac/language/uz/)\n"
"Language: uz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr "Qanchalik tez yangilanishlar tekshirilsin, qiymati soatda"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr "Talab etilmagan qaramliklarni olib tashlash"
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Duy Truong Nguyen <truongap.ars@gmail.com>, 2014
# philm <philm@manjaro.org>, 2015
@@ -10,18 +10,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Vietnamese (http://www.transifex.com/manjarolinux/manjaro-pamac/language/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -550,6 +550,10 @@ msgstr "Bao lâu sẽ kiểm tra cập nhật, tính bằng giờ"
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -660,9 +664,7 @@ msgid "Remove unrequired dependencies"
msgstr "Gỡ bỏ phần phụ thuộc không cần thiết"
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,23 +2,23 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Chinese (http://www.transifex.com/manjarolinux/manjaro-pamac/language/zh/)\n"
"Language: zh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr ""
@@ -547,6 +547,10 @@ msgstr ""
msgid "Number of versions of each package to keep in the cache"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@@ -657,9 +661,7 @@ msgid "Remove unrequired dependencies"
msgstr ""
#: ../resources/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 ""
#: ../resources/preferences_dialog.ui

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Daetalus <daetalusun@gmail.com>, 2014
# Daetalus <daetalusun@gmail.com>, 2014
@@ -13,18 +13,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "需要验证"
@@ -553,6 +553,10 @@ msgstr "检查更新的频率,单位为小时"
msgid "Number of versions of each package to keep in the cache"
msgstr "每个软件包保留在缓存中的版本数目"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "全世界"
@@ -663,9 +667,7 @@ msgid "Remove unrequired dependencies"
msgstr "移除不需要的依赖"
#: ../resources/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 "移除软件包时,也移除该软件包需要,但其他软件包不需要的依赖"
#: ../resources/preferences_dialog.ui
@@ -708,7 +710,9 @@ msgstr "官方软件仓库"
msgid ""
"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 用户都应当熟悉构建过程。"
msgstr ""
"AUR 是由社区维护的仓库,所以它具有潜在的风险和问题。\n"
"所有 AUR 用户都应当熟悉构建过程。"
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Pamac package.
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
#
#
# Translators:
# Hsiu-Ming Chang <cges30901@gmail.com>, 2016
# Hsiu-Ming Chang <cges30901@gmail.com>, 2016
@@ -11,18 +11,18 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\n"
"PO-Revision-Date: 2017-07-30 12:17+0000\n"
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/manjarolinux/manjaro-pamac/language/zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/polkit/org.manjaro.pamac.policy
#: data/polkit/org.pamac.policy
msgid "Authentication is required"
msgstr "需要授權"
@@ -551,6 +551,10 @@ msgstr "請選擇您想要檢查更新的頻率,單位是小時"
msgid "Number of versions of each package to keep in the cache"
msgstr "每個軟體包要保留在快取中的版本數量"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "全世界"
@@ -661,9 +665,7 @@ msgid "Remove unrequired dependencies"
msgstr "移除不需要的相依性"
#: ../resources/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 "當移除一個軟體包時,同時移除它的不被其他軟體包需要的相依性"
#: ../resources/preferences_dialog.ui
@@ -706,7 +708,9 @@ msgstr "官方套件庫"
msgid ""
"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 的使用者都應該要對構建過程有相當程度的了解。"
msgstr ""
"AUR 是一個社群維護的套件庫,所以它可能會有一些潛在的危險與問題。\n"
"所有 AUR 的使用者都應該要對構建過程有相當程度的了解。"
#: ../resources/preferences_dialog.ui
msgid "Enable AUR support"