Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
06672f6f1f
|
|||
49dc0c20a0
|
|||
d3fe4c0bae
|
|||
9b9880e65d
|
|||
9d0aa6f36c
|
63
README.md
63
README.md
@@ -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)
|
19
pamac.avprj
19
pamac.avprj
@@ -1,8 +1,8 @@
|
||||
### AutoVala Project ###
|
||||
autovala_version: 30
|
||||
project_name: pamac
|
||||
project_version: 7.1.2
|
||||
vala_version: 0.44
|
||||
project_version: 7.2.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.2.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.2.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.2.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.2.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.2.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.2.0
|
||||
vala_local_package: Pamac
|
||||
vala_package: posix
|
||||
vala_check_package: gtk+-3.0
|
||||
@@ -111,10 +111,11 @@ vala_check_package: libsoup-2.4
|
||||
|
||||
|
||||
vala_library: src/pamac
|
||||
*version: 7.1.2
|
||||
*version: 7.2.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: gdk-3.0
|
||||
|
18
po/af.po
18
po/af.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/ar.po
18
po/ar.po
@@ -15,7 +15,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/ast.po
18
po/ast.po
@@ -14,7 +14,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Asturian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/az_AZ.po
18
po/az_AZ.po
@@ -9,7 +9,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Azerbaijani (Azerbaijan) (http://www.transifex.com/"
|
||||
@@ -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 ""
|
||||
|
18
po/be.po
18
po/be.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/bg.po
18
po/bg.po
@@ -15,7 +15,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-08-01 11:22+0000\n"
|
||||
"Last-Translator: Galin Iskrenov <loot270@abv.bg>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/bn.po
18
po/bn.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/bs.po
18
po/bs.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/bs_BA.po
18
po/bs_BA.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
@@ -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 ""
|
||||
|
18
po/ca.po
18
po/ca.po
@@ -17,7 +17,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 14:18+0000\n"
|
||||
"Last-Translator: Davidmp <medipas@gmail.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/ca_ES.po
18
po/ca_ES.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Catalan (Spain) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/cs.po
18
po/cs.po
@@ -15,7 +15,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -332,10 +332,26 @@ msgstr "_ZavÅĆt"
|
||||
msgid "Nothing to do"
|
||||
msgstr "Spolu nesouvisĆ"
|
||||
|
||||
#: ../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 "Transakce ĆŗspÄÅ”nÄ dokonÄ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 ""
|
||||
|
18
po/cs_CZ.po
18
po/cs_CZ.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/cy.po
18
po/cy.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Welsh (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/da.po
18
po/da.po
@@ -19,7 +19,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/de.po
18
po/de.po
@@ -26,7 +26,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: German (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -342,10 +342,26 @@ msgstr "_SchlieĆen"
|
||||
msgid "Nothing to do"
|
||||
msgstr "Es gibt nichts zu tun"
|
||||
|
||||
#: ../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 "Vorgang erfolgreich abgeschlossen"
|
||||
|
||||
#: ../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 ""
|
||||
|
18
po/de_CH.po
18
po/de_CH.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: German (Switzerland) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/de_DE.po
18
po/de_DE.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/el.po
18
po/el.po
@@ -20,7 +20,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/el_GR.po
18
po/el_GR.po
@@ -9,7 +9,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Greek (Greece) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/en_GB.po
18
po/en_GB.po
@@ -11,7 +11,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/"
|
||||
@@ -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 ""
|
||||
|
18
po/eo.po
18
po/eo.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/es.po
18
po/es.po
@@ -20,7 +20,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/es_419.po
18
po/es_419.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (Latin America) (http://www.transifex.com/"
|
||||
@@ -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 ""
|
||||
|
18
po/es_AR.po
18
po/es_AR.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/es_ES.po
18
po/es_ES.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (Spain) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/es_MX.po
18
po/es_MX.po
@@ -9,7 +9,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/es_SV.po
18
po/es_SV.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Spanish (El Salvador) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/et.po
18
po/et.po
@@ -11,7 +11,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/eu.po
18
po/eu.po
@@ -13,7 +13,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/fa.po
18
po/fa.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/fa_IR.po
18
po/fa_IR.po
@@ -18,7 +18,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Persian (Iran) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/fi.po
18
po/fi.po
@@ -17,7 +17,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/fo.po
18
po/fo.po
@@ -10,7 +10,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Faroese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/fr.po
18
po/fr.po
@@ -21,7 +21,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-31 13:03+0000\n"
|
||||
"Last-Translator: Charles Monzat <superboa@hotmail.fr>\n"
|
||||
"Language-Team: French (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/gl.po
18
po/gl.po
@@ -9,7 +9,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/he.po
18
po/he.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/hi.po
18
po/hi.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/hi_IN.po
18
po/hi_IN.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Hindi (India) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/hr.po
18
po/hr.po
@@ -13,7 +13,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-08-02 13:28+0000\n"
|
||||
"Last-Translator: Lovro KudeliÄ <lovro.kudelic@outlook.com>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/hr_HR.po
18
po/hr_HR.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/hu.po
18
po/hu.po
@@ -13,7 +13,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/id.po
18
po/id.po
@@ -24,7 +24,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/is.po
18
po/is.po
@@ -11,7 +11,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Icelandic (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/is_IS.po
18
po/is_IS.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Icelandic (Iceland) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/it.po
18
po/it.po
@@ -22,7 +22,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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!"
|
||||
|
18
po/it_IT.po
18
po/it_IT.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Italian (Italy) (http://www.transifex.com/manjarolinux/"
|
||||
@@ -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 ""
|
||||
|
18
po/ja.po
18
po/ja.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
32
po/ka.po
32
po/ka.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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/"
|
||||
@@ -84,7 +84,8 @@ msgstr "įØįį£į«įįįįįįį %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
|
||||
@@ -329,10 +330,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 "įįįįįŖįįįį įįįįį” į©įįįį¢įį įØįį£į«įįįįįįį!"
|
||||
@@ -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 "įįį£į„įįįį"
|
||||
@@ -678,8 +696,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 +764,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
|
||||
|
18
po/ko.po
18
po/ko.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||
@@ -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 ""
|
||||
|
18
po/lt.po
18
po/lt.po
@@ -10,7 +10,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 15:15+0000\n"
|
||||
"Last-Translator: Moo\n"
|
||||
"Language-Team: Lithuanian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/ml.po
18
po/ml.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||
"Language-Team: Malayalam (http://www.transifex.com/manjarolinux/manjaro-"
|
||||
@@ -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 ""
|
||||
|
18
po/ms.po
18
po/ms.po
@@ -9,7 +9,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/nb.po
18
po/nb.po
@@ -24,7 +24,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/nl.po
18
po/nl.po
@@ -23,7 +23,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/nl_BE.po
18
po/nl_BE.po
@@ -9,7 +9,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/nl_NL.po
18
po/nl_NL.po
@@ -13,7 +13,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/nn.po
18
po/nn.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/pamac.pot
18
po/pamac.pot
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/pl.po
18
po/pl.po
@@ -19,7 +19,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/pl_PL.po
18
po/pl_PL.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/pt.po
18
po/pt.po
@@ -9,7 +9,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/pt_BR.po
18
po/pt_BR.po
@@ -26,7 +26,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/pt_PT.po
18
po/pt_PT.po
@@ -17,7 +17,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/ro.po
18
po/ro.po
@@ -13,7 +13,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/ru.po
18
po/ru.po
@@ -27,7 +27,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/si.po
18
po/si.po
@@ -10,7 +10,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/sk.po
18
po/sk.po
@@ -14,7 +14,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/sl.po
18
po/sl.po
@@ -15,7 +15,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/sl_SI.po
18
po/sl_SI.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/sr.po
18
po/sr.po
@@ -11,7 +11,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
@@ -14,7 +14,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/sr_RS.po
18
po/sr_RS.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/sv.po
18
po/sv.po
@@ -17,7 +17,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/tr.po
18
po/tr.po
@@ -13,7 +13,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/uk.po
18
po/uk.po
@@ -20,7 +20,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/ur_PK.po
18
po/ur_PK.po
@@ -9,7 +9,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/uz.po
18
po/uz.po
@@ -11,7 +11,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/vi.po
18
po/vi.po
@@ -11,7 +11,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/zh.po
18
po/zh.po
@@ -8,7 +8,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/zh_CN.po
18
po/zh_CN.po
@@ -14,7 +14,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
18
po/zh_TW.po
18
po/zh_TW.po
@@ -12,7 +12,7 @@ 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"
|
||||
"POT-Creation-Date: 2020-03-29 21:48-0300\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 ""
|
||||
|
@@ -1,4 +1,5 @@
|
||||
posix
|
||||
libnotify
|
||||
atk
|
||||
cairo
|
||||
gdk-3.0
|
||||
|
@@ -51,7 +51,7 @@ namespace Pamac {
|
||||
}
|
||||
|
||||
public struct ErrorInfos {
|
||||
public uint errno;
|
||||
public uint errnos;
|
||||
public string message;
|
||||
public string[] details;
|
||||
public ErrorInfos () {
|
||||
|
@@ -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.2.0')
|
||||
cfg_pamac.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_1 = configure_file(
|
||||
@@ -12,7 +12,8 @@ cfgfile_1 = configure_file(
|
||||
output: 'Config.vala',
|
||||
configuration: cfg_pamac)
|
||||
|
||||
pamac_deps = [atk_dep]
|
||||
pamac_deps = [libnotify_dep]
|
||||
pamac_deps += [atk_dep]
|
||||
pamac_deps += [cairo_dep]
|
||||
pamac_deps += [gdk_3_0_dep]
|
||||
pamac_deps += [gdk_pixbuf_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.2.0',
|
||||
soversion: '7',
|
||||
install: true,
|
||||
install_dir: [true, true, true, true])
|
||||
@@ -82,6 +83,7 @@ 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 += ['gdk-3.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.2.0',
|
||||
name : 'Pamac',
|
||||
filebase : 'Pamac',
|
||||
description : 'Pamac',
|
||||
|
@@ -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.2.0')
|
||||
cfg_pamac_clean_cache.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_4 = configure_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.2.0')
|
||||
cfg_pamac_install.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_5 = configure_file(
|
||||
|
@@ -4,7 +4,7 @@ cfg_pamac_manager.set('PKGDATADIR', join_paths(get_option('prefix'),get_option('
|
||||
cfg_pamac_manager.set('GETTEXT_PACKAGE', 'pamac')
|
||||
cfg_pamac_manager.set('RELEASE_NAME', 'pamac')
|
||||
cfg_pamac_manager.set('PREFIX', get_option('prefix'))
|
||||
cfg_pamac_manager.set('VERSION', '7.1.2')
|
||||
cfg_pamac_manager.set('VERSION', '7.2.0')
|
||||
cfg_pamac_manager.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_6 = configure_file(
|
||||
|
@@ -4,7 +4,7 @@ cfg_pamac_system_daemon.set('PKGDATADIR', join_paths(get_option('prefix'),get_op
|
||||
cfg_pamac_system_daemon.set('GETTEXT_PACKAGE', 'pamac')
|
||||
cfg_pamac_system_daemon.set('RELEASE_NAME', 'pamac')
|
||||
cfg_pamac_system_daemon.set('PREFIX', get_option('prefix'))
|
||||
cfg_pamac_system_daemon.set('VERSION', '7.1.2')
|
||||
cfg_pamac_system_daemon.set('VERSION', '7.2.0')
|
||||
cfg_pamac_system_daemon.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_7 = configure_file(
|
||||
|
@@ -485,12 +485,12 @@ namespace Pamac {
|
||||
// fail later with unresolved deps, but that should be rare, and would be expected
|
||||
success = true;
|
||||
} else {
|
||||
Alpm.Errno errno = handle.errno ();
|
||||
current_error.errno = (uint) errno;
|
||||
if (errno != 0) {
|
||||
Alpm.Errno errnos = handle.errno ();
|
||||
current_error.errnos = (uint) errnos;
|
||||
if (errnos != 0) {
|
||||
// download error details are set in cb_fetch
|
||||
if (errno != Alpm.Errno.EXTERNAL_DOWNLOAD) {
|
||||
current_error.details = { Alpm.strerror (errno) };
|
||||
if (errnos != Alpm.Errno.EXTERNAL_DOWNLOAD) {
|
||||
current_error.details = { Alpm.strerror (errnos) };
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -915,11 +915,11 @@ namespace Pamac {
|
||||
current_error = ErrorInfos ();
|
||||
cancellable.reset ();
|
||||
if (alpm_handle.trans_init (flags) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
current_error.errno = (uint) errno;
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
current_error.errnos = (uint) errnos;
|
||||
current_error.message = _("Failed to init transaction");
|
||||
if (errno != 0) {
|
||||
current_error.details = { Alpm.strerror (errno) };
|
||||
if (errnos != 0) {
|
||||
current_error.details = { Alpm.strerror (errnos) };
|
||||
}
|
||||
return false;
|
||||
}
|
||||
@@ -932,11 +932,11 @@ namespace Pamac {
|
||||
if (success) {
|
||||
add_ignorepkgs ();
|
||||
if (alpm_handle.trans_sysupgrade ((enable_downgrade) ? 1 : 0) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
current_error.errno = (uint) errno;
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
current_error.errnos = (uint) errnos;
|
||||
current_error.message = _("Failed to prepare transaction");
|
||||
if (errno != 0) {
|
||||
current_error.details = { Alpm.strerror (errno) };
|
||||
if (errnos != 0) {
|
||||
current_error.details = { Alpm.strerror (errnos) };
|
||||
}
|
||||
try {
|
||||
trans_release (lock_id);
|
||||
@@ -970,15 +970,15 @@ namespace Pamac {
|
||||
private bool trans_add_pkg_real (Alpm.Package pkg) {
|
||||
current_error = ErrorInfos ();
|
||||
if (alpm_handle.trans_add_pkg (pkg) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
if (errno == Alpm.Errno.TRANS_DUP_TARGET || errno == Alpm.Errno.PKG_IGNORED) {
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
if (errnos == Alpm.Errno.TRANS_DUP_TARGET || errnos == Alpm.Errno.PKG_IGNORED) {
|
||||
// just skip duplicate or ignored targets
|
||||
return true;
|
||||
} else {
|
||||
current_error.errno = (uint) errno;
|
||||
current_error.errnos = (uint) errnos;
|
||||
current_error.message = _("Failed to prepare transaction");
|
||||
if (errno != 0) {
|
||||
current_error.details = { "%s: %s".printf (pkg.name, Alpm.strerror (errno)) };
|
||||
if (errnos != 0) {
|
||||
current_error.details = { "%s: %s".printf (pkg.name, Alpm.strerror (errnos)) };
|
||||
}
|
||||
return false;
|
||||
}
|
||||
@@ -1050,23 +1050,23 @@ namespace Pamac {
|
||||
current_error = ErrorInfos ();
|
||||
Alpm.Package* pkg;
|
||||
if (alpm_handle.load_tarball (pkgpath, 1, alpm_handle.localfilesiglevel, out pkg) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
current_error.errno = (uint) errno;
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
current_error.errnos = (uint) errnos;
|
||||
current_error.message = _("Failed to prepare transaction");
|
||||
if (errno != 0) {
|
||||
current_error.details = { "%s: %s".printf (pkgpath, Alpm.strerror (errno)) };
|
||||
if (errnos != 0) {
|
||||
current_error.details = { "%s: %s".printf (pkgpath, Alpm.strerror (errnos)) };
|
||||
}
|
||||
return false;
|
||||
} else if (alpm_handle.trans_add_pkg (pkg) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
if (errno == Alpm.Errno.TRANS_DUP_TARGET || errno == Alpm.Errno.PKG_IGNORED) {
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
if (errnos == Alpm.Errno.TRANS_DUP_TARGET || errnos == Alpm.Errno.PKG_IGNORED) {
|
||||
// just skip duplicate or ignored targets
|
||||
return true;
|
||||
} else {
|
||||
current_error.errno = (uint) errno;
|
||||
current_error.errnos = (uint) errnos;
|
||||
current_error.message = _("Failed to prepare transaction");
|
||||
if (errno != 0) {
|
||||
current_error.details = { "%s: %s".printf (pkg->name, Alpm.strerror (errno)) };
|
||||
if (errnos != 0) {
|
||||
current_error.details = { "%s: %s".printf (pkg->name, Alpm.strerror (errnos)) };
|
||||
}
|
||||
// free the package because it will not be used
|
||||
delete pkg;
|
||||
@@ -1084,15 +1084,15 @@ namespace Pamac {
|
||||
current_error.details = { _("target not found: %s").printf (pkgname) };
|
||||
return false;
|
||||
} else if (alpm_handle.trans_remove_pkg (pkg) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
if (errno == Alpm.Errno.TRANS_DUP_TARGET) {
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
if (errnos == Alpm.Errno.TRANS_DUP_TARGET) {
|
||||
// just skip duplicate targets
|
||||
return true;
|
||||
} else {
|
||||
current_error.errno = (uint) errno;
|
||||
current_error.errnos = (uint) errnos;
|
||||
current_error.message = _("Failed to prepare transaction");
|
||||
if (errno != 0) {
|
||||
current_error.details = { "%s: %s".printf (pkg.name, Alpm.strerror (errno)) };
|
||||
if (errnos != 0) {
|
||||
current_error.details = { "%s: %s".printf (pkg.name, Alpm.strerror (errnos)) };
|
||||
}
|
||||
return false;
|
||||
}
|
||||
@@ -1106,14 +1106,14 @@ namespace Pamac {
|
||||
string[] details = {};
|
||||
Alpm.List err_data;
|
||||
if (alpm_handle.trans_prepare (out err_data) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
current_error.errno = (uint) errno;
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
current_error.errnos = (uint) errnos;
|
||||
current_error.message = _("Failed to prepare transaction");
|
||||
switch (errno) {
|
||||
switch (errnos) {
|
||||
case 0:
|
||||
break;
|
||||
case Alpm.Errno.PKG_INVALID_ARCH:
|
||||
details += Alpm.strerror (errno) + ":";
|
||||
details += Alpm.strerror (errnos) + ":";
|
||||
unowned Alpm.List<string*> list = err_data;
|
||||
while (list != null) {
|
||||
string* pkgname = list.data;
|
||||
@@ -1123,7 +1123,7 @@ namespace Pamac {
|
||||
}
|
||||
break;
|
||||
case Alpm.Errno.UNSATISFIED_DEPS:
|
||||
details += Alpm.strerror (errno) + ":";
|
||||
details += Alpm.strerror (errnos) + ":";
|
||||
unowned Alpm.List<Alpm.DepMissing*> list = err_data;
|
||||
while (list != null) {
|
||||
Alpm.DepMissing* miss = list.data;
|
||||
@@ -1149,7 +1149,7 @@ namespace Pamac {
|
||||
}
|
||||
break;
|
||||
case Alpm.Errno.CONFLICTING_DEPS:
|
||||
details += Alpm.strerror (errno) + ":";
|
||||
details += Alpm.strerror (errnos) + ":";
|
||||
unowned Alpm.List<Alpm.Conflict*> list = err_data;
|
||||
while (list != null) {
|
||||
Alpm.Conflict* conflict = list.data;
|
||||
@@ -1164,7 +1164,7 @@ namespace Pamac {
|
||||
}
|
||||
break;
|
||||
default:
|
||||
details += Alpm.strerror (errno);
|
||||
details += Alpm.strerror (errnos);
|
||||
break;
|
||||
}
|
||||
current_error.details = (owned) details;
|
||||
@@ -1320,11 +1320,11 @@ namespace Pamac {
|
||||
current_error = ErrorInfos ();
|
||||
bool success = true;
|
||||
if (alpm_handle.trans_init (flags | Alpm.TransFlag.NOLOCK) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
current_error.errno = (uint) errno;
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
current_error.errnos = (uint) errnos;
|
||||
current_error.message = _("Failed to init transaction");
|
||||
if (errno != 0) {
|
||||
current_error.details = { Alpm.strerror (errno) };
|
||||
if (errnos != 0) {
|
||||
current_error.details = { Alpm.strerror (errnos) };
|
||||
}
|
||||
success = false;
|
||||
}
|
||||
@@ -1572,10 +1572,10 @@ namespace Pamac {
|
||||
bool success = true;
|
||||
Alpm.List err_data;
|
||||
if (alpm_handle.trans_commit (out err_data) == -1) {
|
||||
Alpm.Errno errno = alpm_handle.errno ();
|
||||
current_error.errno = (uint) errno;
|
||||
Alpm.Errno errnos = alpm_handle.errno ();
|
||||
current_error.errnos = (uint) errnos;
|
||||
// cancel the download return an EXTERNAL_DOWNLOAD error
|
||||
if (errno == Alpm.Errno.EXTERNAL_DOWNLOAD && cancellable.is_cancelled ()) {
|
||||
if (errnos == Alpm.Errno.EXTERNAL_DOWNLOAD && cancellable.is_cancelled ()) {
|
||||
try {
|
||||
trans_release (lock_id);
|
||||
} catch (IOError e) {
|
||||
@@ -1587,12 +1587,12 @@ namespace Pamac {
|
||||
return;
|
||||
}
|
||||
current_error.message = _("Failed to commit transaction");
|
||||
switch (errno) {
|
||||
switch (errnos) {
|
||||
case 0:
|
||||
break;
|
||||
case Alpm.Errno.FILE_CONFLICTS:
|
||||
string[] details = {};
|
||||
details += Alpm.strerror (errno) + ":";
|
||||
details += Alpm.strerror (errnos) + ":";
|
||||
//TransFlag flags = alpm_handle.trans_get_flags ();
|
||||
//if ((flags & TransFlag.FORCE) != 0) {
|
||||
//details += _("unable to %s directory-file conflicts").printf ("--force");
|
||||
@@ -1617,7 +1617,7 @@ namespace Pamac {
|
||||
case Alpm.Errno.PKG_INVALID_CHECKSUM:
|
||||
case Alpm.Errno.PKG_INVALID_SIG:
|
||||
string[] details = {};
|
||||
details += Alpm.strerror (errno) + ":";
|
||||
details += Alpm.strerror (errnos) + ":";
|
||||
unowned Alpm.List<string*> list = err_data;
|
||||
while (list != null) {
|
||||
string* filename = list.data;
|
||||
@@ -1631,7 +1631,7 @@ namespace Pamac {
|
||||
// details are set in cb_fetch
|
||||
break;
|
||||
default:
|
||||
current_error.details = {Alpm.strerror (errno)};
|
||||
current_error.details = {Alpm.strerror (errnos)};
|
||||
break;
|
||||
}
|
||||
success = false;
|
||||
|
@@ -4,7 +4,7 @@ cfg_pamac_tray.set('PKGDATADIR', join_paths(get_option('prefix'),get_option('dat
|
||||
cfg_pamac_tray.set('GETTEXT_PACKAGE', 'pamac')
|
||||
cfg_pamac_tray.set('RELEASE_NAME', 'pamac')
|
||||
cfg_pamac_tray.set('PREFIX', get_option('prefix'))
|
||||
cfg_pamac_tray.set('VERSION', '7.1.2')
|
||||
cfg_pamac_tray.set('VERSION', '7.2.0')
|
||||
cfg_pamac_tray.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_3 = configure_file(
|
||||
|
@@ -4,7 +4,7 @@ cfg_pamac_user_daemon.set('PKGDATADIR', join_paths(get_option('prefix'),get_opti
|
||||
cfg_pamac_user_daemon.set('GETTEXT_PACKAGE', 'pamac')
|
||||
cfg_pamac_user_daemon.set('RELEASE_NAME', 'pamac')
|
||||
cfg_pamac_user_daemon.set('PREFIX', get_option('prefix'))
|
||||
cfg_pamac_user_daemon.set('VERSION', '7.1.2')
|
||||
cfg_pamac_user_daemon.set('VERSION', '7.2.0')
|
||||
cfg_pamac_user_daemon.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_2 = configure_file(
|
||||
|
@@ -1992,7 +1992,18 @@ namespace Pamac {
|
||||
this.success = success;
|
||||
// needed before build_aur_packages and remove_makedeps
|
||||
no_confirm_commit = false;
|
||||
Notify.init ("pamac-classic");
|
||||
if (success) {
|
||||
string summary = dgettext (null, "Transaction successful");
|
||||
string body = dgettext (null, "The transaction has been completed successfully");
|
||||
string icon = "system-software-install";
|
||||
Notify.Notification notification = new Notify.Notification (summary, body, icon);
|
||||
try {
|
||||
notification.show ();
|
||||
} catch (Error e) {
|
||||
stderr.printf ("Error: %s\n", e.message);
|
||||
}
|
||||
|
||||
show_warnings ();
|
||||
to_load.remove_all ();
|
||||
#if DISABLE_AUR
|
||||
@@ -2034,10 +2045,20 @@ namespace Pamac {
|
||||
}
|
||||
#endif
|
||||
} else {
|
||||
string summary = dgettext (null, "Transaction failed");
|
||||
string body = dgettext (null, "The transaction failed and no packages have been updated/installed");
|
||||
string icon = "system-software-install";
|
||||
Notify.Notification notification = new Notify.Notification (summary, body, icon);
|
||||
try {
|
||||
notification.show ();
|
||||
} catch (Error e) {
|
||||
stderr.printf ("Error: %s\n", e.message);
|
||||
}
|
||||
|
||||
// if it is an authentication or a download error, database was not modified
|
||||
var err = get_current_error ();
|
||||
if (err.message == dgettext (null, "Authentication failed")
|
||||
|| err.errno == 54) { //Alpm.Errno.EXTERNAL_DOWNLOAD
|
||||
|| err.errnos == 54) { //Alpm.Errno.EXTERNAL_DOWNLOAD
|
||||
// recover old pkgnames
|
||||
foreach (unowned string name in previous_to_install) {
|
||||
to_install.add (name);
|
||||
@@ -2056,6 +2077,9 @@ namespace Pamac {
|
||||
warning_textbuffer = new StringBuilder ();
|
||||
handle_error (err);
|
||||
}
|
||||
|
||||
Notify.uninit ();
|
||||
|
||||
total_download = 0;
|
||||
already_downloaded = 0;
|
||||
previous_filename = "";
|
||||
|
Reference in New Issue
Block a user