Compare commits
27 Commits
Author | SHA1 | Date | |
---|---|---|---|
7324482ef5
|
|||
cdd9088d91 | |||
|
7a9a241181 | ||
|
11e1ba2564 | ||
fa9a403714
|
|||
a9661508cb | |||
|
f3d4c04f35 | ||
|
4d14ca0fcf | ||
|
b5a6f05654 | ||
|
10722140f3 | ||
|
fb8724826e | ||
|
24b9105207 | ||
|
b518a15229 | ||
4dcfa3ff98 | |||
62a9402dac
|
|||
6b8f93fe7e | |||
8ca16ace45 | |||
06672f6f1f
|
|||
49dc0c20a0
|
|||
d3fe4c0bae
|
|||
9b9880e65d
|
|||
9d0aa6f36c
|
|||
1d44f7b034
|
|||
625f8df4aa | |||
53ba5f24b3
|
|||
6a6175478a
|
|||
b6144a7164
|
63
README.md
63
README.md
@@ -34,47 +34,6 @@ A graphical package manager for pacman
|
|||||||
- Vala: 0.38
|
- Vala: 0.38
|
||||||
- AutoVala: 1.2.0 (optional to regenerate CMake and Meson files)
|
- 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
|
## Using Meson with Ninja
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -92,24 +51,4 @@ ninja install
|
|||||||
- -DKDE_TRAY=ON (to build kde tray icon instead of gtk tray icon)
|
- -DKDE_TRAY=ON (to build kde tray icon instead of gtk tray icon)
|
||||||
- -DENABLE_UPDATE_ICON=ON (to install the update desktop entry)
|
- -DENABLE_UPDATE_ICON=ON (to install the update desktop entry)
|
||||||
- -DICON_UPDATE=OFF (to disable updating the icon cache)
|
- -DICON_UPDATE=OFF (to disable updating the icon cache)
|
||||||
- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu)
|
- -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)
|
|
@@ -847,6 +847,65 @@ All AUR users should be familiar with the build process.</property>
|
|||||||
<property name="position">3</property>
|
<property name="position">3</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox" id="box4">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">False</property>
|
||||||
|
<property name="margin_left">26</property>
|
||||||
|
<property name="spacing">12</property>
|
||||||
|
<property name="homogeneous">True</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkSwitch" id="aur_keep_pkgs_button">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">True</property>
|
||||||
|
<property name="tooltip_text" translatable="yes">Keep built packages</property>
|
||||||
|
<property name="halign">end</property>
|
||||||
|
<property name="margin_left">6</property>
|
||||||
|
<property name="margin_right">6</property>
|
||||||
|
<property name="margin_start">6</property>
|
||||||
|
<property name="margin_end">6</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="aur_move_dir_label">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">False</property>
|
||||||
|
<property name="halign">start</property>
|
||||||
|
<property name="hexpand">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkFileChooserButton" id="aur_move_dir_file_chooser">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">False</property>
|
||||||
|
<property name="halign">end</property>
|
||||||
|
<property name="margin_left">24</property>
|
||||||
|
<property name="action">select-folder</property>
|
||||||
|
<property name="title" translatable="yes"/>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">2</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">3</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="name">aur</property>
|
<property name="name">aur</property>
|
||||||
|
@@ -28,5 +28,19 @@
|
|||||||
Directory where to build packages that come from the AUR
|
Directory where to build packages that come from the AUR
|
||||||
</description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
|
<key name="aur-keep-pkgs" type="b">
|
||||||
|
<default>false</default>
|
||||||
|
<summary>Copy AUR packages</summary>
|
||||||
|
<description>
|
||||||
|
Save built packages on disk
|
||||||
|
</description>
|
||||||
|
</key>
|
||||||
|
<key name="move-directory" type="s">
|
||||||
|
<default l10n="messages">""</default>
|
||||||
|
<summary>AUR package directory</summary>
|
||||||
|
<description>
|
||||||
|
Directory where to move built packages that come from the AUR
|
||||||
|
</description>
|
||||||
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
|
@@ -43,13 +43,14 @@
|
|||||||
<message xml:lang="el">ĪĻαιĻείĻαι ĻιĻĻĪæĻοίηĻĪ·</message>
|
<message xml:lang="el">ĪĻαιĻείĻαι ĻιĻĻĪæĻοίηĻĪ·</message>
|
||||||
<message xml:lang="de">Authentifizierung erforderlich</message>
|
<message xml:lang="de">Authentifizierung erforderlich</message>
|
||||||
<message xml:lang="da">Godkendelse er pƄkrƦvet</message>
|
<message xml:lang="da">Godkendelse er pƄkrƦvet</message>
|
||||||
<message xml:lang="cs">Je vyžadovĆ”no ovÄÅenĆ</message>
|
|
||||||
<message xml:lang="ca_ES">Cal autenticació</message>
|
<message xml:lang="ca_ES">Cal autenticació</message>
|
||||||
<message xml:lang="ca">Cal autenticació</message>
|
<message xml:lang="ca">Cal autenticació</message>
|
||||||
<message xml:lang="bg">ŠŠ·ŠøŃква ŃŠµ ŠøŠ“ŠµŠ½ŃŠøŃŠøŠŗŠ°ŃŠøŃ</message>
|
<message xml:lang="bg">ŠŠ·ŠøŃква ŃŠµ ŠøŠ“ŠµŠ½ŃŠøŃŠøŠŗŠ°ŃŠøŃ</message>
|
||||||
<message xml:lang="az_AZ">Kimlik tÉlÉb olunur</message>
|
<message xml:lang="az_AZ">Kimlik tÉlÉb olunur</message>
|
||||||
<message xml:lang="ast">RĆquese l'autenticación</message>
|
<message xml:lang="ast">RĆquese l'autenticación</message>
|
||||||
<message xml:lang="ar">ŲµŁŲ§ŲŁŲ§ŲŖ Ł
Ų·ŁŁŲØŲ©</message>
|
<message xml:lang="ar">ŲµŁŲ§ŲŁŲ§ŲŖ Ł
Ų·ŁŁŲØŲ©</message>
|
||||||
|
<message xml:lang="ka">į”įįįį įį įįįįįį¢įį¤įįįįŖįį</message>
|
||||||
|
<message xml:lang="cs">Je vyžadovĆ”no ovÄÅenĆ</message>
|
||||||
<defaults>
|
<defaults>
|
||||||
<allow_any>no</allow_any>
|
<allow_any>no</allow_any>
|
||||||
<allow_inactive>auth_admin_keep</allow_inactive>
|
<allow_inactive>auth_admin_keep</allow_inactive>
|
||||||
|
@@ -22,7 +22,7 @@ if KDE_TRAY
|
|||||||
appindicator3_0_1_dep = dependency('appindicator3-0.1')
|
appindicator3_0_1_dep = dependency('appindicator3-0.1')
|
||||||
endif
|
endif
|
||||||
atk_dep = dependency('atk')
|
atk_dep = dependency('atk')
|
||||||
cairo_dep = dependency('cairo')
|
cairo_gobject_dep = dependency('cairo-gobject')
|
||||||
gdk_3_0_dep = dependency('gdk-3.0')
|
gdk_3_0_dep = dependency('gdk-3.0')
|
||||||
gdk_pixbuf_2_0_dep = dependency('gdk-pixbuf-2.0')
|
gdk_pixbuf_2_0_dep = dependency('gdk-pixbuf-2.0')
|
||||||
gio_2_0_dep = dependency('gio-2.0')
|
gio_2_0_dep = dependency('gio-2.0')
|
||||||
|
21
pamac.avprj
21
pamac.avprj
@@ -1,8 +1,8 @@
|
|||||||
### AutoVala Project ###
|
### AutoVala Project ###
|
||||||
autovala_version: 30
|
autovala_version: 30
|
||||||
project_name: pamac
|
project_name: pamac
|
||||||
project_version: 7.0.2
|
project_version: 7.3.0
|
||||||
vala_version: 0.44
|
vala_version: 0.48
|
||||||
|
|
||||||
custom: data/systemd/pamac-system.service /usr/lib/systemd/system
|
custom: data/systemd/pamac-system.service /usr/lib/systemd/system
|
||||||
custom: data/systemd/pamac-cleancache.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
|
vapidir: src/vapis
|
||||||
|
|
||||||
vala_binary: src/pamac-clean-cache/pamac-clean-cache
|
vala_binary: src/pamac-clean-cache/pamac-clean-cache
|
||||||
*version: 7.0.2
|
*version: 7.3.0
|
||||||
vala_local_package: Pamac
|
vala_local_package: Pamac
|
||||||
vala_vapi: ../vapis/libalpm.vapi
|
vala_vapi: ../vapis/libalpm.vapi
|
||||||
vala_package: posix
|
vala_package: posix
|
||||||
@@ -32,7 +32,7 @@ vala_check_package: json-glib-1.0
|
|||||||
*vala_source: clean_cache.vala
|
*vala_source: clean_cache.vala
|
||||||
|
|
||||||
vala_binary: src/pamac-install/pamac-install
|
vala_binary: src/pamac-install/pamac-install
|
||||||
*version: 7.0.2
|
*version: 7.3.0
|
||||||
use_gresource: pamac_installer_gresource_xml
|
use_gresource: pamac_installer_gresource_xml
|
||||||
vala_local_package: Pamac
|
vala_local_package: Pamac
|
||||||
vala_vapi: ../vapis/libalpm.vapi
|
vala_vapi: ../vapis/libalpm.vapi
|
||||||
@@ -45,7 +45,7 @@ vala_check_package: json-glib-1.0
|
|||||||
*vala_source: progress_dialog.vala
|
*vala_source: progress_dialog.vala
|
||||||
|
|
||||||
vala_binary: src/pamac-manager/pamac-manager
|
vala_binary: src/pamac-manager/pamac-manager
|
||||||
*version: 7.0.2
|
*version: 7.3.0
|
||||||
alias: pamac-updater
|
alias: pamac-updater
|
||||||
use_gresource: pamac_manager_gresource_xml
|
use_gresource: pamac_manager_gresource_xml
|
||||||
vala_local_package: Pamac
|
vala_local_package: Pamac
|
||||||
@@ -60,7 +60,7 @@ vala_check_package: json-glib-1.0
|
|||||||
*vala_source: manager_window.vala
|
*vala_source: manager_window.vala
|
||||||
|
|
||||||
vala_binary: src/pamac-system-daemon/pamac-system-daemon
|
vala_binary: src/pamac-system-daemon/pamac-system-daemon
|
||||||
*version: 7.0.2
|
*version: 7.3.0
|
||||||
vala_local_package: Pamac
|
vala_local_package: Pamac
|
||||||
vala_package: posix
|
vala_package: posix
|
||||||
vala_check_package: gtk+-3.0
|
vala_check_package: gtk+-3.0
|
||||||
@@ -75,7 +75,7 @@ vala_check_package: polkit-gobject-1
|
|||||||
*vala_source: system_daemon.vala
|
*vala_source: system_daemon.vala
|
||||||
|
|
||||||
vala_binary: src/pamac-tray/pamac-tray
|
vala_binary: src/pamac-tray/pamac-tray
|
||||||
*version: 7.0.2
|
*version: 7.3.0
|
||||||
vala_local_package: Pamac
|
vala_local_package: Pamac
|
||||||
vala_package: posix
|
vala_package: posix
|
||||||
vala_check_package: json-glib-1.0
|
vala_check_package: json-glib-1.0
|
||||||
@@ -97,7 +97,7 @@ end
|
|||||||
*vala_source: tray.vala
|
*vala_source: tray.vala
|
||||||
|
|
||||||
vala_binary: src/pamac-user-daemon/pamac-user-daemon
|
vala_binary: src/pamac-user-daemon/pamac-user-daemon
|
||||||
*version: 7.0.2
|
*version: 7.3.0
|
||||||
vala_local_package: Pamac
|
vala_local_package: Pamac
|
||||||
vala_package: posix
|
vala_package: posix
|
||||||
vala_check_package: gtk+-3.0
|
vala_check_package: gtk+-3.0
|
||||||
@@ -111,12 +111,13 @@ vala_check_package: libsoup-2.4
|
|||||||
|
|
||||||
|
|
||||||
vala_library: src/pamac
|
vala_library: src/pamac
|
||||||
*version: 7.0.2
|
*version: 7.3.0
|
||||||
*namespace: Pamac
|
*namespace: Pamac
|
||||||
use_gresource: pamac_transaction_gresource_xml
|
use_gresource: pamac_transaction_gresource_xml
|
||||||
*vala_package: posix
|
*vala_package: posix
|
||||||
|
vala_check_package: libnotify
|
||||||
*vala_check_package: atk
|
*vala_check_package: atk
|
||||||
*vala_check_package: cairo
|
*vala_check_package: cairo-gobject
|
||||||
*vala_check_package: gdk-3.0
|
*vala_check_package: gdk-3.0
|
||||||
*vala_check_package: gdk-pixbuf-2.0
|
*vala_check_package: gdk-pixbuf-2.0
|
||||||
*vala_check_package: gio-2.0
|
*vala_check_package: gio-2.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
|
cs ka af ar ast az_AZ be bg bn bs bs_BA ca ca_ES cs_CZ cy da de de_CH de_DE el el_GR en_GB eo es es_419 es_AR es_ES es_MX es_SV et eu fa fa_IR fi fo fr gl he hi hi_IN hr hr_HR hu id is is_IS it it_IT ja ko lt ml ms nb nl nl_BE nl_NL nn pl pl_PL pt pt_BR pt_PT ro ru si sk sl sl_SI sr sr@latin sr_RS sr_RS@latin sv tr uk ur_PK uz vi zh zh_CN zh_TW
|
||||||
|
49
po/af.po
49
po/af.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Afrikaans (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Afrikaans (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/ar.po
65
po/ar.po
@@ -14,8 +14,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Arabic (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Arabic (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -244,27 +244,6 @@ msgstr "ŲŖŁŁŲÆ ŁŲ§ŲØŁŁŲ© Ų§ŁŲ„ŁŲÆŁ
Ų§Ų¬"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ŲŖŲŁ
ŁŁ Ų§ŁŲŲ²Ł
"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -357,10 +336,26 @@ msgstr "_ŲŗŁŁ"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "ŁŲ§ ŁŁŲ¬ŲÆ Ų“ŁŲ” ŁŁŁŁŲ§Ł
ŲØŁ"
|
msgstr "ŁŲ§ ŁŁŲ¬ŲÆ Ų“ŁŲ” ŁŁŁŁŲ§Ł
ŲØŁ"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "ŲŖŁ
Ų„ŁŁŲ§Ų” Ų§ŁŲ¹Ł
ŁŁŲ© ŲØŁŲ¬Ų§Ų"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -612,6 +607,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr " ŲŁŁ Ų§ŁŲ¹Ų§ŁŁ
"
|
msgstr " ŲŁŁ Ų§ŁŲ¹Ų§ŁŁ
"
|
||||||
@@ -800,6 +799,10 @@ msgstr "ŲØŲŲ« ŁŁ AUR ŲØŲ“ŁŁ Ų§ŁŲŖŲ±Ų§Ų¶Ł"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr " AUR ŲŖŲŁŁ Ł
Ł ŁŲ¬ŁŲÆ ŲŖŲŲÆŁŲ«Ų§ŲŖ Ł
Ł "
|
msgstr " AUR ŲŖŲŁŁ Ł
Ł ŁŲ¬ŁŲÆ ŲŖŲŲÆŁŲ«Ų§ŲŖ Ł
Ł "
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -815,3 +818,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Ų§Ų®ŲŖŁŲ§Ų± ŲŖŲ¬Ų§ŁŁ Ų§ŁŲŖŲ±ŁŁŲ§ŲŖ"
|
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 "ŁŲ“Ł ŲŖŁŁŁŲÆ"
|
||||||
|
65
po/ast.po
65
po/ast.po
@@ -13,8 +13,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Asturian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Asturian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -242,27 +242,6 @@ msgstr "Comprobando integridĆ”"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Comprobando paquetes"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -351,10 +330,26 @@ msgstr "_Zarrar"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Un res pa faer"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Tresaición finada con ésitu"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -598,6 +593,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mundiu"
|
msgstr "Mundiu"
|
||||||
@@ -789,6 +788,10 @@ msgstr "Guetar n'AUR por defeutu"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Comprobar anovamientos d'AUR"
|
msgstr "Comprobar anovamientos d'AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -804,3 +807,19 @@ msgstr "CachƩ"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Escueyi los anovamientos inoraos"
|
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"
|
||||||
|
55
po/az_AZ.po
55
po/az_AZ.po
@@ -8,8 +8,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Azerbaijani (Azerbaijan) (http://www.transifex.com/"
|
"Language-Team: Azerbaijani (Azerbaijan) (http://www.transifex.com/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -346,10 +325,26 @@ msgstr "_BaÄlamaq"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "EtmÉli bir Åey yoxdur"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Tranzaksiya uÄurla qurtardı"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -779,6 +778,10 @@ msgstr "AUR-da axtarmaq"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "AUR-dan yeniliklÉrin yoxlanılması"
|
msgstr "AUR-dan yeniliklÉrin yoxlanılması"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -794,3 +797,9 @@ msgstr "KeÅ"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Applying deltas"
|
||||||
|
#~ msgstr "Deltanın tÉtbiqi"
|
||||||
|
|
||||||
|
#~ msgid "Generation failed"
|
||||||
|
#~ msgstr "Generasiya uÄursuzdur"
|
||||||
|
49
po/be.po
49
po/be.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Belarusian (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Belarusian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -238,27 +238,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -349,10 +328,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -600,6 +595,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -786,6 +785,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/bg.po
65
po/bg.po
@@ -14,8 +14,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-08-01 11:22+0000\n"
|
"PO-Revision-Date: 2017-08-01 11:22+0000\n"
|
||||||
"Last-Translator: Galin Iskrenov <loot270@abv.bg>\n"
|
"Last-Translator: Galin Iskrenov <loot270@abv.bg>\n"
|
||||||
"Language-Team: Bulgarian (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Bulgarian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -243,27 +243,6 @@ msgstr "ŠŃŠ¾Š²ŠµŃŠŗŠ° за ŃŃŠ»Š¾ŃŃŠ½Š¾ŃŃ"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ŠŠ°ŃежГане на ŠæŠ°ŠŗŠµŃŠ½Šø ŃŠ°Š¹Š»Š¾Š²Šµ"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -352,10 +331,26 @@ msgstr "_ŠŠ°ŃŠ²Š¾ŃŠø"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "ŠŠøŃо за ŠæŃавене"
|
msgstr "ŠŠøŃо за ŠæŃавене"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Š£ŃŠæŠµŃŠ½Š¾ завŃŃŃŠµŠ½Š° ŃŃŠ°Š½Š·Š°ŠŗŃŠøŃ"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -599,6 +594,10 @@ msgstr "ŠŃой веŃŃŠøŠø Š¾Ń Š²ŃŠµŠŗŠø ŠæŠ°ŠŗŠµŃ Š·Š°ŠæŠ°Š·ŠµŠ½Šø в Šŗ
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ŠŠ¾ ŃŠ²ŠµŃа"
|
msgstr "ŠŠ¾ ŃŠ²ŠµŃа"
|
||||||
@@ -789,6 +788,10 @@ msgstr "Š¢ŃŃŃŠµŠ½Šµ в AUR по ŠæŠ¾Š“ŃŠ°Š·Š±ŠøŃане "
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "ŠŃŠ¾Š²ŠµŃŠŗŠ° за акŃŃŠ°Š»ŠøŠ·Š°ŃŠøŠø Š¾Ń AUR"
|
msgstr "ŠŃŠ¾Š²ŠµŃŠŗŠ° за акŃŃŠ°Š»ŠøŠ·Š°ŃŠøŠø Š¾Ń AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "ŠŃемаŃ
ване ŃŠ°Š¼Š¾ веŃŃŠøŠøŃе на ГеинŃŃŠ°Š»ŠøŃŠ°Š½ŠøŃŠµ ŠæŠ°ŠŗŠµŃŠø"
|
msgstr "ŠŃемаŃ
ване ŃŠ°Š¼Š¾ веŃŃŠøŠøŃе на ГеинŃŃŠ°Š»ŠøŃŠ°Š½ŠøŃŠµ ŠæŠ°ŠŗŠµŃŠø"
|
||||||
@@ -804,3 +807,19 @@ msgstr "ŠŠµŃ"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "ŠŠ·Š±Š¾Ń на ŠæŃŠµŠ½ŠµŠ±ŃŠµŠ³Š½Š°ŃŠø Š½Š°Š“Š³ŃŠ°Š¶Š“аниŃ"
|
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 "ŠŠµŠ½ŠµŃŠøŃŠ°Š½ŠµŃо ŃŠµ ŠæŃŠ¾Š²Š°Š»Šø"
|
||||||
|
49
po/bn.po
49
po/bn.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Bengali (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Bengali (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
49
po/bs.po
49
po/bs.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Bosnian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Bosnian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -782,6 +781,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
49
po/bs_BA.po
49
po/bs_BA.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -782,6 +781,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/ca.po
65
po/ca.po
@@ -16,8 +16,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 14:18+0000\n"
|
"PO-Revision-Date: 2017-07-30 14:18+0000\n"
|
||||||
"Last-Translator: Davidmp <medipas@gmail.com>\n"
|
"Last-Translator: Davidmp <medipas@gmail.com>\n"
|
||||||
"Language-Team: Catalan (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Catalan (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -245,27 +245,6 @@ msgstr "Comprovant-ne la integritat"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Carregant els fitxers dels paquets"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -354,10 +333,26 @@ msgstr "_Tanca"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Res per fer."
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transacció acabada amb èxit"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -601,6 +596,10 @@ msgstr "Nombre de versions de cada paquet per mantenir a la memòria cau"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Tot el món"
|
msgstr "Tot el món"
|
||||||
@@ -794,6 +793,10 @@ msgstr "Cerca a l'AUR per defecte"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Comprova si hi ha actualitzacions de l'AUR"
|
msgstr "Comprova si hi ha actualitzacions de l'AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Elimina només les versions dels paquets desinstal·lats"
|
msgstr "Elimina només les versions dels paquets desinstal·lats"
|
||||||
@@ -809,3 +812,19 @@ msgstr "Memòria cau"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Trieu les actualitzacions ignorades"
|
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"
|
||||||
|
65
po/ca_ES.po
65
po/ca_ES.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Catalan (Spain) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Catalan (Spain) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -240,27 +240,6 @@ msgstr "Comprovant integritat"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Carregant els fitxers dels paquets"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -349,10 +328,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -782,6 +781,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -797,3 +800,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
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"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
xgettext --from-code=UTF-8 --add-location=file \
|
xgettext --from-code=UTF-8 --add-location=file \
|
||||||
--package-name=Pamac --msgid-bugs-address=cromer@cromnix.org \
|
--package-name=Pamac --msgid-bugs-address=chris@cromer.cl \
|
||||||
--files-from=files_to_translate --keyword=translatable --output=pamac.pot
|
--files-from=files_to_translate --keyword=translatable --output=pamac.pot
|
||||||
|
101
po/cs.po
101
po/cs.po
@@ -10,12 +10,12 @@
|
|||||||
# Ondrej Cesik <ondrej.cesik@gmail.com>, 2017
|
# Ondrej Cesik <ondrej.cesik@gmail.com>, 2017
|
||||||
# philm <philm@manjaro.org>, 2015
|
# philm <philm@manjaro.org>, 2015
|
||||||
# Scibex <kroupa@wvw.cz>, 2013
|
# Scibex <kroupa@wvw.cz>, 2013
|
||||||
# halfark <vojtechprecechtel@gmail.com>, 2014,2016
|
# Pavel Dvorak <dvorapa~seznam~cz>, 2020
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Czech (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -33,7 +33,7 @@ msgstr "NeznÔmý"
|
|||||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Explicitly installed"
|
msgid "Explicitly installed"
|
||||||
msgstr "explicitnÄ nainstalovĆ”n"
|
msgstr "ExplicitnÄ nainstalovĆ”no"
|
||||||
|
|
||||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
@@ -81,17 +81,17 @@ msgstr "balĆÄek %s nemĆ” platnou architekturu"
|
|||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "unable to satisfy dependency '%s' required by %s"
|
msgid "unable to satisfy dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr "nenĆ možnĆ© zĆskat zĆ”vislost ā%sā požadovanou balĆÄkem %s"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "installing %s (%s) breaks dependency '%s' required by %s"
|
msgid "installing %s (%s) breaks dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr "instalace %s (%s) rozbije zĆ”vislost ā%sā požadovanou balĆÄkem %s"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "removing %s breaks dependency '%s' required by %s"
|
msgid "removing %s breaks dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr "odinstalace %s rozbije zĆ”vislost ā%sā požadovanou balĆÄkem %s"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
@@ -179,7 +179,7 @@ msgstr "Pro pÅeinstalaci"
|
|||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "To upgrade"
|
msgid "To upgrade"
|
||||||
msgstr ""
|
msgstr "Pro aktualizaci"
|
||||||
|
|
||||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Total download size"
|
msgid "Total download size"
|
||||||
@@ -243,27 +243,6 @@ msgstr "Kontrola integrity"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "NaÄĆtĆ”nĆ balĆÄkÅÆ"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -353,13 +332,29 @@ msgstr "_ZavÅĆt"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Spolu nesouvisĆ"
|
msgstr "Spolu nesouvisĆ"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr "Transakce ĆŗspÄÅ”nĆ”"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr "Transakce byla ĆŗspÄÅ”nÄ dokonÄena"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transakce ĆŗspÄÅ”nÄ dokonÄena"
|
msgstr "Transakce ĆŗspÄÅ”nÄ dokonÄena"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction failed"
|
||||||
|
msgstr "Transakce neĆŗspÄÅ”nĆ”"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction failed and no packages have been updated/installed"
|
||||||
|
msgstr "Transakce neĆŗspÄÅ”nĆ” a žÔdnĆ© balĆÄky nebyly aktualizovĆ”ny/nainstalovĆ”ny"
|
||||||
|
|
||||||
#: ../src/pamac-install/installer.vala
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr "Nelze uzamknout databƔzi!"
|
||||||
|
|
||||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Your system is up-to-date"
|
msgid "Your system is up-to-date"
|
||||||
@@ -392,7 +387,7 @@ msgstr "Pamac je již spuÅ”tÄn"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala
|
#: ../src/pamac-manager/manager.vala
|
||||||
msgid "Refresh Databases"
|
msgid "Refresh Databases"
|
||||||
msgstr ""
|
msgstr "Aktualizovat databƔze"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
||||||
msgid "View History"
|
msgid "View History"
|
||||||
@@ -413,7 +408,7 @@ msgstr "O programu"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala
|
#: ../src/pamac-manager/manager.vala
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr ""
|
msgstr "UkonÄit"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Deselect"
|
msgid "Deselect"
|
||||||
@@ -421,7 +416,7 @@ msgstr "ZruÅ”it výbÄr"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr ""
|
msgstr "Aktualizace"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Install"
|
msgid "Install"
|
||||||
@@ -477,11 +472,11 @@ msgstr "RepozitĆ”Å"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Download size"
|
msgid "Download size"
|
||||||
msgstr ""
|
msgstr "Velikost stahovanĆ”"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Installed size"
|
msgid "Installed size"
|
||||||
msgstr ""
|
msgstr "Velikost instalace"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
@@ -600,6 +595,10 @@ msgstr "PoÄet verzĆ od každĆ©ho balĆÄku udržovanĆ©ho v pamÄti cache."
|
|||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
|
msgstr "Složka pro sestavovĆ”nĆ"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
@@ -661,7 +660,7 @@ msgstr "RepozitĆ”Åe"
|
|||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Updates"
|
msgid "Updates"
|
||||||
msgstr ""
|
msgstr "Aktualizace"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Version"
|
msgid "Version"
|
||||||
@@ -721,7 +720,7 @@ msgstr "Kontrola aktualizacĆ"
|
|||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Update files databases (more details but slower)"
|
msgid "Update files databases (more details but slower)"
|
||||||
msgstr ""
|
msgstr "Aktualizovat databĆ”ze souborÅÆ (vĆce detailÅÆ, ale pomalejÅ”Ć)"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Hide tray icon when no update available"
|
msgid "Hide tray icon when no update available"
|
||||||
@@ -737,19 +736,19 @@ msgstr "ObecnƩ"
|
|||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Background color:"
|
msgid "Background color:"
|
||||||
msgstr ""
|
msgstr "Barva pozadĆ:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Text color:"
|
msgid "Text color:"
|
||||||
msgstr ""
|
msgstr "Barva textu:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Font:"
|
msgid "Font:"
|
||||||
msgstr ""
|
msgstr "PĆsmo:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Terminal"
|
msgid "Terminal"
|
||||||
msgstr ""
|
msgstr "TerminƔl"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Use mirrors from:"
|
msgid "Use mirrors from:"
|
||||||
@@ -793,6 +792,10 @@ msgstr "Hledat v AUR defaultnÄ"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Zkontrolovat aktualizace z AUR"
|
msgstr "Zkontrolovat aktualizace z AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Odstranit pouze verze odinstalovaných balĆÄkÅÆ"
|
msgstr "Odstranit pouze verze odinstalovaných balĆÄkÅÆ"
|
||||||
@@ -808,3 +811,19 @@ msgstr "MezipamÄÅ„"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Vybrat ignorovanƩ aktualizace"
|
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à selhalo"
|
||||||
|
49
po/cs_CZ.po
49
po/cs_CZ.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -240,27 +240,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -350,10 +329,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -599,6 +594,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -785,6 +784,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
49
po/cy.po
49
po/cy.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Welsh (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Welsh (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -599,6 +594,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -785,6 +784,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/da.po
65
po/da.po
@@ -18,8 +18,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Danish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -247,27 +247,6 @@ msgstr "Verificerer pakkernes integritet"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "IndlƦser pakke-filer"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -356,10 +335,26 @@ msgstr "_Luk"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Intet at gĆøre"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transaktion fuldfĆørt succesfuldt"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -603,6 +598,10 @@ msgstr "Antal versioner af hver pakke der skal gemmes i cache"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Worldwide"
|
msgstr "Worldwide"
|
||||||
@@ -794,6 +793,10 @@ msgstr "SĆøg i AUR som standard"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Tjek efter opdateringer fra AUR"
|
msgstr "Tjek efter opdateringer fra AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Fjern kun versioner af ikke-installerede pakker"
|
msgstr "Fjern kun versioner af ikke-installerede pakker"
|
||||||
@@ -809,3 +812,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "VƦlg Ignorerede Opgraderinger"
|
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"
|
||||||
|
105
po/de.po
105
po/de.po
@@ -25,9 +25,9 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\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"
|
"PO-Revision-Date: 2021-07-08 16:25+0200\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: German (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
"language/de/)\n"
|
"language/de/)\n"
|
||||||
@@ -92,17 +92,17 @@ msgstr "Paket %s hat keine gültige Architektur"
|
|||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "unable to satisfy dependency '%s' required by %s"
|
msgid "unable to satisfy dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr "Kann Abhängigkeit '%s' von %s nicht erfüllen"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "installing %s (%s) breaks dependency '%s' required by %s"
|
msgid "installing %s (%s) breaks dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr "Installation von %s (%s) verletzt AbhƤngigkeit '%s' von %s"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "removing %s breaks dependency '%s' required by %s"
|
msgid "removing %s breaks dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr "Entfernen von %s verletzt AbhƤngigkeit '%s' von %s"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
@@ -112,7 +112,7 @@ msgstr "%s und %s stehen im Konflikt zueinander"
|
|||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s needs to be removed but it is a locked package"
|
msgid "%s needs to be removed but it is a locked package"
|
||||||
msgstr "%s soll entfernt werden, ist aber ein gesperrtes Paket "
|
msgstr "%s soll entfernt werden, ist aber ein gesperrtes Paket"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
msgid "Failed to commit transaction"
|
msgid "Failed to commit transaction"
|
||||||
@@ -190,7 +190,7 @@ msgstr "Wird neu installiert"
|
|||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "To upgrade"
|
msgid "To upgrade"
|
||||||
msgstr ""
|
msgstr "Zu aktualisieren"
|
||||||
|
|
||||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Total download size"
|
msgid "Total download size"
|
||||||
@@ -254,27 +254,6 @@ msgstr "Integrität wird überprüft"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Paketdateien werden geladen"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -363,13 +342,31 @@ msgstr "_SchlieĆen"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Es gibt nichts zu tun"
|
msgstr "Es gibt nichts zu tun"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr "Transaktion erfolgreich"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr "Die Transaktion wurde erfolgreich abgeschlossen"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Vorgang erfolgreich abgeschlossen"
|
msgstr "Vorgang erfolgreich abgeschlossen"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction failed"
|
||||||
|
msgstr "Transaktion fehlgeschlagen"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction failed and no packages have been updated/installed"
|
||||||
|
msgstr ""
|
||||||
|
"Die Transaktion ist fehlgeschlagen und es wurden keine Pakete aktualisiert/"
|
||||||
|
"installiert"
|
||||||
|
|
||||||
#: ../src/pamac-install/installer.vala
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr "Kann Datenbank nicht sperren!"
|
||||||
|
|
||||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Your system is up-to-date"
|
msgid "Your system is up-to-date"
|
||||||
@@ -401,7 +398,7 @@ msgstr "Pamac wird bereits ausgeführt"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala
|
#: ../src/pamac-manager/manager.vala
|
||||||
msgid "Refresh Databases"
|
msgid "Refresh Databases"
|
||||||
msgstr ""
|
msgstr "Datenbanken aktualisieren"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
||||||
msgid "View History"
|
msgid "View History"
|
||||||
@@ -422,7 +419,7 @@ msgstr "Ćber"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala
|
#: ../src/pamac-manager/manager.vala
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr ""
|
msgstr "SchlieĆen"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Deselect"
|
msgid "Deselect"
|
||||||
@@ -430,7 +427,7 @@ msgstr "AbwƤhlen"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr ""
|
msgstr "Aktualisieren"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Install"
|
msgid "Install"
|
||||||
@@ -485,11 +482,11 @@ msgstr "Paketquelle"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Download size"
|
msgid "Download size"
|
||||||
msgstr ""
|
msgstr "Download GrƶĆe"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Installed size"
|
msgid "Installed size"
|
||||||
msgstr ""
|
msgstr "Installierte GrƶĆe"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
@@ -608,7 +605,11 @@ msgstr "Anzahl der im Cache verbleibenden Paketversionen"
|
|||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr "Build Verzeichnis"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr "Paket Verzeichnis"
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
@@ -669,7 +670,7 @@ msgstr "Paketquellen"
|
|||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Updates"
|
msgid "Updates"
|
||||||
msgstr ""
|
msgstr "Aktualisierungen"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Version"
|
msgid "Version"
|
||||||
@@ -729,7 +730,7 @@ msgstr "Suche nach Aktualisierungen"
|
|||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Update files databases (more details but slower)"
|
msgid "Update files databases (more details but slower)"
|
||||||
msgstr ""
|
msgstr "Aktualisiere Datei-Datenbanken (mehr Details, aber langsamer)"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Hide tray icon when no update available"
|
msgid "Hide tray icon when no update available"
|
||||||
@@ -747,19 +748,19 @@ msgstr "Allgemein"
|
|||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Background color:"
|
msgid "Background color:"
|
||||||
msgstr ""
|
msgstr "Hintergrund Farbe:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Text color:"
|
msgid "Text color:"
|
||||||
msgstr ""
|
msgstr "Text Farbe:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Font:"
|
msgid "Font:"
|
||||||
msgstr ""
|
msgstr "Schrift:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Terminal"
|
msgid "Terminal"
|
||||||
msgstr ""
|
msgstr "Terminal"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Use mirrors from:"
|
msgid "Use mirrors from:"
|
||||||
@@ -803,6 +804,10 @@ msgstr "Suche standardmƤĆig im AUR"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Suche nach Aktualisierungen aus dem AUR"
|
msgstr "Suche nach Aktualisierungen aus dem AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr "Behalte erstellte Pakete"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Entferne nur Versionen von deinstallierten Paketen"
|
msgstr "Entferne nur Versionen von deinstallierten Paketen"
|
||||||
@@ -818,3 +823,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Zu ignorierende Aktualisierungen auswƤhlen"
|
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"
|
||||||
|
49
po/de_CH.po
49
po/de_CH.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: German (Switzerland) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: German (Switzerland) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
49
po/de_DE.po
49
po/de_DE.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: German (Germany) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/el.po
65
po/el.po
@@ -19,8 +19,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Greek (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Greek (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -248,27 +248,6 @@ msgstr "ĪλεγĻĪæĻ Ī±ĪŗĪµĻαιĻĻĪ·ĻαĻ"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ΦĻĻĻĻĻĪ· αĻĻείĻν ĻακĪĻĻν"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -357,10 +336,26 @@ msgstr "ĪλείĻιμο"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Īεν Ļ
ĻάĻĻει ĻĪÆĻĪæĻε να γίνει"
|
msgstr "Īεν Ļ
ĻάĻĻει ĻĪÆĻĪæĻε να γίνει"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Īι ενĪĻĪ³ĪµĪ¹ĪµĻ ĪæĪ»ĪæĪŗĪ»Ī·ĻĻθηκαν εĻιĻĻ
ĻĻĻ"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -604,6 +599,10 @@ msgstr "ĪĻιθμĻĻ ĻĻν εκΓĻĻεĻν για κάθε ĻακĪĻĪæ ĻĪæ
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ΠαγκĻĻμιο"
|
msgstr "ΠαγκĻĻμιο"
|
||||||
@@ -795,6 +794,10 @@ msgstr "ĪναζήĻĪ·ĻĪ· ĻĻĪæ AUR αĻĻ ĻĻοεĻιλογή"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "ĪλεγĻĪæĻ Ī³Ī¹Ī± αναβαθμίĻĪµĪ¹Ļ Ī±ĻĻ ĻĪæ AUR"
|
msgstr "ĪλεγĻĪæĻ Ī³Ī¹Ī± αναβαθμίĻĪµĪ¹Ļ Ī±ĻĻ ĻĪæ AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "ĪιĪγĻαĻε μĻνο ĻĪ¹Ļ ĪµĪŗĪ“ĻĻĪµĪ¹Ļ ĻĻν αĻεγκαĻεĻĻημĪνĻν ĻακĪĻĻν."
|
msgstr "ĪιĪγĻαĻε μĻνο ĻĪ¹Ļ ĪµĪŗĪ“ĻĻĪµĪ¹Ļ ĻĻν αĻεγκαĻεĻĻημĪνĻν ĻακĪĻĻν."
|
||||||
@@ -810,3 +813,19 @@ msgstr "ĪĻοθήκη"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "ĪĻιλĪξĻε αγνοημĪĪ½ĪµĻ Ī±Ī½Ī±Ī²Ī±ĪøĪ¼ĪÆĻειĻ"
|
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 "ΠΓημιοĻ
Ļγία αĻĪĻĻ
Ļε."
|
||||||
|
65
po/el_GR.po
65
po/el_GR.po
@@ -8,8 +8,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Greek (Greece) (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Greek (Greece) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -237,27 +237,6 @@ msgstr "ĪλεγĻĪæĻ Ī±ĪŗĪµĻαιĻĻĪ·ĻαĻ"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ΦĻĻĻĻĻĪ· αĻĻείĻν ĻακĪĻĻν"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -346,10 +325,26 @@ msgstr "ĪλείĻιμο"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Īεν Ļ
ĻάĻĻει ĻĪÆĻĪæĻε να γίνει"
|
msgstr "Īεν Ļ
ĻάĻĻει ĻĪÆĻĪæĻε να γίνει"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Īι ενĪĻĪ³ĪµĪ¹ĪµĻ ĪæĪ»ĪæĪŗĪ»Ī·ĻĻθηκαν εĻιĻĻ
ĻĻĻ"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ΠαγκĻĻμιο"
|
msgstr "ΠαγκĻĻμιο"
|
||||||
@@ -784,6 +783,10 @@ msgstr "ĪναζήĻĪ·ĻĪ· ĻĻĪæ AUR αĻĻ ĻĻοεĻιλογή"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "ĪλεγĻĪæĻ Ī³Ī¹Ī± αναβαθμίĻĪµĪ¹Ļ Ī±ĻĻ ĻĪæ AUR"
|
msgstr "ĪλεγĻĪæĻ Ī³Ī¹Ī± αναβαθμίĻĪµĪ¹Ļ Ī±ĻĻ ĻĪæ AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "ĪιĪγĻαĻε μĻνο ĻĪ¹Ļ ĪµĪŗĪ“ĻĻĪµĪ¹Ļ ĻĻν αĻεγκαĻεĻĻημĪνĻν ĻακĪĻĻν."
|
msgstr "ĪιĪγĻαĻε μĻνο ĻĪ¹Ļ ĪµĪŗĪ“ĻĻĪµĪ¹Ļ ĻĻν αĻεγκαĻεĻĻημĪνĻν ĻακĪĻĻν."
|
||||||
@@ -799,3 +802,19 @@ msgstr "ĪĻοθήκη"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "ĪĻĪλεξε ĻĪ¹Ļ Ī±Ī³Ī½ĪæĪ·Ī¼ĪĪ½ĪµĻ Ī±Ī½Ī±Ī²Ī±ĪøĪ¼ĪÆĻειĻ"
|
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 "ΠΓημιοĻ
Ļγία αĻĪĻĻ
Ļε."
|
||||||
|
65
po/en_GB.po
65
po/en_GB.po
@@ -10,8 +10,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/"
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/"
|
||||||
@@ -239,27 +239,6 @@ msgstr "Checking integrity"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Loading package 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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr "_Close"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -595,6 +590,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Worldwide"
|
msgstr "Worldwide"
|
||||||
@@ -786,6 +785,10 @@ msgstr "Search in AUR by default"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Check for updates from AUR"
|
msgstr "Check for updates from AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -801,3 +804,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "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"
|
||||||
|
49
po/eo.po
49
po/eo.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Esperanto (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Esperanto (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -240,27 +240,6 @@ msgstr "Kontrolanta integrecon"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ÅarÄanta pakaĵajn dosierojn"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -349,10 +328,26 @@ msgstr "_Ferm"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nenio por fari"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Finita sukcese transakcio"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -782,6 +781,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/es.po
65
po/es.po
@@ -19,8 +19,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Spanish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"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"
|
msgid "Loading packages files"
|
||||||
msgstr "Cargando archivos de paquetes"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -357,10 +336,26 @@ msgstr "_Cerrar"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nada que hacer"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Operación finalizada con éxito"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -604,6 +599,10 @@ msgstr "NĆŗmero de versiones de cada paquete a guardar en cache"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr "Carpeta de compilación"
|
msgstr "Carpeta de compilación"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mundial"
|
msgstr "Mundial"
|
||||||
@@ -798,6 +797,10 @@ msgstr "Buscar en AUR por defecto"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Comprobar actualizaciones desde AUR"
|
msgstr "Comprobar actualizaciones desde AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Eliminar sólo las versiones de los paquetes desinstalados"
|
msgstr "Eliminar sólo las versiones de los paquetes desinstalados"
|
||||||
@@ -814,6 +817,22 @@ msgstr "Cache"
|
|||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Elegir actualizaciones ignoradas"
|
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"
|
#~ msgid "Background color"
|
||||||
#~ msgstr "Color de fondo"
|
#~ msgstr "Color de fondo"
|
||||||
|
|
||||||
|
65
po/es_419.po
65
po/es_419.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Spanish (Latin America) (http://www.transifex.com/"
|
"Language-Team: Spanish (Latin America) (http://www.transifex.com/"
|
||||||
@@ -240,27 +240,6 @@ msgstr "Comprobando integridad"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Cargando archivos de paquetes"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -349,10 +328,26 @@ msgstr "...Cerrar"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nada que hacer"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "La transacción ha sido completada satisfactoriamente"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr "Número de versiones de cada paquete a mantener en caché"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr "Carpeta de compilación"
|
msgstr "Carpeta de compilación"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mundial"
|
msgstr "Mundial"
|
||||||
@@ -789,6 +788,10 @@ msgstr "Buscar en AUR por defecto"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Comprobar actualizaciones desde AUR"
|
msgstr "Comprobar actualizaciones desde AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Remover sólo las versiones de paquetes desinstalados"
|
msgstr "Remover sólo las versiones de paquetes desinstalados"
|
||||||
@@ -805,6 +808,22 @@ msgstr "CachƩ"
|
|||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Elegir Actualizaciones Ignoradas"
|
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"
|
#~ msgid "Background color"
|
||||||
#~ msgstr "Color de fondo"
|
#~ msgstr "Color de fondo"
|
||||||
|
|
||||||
|
49
po/es_AR.po
49
po/es_AR.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Spanish (Argentina) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr "Carpeta de compilación"
|
msgstr "Carpeta de compilación"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
49
po/es_ES.po
49
po/es_ES.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Spanish (Spain) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Spanish (Spain) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr "Carpeta de compilación"
|
msgstr "Carpeta de compilación"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/es_MX.po
65
po/es_MX.po
@@ -8,8 +8,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Spanish (Mexico) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -237,27 +237,6 @@ msgstr "Revisando la integridad"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Cargando archivos de paquete"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -346,10 +325,26 @@ msgstr "_Cerrar"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nada que hacer"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transacción completada correctamente"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr "Carpeta de compilación"
|
msgstr "Carpeta de compilación"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -779,6 +778,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -794,3 +797,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
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"
|
||||||
|
49
po/es_SV.po
49
po/es_SV.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Spanish (El Salvador) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Spanish (El Salvador) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr "Carpeta de compilación"
|
msgstr "Carpeta de compilación"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/et.po
65
po/et.po
@@ -10,8 +10,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Estonian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Estonian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -239,27 +239,6 @@ msgstr "Tervikluse kontroll"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Faili pakettide laadimine"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr "_Sulge"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Pole midagi teha"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Tehingud edukalt lƵpetatud"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -595,6 +590,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -783,6 +782,10 @@ msgstr "Vaikimisi otsi AURist"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Kontrolli uuendusi AURist"
|
msgstr "Kontrolli uuendusi AURist"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -798,3 +801,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Vali Ignoreeritud Uuendused"
|
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"
|
||||||
|
65
po/eu.po
65
po/eu.po
@@ -12,8 +12,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Basque (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -241,27 +241,6 @@ msgstr "Osotasuna egiaztatzen"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Paketeen fitxategiak kargatzen"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -350,10 +329,26 @@ msgstr "_Itxi"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Ezer ez egiteko"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transakzioa ongi burutu da"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -597,6 +592,10 @@ msgstr "Katxean gorde beharreko pakete bakotzeko bertsio kopurua"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mundu mailakoa"
|
msgstr "Mundu mailakoa"
|
||||||
@@ -788,6 +787,10 @@ msgstr "Bilatu AURen lehenetsita"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Egiaztatu AUReko eguneraketak"
|
msgstr "Egiaztatu AUReko eguneraketak"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Kendu deinstalatutako paketeen bertsioak besterik ez"
|
msgstr "Kendu deinstalatutako paketeen bertsioak besterik ez"
|
||||||
@@ -803,3 +806,19 @@ msgstr "Katxea"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Hautatu ezikusitako bertsio-berritzeak"
|
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"
|
||||||
|
53
po/fa.po
53
po/fa.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Persian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Persian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -240,27 +240,6 @@ msgstr "ŚŚ©āŚ©Ų±ŲÆŁ ŪŚ©Ł¾Ų§Ų±ŚŚÆŪ"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ŲØŲ§Ų±ŚÆŲ°Ų§Ų±Ū ŁŲ§ŪŁāŁŲ§Ū ŲØŲ³ŲŖŁāŁŲ§"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Ś©Ų§Ų±Ū ŲØŲ±Ų§Ū Ų§ŁŲ¬Ų§Ł
ŲÆŲ§ŲÆŁ ŁŲ¬ŁŲÆ ŁŲÆŲ§Ų±ŲÆ"
|
msgstr "Ś©Ų§Ų±Ū ŲØŲ±Ų§Ū Ų§ŁŲ¬Ų§Ł
ŲÆŲ§ŲÆŁ ŁŲ¬ŁŲÆ ŁŲÆŲ§Ų±ŲÆ"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "ŲŖŲ±Ų§Ś©ŁŲ“ ŲØŲ§ Ł
ŁŁŁŪŲŖ ب٠پاŪŲ§Ł Ų±Ų³ŪŲÆ"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -779,6 +778,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -794,3 +797,7 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format
|
||||||
|
#~ msgid "Generating %s with %s"
|
||||||
|
#~ msgstr "ŲŖŁŁŪŲÆ %s ŲØŲ§ %s"
|
||||||
|
65
po/fa_IR.po
65
po/fa_IR.po
@@ -17,8 +17,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Persian (Iran) (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Persian (Iran) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -246,27 +246,6 @@ msgstr "ŚŚ©āŚ©Ų±ŲÆŁ ŪŚ©Ł¾Ų§Ų±ŚŚÆŪ"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ŲØŲ§Ų±ŚÆŲ°Ų§Ų±Ū ŁŲ§ŪŁāŁŲ§Ū ŲØŲ³ŲŖŁāŁŲ§"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -354,10 +333,26 @@ msgstr "_ŲØŲ³ŲŖŁ"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Ś©Ų§Ų±Ū ŲØŲ±Ų§Ū Ų§ŁŲ¬Ų§Ł
ŲÆŲ§ŲÆŁ ŁŲ¬ŁŲÆ ŁŲÆŲ§Ų±ŲÆ"
|
msgstr "Ś©Ų§Ų±Ū ŲØŲ±Ų§Ū Ų§ŁŲ¬Ų§Ł
ŲÆŲ§ŲÆŁ ŁŲ¬ŁŲÆ ŁŲÆŲ§Ų±ŲÆ"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "ŲŖŲ±Ų§Ś©ŁŲ“ ŲØŲ§ Ł
ŁŁŁŪŲŖ ب٠پاŪŲ§Ł Ų±Ų³ŪŲÆ"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -599,6 +594,10 @@ msgstr "ŲŖŲ¹ŲÆŲ§ŲÆŪ Ų§Ų² ŁŲ³Ų®Ł ŁŲ§Ū ŁŲ± ŲØŲ³ŲŖŁ Ų±Ų§ ŲÆŲ± ŲŲ§ŁŲøŁ Ł
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ŲÆŲ± Ų³Ų±Ų§Ų³Ų± Ų¬ŁŲ§Ł"
|
msgstr "ŲÆŲ± Ų³Ų±Ų§Ų³Ų± Ų¬ŁŲ§Ł"
|
||||||
@@ -787,6 +786,10 @@ msgstr "Ų¬Ų³ŲŖŲ¬ŁŪ ŲÆŲ± AUR ŲØŁ ŲµŁŲ±ŲŖ پŪŲ“ ŁŲ±Ų¶"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "ŲØŲ±Ų±Ų³Ū ŲØŲ±ŁŲ²Ų±Ų³Ų§ŁŪ Ų§Ų² AUR"
|
msgstr "ŲØŲ±Ų±Ų³Ū ŲØŲ±ŁŲ²Ų±Ų³Ų§ŁŪ Ų§Ų² AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "ŁŁŲ· ŲŲ°Ł ŁŲ³Ų®Ł ŁŲ§Ū ŲØŲ³ŲŖŁ ŁŲ§Ū ŲŲ°Ł Ų“ŲÆŁ"
|
msgstr "ŁŁŲ· ŲŲ°Ł ŁŲ³Ų®Ł ŁŲ§Ū ŲØŲ³ŲŖŁ ŁŲ§Ū ŲŲ°Ł Ų“ŲÆŁ"
|
||||||
@@ -802,3 +805,19 @@ msgstr "ŲŲ§ŁŲøŁ Ł
ŁŁŲŖ"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Ų§ŁŲŖŲ®Ų§ŲØ ŲØŲ±ŁŲ²Ų±Ų³Ų§ŁŪ ŁŲ§Ū صر٠ŁŲøŲ±Ų“ŲÆŁ"
|
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 "ŲŖŁŁŪŲÆ ؓکست Ų®ŁŲ±ŲÆ."
|
||||||
|
65
po/fi.po
65
po/fi.po
@@ -16,8 +16,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Finnish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Finnish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -245,27 +245,6 @@ msgstr "Tarkastetaan eheyttƤ"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Ladataan paketin tiedostoja"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -354,10 +333,26 @@ msgstr "_Sulje"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Ei mitƤƤn tehtƤvƤƤ"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Toimenpide suoritettu onnistuneesti"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -601,6 +596,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Maailmanlaajuinen"
|
msgstr "Maailmanlaajuinen"
|
||||||
@@ -789,6 +788,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -804,3 +807,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
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"
|
||||||
|
49
po/fo.po
49
po/fo.po
@@ -9,8 +9,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Faroese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Faroese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -238,27 +238,6 @@ msgstr "Kannar heilskap"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -594,6 +589,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -780,6 +779,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/fr.po
65
po/fr.po
@@ -20,8 +20,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-31 13:03+0000\n"
|
"PO-Revision-Date: 2017-07-31 13:03+0000\n"
|
||||||
"Last-Translator: Charles Monzat <superboa@hotmail.fr>\n"
|
"Last-Translator: Charles Monzat <superboa@hotmail.fr>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"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"
|
msgid "Loading packages files"
|
||||||
msgstr "Chargement des fichiers des paquets"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -358,10 +337,26 @@ msgstr "_Fermer"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Rien Ć faire"
|
msgstr "Rien Ć faire"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transaction terminée avec succès"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -605,6 +600,10 @@ msgstr "Nombre de versions de chaque paquet Ć conserver dans le cache "
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Monde entier"
|
msgstr "Monde entier"
|
||||||
@@ -798,6 +797,10 @@ msgstr "Rechercher depuis AUR par dƩfaut"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Vérifier les mises à jour depuis AUR"
|
msgstr "Vérifier les mises à jour depuis AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Supprimer seulement les versions de paquets dƩsinstallƩs"
|
msgstr "Supprimer seulement les versions de paquets dƩsinstallƩs"
|
||||||
@@ -813,3 +816,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Choix des mises Ć jour Ć ignorer"
|
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"
|
||||||
|
65
po/gl.po
65
po/gl.po
@@ -8,8 +8,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Galician (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Galician (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -237,27 +237,6 @@ msgstr "Verificando a integridade dos paquetes"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Carga de ficheiros de paquetes"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -346,10 +325,26 @@ msgstr "_Pechar"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nada que facer"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Operación concluĆda con Ć©xito"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr "Número de versións de cada paquete para gardar na caché"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "En todo o Mundo"
|
msgstr "En todo o Mundo"
|
||||||
@@ -786,6 +785,10 @@ msgstr "Buscar en AUR por defecto"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Comprobar actualizacións dende AUR"
|
msgstr "Comprobar actualizacións dende AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Eliminar só as versións de paquetes non instalados"
|
msgstr "Eliminar só as versións de paquetes non instalados"
|
||||||
@@ -801,3 +804,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Escolla actualizacións ignorados"
|
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"
|
||||||
|
65
po/he.po
65
po/he.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Hebrew (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Hebrew (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -240,27 +240,6 @@ msgstr "××¢×Ŗ ×××× ×©××××Ŗ"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "××¢×Ŗ ×××¢× ×§××¦× ××××××Ŗ"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -349,10 +328,26 @@ msgstr "_×”××ר"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "××× ×× ×עש××Ŗ"
|
msgstr "××× ×× ×עש××Ŗ"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "××Ø× ×קצ×× ××”×Ŗ×××× ××צ×××"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "××× ×¢××××"
|
msgstr "××× ×¢××××"
|
||||||
@@ -785,6 +784,10 @@ msgstr "×פש ××Ŗ×× AUR ××××¤× ×©×רת×"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "××××§ ×¢×××× ×× ××Ŗ×× AUR"
|
msgstr "××××§ ×¢×××× ×× ××Ŗ×× AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "×הר רק ××Ŗ ××רה×××Ŗ ×©× ××××××Ŗ ש××הר×"
|
msgstr "×הר רק ××Ŗ ××רה×××Ŗ ×©× ××××××Ŗ ש××הר×"
|
||||||
@@ -800,3 +803,19 @@ msgstr "×××××"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "××ר ש×ר×××× ×× ××ר××"
|
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 "××¤×§× × ×ש××"
|
||||||
|
58
po/hi.po
58
po/hi.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Hindi (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Hindi (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -240,27 +240,6 @@ msgstr "ą¤
ą¤ą¤ą¤”ता ą¤ą„ ą¤ą¤¾ą¤ą¤"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ą¤²ą„ą¤” ą¤¹ą„ ą¤°ą¤¹ą¤¾ ą¤¹ą„ ą¤øą¤ą¤ą„ल ą¤«ą¤¾ą¤ą¤²ą„ą¤"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -349,10 +328,26 @@ msgstr "_ą¤¬ą¤ą¤¦"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "ą¤ą¤øą¤¾ ą¤ą¤°ą¤Øą„ ą¤ą„ ą¤²ą¤æą¤ ą¤ą„ą¤ ą¤ą„ ą¤Øą¤¹ą„ą¤"
|
msgstr "ą¤ą¤øą¤¾ ą¤ą¤°ą¤Øą„ ą¤ą„ ą¤²ą¤æą¤ ą¤ą„ą¤ ą¤ą„ ą¤Øą¤¹ą„ą¤"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "ą¤²ą„ą¤Ø - ą¤¦ą„ą¤Ø ą¤øą¤«ą¤²ą¤¤ą¤¾ą¤Ŗą„ą¤°ą„ą¤µą¤ ą¤øą¤®ą¤¾ą¤Ŗą„ą¤¤"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -782,6 +781,10 @@ msgstr "ą¤”ą¤æą¤«ą¤¼ą„ą¤²ą„ą¤ ą¤°ą„ą¤Ŗ ą¤øą„ AUR ą¤®ą„ą¤ ą¤ą„ą¤ą„ą¤"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "AUR ą¤øą„ ą¤
ą¤¦ą„ą¤Æą¤¤ą¤Ø ą¤ą„ ą¤²ą¤æą¤ ą¤ą¤¾ą¤ą¤ ą¤ą¤°ą„ą¤"
|
msgstr "AUR ą¤øą„ ą¤
ą¤¦ą„ą¤Æą¤¤ą¤Ø ą¤ą„ ą¤²ą¤æą¤ ą¤ą¤¾ą¤ą¤ ą¤ą¤°ą„ą¤"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -797,3 +800,12 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "ą¤ą¤Ŗą„ą¤ą„षित ą¤ą¤Øą„नयन ą¤ą„ą¤Øą„ą¤"
|
msgstr "ą¤ą¤Ŗą„ą¤ą„षित ą¤ą¤Øą„नयन ą¤ą„ą¤Øą„ą¤"
|
||||||
|
|
||||||
|
#~ msgid "Checking delta integrity"
|
||||||
|
#~ msgstr "ą¤”ą„ą¤²ą„ą¤ą¤¾ ą¤
ą¤ą¤ą¤”ता ą¤ą„ ą¤ą¤¾ą¤ą¤"
|
||||||
|
|
||||||
|
#~ msgid "Applying deltas"
|
||||||
|
#~ msgstr "ą¤”ą„ą¤²ą„ą¤ą¤¾ ą¤²ą¤¾ą¤ą„ ą¤ą¤°ą¤Øą¤¾"
|
||||||
|
|
||||||
|
#~ msgid "Generation failed"
|
||||||
|
#~ msgstr "ą¤ą¤Øą¤°ą„शन विफल ą¤¹ą„ą¤"
|
||||||
|
49
po/hi_IN.po
49
po/hi_IN.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Hindi (India) (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Hindi (India) (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/hr.po
65
po/hr.po
@@ -12,8 +12,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-08-02 13:28+0000\n"
|
"PO-Revision-Date: 2017-08-02 13:28+0000\n"
|
||||||
"Last-Translator: Lovro KudeliÄ <lovro.kudelic@outlook.com>\n"
|
"Last-Translator: Lovro KudeliÄ <lovro.kudelic@outlook.com>\n"
|
||||||
"Language-Team: Croatian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Croatian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -242,27 +242,6 @@ msgstr "Provjeravam integritet"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "UÄitavam datoteke paketa"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -352,10 +331,26 @@ msgstr "_Zatvori"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "NiÅ”ta za uÄiniti"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transakcija uspjeŔno zavrŔena"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -601,6 +596,10 @@ msgstr "Broj razliÄitih verzija paketa za spremiti u predmemoriju"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Globalno"
|
msgstr "Globalno"
|
||||||
@@ -792,6 +791,10 @@ msgstr "Uvijek traži u AUR-u"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Provjeri ažuriranja iz AUR-a"
|
msgstr "Provjeri ažuriranja iz AUR-a"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Ukloni samo verzije deinstaliranih paketa"
|
msgstr "Ukloni samo verzije deinstaliranih paketa"
|
||||||
@@ -807,3 +810,19 @@ msgstr "Predmemorija"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Odaberi ignorirane nadogradnje"
|
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"
|
||||||
|
49
po/hr_HR.po
49
po/hr_HR.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Croatian (Croatia) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -782,6 +781,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/hu.po
65
po/hu.po
@@ -12,8 +12,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Hungarian (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Hungarian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -241,27 +241,6 @@ msgstr "EgysĆ©gessĆ©g ellenÅrzĆ©se"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "CsomagfƔjlok betƶltƩse"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -350,10 +329,26 @@ msgstr "BezƔr"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Semmi teendÅ"
|
msgstr "Semmi teendÅ"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "A tranzakció sikeresen végrehajtódott"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -597,6 +592,10 @@ msgstr "A cache- ben csomagonként megtartandó példÔnyok szÔma:"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "VilƔgszerte"
|
msgstr "VilƔgszerte"
|
||||||
@@ -788,6 +787,10 @@ msgstr "KeresƩs AUR -ban alapƩrtelmezetten"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "AUR frissĆtĆ©sek keresĆ©se"
|
msgstr "AUR frissĆtĆ©sek keresĆ©se"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Csak az eltĆ”volĆtott csomagok verzióinak eltĆ”volĆtĆ”sa"
|
msgstr "Csak az eltĆ”volĆtott csomagok verzióinak eltĆ”volĆtĆ”sa"
|
||||||
@@ -803,3 +806,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "A figyelmen kĆvül hagyott frissĆtĆ©sek kivĆ”lasztĆ”sa"
|
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"
|
||||||
|
65
po/id.po
65
po/id.po
@@ -23,8 +23,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Indonesian (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Indonesian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -252,27 +252,6 @@ msgstr "Memeriksa integritas"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Pemuatan berkas paket"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -360,10 +339,26 @@ msgstr "_Tutup"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Tidak ada yang harus dilakukan"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transaksi sukses terselesaikan"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -605,6 +600,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Seluruh dunia"
|
msgstr "Seluruh dunia"
|
||||||
@@ -796,6 +795,10 @@ msgstr "Cari di AUR sebagai baku"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Periksa pembaruan dari AUR"
|
msgstr "Periksa pembaruan dari AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -811,3 +814,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Memilih Abaian Pembaruan"
|
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"
|
||||||
|
65
po/is.po
65
po/is.po
@@ -10,8 +10,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Icelandic (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Icelandic (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -239,27 +239,6 @@ msgstr "Athuga gƦưi"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Hleư inn pakkaskrƔm"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr "_Loka"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Ekkert sem hƦgt er aư gera"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Aðgerð lokið - tókst"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -595,6 +590,10 @@ msgstr "Fjöldi af útgÔfum af hverjum pakka til að halda à skyndiminni"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Ćt um allan heim"
|
msgstr "Ćt um allan heim"
|
||||||
@@ -786,6 +785,10 @@ msgstr "Leita sjÔlfgefið à AUR"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Athuga meư uppfƦrslur frƔ AUR"
|
msgstr "Athuga meư uppfƦrslur frƔ AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Aðeins fjarlægja útgÔfum af eyddum pökkum"
|
msgstr "Aðeins fjarlægja útgÔfum af eyddum pökkum"
|
||||||
@@ -801,3 +804,19 @@ msgstr "Skyndiminni"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Velja hunsaưar uppfƦrslur"
|
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"
|
||||||
|
49
po/is_IS.po
49
po/is_IS.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Icelandic (Iceland) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Icelandic (Iceland) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/it.po
65
po/it.po
@@ -21,8 +21,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Italian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -250,27 +250,6 @@ msgstr "Verifica dell'integritĆ dei pacchetti"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Caricamento dei file dei pacchetti"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -359,10 +338,26 @@ msgstr "_Chiudi"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Niente da fare"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transazione completata con successo"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr "Impossibile bloccare il database!"
|
msgstr "Impossibile bloccare il database!"
|
||||||
@@ -606,6 +601,10 @@ msgstr "Numero di versioni di ogni pacchetto da conservare nella cache"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr "Cartella di costruzione"
|
msgstr "Cartella di costruzione"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mondiale"
|
msgstr "Mondiale"
|
||||||
@@ -797,6 +796,10 @@ msgstr "Cerca in AUR come impostazione predefinita."
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Controlla aggiornamenti da AUR"
|
msgstr "Controlla aggiornamenti da AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Rimuovi solo le versioni dei pacchetti disinstallati"
|
msgstr "Rimuovi solo le versioni dei pacchetti disinstallati"
|
||||||
@@ -812,3 +815,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Scegli aggiornamenti da ignorare"
|
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"
|
||||||
|
49
po/it_IT.po
49
po/it_IT.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Italian (Italy) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Italian (Italy) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/ja.po
65
po/ja.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Japanese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Japanese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -240,27 +240,6 @@ msgstr "ćć”ć¤ć«ć®ę“åę§ć確čŖäø"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ććć±ć¼ćøćć”ć¤ć«ć®ćć¼ćäø"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr "éććļ¼_Cļ¼"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "ä½ćććććØćććć¾ćć"
|
msgstr "ä½ćććććØćććć¾ćć"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "å¦ēćę£åøøć«ēµäŗćć¾ććć"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr "åććć±ć¼ćøć®ćć¼ćøć§ć³ēŖå·ććć£ćć·ć„ć«äæåć
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ćÆć¼ć«ććÆć¤ć"
|
msgstr "ćÆć¼ć«ććÆć¤ć"
|
||||||
@@ -784,6 +783,10 @@ msgstr "ććć©ć«ćć§AURćę¤ē“¢ćć"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "AUR ę“ę°ć®ē¢ŗčŖ"
|
msgstr "AUR ę“ę°ć®ē¢ŗčŖ"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "ć¢ć³ć¤ć³ć¹ćć¼ć«ćććć¼ćøć§ć³ć®ćæåé¤"
|
msgstr "ć¢ć³ć¤ć³ć¹ćć¼ć«ćććć¼ćøć§ć³ć®ćæåé¤"
|
||||||
@@ -799,3 +802,19 @@ msgstr "ćć£ćć·ć„"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "ē”č¦ććć¢ććć°ć¬ć¼ććéøę"
|
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 "ććć±ć¼ćøć®ēęć失ęćć¾ćć"
|
||||||
|
403
po/ka.po
403
po/ka.po
@@ -6,357 +6,357 @@
|
|||||||
# Translators:
|
# Translators:
|
||||||
# arabuli <arabulibeqa@yahoo.com>, 2015
|
# arabuli <arabulibeqa@yahoo.com>, 2015
|
||||||
# arabuli <arabulibeqa@yahoo.com>, 2015
|
# arabuli <arabulibeqa@yahoo.com>, 2015
|
||||||
|
# giorgi shashviashvili <giorgishashviashvili@outlook.com>, 2019
|
||||||
|
# zura davitashvili <zdavitashvili0@gmail.com>, 2019-2020
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2020-01-02 12:41-0300\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: zura davitashvili <zdavitashvili0@gmail.com>\n"
|
||||||
"Language-Team: Georgian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Georgian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
"language/ka/)\n"
|
"language/ka/)\n"
|
||||||
"Language: ka\n"
|
"Language: ka\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\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
|
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr ""
|
msgstr "į£įŖįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Explicitly installed"
|
msgid "Explicitly installed"
|
||||||
msgstr ""
|
msgstr "įįįįį įį® įįį§įįįįį£įį"
|
||||||
|
|
||||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Installed as a dependency for another package"
|
msgid "Installed as a dependency for another package"
|
||||||
msgstr ""
|
msgstr "įįį§įįįįį£įįį, į įįįį įŖ įįįįįįįįįį£įįįį į”į®įį įįįįį¢įį”įįįį”"
|
||||||
|
|
||||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr ""
|
msgstr "įįįį®"
|
||||||
|
|
||||||
#: ../src/pamac-user-daemon/user_daemon.vala
|
#: ../src/pamac-user-daemon/user_daemon.vala
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr "įį į"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
msgid "Failed to initialize alpm library"
|
msgid "Failed to initialize alpm library"
|
||||||
msgstr ""
|
msgstr "alpm įįįįįįįįįįį” į¬įįįį¬į§įįį įįį įįį®įį į®įį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala ../src/transaction.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala ../src/transaction.vala
|
||||||
msgid "Authentication failed"
|
msgid "Authentication failed"
|
||||||
msgstr ""
|
msgstr "įįįįįį¢įį¤įįįįŖįį įįį įįį®įį įį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
msgid "Failed to synchronize any databases"
|
msgid "Failed to synchronize any databases"
|
||||||
msgstr ""
|
msgstr "įįį įŖįį įį įįįįįŖįįįį įįįįį” į”įįį„į įįįįįįŖįį įįį įįį®įį į®įį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
msgid "Failed to init transaction"
|
msgid "Failed to init transaction"
|
||||||
msgstr ""
|
msgstr "į¢į įįįįį„įŖįįį” į¬įįįį¬į§įįį įįį įįį®įį į®įį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
msgid "Failed to prepare transaction"
|
msgid "Failed to prepare transaction"
|
||||||
msgstr ""
|
msgstr "į¢į įįįįį„įŖįįį” įįįįįįįįį įįį įįį®įį į®įį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "target not found: %s"
|
msgid "target not found: %s"
|
||||||
msgstr ""
|
msgstr "įįįįįį įįį įįįį«įįįį: %s"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "package %s does not have a valid architecture"
|
msgid "package %s does not have a valid architecture"
|
||||||
msgstr ""
|
msgstr "įįįįᢠ%s-į” įį įį„įį” įįįØįįįį£įį įį į„įį¢įį„į¢į£į į"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "unable to satisfy dependency '%s' required by %s"
|
msgid "unable to satisfy dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr "įØįį£į«įįįįįįį %s-(į)į” įįįį įįįį®įįįįįį '%s' įįįįįįįįįį£įįįįį” įįįįįį§įį¤įįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "installing %s (%s) breaks dependency '%s' required by %s"
|
msgid "installing %s (%s) breaks dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"%s (%s)-(į)į” įįį§įįįįį įįįįįįįį” įįįįįįįįįį£įįįįį” '%s', į įįįįį”įįŖ įįįįį®įįį” %s"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "removing %s breaks dependency '%s' required by %s"
|
msgid "removing %s breaks dependency '%s' required by %s"
|
||||||
msgstr ""
|
msgstr "%s-(į)į” įįįŖįįįįį įįįįįįįį” įįįįįįįįįį£įįįįį” '%s', į įįįįį”įįŖ įįįįį®įįį” %s"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s and %s are in conflict"
|
msgid "%s and %s are in conflict"
|
||||||
msgstr ""
|
msgstr "%s įį %s įį įįį įįįį¤įįį„į¢įØį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s needs to be removed but it is a locked package"
|
msgid "%s needs to be removed but it is a locked package"
|
||||||
msgstr ""
|
msgstr "%s į£įįį įįįŖįįįįį”, įįįį įį įį” į©įįįį¢įįį įįįįį¢įį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
msgid "Failed to commit transaction"
|
msgid "Failed to commit transaction"
|
||||||
msgstr ""
|
msgstr "į¢į įįįįį„įŖįįį” įįįį®įį įŖįįįįįį įįį įįį®įį į®įį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s exists in both %s and %s"
|
msgid "%s exists in both %s and %s"
|
||||||
msgstr ""
|
msgstr "%s įį į”įįįįį” %s-įØįįŖ įį %s-įØįįŖ"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s: %s already exists in filesystem"
|
msgid "%s: %s already exists in filesystem"
|
||||||
msgstr ""
|
msgstr "%s: %s į£įįį įį į”įįįįį” į¤įįįį£į į”įį”į¢įįįįØį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s is invalid or corrupted"
|
msgid "%s is invalid or corrupted"
|
||||||
msgstr ""
|
msgstr "%s įį įį”į¬įį įį įį įįįįįįįįį£įįį"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s appears to be truncated: %jd/%jd bytes\n"
|
msgid "%s appears to be truncated: %jd/%jd bytes\n"
|
||||||
msgstr ""
|
msgstr "į įįįį įŖ į©įįį” %s įØįįįŖįį įįį£įįį: %jd/%jd įįįį¢į\n"
|
||||||
|
|
||||||
#: ../src/pamac-system-daemon/system_daemon.vala
|
#: ../src/pamac-system-daemon/system_daemon.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "failed retrieving file '%s' from %s : %s\n"
|
msgid "failed retrieving file '%s' from %s : %s\n"
|
||||||
msgstr ""
|
msgstr "'%s' į¤įįįįį” įįį¦įįį įįį įįį®įį į®įį %s : %s-(į)įįį\n"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr ""
|
msgstr "įį”įį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Refreshing mirrors list"
|
msgid "Refreshing mirrors list"
|
||||||
msgstr ""
|
msgstr "įį®įįįįį į”įį įįįįįį” į”įį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Synchronizing package databases"
|
msgid "Synchronizing package databases"
|
||||||
msgstr "įįįįį¢įįįį” įįįįįŖįįįį įįįįį” į”įįį„į įįįįįįŖįį"
|
msgstr "įįįįį¢įįįį” įįįįįŖįįįį įįįįįį į”įįį„į įįįįįį įįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Starting full system upgrade"
|
msgid "Starting full system upgrade"
|
||||||
msgstr ""
|
msgstr "įį¬į§įįį į”įį”į¢įįįį” į”į į£įį įįįįį®įįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Preparing"
|
msgid "Preparing"
|
||||||
msgstr ""
|
msgstr "įįįįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Choose a provider for %s"
|
msgid "Choose a provider for %s"
|
||||||
msgstr ""
|
msgstr "%s-(į)į”įįįį” įįįį¬įįįįįįį” įį į©įįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "To remove"
|
msgid "To remove"
|
||||||
msgstr ""
|
msgstr "įįįŖįįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "To downgrade"
|
msgid "To downgrade"
|
||||||
msgstr ""
|
msgstr "įįį„įįįįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "To build"
|
msgid "To build"
|
||||||
msgstr ""
|
msgstr "įįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "To install"
|
msgid "To install"
|
||||||
msgstr ""
|
msgstr "įįį§įįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "To reinstall"
|
msgid "To reinstall"
|
||||||
msgstr ""
|
msgstr "į®įįįį®įį įįį§įįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "To upgrade"
|
msgid "To upgrade"
|
||||||
msgstr ""
|
msgstr "įįįįį®įįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Total download size"
|
msgid "Total download size"
|
||||||
msgstr ""
|
msgstr "į©įįįį¢įįį įįįį” į”į į£įį įįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Building %s"
|
msgid "Building %s"
|
||||||
msgstr ""
|
msgstr "įįįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction cancelled"
|
msgid "Transaction cancelled"
|
||||||
msgstr ""
|
msgstr "į¢į įįįįį„įŖįį įįį£į„įįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Checking dependencies"
|
msgid "Checking dependencies"
|
||||||
msgstr ""
|
msgstr "įįį¬įįįįį įįįįįįįįįį£įįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Checking file conflicts"
|
msgid "Checking file conflicts"
|
||||||
msgstr ""
|
msgstr "įįį¬įįįįį į¤įįįįį” įįįį¤įįį„į¢įįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Resolving dependencies"
|
msgid "Resolving dependencies"
|
||||||
msgstr ""
|
msgstr "įįįį įįįį įįįįįįįįįį£įįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Checking inter-conflicts"
|
msgid "Checking inter-conflicts"
|
||||||
msgstr ""
|
msgstr "įįį¬įįįįį įØįįį įįįį¤įįį„į¢įįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Installing %s"
|
msgid "Installing %s"
|
||||||
msgstr ""
|
msgstr "į§įįįįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Upgrading %s"
|
msgid "Upgrading %s"
|
||||||
msgstr ""
|
msgstr "įį®įįįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Reinstalling %s"
|
msgid "Reinstalling %s"
|
||||||
msgstr ""
|
msgstr "į®įįįį®įį į§įįįįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Downgrading %s"
|
msgid "Downgrading %s"
|
||||||
msgstr ""
|
msgstr "į„įįįįįįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Removing %s"
|
msgid "Removing %s"
|
||||||
msgstr ""
|
msgstr "į”įŖįįįįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Checking integrity"
|
msgid "Checking integrity"
|
||||||
msgstr ""
|
msgstr "įįį¬įįįįį įįįįįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
msgstr ""
|
msgstr "įįįį¤įįį£į įį įįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Downloading"
|
msgid "Downloading"
|
||||||
msgstr ""
|
msgstr "įį¢įįį įįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Downloading %s"
|
msgid "Downloading %s"
|
||||||
msgstr ""
|
msgstr "įį¢įįį įįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Checking available disk space"
|
msgid "Checking available disk space"
|
||||||
msgstr ""
|
msgstr "įįį¬įįįįį įįį”įįį į®įįįįį”įį¬įįįįį į”įįį įŖį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s optionally requires %s"
|
msgid "%s optionally requires %s"
|
||||||
msgstr ""
|
msgstr "%s įįįį įį®įį įį”į®įįįįį įįįįį®įįį” %s-į”"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Database file for %s does not exist"
|
msgid "Database file for %s does not exist"
|
||||||
msgstr ""
|
msgstr "%s-(į)į”įįįį” įįįįįŖįįįį įįįįį” į¤įįįį įį įį į”įįįįį”"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Checking keyring"
|
msgid "Checking keyring"
|
||||||
msgstr ""
|
msgstr "įįį¬įįįįį įįį”įį¦įįįįįį” įį”į®įį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Downloading required keys"
|
msgid "Downloading required keys"
|
||||||
msgstr ""
|
msgstr "įį¢įįį įįįį į”įįįį į įįį”įį¦įįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s installed as %s.pacnew"
|
msgid "%s installed as %s.pacnew"
|
||||||
msgstr ""
|
msgstr "%s įįį§įįįį į įįįį įŖ %s.pacnew"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s installed as %s.pacsave"
|
msgid "%s installed as %s.pacsave"
|
||||||
msgstr ""
|
msgstr "%s įįį§įįįį į įįįį įŖ %s.pacsave"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Running pre-transaction hooks"
|
msgid "Running pre-transaction hooks"
|
||||||
msgstr ""
|
msgstr "įįØįįįį į¢į įįįįį„įŖįįįįįįį įįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Running post-transaction hooks"
|
msgid "Running post-transaction hooks"
|
||||||
msgstr ""
|
msgstr "įįØįįįį į¢į įįįįį„įŖįįį” įØįįįįįįį įįįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "About %u seconds remaining"
|
msgid "About %u seconds remaining"
|
||||||
msgstr ""
|
msgstr "įįį į©įįįįįį įįįį®įįįįįį %u į¬įįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "About %lu minute remaining"
|
msgid "About %lu minute remaining"
|
||||||
msgid_plural "About %lu minutes remaining"
|
msgid_plural "About %lu minutes remaining"
|
||||||
msgstr[0] ""
|
msgstr[0] "įįį į©įįįįįį įįįį®įįįįįį %lu į¬į£įį"
|
||||||
|
msgstr[1] "įįį į©įįįįįį įįįį®įįįįįį %lu į¬į£įį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Refreshing %s"
|
msgid "Refreshing %s"
|
||||||
msgstr ""
|
msgstr "įį®įįįįį %s"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr "įØįįŖįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Warning"
|
msgid "Warning"
|
||||||
msgstr ""
|
msgstr "įįį¤į įį®įįįįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala ../data/interface/progress_dialog.ui
|
#: ../src/transaction.vala ../data/interface/progress_dialog.ui
|
||||||
#: ../data/interface/history_dialog.ui
|
#: ../data/interface/history_dialog.ui
|
||||||
msgid "_Close"
|
msgid "_Close"
|
||||||
msgstr ""
|
msgstr "įįį®į£į įį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr "įįį”įįįįįįįįį įį įį¤įį įį"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr "į¢į įįįįį„įŖįį į¬įį įįį¢įįį£įįį"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr "į¢į įįįįį„įŖįį į¬įį įįį¢įįįį įįį”į į£įįį"
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr "įįįįįŖįįįį įįįįį” į©įįįį¢įį įØįį£į«įįįįįįį!"
|
||||||
|
|
||||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Your system is up-to-date"
|
msgid "Your system is up-to-date"
|
||||||
msgstr "įį„įįįį į”įį”į¢įįį į£įį®įįį”įį"
|
msgstr "įį„įįįį į”įį”į¢įįį įįįįį®įįįį£įįį"
|
||||||
|
|
||||||
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Package Manager"
|
msgid "Package Manager"
|
||||||
@@ -364,35 +364,36 @@ msgstr "įįįįį¢įįįį” įįįį įįįįį"
|
|||||||
|
|
||||||
#: ../src/pamac-tray/tray.vala
|
#: ../src/pamac-tray/tray.vala
|
||||||
msgid "_Quit"
|
msgid "_Quit"
|
||||||
msgstr "_įįįįį”įįį"
|
msgstr "įįį”įįį"
|
||||||
|
|
||||||
#: ../src/pamac-tray/tray.vala
|
#: ../src/pamac-tray/tray.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%u available update"
|
msgid "%u available update"
|
||||||
msgid_plural "%u available updates"
|
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
|
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
|
||||||
#: ../data/interface/progress_dialog.ui ../data/interface/manager_window.ui
|
#: ../data/interface/progress_dialog.ui ../data/interface/manager_window.ui
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr ""
|
msgstr "įįį¢įįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala
|
#: ../src/pamac-manager/manager.vala
|
||||||
msgid "Pamac is already running"
|
msgid "Pamac is already running"
|
||||||
msgstr ""
|
msgstr "Pamac į£įįį įįįØįįįį£įįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala
|
#: ../src/pamac-manager/manager.vala
|
||||||
msgid "Refresh Databases"
|
msgid "Refresh Databases"
|
||||||
msgstr ""
|
msgstr "įįįįįŖįįįį įįįįįįį” įįįįį®įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
||||||
msgid "View History"
|
msgid "View History"
|
||||||
msgstr ""
|
msgstr "įį”į¢įį įįį” įįį®įį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager.vala ../src/pamac-manager/manager_window.vala
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Install Local Packages"
|
msgid "Install Local Packages"
|
||||||
msgstr ""
|
msgstr "įįįįįįįį įįį įįįįį¢įįįį” įįį§įįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
@@ -400,307 +401,314 @@ msgstr "įįį įįįį¢į įįį"
|
|||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr "įØįį”įį®įį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager.vala
|
#: ../src/pamac-manager/manager.vala
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr ""
|
msgstr "įįį”įįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Deselect"
|
msgid "Deselect"
|
||||||
msgstr ""
|
msgstr "įįįįįØįįįį” įįį£į„įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr ""
|
msgstr "įįįįį®įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Install"
|
msgid "Install"
|
||||||
msgstr ""
|
msgstr "įįį§įįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr "įįįŖįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Waiting for another package manager to quit"
|
msgid "Waiting for another package manager to quit"
|
||||||
msgstr ""
|
msgstr "įį£įŖįįį į”į®įį įįįįį¢įįįį” įįįį įįįįįį” įį£įØįįįįį” įįį”į į£įįįįį”"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%u pending operation"
|
msgid "%u pending operation"
|
||||||
msgid_plural "%u pending operations"
|
msgid_plural "%u pending operations"
|
||||||
msgstr[0] ""
|
msgstr[0] "įįįįįįįįØįį %u įįįį įįŖįį"
|
||||||
|
msgstr[1] "įįįįįįįįØįį %u įįįį įįŖįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Installed"
|
msgid "Installed"
|
||||||
msgstr ""
|
msgstr "įįį§įįįįį£įį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Orphans"
|
msgid "Orphans"
|
||||||
msgstr ""
|
msgstr "įįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Foreign"
|
msgid "Foreign"
|
||||||
msgstr ""
|
msgstr "į£įŖį®į"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Pending"
|
msgid "Pending"
|
||||||
msgstr ""
|
msgstr "įįįįįįįįØį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Install Reason"
|
msgid "Install Reason"
|
||||||
msgstr ""
|
msgstr "įįį§įįįįįį” įįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Mark as explicitly installed"
|
msgid "Mark as explicitly installed"
|
||||||
msgstr ""
|
msgstr "įįįįį įį® įįį§įįįįį£įįį įįįįįØįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Licenses"
|
msgid "Licenses"
|
||||||
msgstr ""
|
msgstr "įįįŖįįįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Repository"
|
msgid "Repository"
|
||||||
msgstr ""
|
msgstr "į”įįŖįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Download size"
|
msgid "Download size"
|
||||||
msgstr ""
|
msgstr "į©įįįį¢įįį įįįį” įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Installed size"
|
msgid "Installed size"
|
||||||
msgstr ""
|
msgstr "įįį§įįįįį£įįį” įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr ""
|
msgstr "įÆįį£į¤įįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Packager"
|
msgid "Packager"
|
||||||
msgstr ""
|
msgstr "įØįįį¤į£įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Build Date"
|
msgid "Build Date"
|
||||||
msgstr ""
|
msgstr "įįįįįį” įįį įį¦į"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Install Date"
|
msgid "Install Date"
|
||||||
msgstr ""
|
msgstr "įįį§įįįįįį” įįį įį¦į"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Signatures"
|
msgid "Signatures"
|
||||||
msgstr ""
|
msgstr "į®įįįįį¬įį įįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Backup files"
|
msgid "Backup files"
|
||||||
msgstr ""
|
msgstr "į”įį įįįį įį į¤įįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Depends On"
|
msgid "Depends On"
|
||||||
msgstr ""
|
msgstr "įįįįįįįįįį£įįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Optional Dependencies"
|
msgid "Optional Dependencies"
|
||||||
msgstr ""
|
msgstr "įįįį įį®įį įį”į®įįįįį įįįįįįįįįį£įįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Required By"
|
msgid "Required By"
|
||||||
msgstr ""
|
msgstr "įįįįį®įįį įØįįįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Optional For"
|
msgid "Optional For"
|
||||||
msgstr ""
|
msgstr "įįįį įį®įį įį”į®įįįįįį įØįįįįįįį”įįįį”"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Provides"
|
msgid "Provides"
|
||||||
msgstr ""
|
msgstr "įįįįįįįįįį”"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Replaces"
|
msgid "Replaces"
|
||||||
msgstr ""
|
msgstr "įįįįŖįįįįį”"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Conflicts With"
|
msgid "Conflicts With"
|
||||||
msgstr ""
|
msgstr "įįįį¤įįį„į¢įØįį įØįįįįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Package Base"
|
msgid "Package Base"
|
||||||
msgstr ""
|
msgstr "įįįįį¢įį” įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Maintainer"
|
msgid "Maintainer"
|
||||||
msgstr ""
|
msgstr "įØįįįį£įØįįįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "First Submitted"
|
msgid "First Submitted"
|
||||||
msgstr ""
|
msgstr "įįį įįįįį įįįįįįį”įį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Last Modified"
|
msgid "Last Modified"
|
||||||
msgstr ""
|
msgstr "įįįįį” įØįįįŖįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Votes"
|
msgid "Votes"
|
||||||
msgstr ""
|
msgstr "į®įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Out of Date"
|
msgid "Out of Date"
|
||||||
msgstr ""
|
msgstr "įįį«įįįįįį£įį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Make Dependencies"
|
msgid "Make Dependencies"
|
||||||
msgstr ""
|
msgstr "įįįįįį”įįįį” į”įįįį į įįįįįįįįįį£įįįįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Check Dependencies"
|
msgid "Check Dependencies"
|
||||||
msgstr ""
|
msgstr "įįįįįįįįįį£įįįįįįį” įØįįįį¬įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr "į”įį®įįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
#: ../data/interface/transaction_sum_dialog.ui
|
#: ../data/interface/transaction_sum_dialog.ui
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "_Cancel"
|
msgid "_Cancel"
|
||||||
msgstr ""
|
msgstr "įįį£į„įįįį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "_Open"
|
msgid "_Open"
|
||||||
msgstr ""
|
msgstr "įįį®į”įį"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "Alpm Package"
|
msgid "Alpm Package"
|
||||||
msgstr ""
|
msgstr "Alpm įįįįį¢į"
|
||||||
|
|
||||||
#: ../src/pamac-manager/manager_window.vala
|
#: ../src/pamac-manager/manager_window.vala
|
||||||
msgid "A Gtk3 frontend for libalpm"
|
msgid "A Gtk3 frontend for libalpm"
|
||||||
msgstr ""
|
msgstr "Gtk3 įįį¢įį į¤įįį”į libalpm-įį”įįįį”"
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala ../data/interface/preferences_dialog.ui
|
#: ../src/preferences_dialog.vala ../data/interface/preferences_dialog.ui
|
||||||
msgid "How often to check for updates, value in hours"
|
msgid "How often to check for updates, value in hours"
|
||||||
msgstr ""
|
msgstr "į į į”įį®įØįį įį įØįįįį¬įįįį” įįįįį®įįįįįį, į įįŖį®įį į”įįįįįįØį"
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala ../data/interface/preferences_dialog.ui
|
#: ../src/preferences_dialog.vala ../data/interface/preferences_dialog.ui
|
||||||
msgid "Number of versions of each package to keep in the cache"
|
msgid "Number of versions of each package to keep in the cache"
|
||||||
msgstr ""
|
msgstr "į„įįØįØį įįį”įį¢įįįįįįį įįįįįį£įį įįįįį¢įį” įįį į”įįįįį” į įįįįįįįį"
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
|
msgstr "įįįįįį” įįį¢įįįįį"
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr "įį”įį¤įįįį” įįį”įØį¢įįįį"
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Speed"
|
msgid "Speed"
|
||||||
msgstr ""
|
msgstr "į”įį©į„įį įį"
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Random"
|
msgid "Random"
|
||||||
msgstr ""
|
msgstr "įØįįįį®įįįįį"
|
||||||
|
|
||||||
#: ../data/polkit/org.pamac.policy.in
|
#: ../data/polkit/org.pamac.policy.in
|
||||||
msgid "Authentication is required"
|
msgid "Authentication is required"
|
||||||
msgstr ""
|
msgstr "į”įįįį įį įįįįįį¢įį¤įįįįŖįį"
|
||||||
|
|
||||||
#: ../data/interface/choose_provider_dialog.ui
|
#: ../data/interface/choose_provider_dialog.ui
|
||||||
msgid "Choose a Provider"
|
msgid "Choose a Provider"
|
||||||
msgstr ""
|
msgstr "įįįį¬įįįįįįį” įį į©įįį"
|
||||||
|
|
||||||
#: ../data/interface/choose_provider_dialog.ui
|
#: ../data/interface/choose_provider_dialog.ui
|
||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose"
|
msgid "Choose"
|
||||||
msgstr ""
|
msgstr "įį į©įįį"
|
||||||
|
|
||||||
#: ../data/interface/progress_dialog.ui
|
#: ../data/interface/progress_dialog.ui
|
||||||
msgid "Progress"
|
msgid "Progress"
|
||||||
msgstr ""
|
msgstr "įį įįį įį”į"
|
||||||
|
|
||||||
#: ../data/interface/history_dialog.ui
|
#: ../data/interface/history_dialog.ui
|
||||||
msgid "Pamac History"
|
msgid "Pamac History"
|
||||||
msgstr ""
|
msgstr "Pamac-įį” įį”į¢įį įį"
|
||||||
|
|
||||||
#: ../data/interface/transaction_sum_dialog.ui
|
#: ../data/interface/transaction_sum_dialog.ui
|
||||||
msgid "Transaction Summary"
|
msgid "Transaction Summary"
|
||||||
msgstr ""
|
msgstr "į¢į įįįįį„įŖįįį” įØįįÆįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/transaction_sum_dialog.ui
|
#: ../data/interface/transaction_sum_dialog.ui
|
||||||
msgid "Commit"
|
msgid "Commit"
|
||||||
msgstr ""
|
msgstr "įįįį®įį įŖįįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Refresh databases"
|
msgid "Refresh databases"
|
||||||
msgstr ""
|
msgstr "įįįįįŖįįįį įįįįįįį” įįįįį®įįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr "į«įįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "State"
|
msgid "State"
|
||||||
msgstr ""
|
msgstr "į”į¢įį¢į£į”į"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Repositories"
|
msgid "Repositories"
|
||||||
msgstr ""
|
msgstr "į”įįŖįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Updates"
|
msgid "Updates"
|
||||||
msgstr ""
|
msgstr "įįįįį®įįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Version"
|
msgid "Version"
|
||||||
msgstr ""
|
msgstr "įįį į”įį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr ""
|
msgstr "įįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Popularity"
|
msgid "Popularity"
|
||||||
msgstr ""
|
msgstr "įįįį£įįį įįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui ../data/interface/preferences_dialog.ui
|
#: ../data/interface/manager_window.ui ../data/interface/preferences_dialog.ui
|
||||||
msgid "AUR"
|
msgid "AUR"
|
||||||
msgstr ""
|
msgstr "AUR"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Browse"
|
msgid "Browse"
|
||||||
msgstr ""
|
msgstr "įįįįįįįįį įįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Reinstall"
|
msgid "Reinstall"
|
||||||
msgstr ""
|
msgstr "į®įįįį®įį įįį§įįįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Dependencies"
|
msgid "Dependencies"
|
||||||
msgstr ""
|
msgstr "įįįįįįįįįį£įįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr ""
|
msgstr "į¤įįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/manager_window.ui
|
#: ../data/interface/manager_window.ui
|
||||||
msgid "_Apply"
|
msgid "_Apply"
|
||||||
msgstr ""
|
msgstr "įįį¬į§įįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove unrequired dependencies"
|
msgid "Remove unrequired dependencies"
|
||||||
msgstr ""
|
msgstr "įį įį”įįįį į įįįįįįįįįį£įįįįįįį” įįįŖįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid ""
|
msgid ""
|
||||||
"When removing a package, also remove its dependencies that are not required "
|
"When removing a package, also remove its dependencies that are not required "
|
||||||
"by other packages"
|
"by other packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"įįįįį¢įį” įįįŖįįįįįį”įį”, įį”įįį įįįįŖįįį įįį”į įį” įįįįįįįįįį£įįįįįį, į įįįįįįįŖ įį "
|
||||||
|
"įį”įįįį įįįį į”į®įį įįįįį¢įįį”"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Check available disk space"
|
msgid "Check available disk space"
|
||||||
msgstr ""
|
msgstr "įįį”įįį į®įįįįį”įį¬įįįįį į”įįį įŖįį” įØįįįį¬įįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Check for updates"
|
msgid "Check for updates"
|
||||||
@@ -708,51 +716,51 @@ msgstr "įįįįį®įįįįįįį” įØįįįį¬įįįį"
|
|||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Update files databases (more details but slower)"
|
msgid "Update files databases (more details but slower)"
|
||||||
msgstr ""
|
msgstr "į¤įįįįįįį” įįįįįŖįįįį įįįįįįį” įįįįį®įįįį(įįį¢į įįį¢įįįį, įįįį įį į£į¤į į įįįįį)"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Hide tray icon when no update available"
|
msgid "Hide tray icon when no update available"
|
||||||
msgstr ""
|
msgstr "įįįįįį į®įį¢į£įį įįįįįį įį, į įįįį”įįŖ įįįįį®įįįįįį įį įį į®įįįįį”įį¬įįįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Ignore upgrades for:"
|
msgid "Ignore upgrades for:"
|
||||||
msgstr ""
|
msgstr "įįįįį¢įįį įįįį įįįįį®įįįįįį:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr ""
|
msgstr "įįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Background color:"
|
msgid "Background color:"
|
||||||
msgstr ""
|
msgstr "į¤įįįį” į¤įį į:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Text color:"
|
msgid "Text color:"
|
||||||
msgstr ""
|
msgstr "į¢įį„į”į¢įį” į¤įį į:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Font:"
|
msgid "Font:"
|
||||||
msgstr ""
|
msgstr "įØį įį¤į¢į:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Terminal"
|
msgid "Terminal"
|
||||||
msgstr ""
|
msgstr "į¢įį įįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Use mirrors from:"
|
msgid "Use mirrors from:"
|
||||||
msgstr ""
|
msgstr "įįįįįį§įįį į”įį įįįįį:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Sort mirrors by:"
|
msgid "Sort mirrors by:"
|
||||||
msgstr ""
|
msgstr "į”įį įįįįįį” įįįįįįįį:"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Refresh Mirrors List"
|
msgid "Refresh Mirrors List"
|
||||||
msgstr ""
|
msgstr "į”įį įįįįįį” į”įįį” įįįįį®įįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Official Repositories"
|
msgid "Official Repositories"
|
||||||
msgstr ""
|
msgstr "įį¤įįŖįįįį£į į į”įįŖįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -760,35 +768,42 @@ msgid ""
|
|||||||
"problems.\n"
|
"problems.\n"
|
||||||
"All AUR users should be familiar with the build process."
|
"All AUR users should be familiar with the build process."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"AUR įį įį” į”įįįįįįįįįįį” įįįį įØįįį£įØįįįįį£įį į”įįŖįįį, įįįį¢įį įį” į¬įį įįįįįįįį” "
|
||||||
|
"įįį¢įįįŖįį£į į įį”įįįį” įį įį įįįįįįįį”.\n"
|
||||||
|
"AUR-įį” į§įįįį įįįį®įįį įįįįį į£įįį įįŖįįįįįį” įįįįįį” įį įįŖįį”į”."
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Enable AUR support"
|
msgid "Enable AUR support"
|
||||||
msgstr ""
|
msgstr "AUR-įį” įį®įį įįįįį įį” į©įį įįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Allow Pamac to search and install packages from AUR"
|
msgid "Allow Pamac to search and install packages from AUR"
|
||||||
msgstr ""
|
msgstr "įįįį įįį įįį Pamac-į”, į įį įįį«įįįįį” įį įįįį§įįįį” įįįįį¢įįį AUR-įįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Search in AUR by default"
|
msgid "Search in AUR by default"
|
||||||
msgstr ""
|
msgstr "įįį¢įįįį¢į£į įį AUR-įØįįŖ įįįį«įįįįį”"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "įįįįį®įįįįįįį” įØįįįį¬įįįį AUR-įįįį"
|
msgstr "įįįįį®įįįįįįį” įØįįįį¬įįįį AUR-įįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Keep built packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
|
msgstr "įį®įįįį į¬įįØįįįį įįįįį¢įįįį” įįį į”įįįįį” įįįŖįįįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Clean cache"
|
msgid "Clean cache"
|
||||||
msgstr ""
|
msgstr "į„įįØįį” įįį¬įįįįį"
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Cache"
|
msgid "Cache"
|
||||||
msgstr ""
|
msgstr "į„įįØį"
|
||||||
|
|
||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
msgstr "įįį į©įįį įįįįį”įį¢įįįįįįį įįįįį®įįįįįį"
|
||||||
|
49
po/ko.po
49
po/ko.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Korean (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Korean (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -240,27 +240,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ź¾øė¬ėÆø ķģ¼ģ ė”ėģ¤ģ
ėė¤."
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -779,6 +778,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/lt.po
65
po/lt.po
@@ -9,8 +9,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 15:15+0000\n"
|
"PO-Revision-Date: 2017-07-30 15:15+0000\n"
|
||||||
"Last-Translator: Moo\n"
|
"Last-Translator: Moo\n"
|
||||||
"Language-Team: Lithuanian (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Lithuanian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -240,27 +240,6 @@ msgstr "Tikrinamas vientisumas"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Įkeliami paketų failai"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -350,10 +329,26 @@ msgstr "_Užverti"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "NÄra kÄ
atlikti"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Operacija sÄkmingai užbaigta"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -599,6 +594,10 @@ msgstr "PodÄlyje laikomas kiekvieno paketo versijų skaiÄius"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Viso pasaulio"
|
msgstr "Viso pasaulio"
|
||||||
@@ -790,6 +789,10 @@ msgstr "Pagal numatymÄ
ieŔkoti AUR saugykloje"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Tikrinti atnaujinimus iÅ” AUR"
|
msgstr "Tikrinti atnaujinimus iÅ” AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Šalinti tik paŔalintų paketų versijas"
|
msgstr "Šalinti tik paŔalintų paketų versijas"
|
||||||
@@ -805,3 +808,19 @@ msgstr "PodÄlis"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Pasirinkti nepaisomus atnaujinimus"
|
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 = 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: ['cs', 'ka', 'af', 'ar', 'ast', 'az_AZ', 'be', 'bg', 'bn', 'bs', 'bs_BA', 'ca', 'ca_ES', 'cs_CZ', 'cy', 'da', 'de', 'de_CH', 'de_DE', 'el', 'el_GR', 'en_GB', 'eo', 'es', 'es_419', 'es_AR', 'es_ES', 'es_MX', 'es_SV', 'et', 'eu', 'fa', 'fa_IR', 'fi', 'fo', 'fr', 'gl', 'he', 'hi', 'hi_IN', 'hr', 'hr_HR', 'hu', 'id', 'is', 'is_IS', 'it', 'it_IT', 'ja', 'ko', 'lt', 'ml', 'ms', 'nb', 'nl', 'nl_BE', 'nl_NL', 'nn', 'pl', 'pl_PL', 'pt', 'pt_BR', 'pt_PT', 'ro', 'ru', 'si', 'sk', 'sl', 'sl_SI', 'sr', 'sr@latin', 'sr_RS', 'sr_RS@latin', 'sv', 'tr', 'uk', 'ur_PK', 'uz', 'vi', 'zh', 'zh_CN', 'zh_TW'])
|
||||||
|
49
po/ml.po
49
po/ml.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Malayalam (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Malayalam (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
59
po/ms.po
59
po/ms.po
@@ -8,8 +8,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Malay (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Malay (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -237,27 +237,6 @@ msgstr "Memeriksa integriti"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Memuatkan fail pakej"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Tiada untuk dibuat"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transaksi berjaya diselesaikan"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -590,6 +585,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -776,6 +775,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -791,3 +794,13 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
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"
|
||||||
|
65
po/nb.po
65
po/nb.po
@@ -23,8 +23,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Norwegian BokmƄl (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Norwegian BokmƄl (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -254,27 +254,6 @@ msgstr "Sjekker integritet"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Laster pakke filer"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -363,10 +342,26 @@ msgstr "_Lukk"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Ingenting Ć„ gjĆøre"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transaksjonen avsluttet vellykket"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -610,6 +605,10 @@ msgstr "Antall versjoner av hver pakke som skal beholdes i hurtiglageret"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Verdensomspennende"
|
msgstr "Verdensomspennende"
|
||||||
@@ -801,6 +800,10 @@ msgstr "SĆøk i AUR som standard"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Se etter oppdateringer fra AUR"
|
msgstr "Se etter oppdateringer fra AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Bare fjern versjoner av ikke-installerte pakker"
|
msgstr "Bare fjern versjoner av ikke-installerte pakker"
|
||||||
@@ -816,3 +819,19 @@ msgstr "Hurtiglager"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Velg ignorerte oppdateringer "
|
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"
|
||||||
|
65
po/nl.po
65
po/nl.po
@@ -22,8 +22,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 09:20+0000\n"
|
"PO-Revision-Date: 2017-07-30 09:20+0000\n"
|
||||||
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
|
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
|
||||||
"Language-Team: Dutch (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Dutch (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -252,27 +252,6 @@ msgstr "Controle op integriteit"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Pakket bestanden laden"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -361,10 +340,26 @@ msgstr "_Sluiten"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Niets te doen"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transactie succesvol afgerond"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -608,6 +603,10 @@ msgstr "Aantal in de cache te houden versies van elk pakket"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Wereldwijd"
|
msgstr "Wereldwijd"
|
||||||
@@ -799,6 +798,10 @@ msgstr "Stel zoeken in AUR als standaard in"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Controleer AUR voor opwaarderingen"
|
msgstr "Controleer AUR voor opwaarderingen"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Alleen versies verwijderen van gedeĆÆnstalleerde pakketten"
|
msgstr "Alleen versies verwijderen van gedeĆÆnstalleerde pakketten"
|
||||||
@@ -814,3 +817,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Kies genegeerde 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"
|
||||||
|
65
po/nl_BE.po
65
po/nl_BE.po
@@ -8,8 +8,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Dutch (Belgium) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Dutch (Belgium) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -237,27 +237,6 @@ msgstr "Volledigheid nakijken"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Pakkettenbestanden binnenhalen"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -346,10 +325,26 @@ msgstr "_Sluiten"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Niets te doen"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transactie succesvol beƫindigd "
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Wereldwijd "
|
msgstr "Wereldwijd "
|
||||||
@@ -784,6 +783,10 @@ msgstr "Zoek automatisch in AUR"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Zoeken naar updates van de AUR"
|
msgstr "Zoeken naar updates van de AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -799,3 +802,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Genegeerde upgrades kiezen "
|
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"
|
||||||
|
65
po/nl_NL.po
65
po/nl_NL.po
@@ -12,8 +12,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 09:19+0000\n"
|
"PO-Revision-Date: 2017-07-30 09:19+0000\n"
|
||||||
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
|
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
|
||||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -242,27 +242,6 @@ msgstr "Bezig met controleren van integriteit"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Bezig met laden van pakketbestanden"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -351,10 +330,26 @@ msgstr "_Sluiten"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Niets te doen"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "De overdracht is succesvol afgerond"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -598,6 +593,10 @@ msgstr "Aantal in de cache te houden versies van elk pakket"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Wereldwijd"
|
msgstr "Wereldwijd"
|
||||||
@@ -789,6 +788,10 @@ msgstr "Standaard in AUR zoeken"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Controleren op AUR-updates"
|
msgstr "Controleren op AUR-updates"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Alleen versies verwijderen van gedeĆÆnstalleerde pakketten"
|
msgstr "Alleen versies verwijderen van gedeĆÆnstalleerde pakketten"
|
||||||
@@ -804,3 +807,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Kies genegeerde 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"
|
||||||
|
49
po/nn.po
49
po/nn.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -345,10 +324,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
49
po/pamac.pot
49
po/pamac.pot
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Pamac\n"
|
"Project-Id-Version: Pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2019-09-17 19:17-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -235,27 +235,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -344,10 +323,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -591,6 +586,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -777,6 +776,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/pl.po
65
po/pl.po
@@ -18,8 +18,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-08-02 11:35+0000\n"
|
"PO-Revision-Date: 2017-08-02 11:35+0000\n"
|
||||||
"Last-Translator: Piotr StrÄbski <strebski@gmail.com>\n"
|
"Last-Translator: Piotr StrÄbski <strebski@gmail.com>\n"
|
||||||
"Language-Team: Polish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Polish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -249,27 +249,6 @@ msgstr "Sprawdzanie spójnoÅci"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Wczytywanie plików pakietów"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -360,10 +339,26 @@ msgstr "_Zamknij"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nic do zrobienia"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Operacja zakoÅczona sukcesem"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -611,6 +606,10 @@ msgstr "Liczba wersji każdego pakietu do przechowywania w pamiÄci podrÄcznej"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "OgólnoÅwiatowe"
|
msgstr "OgólnoÅwiatowe"
|
||||||
@@ -803,6 +802,10 @@ msgstr "Wyszukuj domyÅlnie w AUR"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "SprawdÅŗ aktualizacje w AUR"
|
msgstr "SprawdÅŗ aktualizacje w AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "UsuŠtylko wersje odinstalowanych pakietów"
|
msgstr "UsuŠtylko wersje odinstalowanych pakietów"
|
||||||
@@ -818,3 +821,19 @@ msgstr "PamiÄÄ podrÄczna"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Wybierz ignorowane aktualizacje"
|
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Ä"
|
||||||
|
49
po/pl_PL.po
49
po/pl_PL.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Polish (Poland) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Polish (Poland) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -238,27 +238,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -349,10 +328,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -600,6 +595,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -786,6 +785,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Translation of Pamac-Classic.
|
# Translation of Pamac-Classic.
|
||||||
# Copyright (C) 2017 Chris Cromer <cromer@cromnix.org>
|
# Copyright (C) 2017 Chris Cromer <chris@cromer.cl>
|
||||||
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
|
# Copyright (C) 2013-2016 Manjaro Developers <manjaro-dev@manjaro.org>
|
||||||
# This file is distributed under the same license as the Pamac package.
|
# This file is distributed under the same license as the Pamac package.
|
||||||
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
|
# Guillaume Benoit <guillaume@manjaro.org>, 2013-2016.
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Pamac-Classic\n"
|
"Project-Id-Version: Pamac-Classic\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-10-17 08:44+0200\n"
|
"POT-Creation-Date: 2017-10-17 08:44+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
65
po/pt.po
65
po/pt.po
@@ -8,8 +8,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Portuguese (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Portuguese (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -237,27 +237,6 @@ msgstr "A verificar a integridade dos pacotes"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "A carregar ficheiros de pacotes"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -346,10 +325,26 @@ msgstr "_Fechar"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nada a fazer"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transacção finalizada com êxito"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr "Número de versões de cada pacote a manter na cache"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mundial"
|
msgstr "Mundial"
|
||||||
@@ -785,6 +784,10 @@ msgstr "Pesquisar no AUR por pré-definição"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Verificar se hƔ atualizaƧƵes do AUR"
|
msgstr "Verificar se hƔ atualizaƧƵes do AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Remover apenas as versƵes de pacotes desinstalados"
|
msgstr "Remover apenas as versƵes de pacotes desinstalados"
|
||||||
@@ -800,3 +803,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Escolher AtualizaƧƵes Ignoradas"
|
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"
|
||||||
|
65
po/pt_BR.po
65
po/pt_BR.po
@@ -25,8 +25,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -254,27 +254,6 @@ msgstr "Verificando a integridade dos pacotes"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Carregando arquivos de pacotes"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -363,10 +342,26 @@ msgstr "_Fechar"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nada para fazer"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transação finalizada com êxito"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -610,6 +605,10 @@ msgstr "Número de versões de cada pacote a manter na cache"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mundial"
|
msgstr "Mundial"
|
||||||
@@ -802,6 +801,10 @@ msgstr "Pesquisar no AUR por padrão"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Verificar atualizaƧƵes do AUR"
|
msgstr "Verificar atualizaƧƵes do AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Remova apenas as versƵes de pacotes desinstalados"
|
msgstr "Remova apenas as versƵes de pacotes desinstalados"
|
||||||
@@ -817,3 +820,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Escolha atualizaƧƵes ignoradas"
|
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"
|
||||||
|
65
po/pt_PT.po
65
po/pt_PT.po
@@ -16,8 +16,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -245,27 +245,6 @@ msgstr "A verificar a integridade dos pacotes"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "A carregar ficheiros de pacotes"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -354,10 +333,26 @@ msgstr "_Fechar"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nada a fazer"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transacção finalizada com êxito"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -601,6 +596,10 @@ msgstr "Número de versões de cada pacote a manter na cache"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mundial"
|
msgstr "Mundial"
|
||||||
@@ -793,6 +792,10 @@ msgstr "Pesquisar no AUR por padrão"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Verificar se hƔ atualizaƧƵes do AUR"
|
msgstr "Verificar se hƔ atualizaƧƵes do AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Remover apenas as versƵes de pacotes desinstalados"
|
msgstr "Remover apenas as versƵes de pacotes desinstalados"
|
||||||
@@ -808,3 +811,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Escolher AtualizaƧƵes Ignoradas"
|
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"
|
||||||
|
65
po/ro.po
65
po/ro.po
@@ -12,8 +12,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Romanian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Romanian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -242,27 +242,6 @@ msgstr "Se verificÄ integritatea"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Se Ć®ncarcÄ fiČierele pachetelor"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -352,10 +331,26 @@ msgstr "_Ćnchide"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Nimic de fÄcut"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "TranzacČia s-a terminat cu succes"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -601,6 +596,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Mondial"
|
msgstr "Mondial"
|
||||||
@@ -791,6 +790,10 @@ msgstr "CautÄ Ć®n AUR implicit"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "VerificÄ actualizÄri din AUR"
|
msgstr "VerificÄ actualizÄri din AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -806,3 +809,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Alege actualizÄri ignorate"
|
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Ä"
|
||||||
|
65
po/ru.po
65
po/ru.po
@@ -26,8 +26,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Russian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Russian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -257,27 +257,6 @@ msgstr "ŠŃŠ¾Š²ŠµŃŠŗŠ° ŃŠµŠ»Š¾ŃŃŠ½Š¾ŃŃŠø"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ŠŠ°Š³ŃŃŠ·ŠŗŠ° ŃŠ°Š¹Š»Š¾Š² ŠæŠ°ŠŗŠµŃŠ¾Š²"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -368,10 +347,26 @@ msgstr "_ŠŠ°ŠŗŃŃŃŃ"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "ŠŠµŃ заГаний"
|
msgstr "ŠŠµŃ заГаний"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Š¢ŃŠ°Š½Š·Š°ŠŗŃŠøŃ ŃŃŠæŠµŃŠ½Š¾ завеŃŃŠµŠ½Š°"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -619,6 +614,10 @@ msgstr "ДоŃ
ŃŠ°Š½ŃŃŃ Š² ŠŗŃŃŠµ ŠæŃŠµŠ“ŃŠ“ŃŃŠøŠµ веŃŃŠøŠø пак
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ŠŠøŃовой"
|
msgstr "ŠŠøŃовой"
|
||||||
@@ -810,6 +809,10 @@ msgstr "ŠŠ¾ŠøŃŠŗ в AUR по ŃŠ¼Š¾Š»ŃаниŃ"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "ŠŃŠ¾Š²ŠµŃŠøŃŃ Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ AUR"
|
msgstr "ŠŃŠ¾Š²ŠµŃŠøŃŃ Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "УГалŃŃŃ ŠøŠ· ŠŗŃŃŠ° ŠæŃŠµŠ“ŃŠ“ŃŃŠøŠµ веŃŃŠøŠø ŃŠ¾Š»Ńко Š“Š»Ń ŃŠ“Š°Š»ŃŠ½Š½ŃŃ
ŠæŠ°ŠŗŠµŃŠ¾Š²"
|
msgstr "УГалŃŃŃ ŠøŠ· ŠŗŃŃŠ° ŠæŃŠµŠ“ŃŠ“ŃŃŠøŠµ веŃŃŠøŠø ŃŠ¾Š»Ńко Š“Š»Ń ŃŠ“Š°Š»ŃŠ½Š½ŃŃ
ŠæŠ°ŠŗŠµŃŠ¾Š²"
|
||||||
@@ -825,3 +828,19 @@ msgstr "ŠŃŃ"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "ŠŃŠ±ŃŠ°ŃŃ ŠæŃŠ¾ŠæŃŃŠµŠ½Š½Ńе обновлениŃ"
|
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 "ŠŠµŠ½ŠµŃŠ°ŃŠøŃ не ŃŠ“алаŃŃ"
|
||||||
|
49
po/si.po
49
po/si.po
@@ -9,8 +9,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Sinhala (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Sinhala (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -238,27 +238,6 @@ msgstr "ą·ą¶øą·ą¶“ą·ą¶»ą·ą¶«ą¶ą·ą·ą¶ŗ ą¶“ą¶»ą·ą¶ą·ą·ą· ą¶ą¶»ą¶ŗą·"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ą¶“ą·ą¶ą·ą¶¢ ą¶“ą·ą¶»ą¶«ą¶ŗ ą·ą·ą¶øą·ą¶±ą· ą¶“ą·ą¶ą·"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "ą¶ą¶§ą¶ŗą·ą¶ą·ą¶ ą·ą·ą¶»ą·ą¶®ą¶ ą¶½ą·ą· ą¶
ą·ą·ą¶±ą· ą·ą·ą¶ŗ"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -594,6 +589,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -780,6 +779,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/sk.po
65
po/sk.po
@@ -13,8 +13,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 06:06+0000\n"
|
"PO-Revision-Date: 2017-07-30 06:06+0000\n"
|
||||||
"Last-Translator: DuŔan Kazik <prescott66@gmail.com>\n"
|
"Last-Translator: DuŔan Kazik <prescott66@gmail.com>\n"
|
||||||
"Language-Team: Slovak (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Slovak (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -243,27 +243,6 @@ msgstr "Kontroluje sa integrita"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "NaÄĆtavajĆŗ sa sĆŗbory balĆkov"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -353,10 +332,26 @@ msgstr "_Zavrień"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "NiÄ na vykonanie"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transakcia bola úspeŔnÔ"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -602,6 +597,10 @@ msgstr "PoÄet verziĆ každĆ©ho balĆka, ktorĆ© ponechaÅ„ vo vyrovnĆ”vacej pam
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "CelƩho sveta"
|
msgstr "CelƩho sveta"
|
||||||
@@ -794,6 +793,10 @@ msgstr "Predvolene vyhľadÔvań v repozitÔri AUR"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Kontrolovań aktualizÔcie z repozitÔra AUR"
|
msgstr "Kontrolovań aktualizÔcie z repozitÔra AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "OdstrĆ”niÅ„ iba verzie odinÅ”talovaných balĆkov"
|
msgstr "OdstrĆ”niÅ„ iba verzie odinÅ”talovaných balĆkov"
|
||||||
@@ -809,3 +812,19 @@ msgstr "VyrovnÔvacia pamäń"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Voľba ignorovaných aktualizĆ”ciĆ"
|
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"
|
||||||
|
65
po/sl.po
65
po/sl.po
@@ -14,8 +14,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Slovenian (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Slovenian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -244,27 +244,6 @@ msgstr "Preverjanje celovitosti"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Nalaganje datotek paketov"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -355,10 +334,26 @@ msgstr "_Zapri"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Ni nobenih opravil"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transakcija uspeÅ”no zakljuÄena"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -606,6 +601,10 @@ msgstr "Å tevilo verzij za vsak paket shranjenih v predpomnilniku"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Svetovno"
|
msgstr "Svetovno"
|
||||||
@@ -798,6 +797,10 @@ msgstr "Privzeto iskanje v AUR"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Preveri za posodobitve iz AUR"
|
msgstr "Preveri za posodobitve iz AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Odstrani le razliÄice nenameÅ”Äenih paketov"
|
msgstr "Odstrani le razliÄice nenameÅ”Äenih paketov"
|
||||||
@@ -813,3 +816,19 @@ msgstr "Predpomnilnik"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Paketi, ki naj se ne posodabljajo"
|
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"
|
||||||
|
49
po/sl_SI.po
49
po/sl_SI.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -599,6 +594,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -785,6 +784,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/sr.po
65
po/sr.po
@@ -10,8 +10,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Serbian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Serbian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -240,27 +240,6 @@ msgstr "ŠŃŠ¾Š²ŠµŃŠ° ŠøŠ½ŃŠµŠ³ŃŠøŃŠµŃа"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Š£ŃŠøŃŠ°Š²Š°ŃŠµ Š“Š°ŃŠ¾Ńека ŠæŠ°ŠŗŠµŃŠ°"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -350,10 +329,26 @@ msgstr "_ŠŠ°ŃŠ²Š¾ŃŠø"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "ŠŠøŃŃŠ° за ŃŠøŃŠµŃŠµ."
|
msgstr "ŠŠøŃŃŠ° за ŃŠøŃŠµŃŠµ."
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Š¢ŃŠ°Š½ŃŠ°ŠŗŃŠøŃа ŃŃŠæŠµŃŠ½Š¾ Š¾Š±Š°Š²ŃŠµŠ½Š°"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -599,6 +594,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ŠØŠøŃŠ¾Š¼ ŃŠ²ŠµŃа"
|
msgstr "ŠØŠøŃŠ¾Š¼ ŃŠ²ŠµŃа"
|
||||||
@@ -787,6 +786,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -802,3 +805,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
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 "ŠŃŠ°ŃŠµŃе неŃŃŠæŠµŃŠ½Š¾"
|
||||||
|
@@ -13,8 +13,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Serbian (Latin) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Serbian (Latin) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -243,27 +243,6 @@ msgstr "Proveravanje integriteta"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "UÄitavanje datoteka paketa"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -353,10 +332,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "NiŔta za uraditi"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Transakcija je uspeŔno zavrŔena"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -602,6 +597,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -788,6 +787,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Proveri ažuriranja iz AUR"
|
msgstr "Proveri ažuriranja iz AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -803,3 +806,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
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"
|
||||||
|
49
po/sr_RS.po
49
po/sr_RS.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Serbian (Serbia) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Serbian (Serbia) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -782,6 +781,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Serbian (Latin) (Serbia) (http://www.transifex.com/"
|
"Language-Team: Serbian (Latin) (Serbia) (http://www.transifex.com/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -596,6 +591,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -782,6 +781,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/sv.po
65
po/sv.po
@@ -16,8 +16,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Swedish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Swedish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -245,27 +245,6 @@ msgstr "Kontrollerar integritet"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Laddar paketfiler"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -354,10 +333,26 @@ msgstr "_StƤng"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Inget att gƶra"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Ćverfƶring lyckades"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -601,6 +596,10 @@ msgstr "Antal versioner av varje paket att behƄlla i cachen"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "VƤrldsomspƤnnande"
|
msgstr "VƤrldsomspƤnnande"
|
||||||
@@ -792,6 +791,10 @@ msgstr "Sƶk i AUR som standard"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "Leta efter uppdateringar i AUR"
|
msgstr "Leta efter uppdateringar i AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Ta endast bort gamla versioner av borttagna paket"
|
msgstr "Ta endast bort gamla versioner av borttagna paket"
|
||||||
@@ -807,3 +810,19 @@ msgstr "Cache"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "VƤlj ignorerade paket"
|
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"
|
||||||
|
65
po/tr.po
65
po/tr.po
@@ -12,8 +12,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-08-04 06:07+0000\n"
|
"PO-Revision-Date: 2017-08-04 06:07+0000\n"
|
||||||
"Last-Translator: Demiray Muhterem <mdemiray@msn.com>\n"
|
"Last-Translator: Demiray Muhterem <mdemiray@msn.com>\n"
|
||||||
"Language-Team: Turkish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Turkish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -243,27 +243,6 @@ msgstr "Bütünlük Denetleniyor"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Paket Dosyalari Yükleniyor"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -352,10 +331,26 @@ msgstr "_Kapat"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Yapılacak Bir Åey Yok"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "IÅlem BaÅarılı"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -599,6 +594,10 @@ msgstr "Ćnbellekte tutlacak her bir paketin sürüm sayısı"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "Küresel"
|
msgstr "Küresel"
|
||||||
@@ -790,6 +789,10 @@ msgstr "Varsayılan olarak AUR depolarında da ara"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "AUR deposundaki güncellemelere bak"
|
msgstr "AUR deposundaki güncellemelere bak"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "Sadece kaldırılabilir paket sürümlerini kaldır"
|
msgstr "Sadece kaldırılabilir paket sürümlerini kaldır"
|
||||||
@@ -805,3 +808,19 @@ msgstr "Ćnbellek"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "Güncellenmeyecek Paketleri Seç"
|
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ı"
|
||||||
|
65
po/uk.po
65
po/uk.po
@@ -19,8 +19,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Ukrainian (http://www.transifex.com/manjarolinux/manjaro-"
|
"Language-Team: Ukrainian (http://www.transifex.com/manjarolinux/manjaro-"
|
||||||
@@ -249,27 +249,6 @@ msgstr "ŠŠµŃевŃŃŠŗŠ° ŃŃŠ»ŃŃŠ½Š¾ŃŃŃ"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ŠŠ°Š²Š°Š½ŃŠ°Š¶ŠµŠ½Š½Ń ŠæŠ°ŠŗŠµŃŃŠ² ŃŠ°Š¹Š»Ńв"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -359,10 +338,26 @@ msgstr "_ŠŠ°ŠŗŃŠøŃŠø"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "ŠŠµŠ¼Š°Ń ŃŠ¾Š±Š¾ŃŠø"
|
msgstr "ŠŠµŠ¼Š°Ń ŃŠ¾Š±Š¾ŃŠø"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "ŠŠæŠµŃŠ°ŃŃŃ ŃŃŠæŃŃŠ½Š¾ завеŃŃŠµŠ½Š°"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -608,6 +603,10 @@ msgstr "ŠŃŠ»ŃŠŗŃŃŃŃ Š²ŠµŃŃŃŠ¹ кожного ŠæŠ°ŠŗŃŠ½ŠŗŠ° збеŃŃ
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ŠŠ¾ вŃŃŠ¾Š¼Ń ŃŠ²ŃŃŃ"
|
msgstr "ŠŠ¾ вŃŃŠ¾Š¼Ń ŃŠ²ŃŃŃ"
|
||||||
@@ -799,6 +798,10 @@ msgstr "ŠØŃŠŗŠ°ŃŠø в AUR ŃŠøŠæŠ¾Š²Š¾"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "ŠŠµŃевŃŃŠŗŠ° Š¾Š½Š¾Š²Š»ŠµŠ½Ń AUR"
|
msgstr "ŠŠµŃевŃŃŠŗŠ° Š¾Š½Š¾Š²Š»ŠµŠ½Ń AUR"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "ŠŠøŠ“Š°Š»ŠøŃŠø Š»ŠøŃŠµŠ½Ń веŃŃŃŃ Š²ŠøŠ»ŃŃŠøŠ½ŠøŃ
ŠæŠ°ŠŗŃŠ½ŠŗŃв"
|
msgstr "ŠŠøŠ“Š°Š»ŠøŃŠø Š»ŠøŃŠµŠ½Ń веŃŃŃŃ Š²ŠøŠ»ŃŃŠøŠ½ŠøŃ
ŠæŠ°ŠŗŃŠ½ŠŗŃв"
|
||||||
@@ -814,3 +817,19 @@ msgstr "ŠŠµŃ"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "ŠŠ±ŠµŃŃŃŃ ŃŠ³Š½Š¾ŃŠ¾Š²Š°Š½Ń ŠŠ½Š¾Š²Š»ŠµŠ½Š½Ń"
|
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 "ŠŠµŠ²Š“але генеŃŃŠ²Š°Š½Š½Ń"
|
||||||
|
49
po/ur_PK.po
49
po/ur_PK.po
@@ -8,8 +8,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Urdu (Pakistan) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Urdu (Pakistan) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -237,27 +237,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -346,10 +325,26 @@ msgstr "_ŲØŁŲÆ Ś©Ų±ŪŚŗ"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "کرŁŪ Ś©Ł Ś©ŚŚ¾ ŁŪŪŚŗ"
|
msgstr "کرŁŪ Ś©Ł Ś©ŚŚ¾ ŁŪŪŚŗ"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Ų¹Ł
٠کاŁ
ŪŲ§ŲØŪ Ų³Ū Ł
Ś©Ł
Ł ŪŁŲ§"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "ŲØŪŁ Ų§ŁŁŁŲ§Ł
Ū"
|
msgstr "ŲØŪŁ Ų§ŁŁŁŲ§Ł
Ū"
|
||||||
@@ -781,6 +780,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/uz.po
65
po/uz.po
@@ -10,8 +10,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Uzbek (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Uzbek (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -239,27 +239,6 @@ msgstr "Butunligi tekshirilmoqda"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "Paketlar fayllari yuklanmoqda"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr "_Yopish"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "Vazifalar yo'q"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Tranzaksiya muvaffaqiyatli tugadi"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -793,3 +796,19 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
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"
|
||||||
|
59
po/vi.po
59
po/vi.po
@@ -10,8 +10,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Vietnamese (http://www.transifex.com/manjarolinux/manjaro-"
|
"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"
|
msgid "Loading packages files"
|
||||||
msgstr "Äang nįŗ”p cĆ”c tį»p tin cį»§a cĆ”c gói"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -347,10 +326,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "KhĆ“ng có gƬ Äį» thį»±c hiį»n"
|
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
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "Chuyį»n giao kįŗæt thĆŗc thĆ nh cĆ“ng"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -592,6 +587,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -778,6 +777,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -793,3 +796,13 @@ msgstr ""
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr ""
|
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"
|
||||||
|
49
po/zh.po
49
po/zh.po
@@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Chinese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
"Language-Team: Chinese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
|
||||||
@@ -236,27 +236,6 @@ msgstr ""
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr ""
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -344,10 +323,26 @@ msgstr ""
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr ""
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -589,6 +584,10 @@ msgstr ""
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -775,6 +774,10 @@ msgstr ""
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
65
po/zh_CN.po
65
po/zh_CN.po
@@ -13,8 +13,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
|
||||||
"Last-Translator: philm <philm@manjaro.org>\n"
|
"Last-Translator: philm <philm@manjaro.org>\n"
|
||||||
"Language-Team: Chinese (China) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Chinese (China) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -242,27 +242,6 @@ msgstr "ę£åØę£ę„å®ę“ę§"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ę£åØč½½å
„å
ęä»¶"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -350,10 +329,26 @@ msgstr "å
³é(_C)"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "ę éåä»»ä½äŗ"
|
msgstr "ę éåä»»ä½äŗ"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "äŗå”ęåå®ę"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -595,6 +590,10 @@ msgstr "ęÆäøŖč½Æä»¶å
äæēåØē¼åäøēēę¬ę°ē®"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "å
Øäøē"
|
msgstr "å
Øäøē"
|
||||||
@@ -783,6 +782,10 @@ msgstr "é»č®¤åØ AUR äøęē“¢"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "ä» AUR ę£ę„ę“ę°"
|
msgstr "ä» AUR ę£ę„ę“ę°"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "åŖęø
é¤å·²åøč½½č½Æä»¶å
ēēę¬"
|
msgstr "åŖęø
é¤å·²åøč½½č½Æä»¶å
ēēę¬"
|
||||||
@@ -798,3 +801,19 @@ msgstr "ē¼å"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "éę©åæ½ē„ēę“ę°"
|
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 "ēę失蓄"
|
||||||
|
65
po/zh_TW.po
65
po/zh_TW.po
@@ -11,8 +11,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: manjaro-pamac\n"
|
"Project-Id-Version: manjaro-pamac\n"
|
||||||
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
|
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
|
||||||
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
|
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
|
||||||
"PO-Revision-Date: 2017-07-30 12:17+0000\n"
|
"PO-Revision-Date: 2017-07-30 12:17+0000\n"
|
||||||
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
|
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/manjarolinux/"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/manjarolinux/"
|
||||||
@@ -240,27 +240,6 @@ msgstr "ę£åØęŖ¢ę„č»é«å
å®ę“ę§"
|
|||||||
msgid "Loading packages files"
|
msgid "Loading packages files"
|
||||||
msgstr "ę£åØč¼å
„å„ä»¶ęŖę”"
|
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
|
#: ../src/transaction.vala
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Configuring %s"
|
msgid "Configuring %s"
|
||||||
@@ -348,10 +327,26 @@ msgstr "éé(_C)"
|
|||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr "å·²ē”äŗåÆä½"
|
msgstr "å·²ē”äŗåÆä½"
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "Transaction successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/transaction.vala
|
||||||
|
msgid "The transaction has been completed successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/transaction.vala
|
#: ../src/transaction.vala
|
||||||
msgid "Transaction successfully finished"
|
msgid "Transaction successfully finished"
|
||||||
msgstr "äŗåčēęåå®ę"
|
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
|
#: ../src/pamac-install/installer.vala
|
||||||
msgid "Unable to lock database!"
|
msgid "Unable to lock database!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -593,6 +588,10 @@ msgstr "ęÆåč»é«å
č¦äæēåØåæ«åäøēēę¬ęøé"
|
|||||||
msgid "Build directory"
|
msgid "Build directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/preferences_dialog.vala
|
||||||
|
msgid "Package directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/preferences_dialog.vala
|
#: ../src/preferences_dialog.vala
|
||||||
msgid "Worldwide"
|
msgid "Worldwide"
|
||||||
msgstr "å
Øäøē"
|
msgstr "å
Øäøē"
|
||||||
@@ -781,6 +780,10 @@ msgstr "é čØåØ AUR äøęå°"
|
|||||||
msgid "Check for updates from AUR"
|
msgid "Check for updates from AUR"
|
||||||
msgstr "čŖ AUR ęŖ¢ę„ę“ę°"
|
msgstr "čŖ AUR ęŖ¢ę„ę“ę°"
|
||||||
|
|
||||||
|
#: ../data/interface/preferences_dialog.ui
|
||||||
|
msgid "Keep built packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/interface/preferences_dialog.ui
|
#: ../data/interface/preferences_dialog.ui
|
||||||
msgid "Remove only the versions of uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr "å
ē§»é¤ęŖå®č£ēč»é«å
ēę¬"
|
msgstr "å
ē§»é¤ęŖå®č£ēč»é«å
ēę¬"
|
||||||
@@ -796,3 +799,19 @@ msgstr "åæ«å"
|
|||||||
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
#: ../data/interface/choose_ignorepkgs_dialog.ui
|
||||||
msgid "Choose Ignored Upgrades"
|
msgid "Choose Ignored Upgrades"
|
||||||
msgstr "éøå已忽ē„ēę“ę°"
|
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,6 +1,7 @@
|
|||||||
posix
|
posix
|
||||||
|
libnotify
|
||||||
atk
|
atk
|
||||||
cairo
|
cairo-gobject
|
||||||
gdk-3.0
|
gdk-3.0
|
||||||
gdk-pixbuf-2.0
|
gdk-pixbuf-2.0
|
||||||
gio-2.0
|
gio-2.0
|
||||||
|
@@ -51,8 +51,6 @@ public class AlpmConfig {
|
|||||||
string? dbpath;
|
string? dbpath;
|
||||||
string? logfile;
|
string? logfile;
|
||||||
string? gpgdir;
|
string? gpgdir;
|
||||||
string? arch;
|
|
||||||
double deltaratio;
|
|
||||||
int usesyslog;
|
int usesyslog;
|
||||||
public int checkspace;
|
public int checkspace;
|
||||||
GLib.List<string> cachedirs;
|
GLib.List<string> cachedirs;
|
||||||
@@ -63,6 +61,7 @@ public class AlpmConfig {
|
|||||||
GLib.List<string> noupgrades;
|
GLib.List<string> noupgrades;
|
||||||
GLib.List<string> holdpkgs;
|
GLib.List<string> holdpkgs;
|
||||||
GLib.List<string> syncfirsts;
|
GLib.List<string> syncfirsts;
|
||||||
|
GLib.List<string> architectures;
|
||||||
Alpm.Signature.Level siglevel;
|
Alpm.Signature.Level siglevel;
|
||||||
Alpm.Signature.Level localfilesiglevel;
|
Alpm.Signature.Level localfilesiglevel;
|
||||||
Alpm.Signature.Level remotefilesiglevel;
|
Alpm.Signature.Level remotefilesiglevel;
|
||||||
@@ -94,9 +93,9 @@ public class AlpmConfig {
|
|||||||
noupgrades = new GLib.List<string> ();
|
noupgrades = new GLib.List<string> ();
|
||||||
holdpkgs = new GLib.List<string> ();
|
holdpkgs = new GLib.List<string> ();
|
||||||
syncfirsts = new GLib.List<string> ();
|
syncfirsts = new GLib.List<string> ();
|
||||||
|
architectures = new GLib.List<string> ();
|
||||||
usesyslog = 0;
|
usesyslog = 0;
|
||||||
checkspace = 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;
|
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;
|
localfilesiglevel = Alpm.Signature.Level.USE_DEFAULT;
|
||||||
remotefilesiglevel = Alpm.Signature.Level.USE_DEFAULT;
|
remotefilesiglevel = Alpm.Signature.Level.USE_DEFAULT;
|
||||||
@@ -132,8 +131,8 @@ public class AlpmConfig {
|
|||||||
// rootdir is defined because it contains configuration data.
|
// rootdir is defined because it contains configuration data.
|
||||||
gpgdir = "/etc/pacman.d/gnupg/";
|
gpgdir = "/etc/pacman.d/gnupg/";
|
||||||
}
|
}
|
||||||
if (arch == null) {
|
if (architectures.length () == 0) {
|
||||||
arch = Posix.utsname().machine;
|
architectures.append (Posix.utsname().machine);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -173,8 +172,9 @@ public class AlpmConfig {
|
|||||||
handle.logfile = logfile;
|
handle.logfile = logfile;
|
||||||
}
|
}
|
||||||
handle.gpgdir = gpgdir;
|
handle.gpgdir = gpgdir;
|
||||||
handle.arch = arch;
|
foreach (unowned string arch in architectures) {
|
||||||
handle.deltaratio = deltaratio;
|
handle.add_architecture (arch);
|
||||||
|
}
|
||||||
handle.usesyslog = usesyslog;
|
handle.usesyslog = usesyslog;
|
||||||
handle.checkspace = checkspace;
|
handle.checkspace = checkspace;
|
||||||
handle.defaultsiglevel = siglevel;
|
handle.defaultsiglevel = siglevel;
|
||||||
@@ -205,7 +205,9 @@ public class AlpmConfig {
|
|||||||
repo.siglevel = merge_siglevel (siglevel, repo.siglevel, repo.siglevel_mask);
|
repo.siglevel = merge_siglevel (siglevel, repo.siglevel, repo.siglevel_mask);
|
||||||
unowned Alpm.DB db = handle.register_syncdb (repo.name, repo.siglevel);
|
unowned Alpm.DB db = handle.register_syncdb (repo.name, repo.siglevel);
|
||||||
foreach (unowned string url in repo.urls) {
|
foreach (unowned string url in repo.urls) {
|
||||||
db.add_server (url.replace ("$repo", repo.name).replace ("$arch", handle.arch));
|
foreach (unowned string arch in architectures) {
|
||||||
|
db.add_server (url.replace ("$repo", repo.name).replace ("$arch", arch));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (repo.usage == 0) {
|
if (repo.usage == 0) {
|
||||||
db.usage = Alpm.DB.Usage.ALL;
|
db.usage = Alpm.DB.Usage.ALL;
|
||||||
@@ -275,13 +277,13 @@ public class AlpmConfig {
|
|||||||
} else if (key == "LogFile") {
|
} else if (key == "LogFile") {
|
||||||
logfile = val;
|
logfile = val;
|
||||||
} else if (key == "Architecture") {
|
} else if (key == "Architecture") {
|
||||||
if (val == "auto") {
|
foreach (unowned string arch in val.split (" ")) {
|
||||||
arch = Posix.utsname ().machine;
|
if (val == "auto") {
|
||||||
} else {
|
architectures.append (Posix.utsname ().machine);
|
||||||
arch = val;
|
} else {
|
||||||
|
architectures.append (arch);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else if (key == "UseDelta") {
|
|
||||||
deltaratio = double.parse (val);
|
|
||||||
} else if (key == "UseSysLog") {
|
} else if (key == "UseSysLog") {
|
||||||
usesyslog = 1;
|
usesyslog = 1;
|
||||||
} else if (key == "CheckSpace") {
|
} else if (key == "CheckSpace") {
|
||||||
|
@@ -27,7 +27,7 @@ namespace Pamac {
|
|||||||
class ChooseIgnorepkgsDialog : Gtk.Dialog {
|
class ChooseIgnorepkgsDialog : Gtk.Dialog {
|
||||||
|
|
||||||
[GtkChild]
|
[GtkChild]
|
||||||
public Gtk.TreeView treeview;
|
public unowned Gtk.TreeView treeview;
|
||||||
|
|
||||||
public Gtk.ListStore pkgs_list;
|
public Gtk.ListStore pkgs_list;
|
||||||
|
|
||||||
|
@@ -51,7 +51,7 @@ namespace Pamac {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public struct ErrorInfos {
|
public struct ErrorInfos {
|
||||||
public uint errno;
|
public uint errnos;
|
||||||
public string message;
|
public string message;
|
||||||
public string[] details;
|
public string[] details;
|
||||||
public ErrorInfos () {
|
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('GETTEXT_PACKAGE', 'pamac')
|
||||||
cfg_pamac.set('RELEASE_NAME', 'pamac')
|
cfg_pamac.set('RELEASE_NAME', 'pamac')
|
||||||
cfg_pamac.set('PREFIX', get_option('prefix'))
|
cfg_pamac.set('PREFIX', get_option('prefix'))
|
||||||
cfg_pamac.set('VERSION', '7.0.2')
|
cfg_pamac.set('VERSION', '7.3.0')
|
||||||
cfg_pamac.set('TESTSRCDIR', meson.source_root())
|
cfg_pamac.set('TESTSRCDIR', meson.source_root())
|
||||||
|
|
||||||
cfgfile_1 = configure_file(
|
cfgfile_1 = configure_file(
|
||||||
@@ -12,8 +12,9 @@ cfgfile_1 = configure_file(
|
|||||||
output: 'Config.vala',
|
output: 'Config.vala',
|
||||||
configuration: cfg_pamac)
|
configuration: cfg_pamac)
|
||||||
|
|
||||||
pamac_deps = [atk_dep]
|
pamac_deps = [libnotify_dep]
|
||||||
pamac_deps += [cairo_dep]
|
pamac_deps += [atk_dep]
|
||||||
|
pamac_deps += [cairo_gobject_dep]
|
||||||
pamac_deps += [gdk_3_0_dep]
|
pamac_deps += [gdk_3_0_dep]
|
||||||
pamac_deps += [gdk_pixbuf_2_0_dep]
|
pamac_deps += [gdk_pixbuf_2_0_dep]
|
||||||
pamac_deps += [gio_2_0_dep]
|
pamac_deps += [gio_2_0_dep]
|
||||||
@@ -69,7 +70,7 @@ Pamac_library = shared_library('Pamac', pamac_sources,
|
|||||||
vala_args: pamac_vala_args,
|
vala_args: pamac_vala_args,
|
||||||
c_args: pamac_c_args,
|
c_args: pamac_c_args,
|
||||||
link_args: pamac_link_args,
|
link_args: pamac_link_args,
|
||||||
version: '7.0.2',
|
version: '7.3.0',
|
||||||
soversion: '7',
|
soversion: '7',
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: [true, true, true, true])
|
install_dir: [true, true, true, true])
|
||||||
@@ -82,8 +83,9 @@ custom_target('Pamac typelib', command: [g_ir_compiler, '--shared-library=libPam
|
|||||||
install_dir: join_paths(get_option('libdir'), 'girepository-1.0'))
|
install_dir: join_paths(get_option('libdir'), 'girepository-1.0'))
|
||||||
|
|
||||||
pamac_requires = []
|
pamac_requires = []
|
||||||
|
pamac_requires += ['libnotify']
|
||||||
pamac_requires += ['atk']
|
pamac_requires += ['atk']
|
||||||
pamac_requires += ['cairo']
|
pamac_requires += ['cairo-gobject']
|
||||||
pamac_requires += ['gdk-3.0']
|
pamac_requires += ['gdk-3.0']
|
||||||
pamac_requires += ['gdk-pixbuf-2.0']
|
pamac_requires += ['gdk-pixbuf-2.0']
|
||||||
pamac_requires += ['gio-2.0']
|
pamac_requires += ['gio-2.0']
|
||||||
@@ -98,7 +100,7 @@ pamac_requires += ['vte-2.91']
|
|||||||
pamac_requires += ['x11']
|
pamac_requires += ['x11']
|
||||||
pkg_mod = import('pkgconfig')
|
pkg_mod = import('pkgconfig')
|
||||||
pkg_mod.generate(libraries : Pamac_library,
|
pkg_mod.generate(libraries : Pamac_library,
|
||||||
version : '7.0.2',
|
version : '7.3.0',
|
||||||
name : 'Pamac',
|
name : 'Pamac',
|
||||||
filebase : 'Pamac',
|
filebase : 'Pamac',
|
||||||
description : '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('GETTEXT_PACKAGE', 'pamac')
|
||||||
cfg_pamac_clean_cache.set('RELEASE_NAME', 'pamac')
|
cfg_pamac_clean_cache.set('RELEASE_NAME', 'pamac')
|
||||||
cfg_pamac_clean_cache.set('PREFIX', get_option('prefix'))
|
cfg_pamac_clean_cache.set('PREFIX', get_option('prefix'))
|
||||||
cfg_pamac_clean_cache.set('VERSION', '7.0.2')
|
cfg_pamac_clean_cache.set('VERSION', '7.3.0')
|
||||||
cfg_pamac_clean_cache.set('TESTSRCDIR', meson.source_root())
|
cfg_pamac_clean_cache.set('TESTSRCDIR', meson.source_root())
|
||||||
|
|
||||||
cfgfile_4 = configure_file(
|
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('GETTEXT_PACKAGE', 'pamac')
|
||||||
cfg_pamac_install.set('RELEASE_NAME', 'pamac')
|
cfg_pamac_install.set('RELEASE_NAME', 'pamac')
|
||||||
cfg_pamac_install.set('PREFIX', get_option('prefix'))
|
cfg_pamac_install.set('PREFIX', get_option('prefix'))
|
||||||
cfg_pamac_install.set('VERSION', '7.0.2')
|
cfg_pamac_install.set('VERSION', '7.3.0')
|
||||||
cfg_pamac_install.set('TESTSRCDIR', meson.source_root())
|
cfg_pamac_install.set('TESTSRCDIR', meson.source_root())
|
||||||
|
|
||||||
cfgfile_5 = configure_file(
|
cfgfile_5 = 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