forked from cromer/pamac-classic
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
06672f6f1f
|
|||
49dc0c20a0
|
|||
d3fe4c0bae
|
|||
9b9880e65d
|
|||
9d0aa6f36c
|
|||
1d44f7b034
|
|||
625f8df4aa | |||
53ba5f24b3
|
|||
6a6175478a
|
|||
b6144a7164
|
|||
e35b4c3ada
|
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)
|
@@ -50,6 +50,7 @@
|
||||
<message xml:lang="az_AZ">Kimlik tələb olunur</message>
|
||||
<message xml:lang="ast">Ríquese l'autenticación</message>
|
||||
<message xml:lang="ar">صلاحيات مطلوبة</message>
|
||||
<message xml:lang="ka">საჭიროა ავთენტიფიკაცია</message>
|
||||
<defaults>
|
||||
<allow_any>no</allow_any>
|
||||
<allow_inactive>auth_admin_keep</allow_inactive>
|
||||
|
19
pamac.avprj
19
pamac.avprj
@@ -1,8 +1,8 @@
|
||||
### AutoVala Project ###
|
||||
autovala_version: 30
|
||||
project_name: pamac
|
||||
project_version: 7.0.1
|
||||
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.0.1
|
||||
*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.0.1
|
||||
*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.0.1
|
||||
*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.0.1
|
||||
*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.0.1
|
||||
*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.0.1
|
||||
*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.0.1
|
||||
*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
|
||||
|
@@ -1 +1 @@
|
||||
af ar ast az_AZ be bg bn bs bs_BA ca ca_ES cs cs_CZ cy da de de_CH de_DE el el_GR en_GB eo es es_419 es_AR es_ES es_MX es_SV et eu fa fa_IR fi fo fr gl he hi hi_IN hr hr_HR hu id is is_IS it it_IT ja ka ko lt ml ms nb nl nl_BE nl_NL nn pl pl_PL pt pt_BR pt_PT ro ru si sk sl sl_SI sr sr@latin sr_RS sr_RS@latin sv tr uk ur_PK uz vi zh zh_CN zh_TW
|
||||
ka af ar ast az_AZ be bg bn bs bs_BA ca ca_ES cs cs_CZ cy da de de_CH de_DE el el_GR en_GB eo es es_419 es_AR es_ES es_MX es_SV et eu fa fa_IR fi fo fr gl he hi hi_IN hr hr_HR hu id is is_IS it it_IT ja ko lt ml ms nb nl nl_BE nl_NL nn pl pl_PL pt pt_BR pt_PT ro ru si sk sl sl_SI sr sr@latin sr_RS sr_RS@latin sv tr uk ur_PK uz vi zh zh_CN zh_TW
|
||||
|
39
po/af.po
39
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: 2017-11-11 23:01-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-"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
55
po/ar.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -244,27 +244,6 @@ msgstr "تفقد قابلية الإندماج"
|
||||
msgid "Loading packages files"
|
||||
msgstr "تحميل الحزم"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "فحص إندماج ديلتا"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "تفعيل ديلتا"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "مولد %s بـ %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "نجح توليد"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "فشل توليد"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -357,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 ""
|
||||
@@ -815,3 +810,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "اختيار تجاهل الترقيات"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "فحص إندماج ديلتا"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "تفعيل ديلتا"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "مولد %s بـ %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "نجح توليد"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "فشل توليد"
|
||||
|
55
po/ast.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -242,27 +242,6 @@ msgstr "Comprobando integridá"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Comprobando paquetes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Comprobando integridá delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplicando deltes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Xenerando %s con %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Xeneración esitosa"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Xeneración fallida"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -351,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 ""
|
||||
@@ -804,3 +799,19 @@ msgstr "Caché"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Escueyi los anovamientos inoraos"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Comprobando integridá delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplicando deltes"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Xenerando %s con %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Xeneración esitosa"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Xeneración fallida"
|
||||
|
45
po/az_AZ.po
45
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Deltanın tətbiqi"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generasiya uğursuzdur"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -346,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 ""
|
||||
@@ -794,3 +789,9 @@ msgstr "Keş"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Deltanın tətbiqi"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generasiya uğursuzdur"
|
||||
|
39
po/be.po
39
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: 2017-11-11 23:01-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-"
|
||||
@@ -238,27 +238,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -349,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 ""
|
||||
|
55
po/bg.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -243,27 +243,6 @@ msgstr "Проверка за цялостност"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Зареждане на пакетни файлове"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Проверка на делта целостта"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Прилагане на делта фрагментите"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Генериране на %s с %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Генерирането е успешно"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Генерирането се провали"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -352,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 ""
|
||||
@@ -804,3 +799,19 @@ msgstr "Кеш"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Избор на пренебрегнати надграждания"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Проверка на делта целостта"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Прилагане на делта фрагментите"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Генериране на %s с %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Генерирането е успешно"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Генерирането се провали"
|
||||
|
39
po/bn.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
39
po/bs.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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 ""
|
||||
|
39
po/bs_BA.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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 ""
|
||||
|
55
po/ca.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -245,27 +245,6 @@ msgstr "Comprovant-ne la integritat"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Carregant els fitxers dels paquets"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Comprovant la integritat delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplicant deltes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generant %s amb %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generació acabada correctament"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "La generació ha fallat"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -354,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 ""
|
||||
@@ -809,3 +804,19 @@ msgstr "Memòria cau"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Trieu les actualitzacions ignorades"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Comprovant la integritat delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplicant deltes"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generant %s amb %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generació acabada correctament"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "La generació ha fallat"
|
||||
|
55
po/ca_ES.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr "Comprovant integritat"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Carregant els fitxers dels paquets"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Comprovant la integritat delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplicant deltes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generant %s amb %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generació acabada correctament"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "La generació ha fallat"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -349,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 ""
|
||||
@@ -797,3 +792,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Comprovant la integritat delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplicant deltes"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generant %s amb %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generació acabada correctament"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "La generació ha fallat"
|
||||
|
55
po/cs.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -243,27 +243,6 @@ msgstr "Kontrola integrity"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Načítání balíčků"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Kontrola integrity rozdílů"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplikování rozdílů"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generování %s s %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generování bylo úspěšné"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generování bylo selhalo"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -353,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 ""
|
||||
@@ -808,3 +803,19 @@ msgstr "Mezipaměť"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Vybrat ignorované aktualizace"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Kontrola integrity rozdílů"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplikování rozdílů"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generování %s s %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generování bylo úspěšné"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generování bylo selhalo"
|
||||
|
39
po/cs_CZ.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -350,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 ""
|
||||
|
39
po/cy.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
|
55
po/da.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -247,27 +247,6 @@ msgstr "Verificerer pakkernes integritet"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Indlæser pakke-filer"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Checker deltas integritet"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Indsætter deltaer"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Genererer %s med %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generation lykkedes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generation fejlede"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -356,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 ""
|
||||
@@ -809,3 +804,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Vælg Ignorerede Opgraderinger"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Checker deltas integritet"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Indsætter deltaer"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Genererer %s med %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generation lykkedes"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generation fejlede"
|
||||
|
55
po/de.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -254,27 +254,6 @@ msgstr "Integrität wird überprüft"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Paketdateien werden geladen"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Überprüfe Delta-Integrität"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Wende Deltas an"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Erstelle %s mit %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Erstellung erfolgreich"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Erstellung fehlgeschlagen"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -363,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 ""
|
||||
@@ -818,3 +813,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Zu ignorierende Aktualisierungen auswählen"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Überprüfe Delta-Integrität"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Wende Deltas an"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Erstelle %s mit %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Erstellung erfolgreich"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Erstellung fehlgeschlagen"
|
||||
|
39
po/de_CH.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
39
po/de_DE.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
55
po/el.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -248,27 +248,6 @@ msgstr "Έλεγχος ακεραιότητας"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Φόρτωση αρχείων πακέτων"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Έλεγχος ακεραιότητας delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Εφαρμογή deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Δημιουργία %s με %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Η δημιουργία ολοκληρώθηκε επιτυχώς!"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Η δημιουργία απέτυχε."
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -357,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 ""
|
||||
@@ -810,3 +805,19 @@ msgstr "Αποθήκη"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Επιλέξτε αγνοημένες αναβαθμίσεις"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Έλεγχος ακεραιότητας delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Εφαρμογή deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Δημιουργία %s με %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Η δημιουργία ολοκληρώθηκε επιτυχώς!"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Η δημιουργία απέτυχε."
|
||||
|
55
po/el_GR.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -237,27 +237,6 @@ msgstr "Έλεγχος ακεραιότητας"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Φόρτωση αρχείων πακέτων"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Έλεγχος ακεραιότητας delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Εφαρμογή deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Δημιουργία %s με %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Η δημιουργία ολοκληρώθηκε επιτυχώς!"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Η δημιουργία απέτυχε."
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -346,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 ""
|
||||
@@ -799,3 +794,19 @@ msgstr "Αποθήκη"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Επέλεξε τις αγνοημένες αναβαθμίσεις"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Έλεγχος ακεραιότητας delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Εφαρμογή deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Δημιουργία %s με %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Η δημιουργία ολοκληρώθηκε επιτυχώς!"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Η δημιουργία απέτυχε."
|
||||
|
55
po/en_GB.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -239,27 +239,6 @@ msgstr "Checking integrity"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Loading package files"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Checking delta integrity"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Applying deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generating %s with %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generation succeeded"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generation failed"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
@@ -801,3 +796,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Choose Ignored Upgrades"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Checking delta integrity"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Applying deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generating %s with %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generation succeeded"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generation failed"
|
||||
|
39
po/eo.po
39
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: 2017-11-11 23:01-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-"
|
||||
@@ -240,27 +240,6 @@ msgstr "Kontrolanta integrecon"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Ŝarĝanta pakaĵajn dosierojn"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -349,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 ""
|
||||
|
55
po/es.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -248,27 +248,6 @@ msgstr "Verificando la integridad de los paquetes"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Cargando archivos de paquetes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Verificando la integridad delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplicando deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generando %s con %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generación de paquete satisfactoria"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generación de paquete fallida"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -357,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 ""
|
||||
@@ -814,6 +809,22 @@ msgstr "Cache"
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Elegir actualizaciones ignoradas"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Verificando la integridad delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplicando deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generando %s con %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generación de paquete satisfactoria"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generación de paquete fallida"
|
||||
|
||||
#~ msgid "Background color"
|
||||
#~ msgstr "Color de fondo"
|
||||
|
||||
|
55
po/es_419.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr "Comprobando integridad"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Cargando archivos de paquetes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Revisando integridad delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplicando deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generando %s con %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generación exitosa"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generación fallida"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -349,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 ""
|
||||
@@ -805,6 +800,22 @@ msgstr "Caché"
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Elegir Actualizaciones Ignoradas"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Revisando integridad delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplicando deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generando %s con %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generación exitosa"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generación fallida"
|
||||
|
||||
#~ msgid "Background color"
|
||||
#~ msgstr "Color de fondo"
|
||||
|
||||
|
39
po/es_AR.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
39
po/es_ES.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
55
po/es_MX.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr "Revisando la integridad"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Cargando archivos de paquete"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Revisando la integridad delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplicando deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generando %s con %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "La generación tuvo éxito"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "La generación ha fallado"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -346,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 ""
|
||||
@@ -794,3 +789,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Revisando la integridad delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplicando deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generando %s con %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "La generación tuvo éxito"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "La generación ha fallado"
|
||||
|
39
po/es_SV.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
55
po/et.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -239,27 +239,6 @@ msgstr "Tervikluse kontroll"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Faili pakettide laadimine"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Kontrollitakse deltapakettide terviklust"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Deltapaketide rakendamine"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Genereerib %s abil %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Genereerimine õnnestus"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Genereerimine ebaõnnestus"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
@@ -798,3 +793,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Vali Ignoreeritud Uuendused"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Kontrollitakse deltapakettide terviklust"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Deltapaketide rakendamine"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Genereerib %s abil %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Genereerimine õnnestus"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Genereerimine ebaõnnestus"
|
||||
|
55
po/eu.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -241,27 +241,6 @@ msgstr "Osotasuna egiaztatzen"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Paketeen fitxategiak kargatzen"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Deltaren osotasuna egiaztatzen"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Deltak aplikatzen"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "%s sortzen %s erabilita"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Sormena ongi burutu da"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Sormenak huts egin du"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -350,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 ""
|
||||
@@ -803,3 +798,19 @@ msgstr "Katxea"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Hautatu ezikusitako bertsio-berritzeak"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Deltaren osotasuna egiaztatzen"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Deltak aplikatzen"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "%s sortzen %s erabilita"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Sormena ongi burutu da"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Sormenak huts egin du"
|
||||
|
43
po/fa.po
43
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr "چککردن یکپارچگی"
|
||||
msgid "Loading packages files"
|
||||
msgstr "بارگذاری فایلهای بستهها"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "تولید %s با %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
@@ -794,3 +789,7 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "تولید %s با %s"
|
||||
|
55
po/fa_IR.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -246,27 +246,6 @@ msgstr "چککردن یکپارچگی"
|
||||
msgid "Loading packages files"
|
||||
msgstr "بارگذاری فایلهای بستهها"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "چککردن یکپارچگی"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "اعمال جزئیات"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "تولید %s با %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "تولید با موفقیت انجام شد!"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "تولید شکست خورد."
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -354,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 ""
|
||||
@@ -802,3 +797,19 @@ msgstr "حافظه موقت"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "انتخاب بروزرسانی های صرف نظرشده"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "چککردن یکپارچگی"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "اعمال جزئیات"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "تولید %s با %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "تولید با موفقیت انجام شد!"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "تولید شکست خورد."
|
||||
|
55
po/fi.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -245,27 +245,6 @@ msgstr "Tarkastetaan eheyttä"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Ladataan paketin tiedostoja"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Tarkistetaan delta-eheyttä"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Asetetaan deltoja"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Luodaan %s deltalla %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Luominen onnistui"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Luominen epäonnistui"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -354,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 ""
|
||||
@@ -804,3 +799,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Tarkistetaan delta-eheyttä"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Asetetaan deltoja"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Luodaan %s deltalla %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Luominen onnistui"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Luominen epäonnistui"
|
||||
|
39
po/fo.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -238,27 +238,6 @@ msgstr "Kannar heilskap"
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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 ""
|
||||
|
55
po/fr.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -249,27 +249,6 @@ msgstr "Vérification de l'intégrité des paquets"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Chargement des fichiers des paquets"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Vérification de l'intégrité des deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Application des deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Génération de %s avec %s "
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Génération réussie"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Génération échouée"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -358,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 ""
|
||||
@@ -813,3 +808,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Choix des mises à jour à ignorer"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Vérification de l'intégrité des deltas"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Application des deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Génération de %s avec %s "
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Génération réussie"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Génération échouée"
|
||||
|
55
po/gl.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr "Verificando a integridade dos paquetes"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Carga de ficheiros de paquetes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Comprobando a integridade delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplicando deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Xerando %s con %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Xeración do paquete satisfactoria"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Xeración do paquete fallida"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -346,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 ""
|
||||
@@ -801,3 +796,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Escolla actualizacións ignorados"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Comprobando a integridade delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplicando deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Xerando %s con %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Xeración do paquete satisfactoria"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Xeración do paquete fallida"
|
||||
|
55
po/he.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr "כעת בוחן שלמות"
|
||||
msgid "Loading packages files"
|
||||
msgstr "כעת טוען קבצי חבילות"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "כעת בוחן שלמות דלתא"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "כעת מחיל דלתא"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "כעת מפיק %s בעזרת %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "הפקה צלחה"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "הפקה נכשלה"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -349,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 ""
|
||||
@@ -800,3 +795,19 @@ msgstr "מטמון"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "בחר שדרוגים מנוכרים"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "כעת בוחן שלמות דלתא"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "כעת מחיל דלתא"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "כעת מפיק %s בעזרת %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "הפקה צלחה"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "הפקה נכשלה"
|
||||
|
48
po/hi.po
48
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr "अखंडता की जाँच"
|
||||
msgid "Loading packages files"
|
||||
msgstr "लोड हो रहा है संकुल फाइलें"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "डेल्टा अखंडता की जाँच"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "डेल्टा लागू करना"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "जनरेशन विफल हुआ"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -349,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 ""
|
||||
@@ -797,3 +792,12 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "उपेक्षित उन्नयन चुनें"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "डेल्टा अखंडता की जाँच"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "डेल्टा लागू करना"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "जनरेशन विफल हुआ"
|
||||
|
39
po/hi_IN.po
39
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: 2017-11-11 23:01-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-"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
55
po/hr.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -242,27 +242,6 @@ msgstr "Provjeravam integritet"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Učitavam datoteke paketa"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Provjeravam delta integritet"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Potvrđujem delte"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Stvaram %s sa %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Stvaranje uspješno završeno"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Stvaranje nije uspjelo"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -352,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 ""
|
||||
@@ -807,3 +802,19 @@ msgstr "Predmemorija"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Odaberi ignorirane nadogradnje"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Provjeravam delta integritet"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Potvrđujem delte"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Stvaram %s sa %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Stvaranje uspješno završeno"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Stvaranje nije uspjelo"
|
||||
|
39
po/hr_HR.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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 ""
|
||||
|
55
po/hu.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -241,27 +241,6 @@ msgstr "Egységesség ellenőrzése"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Csomagfájlok betöltése"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Egységesség ellenőrzése"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Változások alkalmazása"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Létrehoz %s ezzel %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Sikeresen Létrehozva"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Nem sikerült létrehozni"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -350,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 ""
|
||||
@@ -803,3 +798,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "A figyelmen kívül hagyott frissítések kiválasztása"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Egységesség ellenőrzése"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Változások alkalmazása"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Létrehoz %s ezzel %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Sikeresen Létrehozva"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Nem sikerült létrehozni"
|
||||
|
55
po/id.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -252,27 +252,6 @@ msgstr "Memeriksa integritas"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Pemuatan berkas paket"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Memeriksa integritas delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Menerapkan deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Menghasilkan %s dengan %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Menghasilkan berhasil"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Menghasilkan gagal"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -360,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 ""
|
||||
@@ -811,3 +806,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Memilih Abaian Pembaruan"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Memeriksa integritas delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Menerapkan deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Menghasilkan %s dengan %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Menghasilkan berhasil"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Menghasilkan gagal"
|
||||
|
55
po/is.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -239,27 +239,6 @@ msgstr "Athuga gæði"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Hleð inn pakkaskrám"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Athuga gæði mismunaskráa"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Virkja mismunaskrár"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Útbý %s með %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Tókst að útbúa"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Mistókst að útbúa"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
@@ -801,3 +796,19 @@ msgstr "Skyndiminni"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Velja hunsaðar uppfærslur"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Athuga gæði mismunaskráa"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Virkja mismunaskrár"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Útbý %s með %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Tókst að útbúa"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Mistókst að útbúa"
|
||||
|
39
po/is_IS.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
55
po/it.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -250,27 +250,6 @@ msgstr "Verifica dell'integrità dei pacchetti"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Caricamento dei file dei pacchetti"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Controllo dell'integrità dei delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Applicazione dei delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generazione %s con %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generazione riuscita"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generazione fallita"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -359,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!"
|
||||
@@ -812,3 +807,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Scegli aggiornamenti da ignorare"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Controllo dell'integrità dei delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Applicazione dei delta"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generazione %s con %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generazione riuscita"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generazione fallita"
|
||||
|
39
po/it_IT.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
55
po/ja.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr "ファイルの整合性を確認中"
|
||||
msgid "Loading packages files"
|
||||
msgstr "パッケージファイルのロード中"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "差分の確認中"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "差分の適用中"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "%sで%sを生成"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "パッケージの生成が成功しました"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "パッケージの生成が失敗しました"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
@@ -799,3 +794,19 @@ msgstr "キャッシュ"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "無視するアップグレードを選択"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "差分の確認中"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "差分の適用中"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "%sで%sを生成"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "パッケージの生成が成功しました"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "パッケージの生成が失敗しました"
|
||||
|
389
po/ka.po
389
po/ka.po
@@ -6,353 +6,353 @@
|
||||
# Translators:
|
||||
# arabuli <arabulibeqa@yahoo.com>, 2015
|
||||
# arabuli <arabulibeqa@yahoo.com>, 2015
|
||||
# giorgi shashviashvili <giorgishashviashvili@outlook.com>, 2019
|
||||
# zura davitashvili <zdavitashvili0@gmail.com>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||
"Last-Translator: philm <philm@manjaro.org>\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/"
|
||||
"language/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 2.2.4\n"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
msgstr "უცნობი"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Explicitly installed"
|
||||
msgstr ""
|
||||
msgstr "განზრახ დაყენებული"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Installed as a dependency for another package"
|
||||
msgstr ""
|
||||
msgstr "დაყენებულია, როგორც დამოკიდებულება სხვა პაკეტისთვის"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
msgstr "დიახ"
|
||||
|
||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
msgstr "არა"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
msgid "Failed to initialize alpm library"
|
||||
msgstr ""
|
||||
msgstr "alpm ბიბლიოთეკის წამოწყება ვერ მოხერხდა"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala ../src/transaction.vala
|
||||
msgid "Authentication failed"
|
||||
msgstr ""
|
||||
msgstr "ავთენტიფიკაცია ვერ მოხერდა"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
msgid "Failed to synchronize any databases"
|
||||
msgstr ""
|
||||
msgstr "ვერცერთი მონაცემთა ბაზის სინქრონიზაცია ვერ მოხერხდა"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
msgid "Failed to init transaction"
|
||||
msgstr ""
|
||||
msgstr "ტრანზაქციის წამოწყება ვერ მოხერხდა"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
msgid "Failed to prepare transaction"
|
||||
msgstr ""
|
||||
msgstr "ტრანზაქციის მომზადება ვერ მოხერხდა"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "target not found: %s"
|
||||
msgstr ""
|
||||
msgstr "მიზანი ვერ მოიძებნა: %s"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "package %s does not have a valid architecture"
|
||||
msgstr ""
|
||||
msgstr "პაკეტ %s-ს არ აქვს დაშვებული არქიტექტურა"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "unable to satisfy dependency '%s' required by %s"
|
||||
msgstr ""
|
||||
msgstr "შეუძლებელია %s-ის მიერ მოთხოვნილი '%s' დამოკიდებულების დაკმაყოფილება"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "installing %s (%s) breaks dependency '%s' required by %s"
|
||||
msgstr ""
|
||||
"%s (%s)-ის დაყენება აზიანებს დამოკიდებულებას '%s', რომელსაც მოითხოვს %s"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "removing %s breaks dependency '%s' required by %s"
|
||||
msgstr ""
|
||||
msgstr "%s-ის მოცილება აზიანებს დამოკიდებულებას '%s', რომელსაც მოითხოვს %s"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "%s and %s are in conflict"
|
||||
msgstr ""
|
||||
msgstr "%s და %s არიან კონფლიქტში"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "%s needs to be removed but it is a locked package"
|
||||
msgstr ""
|
||||
msgstr "%s უნდა მოცილდეს, მაგრამ ის ჩაკეტილი პაკეტია"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
msgid "Failed to commit transaction"
|
||||
msgstr ""
|
||||
msgstr "ტრანზაქციის განხორციელება ვერ მოხერხდა"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "%s exists in both %s and %s"
|
||||
msgstr ""
|
||||
msgstr "%s არსებობს %s-შიც და %s-შიც"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "%s: %s already exists in filesystem"
|
||||
msgstr ""
|
||||
msgstr "%s: %s უკვე არსებობს ფაილურ სისტემაში"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "%s is invalid or corrupted"
|
||||
msgstr ""
|
||||
msgstr "%s არასწორია ან დაზიანებულია"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "%s appears to be truncated: %jd/%jd bytes\n"
|
||||
msgstr ""
|
||||
msgstr "როგორც ჩანს %s შემცირებულია: %jd/%jd ბაიტი\n"
|
||||
|
||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||
#, c-format
|
||||
msgid "failed retrieving file '%s' from %s : %s\n"
|
||||
msgstr ""
|
||||
msgstr "'%s' ფაილის მიღება ვერ მოხერხდა %s : %s-იდან\n"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
msgstr "ასლი"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Refreshing mirrors list"
|
||||
msgstr ""
|
||||
msgstr "ახლდება საარკეების სია"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Synchronizing package databases"
|
||||
msgstr "პაკეტების მონაცემთა ბაზის სინქრონიზაცია"
|
||||
msgstr "პაკეტების მონაცემთა ბაზები სინქრონიზირდება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Starting full system upgrade"
|
||||
msgstr ""
|
||||
msgstr "იწყება სისტემის სრული განახალება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Preparing"
|
||||
msgstr ""
|
||||
msgstr "მზადდება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Choose a provider for %s"
|
||||
msgstr ""
|
||||
msgstr "%s-ისთვის მომწოდებლის არჩევა"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To remove"
|
||||
msgstr ""
|
||||
msgstr "მოცილდება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To downgrade"
|
||||
msgstr ""
|
||||
msgstr "დაქვეითდება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To build"
|
||||
msgstr ""
|
||||
msgstr "აიგება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To install"
|
||||
msgstr ""
|
||||
msgstr "დაყენდება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To reinstall"
|
||||
msgstr ""
|
||||
msgstr "ხელახლა დაყენდება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "To upgrade"
|
||||
msgstr ""
|
||||
msgstr "განახლდება"
|
||||
|
||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Total download size"
|
||||
msgstr ""
|
||||
msgstr "ჩამოტვირთვის სრული ზომა"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Building %s"
|
||||
msgstr ""
|
||||
msgstr "იგება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Transaction cancelled"
|
||||
msgstr ""
|
||||
msgstr "ტრანზაქცია გაუქმდა"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking dependencies"
|
||||
msgstr ""
|
||||
msgstr "მოწმდება დამოკიდებულებები"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking file conflicts"
|
||||
msgstr ""
|
||||
msgstr "მოწმდება ფაილის კონფლიქტები"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Resolving dependencies"
|
||||
msgstr ""
|
||||
msgstr "გვარდება დამოკიდებულებები"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking inter-conflicts"
|
||||
msgstr ""
|
||||
msgstr "მოწმდება შიდა კონფლიქტები"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Installing %s"
|
||||
msgstr ""
|
||||
msgstr "ყენდება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Upgrading %s"
|
||||
msgstr ""
|
||||
msgstr "ახლდება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Reinstalling %s"
|
||||
msgstr ""
|
||||
msgstr "ხელახლა ყენდება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Downgrading %s"
|
||||
msgstr ""
|
||||
msgstr "ქვეითდება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Removing %s"
|
||||
msgstr ""
|
||||
msgstr "სცილდება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking integrity"
|
||||
msgstr ""
|
||||
msgstr "მოწმდება მთლიანობა"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
msgstr "იტვირთება პაკეტების ფაილები"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
msgstr ""
|
||||
msgstr "კონფიგურირდება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Downloading"
|
||||
msgstr ""
|
||||
msgstr "იტვირთება"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Downloading %s"
|
||||
msgstr ""
|
||||
msgstr "იტვირთება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking available disk space"
|
||||
msgstr ""
|
||||
msgstr "მოწმდება დისკზე ხელმისაწვდომი სივრცე"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "%s optionally requires %s"
|
||||
msgstr ""
|
||||
msgstr "%s მეორეხარისხოვნად მოითხოვს %s-ს"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Database file for %s does not exist"
|
||||
msgstr ""
|
||||
msgstr "%s-ისთვის მონაცემთა ბაზის ფაილი არ არსებობს"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking keyring"
|
||||
msgstr ""
|
||||
msgstr "მოწმდება გასაღებების ასხმა"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Downloading required keys"
|
||||
msgstr ""
|
||||
msgstr "იტვირთება საჭირო გასაღებები"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "%s installed as %s.pacnew"
|
||||
msgstr ""
|
||||
msgstr "%s დაყენდა როგორც %s.pacnew"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "%s installed as %s.pacsave"
|
||||
msgstr ""
|
||||
msgstr "%s დაყენდა როგორც %s.pacsave"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Running pre-transaction hooks"
|
||||
msgstr ""
|
||||
msgstr "ეშვება ტრანზაქციამდელი კავები"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Running post-transaction hooks"
|
||||
msgstr ""
|
||||
msgstr "ეშვება ტრანზაქციის შემდგომი კავები"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "About %u seconds remaining"
|
||||
msgstr ""
|
||||
msgstr "დარჩენილია დაახლოებით %u წამი"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "About %lu minute remaining"
|
||||
msgid_plural "About %lu minutes remaining"
|
||||
msgstr[0] ""
|
||||
msgstr[0] "დარჩენილია დაახლოებით %lu წუთი"
|
||||
msgstr[1] "დარჩენილია დაახლოებით %lu წუთი"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Refreshing %s"
|
||||
msgstr ""
|
||||
msgstr "ახლდება %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
msgstr "შეცდომა"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
msgstr "გაფრთხილება"
|
||||
|
||||
#: ../src/transaction.vala ../data/interface/progress_dialog.ui
|
||||
#: ../data/interface/history_dialog.ui
|
||||
msgid "_Close"
|
||||
msgstr ""
|
||||
msgstr "დახურვა"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
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 ""
|
||||
msgstr "მონაცემთა ბაზის ჩაკეტვა შეუძლებელია!"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
msgid "Your system is up-to-date"
|
||||
@@ -364,35 +364,36 @@ msgstr "პაკეტების მმართველი"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala
|
||||
msgid "_Quit"
|
||||
msgstr "_გამოსვლა"
|
||||
msgstr "გასვლა"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala
|
||||
#, c-format
|
||||
msgid "%u available update"
|
||||
msgid_plural "%u available updates"
|
||||
msgstr[0] "%u ხელმისაწვდომი განახლება"
|
||||
msgstr[0] "ხელმისაწვდომია %u განახლება"
|
||||
msgstr[1] "ხელმისაწვდომია %u განახლება"
|
||||
|
||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||
#: ../data/interface/progress_dialog.ui ../data/interface/manager_window.ui
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
msgstr "დეტალები"
|
||||
|
||||
#: ../src/pamac-manager/manager.vala
|
||||
msgid "Pamac is already running"
|
||||
msgstr ""
|
||||
msgstr "Pamac უკვე გაშვებულია"
|
||||
|
||||
#: ../src/pamac-manager/manager.vala
|
||||
msgid "Refresh Databases"
|
||||
msgstr ""
|
||||
msgstr "მონაცემთა ბაზების განახლება"
|
||||
|
||||
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
||||
msgid "View History"
|
||||
msgstr ""
|
||||
msgstr "ისტორიის ნახვა"
|
||||
|
||||
#: ../src/pamac-manager/manager.vala ../src/pamac-manager/manager_window.vala
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Install Local Packages"
|
||||
msgstr ""
|
||||
msgstr "ადგილობრივი პაკეტების დაყენება"
|
||||
|
||||
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
||||
msgid "Preferences"
|
||||
@@ -400,307 +401,310 @@ msgstr "პარამეტრები"
|
||||
|
||||
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
msgstr "შესახებ"
|
||||
|
||||
#: ../src/pamac-manager/manager.vala
|
||||
msgid "Quit"
|
||||
msgstr ""
|
||||
msgstr "გასვლა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Deselect"
|
||||
msgstr ""
|
||||
msgstr "მონიშვნის გაუქმება"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Upgrade"
|
||||
msgstr ""
|
||||
msgstr "განახლება"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
msgstr "დაყენება"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
msgstr "მოცილება"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Waiting for another package manager to quit"
|
||||
msgstr ""
|
||||
msgstr "ვუცდით სხვა პაკეტების მმართველის მუშაობის დასრულებას"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
msgid_plural "%u pending operations"
|
||||
msgstr[0] ""
|
||||
msgstr[0] "მოლოდინშია %u ოპერაცია"
|
||||
msgstr[1] "მოლოდინშია %u ოპერაცია"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Installed"
|
||||
msgstr ""
|
||||
msgstr "დაყენებული"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Orphans"
|
||||
msgstr ""
|
||||
msgstr "ობლები"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Foreign"
|
||||
msgstr ""
|
||||
msgstr "უცხო"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
msgstr "მოლოდინში"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Install Reason"
|
||||
msgstr ""
|
||||
msgstr "დაყენების მიზეზი"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Mark as explicitly installed"
|
||||
msgstr ""
|
||||
msgstr "განზრახ დაყენებულად მონიშვნა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Licenses"
|
||||
msgstr ""
|
||||
msgstr "ლიცენზიები"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
msgstr "საცავი"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Download size"
|
||||
msgstr ""
|
||||
msgstr "ჩამოტვირთვის ზომა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Installed size"
|
||||
msgstr ""
|
||||
msgstr "დაყენებულის ზომა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
msgstr "ჯგუფები"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Packager"
|
||||
msgstr ""
|
||||
msgstr "შემფუთავი"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Build Date"
|
||||
msgstr ""
|
||||
msgstr "აგების თარიღი"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Install Date"
|
||||
msgstr ""
|
||||
msgstr "დაყენების თარიღი"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Signatures"
|
||||
msgstr ""
|
||||
msgstr "ხელმოწერები"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Backup files"
|
||||
msgstr ""
|
||||
msgstr "სარეზერვო ფაილები"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Depends On"
|
||||
msgstr ""
|
||||
msgstr "დამოკიდებულია"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Optional Dependencies"
|
||||
msgstr ""
|
||||
msgstr "მეორეხარისხოვანი დამოკიდებულებები"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Required By"
|
||||
msgstr ""
|
||||
msgstr "მოითხოვა შემდეგმა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Optional For"
|
||||
msgstr ""
|
||||
msgstr "მეორეხარისხოვანია შემდეგისთვის"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Provides"
|
||||
msgstr ""
|
||||
msgstr "გვთავაზობს"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Replaces"
|
||||
msgstr ""
|
||||
msgstr "ანაცვლებს"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Conflicts With"
|
||||
msgstr ""
|
||||
msgstr "კონფლიქტშია შემდეგთან"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Package Base"
|
||||
msgstr ""
|
||||
msgstr "პაკეტის ბაზა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Maintainer"
|
||||
msgstr ""
|
||||
msgstr "შემმუშავებელი"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "First Submitted"
|
||||
msgstr ""
|
||||
msgstr "პირველად განთავსდა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Last Modified"
|
||||
msgstr ""
|
||||
msgstr "ბოლოს შეიცვლა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Votes"
|
||||
msgstr ""
|
||||
msgstr "ხმები"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Out of Date"
|
||||
msgstr ""
|
||||
msgstr "მოძველებული"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Make Dependencies"
|
||||
msgstr ""
|
||||
msgstr "აგებისთვის საჭირო დამოკიდებულებები"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Check Dependencies"
|
||||
msgstr ""
|
||||
msgstr "დამოკიდებულებების შემოწმება"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "სახელი"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
#: ../data/interface/transaction_sum_dialog.ui
|
||||
#: ../data/interface/manager_window.ui
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "_Cancel"
|
||||
msgstr ""
|
||||
msgstr "გაუქმება"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "_Open"
|
||||
msgstr ""
|
||||
msgstr "გახსნა"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "Alpm Package"
|
||||
msgstr ""
|
||||
msgstr "Alpm პაკეტი"
|
||||
|
||||
#: ../src/pamac-manager/manager_window.vala
|
||||
msgid "A Gtk3 frontend for libalpm"
|
||||
msgstr ""
|
||||
msgstr "Gtk3 ინტერფეისი libalpm-ისთვის"
|
||||
|
||||
#: ../src/preferences_dialog.vala ../data/interface/preferences_dialog.ui
|
||||
msgid "How often to check for updates, value in hours"
|
||||
msgstr ""
|
||||
msgstr "რა სიხშირით შემოწმდეს განახლებები, რიცხვი საათებში"
|
||||
|
||||
#: ../src/preferences_dialog.vala ../data/interface/preferences_dialog.ui
|
||||
msgid "Number of versions of each package to keep in the cache"
|
||||
msgstr ""
|
||||
msgstr "ქეშში დასატოვებელი თითოეული პაკეტის ვერსიების რაოდენობა"
|
||||
|
||||
#: ../src/preferences_dialog.vala
|
||||
msgid "Build directory"
|
||||
msgstr ""
|
||||
msgstr "აგების კატალოგი"
|
||||
|
||||
#: ../src/preferences_dialog.vala
|
||||
msgid "Worldwide"
|
||||
msgstr ""
|
||||
msgstr "მსოფლიოს მასშტაბით"
|
||||
|
||||
#: ../src/preferences_dialog.vala
|
||||
msgid "Speed"
|
||||
msgstr ""
|
||||
msgstr "სიჩქარით"
|
||||
|
||||
#: ../src/preferences_dialog.vala
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
msgstr "შემთხვევით"
|
||||
|
||||
#: ../data/polkit/org.pamac.policy.in
|
||||
msgid "Authentication is required"
|
||||
msgstr ""
|
||||
msgstr "საჭიროა ავთენტიფიკაცია"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
msgid "Choose a Provider"
|
||||
msgstr ""
|
||||
msgstr "მომწოდებლის არჩევა"
|
||||
|
||||
#: ../data/interface/choose_provider_dialog.ui
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
msgstr "არჩევა"
|
||||
|
||||
#: ../data/interface/progress_dialog.ui
|
||||
msgid "Progress"
|
||||
msgstr ""
|
||||
msgstr "პროგრესი"
|
||||
|
||||
#: ../data/interface/history_dialog.ui
|
||||
msgid "Pamac History"
|
||||
msgstr ""
|
||||
msgstr "Pamac-ის ისტორია"
|
||||
|
||||
#: ../data/interface/transaction_sum_dialog.ui
|
||||
msgid "Transaction Summary"
|
||||
msgstr ""
|
||||
msgstr "ტრანზაქციის შეჯამება"
|
||||
|
||||
#: ../data/interface/transaction_sum_dialog.ui
|
||||
msgid "Commit"
|
||||
msgstr ""
|
||||
msgstr "განხორციელება"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Refresh databases"
|
||||
msgstr ""
|
||||
msgstr "მონაცემთა ბაზების განახლება"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
msgstr "ძებნა"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
msgstr "სტატუსი"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Repositories"
|
||||
msgstr ""
|
||||
msgstr "საცავები"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
msgstr "განახლებები"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
msgstr "ვერსია"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Size"
|
||||
msgstr ""
|
||||
msgstr "ზომა"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Popularity"
|
||||
msgstr ""
|
||||
msgstr "პოპულარობა"
|
||||
|
||||
#: ../data/interface/manager_window.ui ../data/interface/preferences_dialog.ui
|
||||
msgid "AUR"
|
||||
msgstr ""
|
||||
msgstr "AUR"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Browse"
|
||||
msgstr ""
|
||||
msgstr "დათვალიერება"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Reinstall"
|
||||
msgstr ""
|
||||
msgstr "ხელახლა დაყენება"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Dependencies"
|
||||
msgstr ""
|
||||
msgstr "დამოკიდებულებები"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "Files"
|
||||
msgstr ""
|
||||
msgstr "ფაილები"
|
||||
|
||||
#: ../data/interface/manager_window.ui
|
||||
msgid "_Apply"
|
||||
msgstr ""
|
||||
msgstr "დაწყება"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Remove unrequired dependencies"
|
||||
msgstr ""
|
||||
msgstr "არასაჭირო დამოკიდებულებების მოცილება"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
"When removing a package, also remove its dependencies that are not required "
|
||||
"by other packages"
|
||||
msgstr ""
|
||||
"პაკეტის მოცილებისას, ასევე მოაცილე მისი ის დამოკიდებულებები, რომლებიც არ "
|
||||
"ესაჭიროება სხვა პაკეტებს"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check available disk space"
|
||||
msgstr ""
|
||||
msgstr "დისკზე ხელმისაწვდომი სივრცის შემოწმება"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check for updates"
|
||||
@@ -708,51 +712,51 @@ msgstr "განახლებების შემოწმება"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Update files databases (more details but slower)"
|
||||
msgstr ""
|
||||
msgstr "ფაილების მონაცემთა ბაზების განახლება(მეტი დეტალია, მაგრამ უფრო ნელია)"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Hide tray icon when no update available"
|
||||
msgstr ""
|
||||
msgstr "დამალე ხატულა ლანგარზე, როდესაც განახლებები არაა ხელმისაწვდომი"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Ignore upgrades for:"
|
||||
msgstr ""
|
||||
msgstr "გამოტოვე მათი განახლებები:"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
msgstr "ზოგადი"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
msgstr "ფონის ფერი:"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
msgstr "ტექსტის ფერი:"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Font:"
|
||||
msgstr ""
|
||||
msgstr "შრიფტი:"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Terminal"
|
||||
msgstr ""
|
||||
msgstr "ტერმინალი"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Use mirrors from:"
|
||||
msgstr ""
|
||||
msgstr "გამოიყენე სარკეები:"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Sort mirrors by:"
|
||||
msgstr ""
|
||||
msgstr "სარკეების დალაგება:"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Refresh Mirrors List"
|
||||
msgstr ""
|
||||
msgstr "სარკეების სიის განახლება"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Official Repositories"
|
||||
msgstr ""
|
||||
msgstr "ოფიციალური საცავები"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid ""
|
||||
@@ -760,18 +764,21 @@ msgid ""
|
||||
"problems.\n"
|
||||
"All AUR users should be familiar with the build process."
|
||||
msgstr ""
|
||||
"AUR არის საზოგადოების მიერ შემუშავებული საცავი, ამიტომ ის წარმოადგენს "
|
||||
"პოტენციურ რისკებს და პრობლემებს.\n"
|
||||
"AUR-ის ყველა მომხმარებელი უნდა იცნობდეს აგების პროცესს."
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Enable AUR support"
|
||||
msgstr ""
|
||||
msgstr "AUR-ის მხარდაჭერის ჩართვა"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Allow Pamac to search and install packages from AUR"
|
||||
msgstr ""
|
||||
msgstr "ნება დართეთ Pamac-ს, რომ მოძებნოს და დააყენოს პაკეტები AUR-იდან"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Search in AUR by default"
|
||||
msgstr ""
|
||||
msgstr "ავტომატურად AUR-შიც მოიძებნოს"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Check for updates from AUR"
|
||||
@@ -779,16 +786,16 @@ msgstr "განახლებების შემოწმება AUR-ი
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Remove only the versions of uninstalled packages"
|
||||
msgstr ""
|
||||
msgstr "მხოლოდ წაშლილი პაკეტების ვერსიების მოცილება"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Clean cache"
|
||||
msgstr ""
|
||||
msgstr "ქეშის გაწმენდა"
|
||||
|
||||
#: ../data/interface/preferences_dialog.ui
|
||||
msgid "Cache"
|
||||
msgstr ""
|
||||
msgstr "ქეში"
|
||||
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
msgstr "აირჩიეთ გამოსატოვებელი განახლებები"
|
||||
|
39
po/ko.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr "꾸러미 파일을 로드중입니다."
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
|
55
po/lt.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -240,27 +240,6 @@ msgstr "Tikrinamas vientisumas"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Įkeliami paketų failai"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Tikrinamas delta vientisumas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Pritaikomos deltos"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Kuriama %s su %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Kūrimas sėkmingas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Kūrimas nepavyko"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -350,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 ""
|
||||
@@ -805,3 +800,19 @@ msgstr "Podėlis"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Pasirinkti nepaisomus atnaujinimus"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Tikrinamas delta vientisumas"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Pritaikomos deltos"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Kuriama %s su %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Kūrimas sėkmingas"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Kūrimas nepavyko"
|
||||
|
@@ -1,2 +1,2 @@
|
||||
i18n = import('i18n')
|
||||
i18n.gettext('pamac', languages: ['af', 'ar', 'ast', 'az_AZ', 'be', 'bg', 'bn', 'bs', 'bs_BA', 'ca', 'ca_ES', 'cs', 'cs_CZ', 'cy', 'da', 'de', 'de_CH', 'de_DE', 'el', 'el_GR', 'en_GB', 'eo', 'es', 'es_419', 'es_AR', 'es_ES', 'es_MX', 'es_SV', 'et', 'eu', 'fa', 'fa_IR', 'fi', 'fo', 'fr', 'gl', 'he', 'hi', 'hi_IN', 'hr', 'hr_HR', 'hu', 'id', 'is', 'is_IS', 'it', 'it_IT', 'ja', 'ka', 'ko', 'lt', 'ml', 'ms', 'nb', 'nl', 'nl_BE', 'nl_NL', 'nn', 'pl', 'pl_PL', 'pt', 'pt_BR', 'pt_PT', 'ro', 'ru', 'si', 'sk', 'sl', 'sl_SI', 'sr', 'sr@latin', 'sr_RS', 'sr_RS@latin', 'sv', 'tr', 'uk', 'ur_PK', 'uz', 'vi', 'zh', 'zh_CN', 'zh_TW'])
|
||||
i18n.gettext('pamac', languages: ['ka', 'af', 'ar', 'ast', 'az_AZ', 'be', 'bg', 'bn', 'bs', 'bs_BA', 'ca', 'ca_ES', 'cs', 'cs_CZ', 'cy', 'da', 'de', 'de_CH', 'de_DE', 'el', 'el_GR', 'en_GB', 'eo', 'es', 'es_419', 'es_AR', 'es_ES', 'es_MX', 'es_SV', 'et', 'eu', 'fa', 'fa_IR', 'fi', 'fo', 'fr', 'gl', 'he', 'hi', 'hi_IN', 'hr', 'hr_HR', 'hu', 'id', 'is', 'is_IS', 'it', 'it_IT', 'ja', 'ko', 'lt', 'ml', 'ms', 'nb', 'nl', 'nl_BE', 'nl_NL', 'nn', 'pl', 'pl_PL', 'pt', 'pt_BR', 'pt_PT', 'ro', 'ru', 'si', 'sk', 'sl', 'sl_SI', 'sr', 'sr@latin', 'sr_RS', 'sr_RS@latin', 'sv', 'tr', 'uk', 'ur_PK', 'uz', 'vi', 'zh', 'zh_CN', 'zh_TW'])
|
||||
|
39
po/ml.po
39
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: 2017-11-11 23:01-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-"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
49
po/ms.po
49
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr "Memeriksa integriti"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Memuatkan fail pakej"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Memeriksa integriti delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Serapkan delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Menjana %s dengan %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
@@ -791,3 +786,13 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Memeriksa integriti delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Serapkan delta"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Menjana %s dengan %s"
|
||||
|
55
po/nb.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -254,27 +254,6 @@ msgstr "Sjekker integritet"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Laster pakke filer"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Sjekker integritet"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Anfører deltaer"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generer %s med %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generering lyktes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generering feilet"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -363,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 ""
|
||||
@@ -816,3 +811,19 @@ msgstr "Hurtiglager"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Velg ignorerte oppdateringer "
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Sjekker integritet"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Anfører deltaer"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generer %s med %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generering lyktes"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generering feilet"
|
||||
|
55
po/nl.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -252,27 +252,6 @@ msgstr "Controle op integriteit"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Pakket bestanden laden"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Delta integriteit controleren"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Toepassen delta's"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Genereren %s met %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Genereren gelukt"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Genereren mislukt"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -361,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 ""
|
||||
@@ -814,3 +809,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Kies genegeerde upgrades"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Delta integriteit controleren"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Toepassen delta's"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Genereren %s met %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Genereren gelukt"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Genereren mislukt"
|
||||
|
55
po/nl_BE.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr "Volledigheid nakijken"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Pakkettenbestanden binnenhalen"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Delta integriteit verifiëren"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Deltas doorvoeren"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "%s genereren met %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generatie succesvol "
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generatie gefaald"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -346,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 ""
|
||||
@@ -799,3 +794,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Genegeerde upgrades kiezen "
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Delta integriteit verifiëren"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Deltas doorvoeren"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "%s genereren met %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generatie succesvol "
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generatie gefaald"
|
||||
|
55
po/nl_NL.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -242,27 +242,6 @@ msgstr "Bezig met controleren van integriteit"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Bezig met laden van pakketbestanden"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Bezig met controleren van delta-integriteit"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Bezig met toepassen van delta's"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Bezig met genereren van %s met %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Het genereren is gelukt"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Het genereren is mislukt"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -351,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 ""
|
||||
@@ -804,3 +799,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Kies genegeerde upgrades"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Bezig met controleren van delta-integriteit"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Bezig met toepassen van delta's"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Bezig met genereren van %s met %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Het genereren is gelukt"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Het genereren is mislukt"
|
||||
|
39
po/nn.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -345,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 ""
|
||||
|
39
po/pamac.pot
39
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: 2019-07-19 08:43-0400\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"
|
||||
@@ -235,27 +235,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -344,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 ""
|
||||
|
55
po/pl.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -249,27 +249,6 @@ msgstr "Sprawdzanie spójności"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Wczytywanie plików pakietów"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Sprawdzanie integralności delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Zastosowywanie delt"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generowanie %s przy użyciu %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generowanie zakończone sukcesem"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generowanie nie powiodło się"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -360,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 ""
|
||||
@@ -818,3 +813,19 @@ msgstr "Pamięć podręczna"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Wybierz ignorowane aktualizacje"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Sprawdzanie integralności delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Zastosowywanie delt"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generowanie %s przy użyciu %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generowanie zakończone sukcesem"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generowanie nie powiodło się"
|
||||
|
39
po/pl_PL.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -238,27 +238,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -349,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 ""
|
||||
|
55
po/pt.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -237,27 +237,6 @@ msgstr "A verificar a integridade dos pacotes"
|
||||
msgid "Loading packages files"
|
||||
msgstr "A carregar ficheiros de pacotes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "A verificar a integridade do delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "A aplicar deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "A gerar %s com %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Geração bem sucedida"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Geração falhou"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -346,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 ""
|
||||
@@ -800,3 +795,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Escolher Atualizações Ignoradas"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "A verificar a integridade do delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "A aplicar deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "A gerar %s com %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Geração bem sucedida"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Geração falhou"
|
||||
|
55
po/pt_BR.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -254,27 +254,6 @@ msgstr "Verificando a integridade dos pacotes"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Carregando arquivos de pacotes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Verificando a integridade do delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplicando deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Gerando %s com %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Geração bem sucedida"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Falha na geração"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -363,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 ""
|
||||
@@ -817,3 +812,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Escolha atualizações ignoradas"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Verificando a integridade do delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplicando deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Gerando %s com %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Geração bem sucedida"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Falha na geração"
|
||||
|
55
po/pt_PT.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -245,27 +245,6 @@ msgstr "A verificar a integridade dos pacotes"
|
||||
msgid "Loading packages files"
|
||||
msgstr "A carregar ficheiros de pacotes"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "A verificar a integridade do delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "A aplicar deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "A gerar %s com %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Geração bem sucedida"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Geração falhou"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -354,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 ""
|
||||
@@ -808,3 +803,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Escolher Atualizações Ignoradas"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "A verificar a integridade do delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "A aplicar deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "A gerar %s com %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Geração bem sucedida"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Geração falhou"
|
||||
|
55
po/ro.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -242,27 +242,6 @@ msgstr "Se verifică integritatea"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Se încarcă fișierele pachetelor"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Se verifică delta integritatea"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Se aplică delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Se generează %s cu %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generare reușită"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generare eșuată"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -352,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 ""
|
||||
@@ -806,3 +801,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Alege actualizări ignorate"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Se verifică delta integritatea"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Se aplică delta"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Se generează %s cu %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generare reușită"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generare eșuată"
|
||||
|
55
po/ru.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -257,27 +257,6 @@ msgstr "Проверка целостности"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Загрузка файлов пакетов"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Проверка целостности дельт"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Применение дельт"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Генерация %s с %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Генерация успешно завершена"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Генерация не удалась"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -368,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 ""
|
||||
@@ -825,3 +820,19 @@ msgstr "Кэш"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Выбрать пропущенные обновления"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Проверка целостности дельт"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Применение дельт"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Генерация %s с %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Генерация успешно завершена"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Генерация не удалась"
|
||||
|
39
po/si.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -238,27 +238,6 @@ msgstr "සම්පූර්ණත්වය පරීක්ෂා කරයි"
|
||||
msgid "Loading packages files"
|
||||
msgstr "පැකේජ පූරණය වෙමින් පවතී"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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 ""
|
||||
|
55
po/sk.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -243,27 +243,6 @@ msgstr "Kontroluje sa integrita"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Načítavajú sa súbory balíkov"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Kontroluje sa integrita súčastí delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Aplikujú sa súčasti delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generuje sa %s s %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generovanie bolo úspešné"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generovanie zlyhalo"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -353,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 ""
|
||||
@@ -809,3 +804,19 @@ msgstr "Vyrovnávacia pamäť"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Voľba ignorovaných aktualizácií"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Kontroluje sa integrita súčastí delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Aplikujú sa súčasti delta"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generuje sa %s s %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generovanie bolo úspešné"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generovanie zlyhalo"
|
||||
|
55
po/sl.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -244,27 +244,6 @@ msgstr "Preverjanje celovitosti"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Nalaganje datotek paketov"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Preverjanje celovitosti delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Apliciranje delt"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generiranje %s z %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generiranje uspešno"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generiranje ni bilo uspešno"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -355,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 ""
|
||||
@@ -813,3 +808,19 @@ msgstr "Predpomnilnik"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Paketi, ki naj se ne posodabljajo"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Preverjanje celovitosti delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Apliciranje delt"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generiranje %s z %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generiranje uspešno"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generiranje ni bilo uspešno"
|
||||
|
39
po/sl_SI.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
|
55
po/sr.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr "Провера интегритета"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Учитавање датотека пакета"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Провера делта интегритета"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Примени делте"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Грађење %s са %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Грађење успешно"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Грађење неуспешно"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -350,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 ""
|
||||
@@ -802,3 +797,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Провера делта интегритета"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Примени делте"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Грађење %s са %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Грађење успешно"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Грађење неуспешно"
|
||||
|
@@ -14,7 +14,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manjaro-pamac\n"
|
||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
||||
"POT-Creation-Date: 2017-11-11 23:01-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/"
|
||||
@@ -243,27 +243,6 @@ msgstr "Proveravanje integriteta"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Učitavanje datoteka paketa"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Proveravanje integriteta delte"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Primenjivanje delte"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Generisanje %s sa %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generisanje je uspelo"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generisanje nije uspelo"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -353,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 ""
|
||||
@@ -803,3 +798,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Proveravanje integriteta delte"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Primenjivanje delte"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Generisanje %s sa %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generisanje je uspelo"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generisanje nije uspelo"
|
||||
|
39
po/sr_RS.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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 ""
|
||||
|
55
po/sv.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -245,27 +245,6 @@ msgstr "Kontrollerar integritet"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Laddar paketfiler"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Kontrollerar skillnadsintegritet"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Tillämpar skillnader"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Genererar %s med %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Generering lyckades"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Generering misslyckades"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -354,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 ""
|
||||
@@ -807,3 +802,19 @@ msgstr "Cache"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Välj ignorerade paket"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Kontrollerar skillnadsintegritet"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Tillämpar skillnader"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Genererar %s med %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Generering lyckades"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Generering misslyckades"
|
||||
|
55
po/tr.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -243,27 +243,6 @@ msgstr "Bütünlük Denetleniyor"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Paket Dosyalari Yükleniyor"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Delta bütünlüğü kontrol ediliyor"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Deltalar uygulanıyor"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Oluşturuluyor %s ile %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Oluşturma başarılı"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Oluşturulamadı"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -352,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 ""
|
||||
@@ -805,3 +800,19 @@ msgstr "Önbellek"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Güncellenmeyecek Paketleri Seç"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Delta bütünlüğü kontrol ediliyor"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Deltalar uygulanıyor"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Oluşturuluyor %s ile %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Oluşturma başarılı"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Oluşturulamadı"
|
||||
|
55
po/uk.po
55
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: 2017-11-11 23:01-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-"
|
||||
@@ -249,27 +249,6 @@ msgstr "Перевірка цілісності"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Завантаження пакетів файлів"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Перевірка цілісності delta"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Застосування deltas"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Генерація %s з %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Вдала генерація"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Невдале генерування"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -359,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 ""
|
||||
@@ -814,3 +809,19 @@ msgstr "Кеш"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "Оберіть ігноровані Оновлення"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Перевірка цілісності delta"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Застосування deltas"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Генерація %s з %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Вдала генерація"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Невдале генерування"
|
||||
|
39
po/ur_PK.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -237,27 +237,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -346,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 ""
|
||||
|
55
po/uz.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -239,27 +239,6 @@ msgstr "Butunligi tekshirilmoqda"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Paketlar fayllari yuklanmoqda"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "Delta butunligi tekshirilmoqda"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "Deltalar qo'llanilmoqda"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "%s'ni %s bilan yaratilmoqda"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Yaratish muvaffaqiyatli"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Yaratish muvaffaqiyatsiz"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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 ""
|
||||
@@ -793,3 +788,19 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "Delta butunligi tekshirilmoqda"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "Deltalar qo'llanilmoqda"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "%s'ni %s bilan yaratilmoqda"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Yaratish muvaffaqiyatli"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Yaratish muvaffaqiyatsiz"
|
||||
|
49
po/vi.po
49
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: 2017-11-11 23:01-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-"
|
||||
@@ -239,27 +239,6 @@ msgstr "Đang kiểm tra tính toàn vẹn"
|
||||
msgid "Loading packages files"
|
||||
msgstr "Đang nạp các tệp tin của các gói"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "Đang tạo lập %s với %s"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "Quá trình tạo lập thành công"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "Quá trình tạo lâp thất bại"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -347,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 ""
|
||||
@@ -793,3 +788,13 @@ msgstr ""
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "Đang tạo lập %s với %s"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "Quá trình tạo lập thành công"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "Quá trình tạo lâp thất bại"
|
||||
|
39
po/zh.po
39
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: 2017-11-11 23:01-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/"
|
||||
@@ -236,27 +236,6 @@ msgstr ""
|
||||
msgid "Loading packages files"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -344,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 ""
|
||||
|
55
po/zh_CN.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -242,27 +242,6 @@ msgstr "正在检查完整性"
|
||||
msgid "Loading packages files"
|
||||
msgstr "正在载入包文件"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "正在检查增量完整性"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "正在应用增量"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "正在生成 %s (使用 %s )"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "生成成功"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "生成失败"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -350,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 ""
|
||||
@@ -798,3 +793,19 @@ msgstr "缓存"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "选择忽略的更新"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "正在检查增量完整性"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "正在应用增量"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "正在生成 %s (使用 %s )"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "生成成功"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "生成失败"
|
||||
|
55
po/zh_TW.po
55
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: 2017-11-11 23:01-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/"
|
||||
@@ -240,27 +240,6 @@ msgstr "正在檢查軟體包完整性"
|
||||
msgid "Loading packages files"
|
||||
msgstr "正在載入套件檔案"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Checking delta integrity"
|
||||
msgstr "正在檢查增量包完整性"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Applying deltas"
|
||||
msgstr "正在套用增量包"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Generating %s with %s"
|
||||
msgstr "正在生成 %s (使用 %s)"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation succeeded"
|
||||
msgstr "生成成功"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
msgid "Generation failed"
|
||||
msgstr "生成失敗"
|
||||
|
||||
#: ../src/transaction.vala
|
||||
#, c-format
|
||||
msgid "Configuring %s"
|
||||
@@ -348,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 ""
|
||||
@@ -796,3 +791,19 @@ msgstr "快取"
|
||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||
msgid "Choose Ignored Upgrades"
|
||||
msgstr "選取已忽略的更新"
|
||||
|
||||
#~ msgid "Checking delta integrity"
|
||||
#~ msgstr "正在檢查增量包完整性"
|
||||
|
||||
#~ msgid "Applying deltas"
|
||||
#~ msgstr "正在套用增量包"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "Generating %s with %s"
|
||||
#~ msgstr "正在生成 %s (使用 %s)"
|
||||
|
||||
#~ msgid "Generation succeeded"
|
||||
#~ msgstr "生成成功"
|
||||
|
||||
#~ msgid "Generation failed"
|
||||
#~ msgstr "生成失敗"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
posix
|
||||
libnotify
|
||||
atk
|
||||
cairo
|
||||
gdk-3.0
|
||||
|
@@ -52,7 +52,6 @@ public class AlpmConfig {
|
||||
string? logfile;
|
||||
string? gpgdir;
|
||||
string? arch;
|
||||
double deltaratio;
|
||||
int usesyslog;
|
||||
public int checkspace;
|
||||
GLib.List<string> cachedirs;
|
||||
@@ -96,7 +95,6 @@ public class AlpmConfig {
|
||||
syncfirsts = new GLib.List<string> ();
|
||||
usesyslog = 0;
|
||||
checkspace = 0;
|
||||
deltaratio = 0.7;
|
||||
siglevel = Alpm.Signature.Level.PACKAGE | Alpm.Signature.Level.PACKAGE_OPTIONAL | Alpm.Signature.Level.DATABASE | Alpm.Signature.Level.DATABASE_OPTIONAL;
|
||||
localfilesiglevel = Alpm.Signature.Level.USE_DEFAULT;
|
||||
remotefilesiglevel = Alpm.Signature.Level.USE_DEFAULT;
|
||||
@@ -174,7 +172,6 @@ public class AlpmConfig {
|
||||
}
|
||||
handle.gpgdir = gpgdir;
|
||||
handle.arch = arch;
|
||||
handle.deltaratio = deltaratio;
|
||||
handle.usesyslog = usesyslog;
|
||||
handle.checkspace = checkspace;
|
||||
handle.defaultsiglevel = siglevel;
|
||||
@@ -280,8 +277,6 @@ public class AlpmConfig {
|
||||
} else {
|
||||
arch = val;
|
||||
}
|
||||
} else if (key == "UseDelta") {
|
||||
deltaratio = double.parse (val);
|
||||
} else if (key == "UseSysLog") {
|
||||
usesyslog = 1;
|
||||
} else if (key == "CheckSpace") {
|
||||
|
@@ -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.0.1')
|
||||
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.0.1',
|
||||
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.0.1',
|
||||
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.0.1')
|
||||
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.0.1')
|
||||
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.0.1')
|
||||
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.0.1')
|
||||
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) };
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -780,7 +780,7 @@ namespace Pamac {
|
||||
foreach (unowned string name in alpm_config.get_syncfirsts ()) {
|
||||
pkg = Alpm.find_satisfier (alpm_handle.localdb.pkgcache, name);
|
||||
if (pkg != null) {
|
||||
candidate = pkg.sync_newversion (alpm_handle.syncdbs);
|
||||
candidate = pkg.get_new_version (alpm_handle.syncdbs);
|
||||
if (candidate != null) {
|
||||
var infos = initialise_pkg_struct (candidate);
|
||||
infos.installed_version = pkg.version;
|
||||
@@ -809,7 +809,7 @@ namespace Pamac {
|
||||
unowned Alpm.Package installed_pkg = pkgcache.data;
|
||||
// check if installed_pkg is in IgnorePkg or IgnoreGroup
|
||||
if (alpm_handle.should_ignore (installed_pkg) == 0) {
|
||||
candidate = installed_pkg.sync_newversion (alpm_handle.syncdbs);
|
||||
candidate = installed_pkg.get_new_version (alpm_handle.syncdbs);
|
||||
if (candidate != null) {
|
||||
var infos = initialise_pkg_struct (candidate);
|
||||
infos.installed_version = installed_pkg.version;
|
||||
@@ -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");
|
||||
@@ -1616,9 +1616,8 @@ namespace Pamac {
|
||||
case Alpm.Errno.PKG_INVALID:
|
||||
case Alpm.Errno.PKG_INVALID_CHECKSUM:
|
||||
case Alpm.Errno.PKG_INVALID_SIG:
|
||||
case Alpm.Errno.DLT_INVALID:
|
||||
string[] details = {};
|
||||
details += Alpm.strerror (errno) + ":";
|
||||
details += Alpm.strerror (errnos) + ":";
|
||||
unowned Alpm.List<string*> list = err_data;
|
||||
while (list != null) {
|
||||
string* filename = list.data;
|
||||
@@ -1632,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;
|
||||
@@ -1776,10 +1775,6 @@ private void cb_event (Alpm.Event.Data data) {
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case Alpm.Event.Type.DELTA_PATCH_START:
|
||||
details += data.delta_patch_delta.to;
|
||||
details += data.delta_patch_delta.delta;
|
||||
break;
|
||||
case Alpm.Event.Type.SCRIPTLET_INFO:
|
||||
details += data.scriptlet_info_line;
|
||||
break;
|
||||
|
@@ -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.0.1')
|
||||
cfg_pamac_tray.set('VERSION', '7.2.0')
|
||||
cfg_pamac_tray.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_3 = configure_file(
|
||||
|
@@ -46,7 +46,7 @@ namespace Pamac {
|
||||
GLib.File lockfile;
|
||||
bool updates_available;
|
||||
|
||||
public TrayIcon () {
|
||||
protected TrayIcon () {
|
||||
application_id = "org.pamac.tray";
|
||||
flags = ApplicationFlags.FLAGS_NONE;
|
||||
}
|
||||
|
@@ -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.0.1')
|
||||
cfg_pamac_user_daemon.set('VERSION', '7.2.0')
|
||||
cfg_pamac_user_daemon.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_2 = configure_file(
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user