Compare commits

...

22 Commits

Author SHA1 Message Date
Chris Cromer 7324482ef5
update translation files with newest text 2021-07-10 16:06:46 -04:00
Chris Cromer cdd9088d91 Merge pull request 'Add option to keep AUR packages' (#11) from matthiakl/pamac-classic:store_aur_pkgs into master
Reviewed-on: #11
2021-07-10 15:58:09 -04:00
matthiakl 7a9a241181 Use GLib.File instead of cp 2021-07-10 20:35:09 +02:00
matthiakl 11e1ba2564 Merge branch 'master' into store_aur_pkgs 2021-07-10 19:59:10 +02:00
Chris Cromer fa9a403714
prepare for 7.3.0 2021-07-10 13:30:23 -04:00
Chris Cromer a9661508cb Merge pull request 'Compatibility with libalpm 13.0.0' (#10) from matthiakl/pamac-classic:libalpm_13 into master
Reviewed-on: #10
2021-07-10 13:15:19 -04:00
matthiakl f3d4c04f35 Resolve warnings 2021-07-09 16:20:58 +02:00
matthiakl 4d14ca0fcf Fix pkg retrieve event handling 2021-07-09 16:08:13 +02:00
matthiakl b5a6f05654 Resolve some deprecation warnings 2021-07-09 14:25:05 +02:00
matthiakl 10722140f3 Fix compilation errors 2021-07-09 14:00:59 +02:00
matthiakl fb8724826e Update vapi for libalpm 13 2021-07-09 12:11:27 +02:00
matthiakl 24b9105207 Updated German translation 2021-07-08 16:28:43 +02:00
matthiakl b518a15229 Option to store built AUR packages in a custom directory 2021-07-08 16:09:00 +02:00
aleskva 4dcfa3ff98 Minor cosmetic change to cs.po (#8)
Minor cosmetic change to cs.po

this entry looks a bit weird among others in the state list
2020-04-11 08:23:02 -04:00
Chris Cromer 62a9402dac
prepare for 7.2.1 2020-04-01 21:04:31 -03:00
aleskva 6b8f93fe7e Update 'po/cs.po' (#7)
Fix typo in last string

Fix typo in previous commit

Update 'po/cs.po'
2020-03-31 19:51:26 -03:00
ზურა დავითაშვილი 8ca16ace45 [UPDATE] Georgian(ქართული) translation (#6)
Upload files to 'po'

Delete 'po/ka.po'
2020-03-31 19:50:56 -03:00
Chris Cromer 06672f6f1f
add notification of transaction finished 2020-03-29 21:51:10 -03:00
Chris Cromer 49dc0c20a0
prepare 7.1.3 2020-03-12 21:22:58 -03:00
Chris Cromer d3fe4c0bae
fix vala 0.48 build 2020-03-12 21:22:12 -03:00
Chris Cromer 9b9880e65d
remove old cmake stuff 2020-03-12 19:48:24 -03:00
Chris Cromer 9d0aa6f36c
update readme to remove cmake references 2020-01-02 12:51:43 -03:00
115 changed files with 2808 additions and 587 deletions

View File

@ -34,47 +34,6 @@ A graphical package manager for pacman
- Vala: 0.38
- AutoVala: 1.2.0 (optional to regenerate CMake and Meson files)
## Using CMake with GNU Make
```
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_INSTALL_SYSCONFDIR=/etc
make
make install
```
### Extra build flags
- -DDISABLE_AUR=ON (to disable AUR in Pamac)
- -DKDE_TRAY=ON (to build kde tray icon instead of gtk tray icon)
- -DENABLE_UPDATE_ICON=ON (to install the update desktop entry)
- -DICON_UPDATE=OFF (to disable updating the icon cache)
- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu)
## Using CMake with Ninja
```
mkdir build
cd build
cmake .. \
-GNinja
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_INSTALL_SYSCONFDIR=/etc
ninja
ninja install
```
### Extra build flags
- -DDISABLE_AUR=ON (to disable AUR in Pamac)
- -DKDE_TRAY=ON (to build kde tray icon instead of gtk tray icon)
- -DENABLE_UPDATE_ICON=ON (to install the update desktop entry)
- -DICON_UPDATE=OFF (to disable updating the icon cache)
- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu)
## Using Meson with Ninja
```
@ -92,24 +51,4 @@ ninja install
- -DKDE_TRAY=ON (to build kde tray icon instead of gtk tray icon)
- -DENABLE_UPDATE_ICON=ON (to install the update desktop entry)
- -DICON_UPDATE=OFF (to disable updating the icon cache)
- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu)
## Using configure wrapper
The configure script is just a wrapper for CMake, in the background the build process is the same as using CMake with GNU Make.
```
./configure --prefix=/usr \
--libdir=/usr/lib \
--sysconfdir=/etc
make
make install
```
### Extra configure options
- --disable-aur (to disable Aur in Pamac)
- --enable-kde-tray (to build kde tray icon instead of gtk tray icon)
- --enable-update-desktop (to install the update desktop entry)
- --disable-icon-update (to disable updating the icon cache)
- --enable-hamburger (to build with the classic hamburger menu)
- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu)

View File

@ -847,6 +847,65 @@ All AUR users should be familiar with the build process.</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkBox" id="box4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">26</property>
<property name="spacing">12</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkSwitch" id="aur_keep_pkgs_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Keep built packages</property>
<property name="halign">end</property>
<property name="margin_left">6</property>
<property name="margin_right">6</property>
<property name="margin_start">6</property>
<property name="margin_end">6</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="aur_move_dir_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkFileChooserButton" id="aur_move_dir_file_chooser">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="margin_left">24</property>
<property name="action">select-folder</property>
<property name="title" translatable="yes"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
</object>
<packing>
<property name="name">aur</property>

View File

@ -28,5 +28,19 @@
Directory where to build packages that come from the AUR
</description>
</key>
<key name="aur-keep-pkgs" type="b">
<default>false</default>
<summary>Copy AUR packages</summary>
<description>
Save built packages on disk
</description>
</key>
<key name="move-directory" type="s">
<default l10n="messages">""</default>
<summary>AUR package directory</summary>
<description>
Directory where to move built packages that come from the AUR
</description>
</key>
</schema>
</schemalist>

View File

@ -43,7 +43,6 @@
<message xml:lang="el">Απαιτείται πιστοποίηση</message>
<message xml:lang="de">Authentifizierung erforderlich</message>
<message xml:lang="da">Godkendelse er påkrævet</message>
<message xml:lang="cs">Je vyžadováno ověření</message>
<message xml:lang="ca_ES">Cal autenticació</message>
<message xml:lang="ca">Cal autenticació</message>
<message xml:lang="bg">Изисква се идентификация</message>
@ -51,6 +50,7 @@
<message xml:lang="ast">Ríquese l'autenticación</message>
<message xml:lang="ar">صلاحيات مطلوبة</message>
<message xml:lang="ka">საჭიროა ავთენტიფიკაცია</message>
<message xml:lang="cs">Je vyžadováno ověření</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>auth_admin_keep</allow_inactive>

View File

@ -22,7 +22,7 @@ if KDE_TRAY
appindicator3_0_1_dep = dependency('appindicator3-0.1')
endif
atk_dep = dependency('atk')
cairo_dep = dependency('cairo')
cairo_gobject_dep = dependency('cairo-gobject')
gdk_3_0_dep = dependency('gdk-3.0')
gdk_pixbuf_2_0_dep = dependency('gdk-pixbuf-2.0')
gio_2_0_dep = dependency('gio-2.0')

View File

@ -1,8 +1,8 @@
### AutoVala Project ###
autovala_version: 30
project_name: pamac
project_version: 7.1.2
vala_version: 0.44
project_version: 7.3.0
vala_version: 0.48
custom: data/systemd/pamac-system.service /usr/lib/systemd/system
custom: data/systemd/pamac-cleancache.service /usr/lib/systemd/system
@ -22,7 +22,7 @@ define: KDE_TRAY
vapidir: src/vapis
vala_binary: src/pamac-clean-cache/pamac-clean-cache
*version: 7.1.2
*version: 7.3.0
vala_local_package: Pamac
vala_vapi: ../vapis/libalpm.vapi
vala_package: posix
@ -32,7 +32,7 @@ vala_check_package: json-glib-1.0
*vala_source: clean_cache.vala
vala_binary: src/pamac-install/pamac-install
*version: 7.1.2
*version: 7.3.0
use_gresource: pamac_installer_gresource_xml
vala_local_package: Pamac
vala_vapi: ../vapis/libalpm.vapi
@ -45,7 +45,7 @@ vala_check_package: json-glib-1.0
*vala_source: progress_dialog.vala
vala_binary: src/pamac-manager/pamac-manager
*version: 7.1.2
*version: 7.3.0
alias: pamac-updater
use_gresource: pamac_manager_gresource_xml
vala_local_package: Pamac
@ -60,7 +60,7 @@ vala_check_package: json-glib-1.0
*vala_source: manager_window.vala
vala_binary: src/pamac-system-daemon/pamac-system-daemon
*version: 7.1.2
*version: 7.3.0
vala_local_package: Pamac
vala_package: posix
vala_check_package: gtk+-3.0
@ -75,7 +75,7 @@ vala_check_package: polkit-gobject-1
*vala_source: system_daemon.vala
vala_binary: src/pamac-tray/pamac-tray
*version: 7.1.2
*version: 7.3.0
vala_local_package: Pamac
vala_package: posix
vala_check_package: json-glib-1.0
@ -97,7 +97,7 @@ end
*vala_source: tray.vala
vala_binary: src/pamac-user-daemon/pamac-user-daemon
*version: 7.1.2
*version: 7.3.0
vala_local_package: Pamac
vala_package: posix
vala_check_package: gtk+-3.0
@ -111,12 +111,13 @@ vala_check_package: libsoup-2.4
vala_library: src/pamac
*version: 7.1.2
*version: 7.3.0
*namespace: Pamac
use_gresource: pamac_transaction_gresource_xml
*vala_package: posix
vala_check_package: libnotify
*vala_check_package: atk
*vala_check_package: cairo
*vala_check_package: cairo-gobject
*vala_check_package: gdk-3.0
*vala_check_package: gdk-pixbuf-2.0
*vala_check_package: gio-2.0

View File

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

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -14,8 +14,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -336,10 +336,26 @@ msgstr "_غلق"
msgid "Nothing to do"
msgstr "لا يوجد شيء للقيام به"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "تم إنهاء العملية بنجاح"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -591,6 +607,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr " حول العالم"
@ -779,6 +799,10 @@ msgstr "بحث في AUR بشكل افتراضي"
msgid "Check for updates from AUR"
msgstr " AUR تحقق من وجود تحديثات من "
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -13,8 +13,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -330,10 +330,26 @@ msgstr "_Zarrar"
msgid "Nothing to do"
msgstr "Un res pa faer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Tresaición finada con ésitu"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -577,6 +593,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundiu"
@ -768,6 +788,10 @@ msgstr "Guetar n'AUR por defeutu"
msgid "Check for updates from AUR"
msgstr "Comprobar anovamientos d'AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -325,10 +325,26 @@ msgstr "_Bağlamaq"
msgid "Nothing to do"
msgstr "Etməli bir şey yoxdur"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Tranzaksiya uğurla qurtardı"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -758,6 +778,10 @@ msgstr "AUR-da axtarmaq"
msgid "Check for updates from AUR"
msgstr "AUR-dan yeniliklərin yoxlanılması"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -328,10 +328,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -579,6 +595,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -765,6 +785,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -14,8 +14,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -331,10 +331,26 @@ msgstr "_Затвори"
msgid "Nothing to do"
msgstr "Нищо за правене"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Успешно завършена транзакция"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -578,6 +594,10 @@ msgstr "Брой версии от всеки пакет запазени в к
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "По света"
@ -768,6 +788,10 @@ msgstr "Търсене в AUR по подразбиране "
msgid "Check for updates from AUR"
msgstr "Проверка за актуализации от AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Премахване само версиите на деинсталираните пакети"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -326,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -761,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -326,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -761,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -16,8 +16,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -333,10 +333,26 @@ msgstr "_Tanca"
msgid "Nothing to do"
msgstr "Res per fer."
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transacció acabada amb èxit"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -580,6 +596,10 @@ msgstr "Nombre de versions de cada paquet per mantenir a la memòria cau"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Tot el món"
@ -773,6 +793,10 @@ msgstr "Cerca a l'AUR per defecte"
msgid "Check for updates from AUR"
msgstr "Comprova si hi ha actualitzacions de l'AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Elimina només les versions dels paquets desinstal·lats"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -328,10 +328,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -761,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

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

View File

@ -10,12 +10,12 @@
# Ondrej Cesik <ondrej.cesik@gmail.com>, 2017
# philm <philm@manjaro.org>, 2015
# Scibex <kroupa@wvw.cz>, 2013
# halfark <vojtechprecechtel@gmail.com>, 2014,2016
# Pavel Dvorak <dvorapa~seznam~cz>, 2020
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -33,7 +33,7 @@ msgstr "Neznámý"
#: ../src/pamac-user-daemon/user_daemon.vala
#: ../src/pamac-manager/manager_window.vala
msgid "Explicitly installed"
msgstr "explicitně nainstalován"
msgstr "Explicitně nainstalováno"
#: ../src/pamac-user-daemon/user_daemon.vala
#: ../src/pamac-manager/manager_window.vala
@ -81,17 +81,17 @@ msgstr "balíček %s nemá platnou architekturu"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "unable to satisfy dependency '%s' required by %s"
msgstr ""
msgstr "není možné získat závislost „%s“ požadovanou balíčkem %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "installing %s (%s) breaks dependency '%s' required by %s"
msgstr ""
msgstr "instalace %s (%s) rozbije závislost „%s“ požadovanou balíčkem %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "removing %s breaks dependency '%s' required by %s"
msgstr ""
msgstr "odinstalace %s rozbije závislost „%s“ požadovanou balíčkem %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
@ -179,7 +179,7 @@ msgstr "Pro přeinstalaci"
#: ../src/transaction.vala
msgid "To upgrade"
msgstr ""
msgstr "Pro aktualizaci"
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
msgid "Total download size"
@ -332,13 +332,29 @@ msgstr "_Zavřít"
msgid "Nothing to do"
msgstr "Spolu nesouvisí"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr "Transakce úspěšná"
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr "Transakce byla úspěšně dokončena"
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transakce úspěšně dokončena"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr "Transakce neúspěšná"
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr "Transakce neúspěšná a žádné balíčky nebyly aktualizovány/nainstalovány"
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
msgstr "Nelze uzamknout databázi!"
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
msgid "Your system is up-to-date"
@ -371,7 +387,7 @@ msgstr "Pamac je již spuštěn"
#: ../src/pamac-manager/manager.vala
msgid "Refresh Databases"
msgstr ""
msgstr "Aktualizovat databáze"
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
msgid "View History"
@ -392,7 +408,7 @@ msgstr "O programu"
#: ../src/pamac-manager/manager.vala
msgid "Quit"
msgstr ""
msgstr "Ukončit"
#: ../src/pamac-manager/manager_window.vala
msgid "Deselect"
@ -400,7 +416,7 @@ msgstr "Zrušit výběr"
#: ../src/pamac-manager/manager_window.vala
msgid "Upgrade"
msgstr ""
msgstr "Aktualizace"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Install"
@ -456,11 +472,11 @@ msgstr "Repozitář"
#: ../src/pamac-manager/manager_window.vala
msgid "Download size"
msgstr ""
msgstr "Velikost stahovaná"
#: ../src/pamac-manager/manager_window.vala
msgid "Installed size"
msgstr ""
msgstr "Velikost instalace"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Groups"
@ -579,6 +595,10 @@ 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 "Složka pro sestavování"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
@ -640,7 +660,7 @@ msgstr "Repozitáře"
#: ../data/interface/manager_window.ui
msgid "Updates"
msgstr ""
msgstr "Aktualizace"
#: ../data/interface/manager_window.ui
msgid "Version"
@ -700,7 +720,7 @@ msgstr "Kontrola aktualizací"
#: ../data/interface/preferences_dialog.ui
msgid "Update files databases (more details but slower)"
msgstr ""
msgstr "Aktualizovat databáze souborů (více detailů, ale pomalejší)"
#: ../data/interface/preferences_dialog.ui
msgid "Hide tray icon when no update available"
@ -716,19 +736,19 @@ msgstr "Obecné"
#: ../data/interface/preferences_dialog.ui
msgid "Background color:"
msgstr ""
msgstr "Barva pozadí:"
#: ../data/interface/preferences_dialog.ui
msgid "Text color:"
msgstr ""
msgstr "Barva textu:"
#: ../data/interface/preferences_dialog.ui
msgid "Font:"
msgstr ""
msgstr "Písmo:"
#: ../data/interface/preferences_dialog.ui
msgid "Terminal"
msgstr ""
msgstr "Terminál"
#: ../data/interface/preferences_dialog.ui
msgid "Use mirrors from:"
@ -772,6 +792,10 @@ msgstr "Hledat v AUR defaultně"
msgid "Check for updates from AUR"
msgstr "Zkontrolovat aktualizace z AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Odstranit pouze verze odinstalovaných balíčků"
@ -802,4 +826,4 @@ msgstr "Vybrat ignorované aktualizace"
#~ msgstr "Generování bylo úspěšné"
#~ msgid "Generation failed"
#~ msgstr "Generování bylo selhalo"
#~ msgstr "Generování selhalo"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -329,10 +329,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -578,6 +594,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -764,6 +784,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -327,10 +327,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -578,6 +594,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -764,6 +784,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -18,8 +18,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -335,10 +335,26 @@ msgstr "_Luk"
msgid "Nothing to do"
msgstr "Intet at gøre"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaktion fuldført succesfuldt"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -582,6 +598,10 @@ msgstr "Antal versioner af hver pakke der skal gemmes i cache"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Worldwide"
@ -773,6 +793,10 @@ msgstr "Søg i AUR som standard"
msgid "Check for updates from AUR"
msgstr "Tjek efter opdateringer fra AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Fjern kun versioner af ikke-installerede pakker"

View File

@ -25,9 +25,9 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
"PO-Revision-Date: 2021-07-08 16:25+0200\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: German (http://www.transifex.com/manjarolinux/manjaro-pamac/"
"language/de/)\n"
@ -92,17 +92,17 @@ msgstr "Paket %s hat keine gültige Architektur"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "unable to satisfy dependency '%s' required by %s"
msgstr ""
msgstr "Kann Abhängigkeit '%s' von %s nicht erfüllen"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "installing %s (%s) breaks dependency '%s' required by %s"
msgstr ""
msgstr "Installation von %s (%s) verletzt Abhängigkeit '%s' von %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "removing %s breaks dependency '%s' required by %s"
msgstr ""
msgstr "Entfernen von %s verletzt Abhängigkeit '%s' von %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
@ -112,7 +112,7 @@ msgstr "%s und %s stehen im Konflikt zueinander"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "%s needs to be removed but it is a locked package"
msgstr "%s soll entfernt werden, ist aber ein gesperrtes Paket "
msgstr "%s soll entfernt werden, ist aber ein gesperrtes Paket"
#: ../src/pamac-system-daemon/system_daemon.vala
msgid "Failed to commit transaction"
@ -190,7 +190,7 @@ msgstr "Wird neu installiert"
#: ../src/transaction.vala
msgid "To upgrade"
msgstr ""
msgstr "Zu aktualisieren"
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
msgid "Total download size"
@ -342,13 +342,31 @@ msgstr "_Schließen"
msgid "Nothing to do"
msgstr "Es gibt nichts zu tun"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr "Transaktion erfolgreich"
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr "Die Transaktion wurde erfolgreich abgeschlossen"
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Vorgang erfolgreich abgeschlossen"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr "Transaktion fehlgeschlagen"
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
"Die Transaktion ist fehlgeschlagen und es wurden keine Pakete aktualisiert/"
"installiert"
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
msgstr "Kann Datenbank nicht sperren!"
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
msgid "Your system is up-to-date"
@ -380,7 +398,7 @@ msgstr "Pamac wird bereits ausgeführt"
#: ../src/pamac-manager/manager.vala
msgid "Refresh Databases"
msgstr ""
msgstr "Datenbanken aktualisieren"
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
msgid "View History"
@ -401,7 +419,7 @@ msgstr "Über"
#: ../src/pamac-manager/manager.vala
msgid "Quit"
msgstr ""
msgstr "Schließen"
#: ../src/pamac-manager/manager_window.vala
msgid "Deselect"
@ -409,7 +427,7 @@ msgstr "Abwählen"
#: ../src/pamac-manager/manager_window.vala
msgid "Upgrade"
msgstr ""
msgstr "Aktualisieren"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Install"
@ -464,11 +482,11 @@ msgstr "Paketquelle"
#: ../src/pamac-manager/manager_window.vala
msgid "Download size"
msgstr ""
msgstr "Download Größe"
#: ../src/pamac-manager/manager_window.vala
msgid "Installed size"
msgstr ""
msgstr "Installierte Größe"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Groups"
@ -587,7 +605,11 @@ msgstr "Anzahl der im Cache verbleibenden Paketversionen"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr ""
msgstr "Build Verzeichnis"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr "Paket Verzeichnis"
#: ../src/preferences_dialog.vala
msgid "Worldwide"
@ -648,7 +670,7 @@ msgstr "Paketquellen"
#: ../data/interface/manager_window.ui
msgid "Updates"
msgstr ""
msgstr "Aktualisierungen"
#: ../data/interface/manager_window.ui
msgid "Version"
@ -708,7 +730,7 @@ msgstr "Suche nach Aktualisierungen"
#: ../data/interface/preferences_dialog.ui
msgid "Update files databases (more details but slower)"
msgstr ""
msgstr "Aktualisiere Datei-Datenbanken (mehr Details, aber langsamer)"
#: ../data/interface/preferences_dialog.ui
msgid "Hide tray icon when no update available"
@ -726,19 +748,19 @@ msgstr "Allgemein"
#: ../data/interface/preferences_dialog.ui
msgid "Background color:"
msgstr ""
msgstr "Hintergrund Farbe:"
#: ../data/interface/preferences_dialog.ui
msgid "Text color:"
msgstr ""
msgstr "Text Farbe:"
#: ../data/interface/preferences_dialog.ui
msgid "Font:"
msgstr ""
msgstr "Schrift:"
#: ../data/interface/preferences_dialog.ui
msgid "Terminal"
msgstr ""
msgstr "Terminal"
#: ../data/interface/preferences_dialog.ui
msgid "Use mirrors from:"
@ -782,6 +804,10 @@ msgstr "Suche standardmäßig im AUR"
msgid "Check for updates from AUR"
msgstr "Suche nach Aktualisierungen aus dem AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr "Behalte erstellte Pakete"
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Entferne nur Versionen von deinstallierten Paketen"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -19,8 +19,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -336,10 +336,26 @@ msgstr "Κλείσιμο"
msgid "Nothing to do"
msgstr "Δεν υπάρχει τίποτε να γίνει"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Οι ενέργειες ολοκληρώθηκαν επιτυχώς"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -583,6 +599,10 @@ msgstr "Αριθμός των εκδόσεων για κάθε πακέτο πο
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Παγκόσμιο"
@ -774,6 +794,10 @@ msgstr "Αναζήτηση στο AUR από προεπιλογή"
msgid "Check for updates from AUR"
msgstr "Έλεγχος για αναβαθμίσεις από το AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Διέγραψε μόνο τις εκδόσεις των απεγκατεστημένων πακέτων."

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -325,10 +325,26 @@ msgstr "Κλείσιμο"
msgid "Nothing to do"
msgstr "Δεν υπάρχει τίποτε να γίνει"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Οι ενέργειες ολοκληρώθηκαν επιτυχώς"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Παγκόσμιο"
@ -763,6 +783,10 @@ msgstr "Αναζήτηση στο AUR από προεπιλογή"
msgid "Check for updates from AUR"
msgstr "Έλεγχος για αναβαθμίσεις από το AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Διέγραψε μόνο τις εκδόσεις των απεγκατεστημένων πακέτων."

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -327,10 +327,26 @@ msgstr "_Close"
msgid "Nothing to do"
msgstr "Nothing to do"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaction successfully finished"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -574,6 +590,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Worldwide"
@ -765,6 +785,10 @@ msgstr "Search in AUR by default"
msgid "Check for updates from AUR"
msgstr "Check for updates from AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -328,10 +328,26 @@ msgstr "_Ferm"
msgid "Nothing to do"
msgstr "Nenio por fari"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Finita sukcese transakcio"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -761,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -19,8 +19,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -336,10 +336,26 @@ msgstr "_Cerrar"
msgid "Nothing to do"
msgstr "Nada que hacer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Operación finalizada con éxito"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -583,6 +599,10 @@ msgstr "Número de versiones de cada paquete a guardar en cache"
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@ -777,6 +797,10 @@ msgstr "Buscar en AUR por defecto"
msgid "Check for updates from AUR"
msgstr "Comprobar actualizaciones desde AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Eliminar sólo las versiones de los paquetes desinstalados"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -328,10 +328,26 @@ msgstr "...Cerrar"
msgid "Nothing to do"
msgstr "Nada que hacer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "La transacción ha sido completada satisfactoriamente"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr "Número de versiones de cada paquete a mantener en caché"
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@ -768,6 +788,10 @@ msgstr "Buscar en AUR por defecto"
msgid "Check for updates from AUR"
msgstr "Comprobar actualizaciones desde AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Remover sólo las versiones de paquetes desinstalados"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -325,10 +325,26 @@ msgstr "_Cerrar"
msgid "Nothing to do"
msgstr "Nada que hacer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transacción completada correctamente"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -758,6 +778,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -327,10 +327,26 @@ msgstr "_Sulge"
msgid "Nothing to do"
msgstr "Pole midagi teha"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Tehingud edukalt lõpetatud"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -574,6 +590,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -762,6 +782,10 @@ msgstr "Vaikimisi otsi AURist"
msgid "Check for updates from AUR"
msgstr "Kontrolli uuendusi AURist"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -329,10 +329,26 @@ msgstr "_Itxi"
msgid "Nothing to do"
msgstr "Ezer ez egiteko"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transakzioa ongi burutu da"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -576,6 +592,10 @@ msgstr "Katxean gorde beharreko pakete bakotzeko bertsio kopurua"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundu mailakoa"
@ -767,6 +787,10 @@ msgstr "Bilatu AURen lehenetsita"
msgid "Check for updates from AUR"
msgstr "Egiaztatu AUReko eguneraketak"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Kendu deinstalatutako paketeen bertsioak besterik ez"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -327,10 +327,26 @@ msgstr ""
msgid "Nothing to do"
msgstr "کاری برای انجام دادن وجود ندارد"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "تراکنش با موفقیت به پایان رسید"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -758,6 +778,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -17,8 +17,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -333,10 +333,26 @@ msgstr "_بستن"
msgid "Nothing to do"
msgstr "کاری برای انجام دادن وجود ندارد"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "تراکنش با موفقیت به پایان رسید"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -578,6 +594,10 @@ msgstr "تعدادی از نسخه های هر بسته را در حافظه م
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "در سراسر جهان"
@ -766,6 +786,10 @@ msgstr "جستجوی در AUR به صورت پیش فرض"
msgid "Check for updates from AUR"
msgstr "بررسی بروزرسانی از AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "فقط حذف نسخه های بسته های حذف شده"

View File

@ -16,8 +16,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -333,10 +333,26 @@ msgstr "_Sulje"
msgid "Nothing to do"
msgstr "Ei mitään tehtävää"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Toimenpide suoritettu onnistuneesti"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -580,6 +596,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Maailmanlaajuinen"
@ -768,6 +788,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -326,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -573,6 +589,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -759,6 +779,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -20,8 +20,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -337,10 +337,26 @@ msgstr "_Fermer"
msgid "Nothing to do"
msgstr "Rien à faire"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaction terminée avec succès"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -584,6 +600,10 @@ msgstr "Nombre de versions de chaque paquet à conserver dans le cache "
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Monde entier"
@ -777,6 +797,10 @@ msgstr "Rechercher depuis AUR par défaut"
msgid "Check for updates from AUR"
msgstr "Vérifier les mises à jour depuis AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Supprimer seulement les versions de paquets désinstallés"

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -325,10 +325,26 @@ msgstr "_Pechar"
msgid "Nothing to do"
msgstr "Nada que facer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Operación concluída con éxito"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr "Número de versións de cada paquete para gardar na caché"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "En todo o Mundo"
@ -765,6 +785,10 @@ msgstr "Buscar en AUR por defecto"
msgid "Check for updates from AUR"
msgstr "Comprobar actualizacións dende AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Eliminar só as versións de paquetes non instalados"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -328,10 +328,26 @@ msgstr "_סגור"
msgid "Nothing to do"
msgstr "אין מה לעשות"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "טרנזקציה הסתיימה בהצלחה"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "כלל עולמי"
@ -764,6 +784,10 @@ msgstr "חפש בתוך AUR באופן שגרתי"
msgid "Check for updates from AUR"
msgstr "בדוק עדכונים מתוך AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "הסר רק את הגרסאות של חבילות שהוסרו"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -328,10 +328,26 @@ msgstr "_बंद"
msgid "Nothing to do"
msgstr "ऐसा करने के लिए कुछ भी नहीं"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "लेन - देन सफलतापूर्वक समाप्त"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -761,6 +781,10 @@ msgstr "डिफ़ॉल्ट रूप से AUR में खोजें"
msgid "Check for updates from AUR"
msgstr "AUR से अद्यतन के लिए जाँच करें"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -331,10 +331,26 @@ msgstr "_Zatvori"
msgid "Nothing to do"
msgstr "Ništa za učiniti"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transakcija uspješno završena"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -580,6 +596,10 @@ msgstr "Broj različitih verzija paketa za spremiti u predmemoriju"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Globalno"
@ -771,6 +791,10 @@ msgstr "Uvijek traži u AUR-u"
msgid "Check for updates from AUR"
msgstr "Provjeri ažuriranja iz AUR-a"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Ukloni samo verzije deinstaliranih paketa"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -326,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -761,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -329,10 +329,26 @@ msgstr "Bezár"
msgid "Nothing to do"
msgstr "Semmi teendő"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "A tranzakció sikeresen végrehajtódott"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -576,6 +592,10 @@ msgstr "A cache- ben csomagonként megtartandó példányok száma:"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Világszerte"
@ -767,6 +787,10 @@ msgstr "Keresés AUR -ban alapértelmezetten"
msgid "Check for updates from AUR"
msgstr "AUR frissítések keresése"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Csak az eltávolított csomagok verzióinak eltávolítása"

View File

@ -23,8 +23,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -339,10 +339,26 @@ msgstr "_Tutup"
msgid "Nothing to do"
msgstr "Tidak ada yang harus dilakukan"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaksi sukses terselesaikan"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -584,6 +600,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Seluruh dunia"
@ -775,6 +795,10 @@ msgstr "Cari di AUR sebagai baku"
msgid "Check for updates from AUR"
msgstr "Periksa pembaruan dari AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -327,10 +327,26 @@ msgstr "_Loka"
msgid "Nothing to do"
msgstr "Ekkert sem hægt er að gera"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Aðgerð lokið - tókst"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -574,6 +590,10 @@ msgstr "Fjöldi af útgáfum af hverjum pakka til að halda í skyndiminni"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Út um allan heim"
@ -765,6 +785,10 @@ msgstr "Leita sjálfgefið í AUR"
msgid "Check for updates from AUR"
msgstr "Athuga með uppfærslur frá AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Aðeins fjarlægja útgáfum af eyddum pökkum"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -21,8 +21,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -338,10 +338,26 @@ msgstr "_Chiudi"
msgid "Nothing to do"
msgstr "Niente da fare"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transazione completata con successo"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr "Impossibile bloccare il database!"
@ -585,6 +601,10 @@ msgstr "Numero di versioni di ogni pacchetto da conservare nella cache"
msgid "Build directory"
msgstr "Cartella di costruzione"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mondiale"
@ -776,6 +796,10 @@ msgstr "Cerca in AUR come impostazione predefinita."
msgid "Check for updates from AUR"
msgstr "Controlla aggiornamenti da AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Rimuovi solo le versioni dei pacchetti disinstallati"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -327,10 +327,26 @@ msgstr "閉じる_C"
msgid "Nothing to do"
msgstr "何もすることがありません"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "処理が正常に終了しました。"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr "各パッケージのバージョン番号をキャッシュに保存す
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "ワールドワイド"
@ -763,6 +783,10 @@ msgstr "デフォルトでAURを検索する"
msgid "Check for updates from AUR"
msgstr "AUR 更新の確認"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "アンインストールしたバージョンのみ削除"

View File

@ -7,12 +7,12 @@
# arabuli <arabulibeqa@yahoo.com>, 2015
# arabuli <arabulibeqa@yahoo.com>, 2015
# giorgi shashviashvili <giorgishashviashvili@outlook.com>, 2019
# zura davitashvili <zdavitashvili0@gmail.com>, 2019
# zura davitashvili <zdavitashvili0@gmail.com>, 2019-2020
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2020-01-02 12:41-0300\n"
"Last-Translator: zura davitashvili <zdavitashvili0@gmail.com>\n"
"Language-Team: Georgian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -79,17 +79,18 @@ msgstr "პაკეტ %s-ს არ აქვს დაშვებული
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "unable to satisfy dependency '%s' required by %s"
msgstr "შეუძლებელია %s-ის მიერ მოთხოვნილი '%s' დამოკიდებულების დაკმაყოფილება"
msgstr "შეუძლებელია %s-()ს მიერ მოთხოვნილი '%s' დამოკიდებულების დაკმაყოფილება"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "installing %s (%s) breaks dependency '%s' required by %s"
msgstr "%s (%s)-ის დაყენება აზიანებს დამოკიდებულებას '%s', რომელსაც მოითხოვს %s"
msgstr ""
"%s (%s)-(ი)ს დაყენება აზიანებს დამოკიდებულებას '%s', რომელსაც მოითხოვს %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "removing %s breaks dependency '%s' required by %s"
msgstr "%s-ის მოცილება აზიანებს დამოკიდებულებას '%s', რომელსაც მოითხოვს %s"
msgstr "%s-()ს მოცილება აზიანებს დამოკიდებულებას '%s', რომელსაც მოითხოვს %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
@ -128,7 +129,7 @@ msgstr "როგორც ჩანს %s შემცირებულია:
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "'%s' ფაილის მიღება ვერ მოხერხდა %s : %s-იდან\n"
msgstr "'%s' ფაილის მიღება ვერ მოხერხდა %s : %s-()დან\n"
#: ../src/transaction.vala
msgid "Copy"
@ -136,7 +137,7 @@ msgstr "ასლი"
#: ../src/transaction.vala
msgid "Refreshing mirrors list"
msgstr "ახლდება სარკეების სია"
msgstr "ახლდება სარკეების სია"
#: ../src/transaction.vala
msgid "Synchronizing package databases"
@ -153,7 +154,7 @@ msgstr "მზადდება"
#: ../src/transaction.vala
#, c-format
msgid "Choose a provider for %s"
msgstr "%s-ისთვის მომწოდებლის არჩევა"
msgstr "%s-()სთვის მომწოდებლის არჩევა"
#: ../src/transaction.vala
msgid "To remove"
@ -267,7 +268,7 @@ msgstr "%s მეორეხარისხოვნად მოითხო
#: ../src/transaction.vala
#, c-format
msgid "Database file for %s does not exist"
msgstr "%s-ისთვის მონაცემთა ბაზის ფაილი არ არსებობს"
msgstr "%s-()სთვის მონაცემთა ბაზის ფაილი არ არსებობს"
#: ../src/transaction.vala
msgid "Checking keyring"
@ -329,17 +330,33 @@ msgstr "დახურვა"
msgid "Nothing to do"
msgstr "გასაკეთებელი არაფერია"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr "ტრანზაქცია წარმატებულია"
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr "ტრანზაქცია წარმატებით დასრულდა"
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "ტრანზაქცია წარმატებით დასრულდა"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr "ტრანზაქცია ვერ მოხერხდა"
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr "ტრანზაქცია ვერ მოხერხდა და არცერთი პაკეტი არ განახლებულა/დაყენებულა"
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr "მონაცემთა ბაზის ჩაკეტვა შეუძლებელია!"
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
msgid "Your system is up-to-date"
msgstr "თქვენი სისტემა უახლესია"
msgstr "თქვენი სისტემა განახლებულია"
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
msgid "Package Manager"
@ -546,7 +563,8 @@ msgid "Name"
msgstr "სახელი"
#: ../src/pamac-manager/manager_window.vala
#: ../data/interface/transaction_sum_dialog.ui ../data/interface/manager_window.ui
#: ../data/interface/transaction_sum_dialog.ui
#: ../data/interface/manager_window.ui
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "_Cancel"
msgstr "გაუქმება"
@ -575,6 +593,10 @@ msgstr "ქეშში დასატოვებელი თითოეუ
msgid "Build directory"
msgstr "აგების კატალოგი"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "მსოფლიოს მასშტაბით"
@ -678,8 +700,8 @@ msgstr "არასაჭირო დამოკიდებულებე
#: ../data/interface/preferences_dialog.ui
msgid ""
"When removing a package, also remove its dependencies that are not required by "
"other packages"
"When removing a package, also remove its dependencies that are not required "
"by other packages"
msgstr ""
"პაკეტის მოცილებისას, ასევე მოაცილე მისი ის დამოკიდებულებები, რომლებიც არ "
"ესაჭიროება სხვა პაკეტებს"
@ -746,8 +768,8 @@ msgid ""
"problems.\n"
"All AUR users should be familiar with the build process."
msgstr ""
"AUR არის საზოგადოების მიერ შემუშავებული საცავი, ამიტომ ის წარმოადგენს პოტენციურ "
"რისკებს და პრობლემებს.\n"
"AUR არის საზოგადოების მიერ შემუშავებული საცავი, ამიტომ ის წარმოადგენს "
"პოტენციურ რისკებს და პრობლემებს.\n"
"AUR-ის ყველა მომხმარებელი უნდა იცნობდეს აგების პროცესს."
#: ../data/interface/preferences_dialog.ui
@ -766,6 +788,10 @@ msgstr "ავტომატურად AUR-შიც მოიძებნო
msgid "Check for updates from AUR"
msgstr "განახლებების შემოწმება AUR-იდან"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "მხოლოდ წაშლილი პაკეტების ვერსიების მოცილება"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -327,10 +327,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -758,6 +778,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 15:15+0000\n"
"Last-Translator: Moo\n"
"Language-Team: Lithuanian (http://www.transifex.com/manjarolinux/manjaro-"
@ -329,10 +329,26 @@ msgstr "_Užverti"
msgid "Nothing to do"
msgstr "Nėra ką atlikti"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Operacija sėkmingai užbaigta"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -578,6 +594,10 @@ msgstr "Podėlyje laikomas kiekvieno paketo versijų skaičius"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Viso pasaulio"
@ -769,6 +789,10 @@ msgstr "Pagal numatymą ieškoti AUR saugykloje"
msgid "Check for updates from AUR"
msgstr "Tikrinti atnaujinimus iš AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Šalinti tik pašalintų paketų versijas"

View File

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

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr "Tiada untuk dibuat"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaksi berjaya diselesaikan"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -569,6 +585,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -755,6 +775,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -23,8 +23,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -342,10 +342,26 @@ msgstr "_Lukk"
msgid "Nothing to do"
msgstr "Ingenting å gjøre"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaksjonen avsluttet vellykket"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -589,6 +605,10 @@ msgstr "Antall versjoner av hver pakke som skal beholdes i hurtiglageret"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Verdensomspennende"
@ -780,6 +800,10 @@ msgstr "Søk i AUR som standard"
msgid "Check for updates from AUR"
msgstr "Se etter oppdateringer fra AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Bare fjern versjoner av ikke-installerte pakker"

View File

@ -22,8 +22,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -340,10 +340,26 @@ msgstr "_Sluiten"
msgid "Nothing to do"
msgstr "Niets te doen"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transactie succesvol afgerond"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -587,6 +603,10 @@ msgstr "Aantal in de cache te houden versies van elk pakket"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd"
@ -778,6 +798,10 @@ msgstr "Stel zoeken in AUR als standaard in"
msgid "Check for updates from AUR"
msgstr "Controleer AUR voor opwaarderingen"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Alleen versies verwijderen van gedeïnstalleerde pakketten"

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -325,10 +325,26 @@ msgstr "_Sluiten"
msgid "Nothing to do"
msgstr "Niets te doen"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transactie succesvol beëindigd "
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd "
@ -763,6 +783,10 @@ msgstr "Zoek automatisch in AUR"
msgid "Check for updates from AUR"
msgstr "Zoeken naar updates van de AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -330,10 +330,26 @@ msgstr "_Sluiten"
msgid "Nothing to do"
msgstr "Niets te doen"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "De overdracht is succesvol afgerond"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -577,6 +593,10 @@ msgstr "Aantal in de cache te houden versies van elk pakket"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd"
@ -768,6 +788,10 @@ msgstr "Standaard in AUR zoeken"
msgid "Check for updates from AUR"
msgstr "Controleren op AUR-updates"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Alleen versies verwijderen van gedeïnstalleerde pakketten"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -324,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2020-01-02 12:42-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -323,10 +323,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -570,6 +586,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -756,6 +776,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -18,8 +18,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -339,10 +339,26 @@ msgstr "_Zamknij"
msgid "Nothing to do"
msgstr "Nic do zrobienia"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Operacja zakończona sukcesem"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -590,6 +606,10 @@ msgstr "Liczba wersji każdego pakietu do przechowywania w pamięci podręcznej"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Ogólnoświatowe"
@ -782,6 +802,10 @@ msgstr "Wyszukuj domyślnie w AUR"
msgid "Check for updates from AUR"
msgstr "Sprawdź aktualizacje w AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Usuń tylko wersje odinstalowanych pakietów"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -328,10 +328,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -579,6 +595,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -765,6 +785,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -1,5 +1,5 @@
# Translation of Pamac-Classic.
# Copyright (C) 2017 Chris Cromer <cromer@cromnix.org>
# Copyright (C) 2017 Chris Cromer <chris@cromer.cl>
# 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.
@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Pamac-Classic\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2017-10-17 08:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -325,10 +325,26 @@ msgstr "_Fechar"
msgid "Nothing to do"
msgstr "Nada a fazer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transacção finalizada com êxito"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr "Número de versões de cada pacote a manter na cache"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@ -764,6 +784,10 @@ msgstr "Pesquisar no AUR por pré-definição"
msgid "Check for updates from AUR"
msgstr "Verificar se há atualizações do AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Remover apenas as versões de pacotes desinstalados"

View File

@ -25,8 +25,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -342,10 +342,26 @@ msgstr "_Fechar"
msgid "Nothing to do"
msgstr "Nada para fazer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transação finalizada com êxito"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -589,6 +605,10 @@ msgstr "Número de versões de cada pacote a manter na cache"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@ -781,6 +801,10 @@ msgstr "Pesquisar no AUR por padrão"
msgid "Check for updates from AUR"
msgstr "Verificar atualizações do AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Remova apenas as versões de pacotes desinstalados"

View File

@ -16,8 +16,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -333,10 +333,26 @@ msgstr "_Fechar"
msgid "Nothing to do"
msgstr "Nada a fazer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transacção finalizada com êxito"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -580,6 +596,10 @@ msgstr "Número de versões de cada pacote a manter na cache"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@ -772,6 +792,10 @@ msgstr "Pesquisar no AUR por padrão"
msgid "Check for updates from AUR"
msgstr "Verificar se há atualizações do AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Remover apenas as versões de pacotes desinstalados"

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -331,10 +331,26 @@ msgstr "_Închide"
msgid "Nothing to do"
msgstr "Nimic de făcut"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Tranzacția s-a terminat cu succes"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -580,6 +596,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mondial"
@ -770,6 +790,10 @@ msgstr "Caută în AUR implicit"
msgid "Check for updates from AUR"
msgstr "Verifică actualizări din AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -26,8 +26,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -347,10 +347,26 @@ msgstr "_Закрыть"
msgid "Nothing to do"
msgstr "Нет заданий"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Транзакция успешно завершена"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -598,6 +614,10 @@ msgstr "Сохранять в кэше предыдущие версии пак
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Мировой"
@ -789,6 +809,10 @@ msgstr "Поиск в AUR по умолчанию"
msgid "Check for updates from AUR"
msgstr "Проверить обновления AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Удалять из кэша предыдущие версии только для удалённых пакетов"

View File

@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -326,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "කටයුත්ත සාර්ථක ලෙස අවසන් විය"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -573,6 +589,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -759,6 +779,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -13,8 +13,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -332,10 +332,26 @@ msgstr "_Zavrieť"
msgid "Nothing to do"
msgstr "Nič na vykonanie"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transakcia bola úspešná"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -581,6 +597,10 @@ msgstr "Počet verzií každého balíka, ktoré ponechať vo vyrovnávacej pam
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Celého sveta"
@ -773,6 +793,10 @@ msgstr "Predvolene vyhľadávať v repozitári AUR"
msgid "Check for updates from AUR"
msgstr "Kontrolovať aktualizácie z repozitára AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Odstrániť iba verzie odinštalovaných balíkov"

View File

@ -14,8 +14,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -334,10 +334,26 @@ msgstr "_Zapri"
msgid "Nothing to do"
msgstr "Ni nobenih opravil"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transakcija uspešno zaključena"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -585,6 +601,10 @@ msgstr "Število verzij za vsak paket shranjenih v predpomnilniku"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Svetovno"
@ -777,6 +797,10 @@ msgstr "Privzeto iskanje v AUR"
msgid "Check for updates from AUR"
msgstr "Preveri za posodobitve iz AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Odstrani le različice nenameščenih paketov"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -327,10 +327,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -578,6 +594,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -764,6 +784,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -329,10 +329,26 @@ msgstr "_Затвори"
msgid "Nothing to do"
msgstr "Ништа за чињење."
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Трансакција успешно обављена"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -578,6 +594,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Широм света"
@ -766,6 +786,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -13,8 +13,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -332,10 +332,26 @@ msgstr ""
msgid "Nothing to do"
msgstr "Ništa za uraditi"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transakcija je uspešno završena"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -581,6 +597,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -767,6 +787,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr "Proveri ažuriranja iz AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -326,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -761,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -326,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -575,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -761,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -16,8 +16,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -333,10 +333,26 @@ msgstr "_Stäng"
msgid "Nothing to do"
msgstr "Inget att göra"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Överföring lyckades"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -580,6 +596,10 @@ msgstr "Antal versioner av varje paket att behålla i cachen"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Världsomspännande"
@ -771,6 +791,10 @@ msgstr "Sök i AUR som standard"
msgid "Check for updates from AUR"
msgstr "Leta efter uppdateringar i AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Ta endast bort gamla versioner av borttagna paket"

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -331,10 +331,26 @@ msgstr "_Kapat"
msgid "Nothing to do"
msgstr "Yapılacak Bir Şey Yok"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Işlem Başarılı"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -578,6 +594,10 @@ msgstr "Önbellekte tutlacak her bir paketin sürüm sayısı"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Küresel"
@ -769,6 +789,10 @@ msgstr "Varsayılan olarak AUR depolarında da ara"
msgid "Check for updates from AUR"
msgstr "AUR deposundaki güncellemelere bak"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Sadece kaldırılabilir paket sürümlerini kaldır"

View File

@ -19,8 +19,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -338,10 +338,26 @@ msgstr "_Закрити"
msgid "Nothing to do"
msgstr "Немає роботи"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Операція успішно завершена"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -587,6 +603,10 @@ msgstr "Кількість версій кожного пакунка збері
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "По всьому світу"
@ -778,6 +798,10 @@ msgstr "Шукати в AUR типово"
msgid "Check for updates from AUR"
msgstr "Перевірка оновлень AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Видалити лишень версії вилучиних пакунків"

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -325,10 +325,26 @@ msgstr "_بند کریں"
msgid "Nothing to do"
msgstr "کرنے کو کچھ نہیں"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "عمل کامیابی سے مکمل ہوا"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "بین القوامی"
@ -760,6 +780,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -326,10 +326,26 @@ msgstr "_Yopish"
msgid "Nothing to do"
msgstr "Vazifalar yo'q"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Tranzaksiya muvaffaqiyatli tugadi"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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-"
@ -326,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr "Không có gì để thực hiện"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Chuyển giao kết thúc thành công"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -571,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -757,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -323,10 +323,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -568,6 +584,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -754,6 +774,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -13,8 +13,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -329,10 +329,26 @@ msgstr "关闭(_C)"
msgid "Nothing to do"
msgstr "无需做任何事"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "事务成功完成"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -574,6 +590,10 @@ msgstr "每个软件包保留在缓存中的版本数目"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "全世界"
@ -762,6 +782,10 @@ msgstr "默认在 AUR 中搜索"
msgid "Check for updates from AUR"
msgstr "从 AUR 检查更新"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "只清除已卸载软件包的版本"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-10-23 15:05-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\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/"
@ -327,10 +327,26 @@ msgstr "關閉(_C)"
msgid "Nothing to do"
msgstr "已無事可作"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "事務處理成功完成"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -572,6 +588,10 @@ msgstr "每個軟體包要保留在快取中的版本數量"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "全世界"
@ -760,6 +780,10 @@ msgstr "預設在 AUR 中搜尋"
msgid "Check for updates from AUR"
msgstr "自 AUR 檢查更新"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "僅移除未安裝的軟體包版本"

View File

@ -1,6 +1,7 @@
posix
libnotify
atk
cairo
cairo-gobject
gdk-3.0
gdk-pixbuf-2.0
gio-2.0

View File

@ -51,7 +51,6 @@ public class AlpmConfig {
string? dbpath;
string? logfile;
string? gpgdir;
string? arch;
int usesyslog;
public int checkspace;
GLib.List<string> cachedirs;
@ -62,6 +61,7 @@ public class AlpmConfig {
GLib.List<string> noupgrades;
GLib.List<string> holdpkgs;
GLib.List<string> syncfirsts;
GLib.List<string> architectures;
Alpm.Signature.Level siglevel;
Alpm.Signature.Level localfilesiglevel;
Alpm.Signature.Level remotefilesiglevel;
@ -93,6 +93,7 @@ public class AlpmConfig {
noupgrades = new GLib.List<string> ();
holdpkgs = new GLib.List<string> ();
syncfirsts = new GLib.List<string> ();
architectures = new GLib.List<string> ();
usesyslog = 0;
checkspace = 0;
siglevel = Alpm.Signature.Level.PACKAGE | Alpm.Signature.Level.PACKAGE_OPTIONAL | Alpm.Signature.Level.DATABASE | Alpm.Signature.Level.DATABASE_OPTIONAL;
@ -130,8 +131,8 @@ public class AlpmConfig {
// rootdir is defined because it contains configuration data.
gpgdir = "/etc/pacman.d/gnupg/";
}
if (arch == null) {
arch = Posix.utsname().machine;
if (architectures.length () == 0) {
architectures.append (Posix.utsname().machine);
}
}
@ -171,7 +172,9 @@ public class AlpmConfig {
handle.logfile = logfile;
}
handle.gpgdir = gpgdir;
handle.arch = arch;
foreach (unowned string arch in architectures) {
handle.add_architecture (arch);
}
handle.usesyslog = usesyslog;
handle.checkspace = checkspace;
handle.defaultsiglevel = siglevel;
@ -202,7 +205,9 @@ public class AlpmConfig {
repo.siglevel = merge_siglevel (siglevel, repo.siglevel, repo.siglevel_mask);
unowned Alpm.DB db = handle.register_syncdb (repo.name, repo.siglevel);
foreach (unowned string url in repo.urls) {
db.add_server (url.replace ("$repo", repo.name).replace ("$arch", handle.arch));
foreach (unowned string arch in architectures) {
db.add_server (url.replace ("$repo", repo.name).replace ("$arch", arch));
}
}
if (repo.usage == 0) {
db.usage = Alpm.DB.Usage.ALL;
@ -272,10 +277,12 @@ public class AlpmConfig {
} else if (key == "LogFile") {
logfile = val;
} else if (key == "Architecture") {
if (val == "auto") {
arch = Posix.utsname ().machine;
} else {
arch = val;
foreach (unowned string arch in val.split (" ")) {
if (val == "auto") {
architectures.append (Posix.utsname ().machine);
} else {
architectures.append (arch);
}
}
} else if (key == "UseSysLog") {
usesyslog = 1;

View File

@ -27,7 +27,7 @@ namespace Pamac {
class ChooseIgnorepkgsDialog : Gtk.Dialog {
[GtkChild]
public Gtk.TreeView treeview;
public unowned Gtk.TreeView treeview;
public Gtk.ListStore pkgs_list;

View File

@ -51,7 +51,7 @@ namespace Pamac {
}
public struct ErrorInfos {
public uint errno;
public uint errnos;
public string message;
public string[] details;
public ErrorInfos () {

View File

@ -4,7 +4,7 @@ cfg_pamac.set('PKGDATADIR', join_paths(get_option('prefix'),get_option('datadir'
cfg_pamac.set('GETTEXT_PACKAGE', 'pamac')
cfg_pamac.set('RELEASE_NAME', 'pamac')
cfg_pamac.set('PREFIX', get_option('prefix'))
cfg_pamac.set('VERSION', '7.1.2')
cfg_pamac.set('VERSION', '7.3.0')
cfg_pamac.set('TESTSRCDIR', meson.source_root())
cfgfile_1 = configure_file(
@ -12,8 +12,9 @@ cfgfile_1 = configure_file(
output: 'Config.vala',
configuration: cfg_pamac)
pamac_deps = [atk_dep]
pamac_deps += [cairo_dep]
pamac_deps = [libnotify_dep]
pamac_deps += [atk_dep]
pamac_deps += [cairo_gobject_dep]
pamac_deps += [gdk_3_0_dep]
pamac_deps += [gdk_pixbuf_2_0_dep]
pamac_deps += [gio_2_0_dep]
@ -69,7 +70,7 @@ Pamac_library = shared_library('Pamac', pamac_sources,
vala_args: pamac_vala_args,
c_args: pamac_c_args,
link_args: pamac_link_args,
version: '7.1.2',
version: '7.3.0',
soversion: '7',
install: true,
install_dir: [true, true, true, true])
@ -82,8 +83,9 @@ custom_target('Pamac typelib', command: [g_ir_compiler, '--shared-library=libPam
install_dir: join_paths(get_option('libdir'), 'girepository-1.0'))
pamac_requires = []
pamac_requires += ['libnotify']
pamac_requires += ['atk']
pamac_requires += ['cairo']
pamac_requires += ['cairo-gobject']
pamac_requires += ['gdk-3.0']
pamac_requires += ['gdk-pixbuf-2.0']
pamac_requires += ['gio-2.0']
@ -98,7 +100,7 @@ pamac_requires += ['vte-2.91']
pamac_requires += ['x11']
pkg_mod = import('pkgconfig')
pkg_mod.generate(libraries : Pamac_library,
version : '7.1.2',
version : '7.3.0',
name : 'Pamac',
filebase : 'Pamac',
description : 'Pamac',

View File

@ -4,7 +4,7 @@ cfg_pamac_clean_cache.set('PKGDATADIR', join_paths(get_option('prefix'),get_opti
cfg_pamac_clean_cache.set('GETTEXT_PACKAGE', 'pamac')
cfg_pamac_clean_cache.set('RELEASE_NAME', 'pamac')
cfg_pamac_clean_cache.set('PREFIX', get_option('prefix'))
cfg_pamac_clean_cache.set('VERSION', '7.1.2')
cfg_pamac_clean_cache.set('VERSION', '7.3.0')
cfg_pamac_clean_cache.set('TESTSRCDIR', meson.source_root())
cfgfile_4 = configure_file(

View File

@ -4,7 +4,7 @@ cfg_pamac_install.set('PKGDATADIR', join_paths(get_option('prefix'),get_option('
cfg_pamac_install.set('GETTEXT_PACKAGE', 'pamac')
cfg_pamac_install.set('RELEASE_NAME', 'pamac')
cfg_pamac_install.set('PREFIX', get_option('prefix'))
cfg_pamac_install.set('VERSION', '7.1.2')
cfg_pamac_install.set('VERSION', '7.3.0')
cfg_pamac_install.set('TESTSRCDIR', meson.source_root())
cfgfile_5 = configure_file(

Some files were not shown because too many files have changed in this diff Show More