Compare commits

...

36 Commits

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

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

Fix typo in previous commit

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

Delete 'po/ka.po'
2020-03-31 19:50:56 -03:00
Chris Cromer 06672f6f1f
add notification of transaction finished 2020-03-29 21:51:10 -03:00
Chris Cromer 49dc0c20a0
prepare 7.1.3 2020-03-12 21:22:58 -03:00
Chris Cromer d3fe4c0bae
fix vala 0.48 build 2020-03-12 21:22:12 -03:00
Chris Cromer 9b9880e65d
remove old cmake stuff 2020-03-12 19:48:24 -03:00
Chris Cromer 9d0aa6f36c
update readme to remove cmake references 2020-01-02 12:51:43 -03:00
Chris Cromer 1d44f7b034
prepare 7.1.2 2020-01-02 12:43:51 -03:00
ზურა დავითაშვილი 625f8df4aa Georgian(ქართული) translation (#2)
Merged Georgian translation
2020-01-02 12:19:07 -03:00
Chris Cromer 53ba5f24b3
update to 7.1.1 2019-10-23 15:05:37 -03:00
Chris Cromer 6a6175478a
fix incorrect cases in switch for libalpm 5.2 2019-10-23 15:04:48 -03:00
Chris Cromer b6144a7164
update to work with libalpm 5.2 2019-10-23 14:41:05 -03:00
Chris Cromer e35b4c3ada
Fix build with new version of vala 2019-09-17 19:18:57 -03:00
Chris Cromer ac4595a8d4
new version 2019-07-19 08:44:16 -04:00
Chris Cromer 285431e0ab
fix tray 2019-07-19 08:42:19 -04:00
Chris Cromer cd1f361c51
fix path assertion error 2019-07-19 08:32:30 -04:00
Chris Cromer 3b66f68b2c
update deprecated code 2019-07-06 20:28:51 -04:00
Chris Cromer d7cf388ece
ignore build directory 2019-07-06 15:27:51 -04:00
Chris Cromer bd560cce39
fix url and copyright year #1 2019-07-06 15:26:48 -04:00
Chris Cromer 7b8bab847d
remove cmake support 2019-07-06 15:24:14 -04:00
Chris Cromer 5c10b15c2b
fix gir issue under cmake 2019-07-03 20:06:11 -04:00
171 changed files with 4411 additions and 5580 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
ENABLE_VARS="kde-tray|ON|KDE_TRAY update-desktop|ON|ENABLE_UPDATE_ICON hamburger|ON|ENABLE_HAMBURGER"
ENABLE_KDE_TRAY_DOC="build with kde tray and appindicator instead of gtk3 tray"
ENABLE_ENABLE_UPDATE_ICON_DOC="install the update desktop entry"
ENABLE_ENABLE_HAMBURGER_DOC="build with the classic hamburger menu"
DISABLE_VARS="aur|ON|DISABLE_AUR icon-update|OFF|ICON_UPDATE"
DISABLE_DISABLE_AUR_DOC="disable the AUR in pamac"
DISABLE_ICON_UPDATE_DOC="disable the update of the icon cache after installing"

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
build
po/*.mo
po/*~
po/locale

View File

@ -1,100 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
project (pamac)
cmake_minimum_required (VERSION 2.6)
cmake_policy (VERSION 2.8)
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
enable_testing ()
option(ICON_UPDATE "Update the icon cache after installing" ON)
option(BUILD_VALADOC "Build API documentation if Valadoc is available" OFF)
option(ENABLE_UPDATE_ICON "ENABLE_UPDATE_ICON" OFF)
option(ENABLE_HAMBURGER "ENABLE_HAMBURGER" OFF)
option(KDE_TRAY "KDE_TRAY" OFF)
option(DISABLE_AUR "DISABLE_AUR" OFF)
if( NOT CMAKE_BUILD_TYPE )
set(CMAKE_BUILD_TYPE Release)
endif()
include(GNUInstallDirs)
if( ( ${CMAKE_INSTALL_PREFIX} MATCHES "^/usr/local" ) )
# A workaround to ensure that works 'out of the box' in Debian-based systems
set(CMAKE_INSTALL_LIBDIR lib)
endif()
set(HAVE_VALADOC OFF)
if(BUILD_VALADOC)
find_package(Valadoc)
if(VALADOC_FOUND)
set(HAVE_VALADOC ON)
include(Valadoc)
else()
message("Valadoc not found, will not build documentation")
endif()
endif()
find_package(PkgConfig)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gdk-3.0)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gtk+-3.0)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} json-glib-1.0)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} libalpm)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} libcurl)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} libnotify)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} libsoup-2.4)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} polkit-gobject-1)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} vte-2.91)
if (KDE_TRAY)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} appindicator3-0.1)
endif ()
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gio-2.0)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} glib-2.0)
set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gobject-2.0)
pkg_check_modules(DEPS REQUIRED ${MODULES_TO_CHECK})
find_program ( WHERE_glib_compile_resources glib-compile-resources )
if ( NOT WHERE_glib_compile_resources )
MESSAGE(FATAL_ERROR "Error! external program 'glib-compile-resources' is not installed.")
endif()
find_program ( WHERE_gtk_update_icon_cache gtk-update-icon-cache )
if ( NOT WHERE_gtk_update_icon_cache )
find_program ( WHERE_gtk_update_icon_cache gtk-update-icon-cache.3.0 )
if ( NOT WHERE_gtk_update_icon_cache )
MESSAGE(FATAL_ERROR "Error! none of the external programs 'gtk-update-icon-cache', 'gtk-update-icon-cache.3.0', are installed.")
endif()
endif()
find_program ( WHERE_glib_compile_schemas glib-compile-schemas )
if ( NOT WHERE_glib_compile_schemas )
MESSAGE(FATAL_ERROR "Error! external program 'glib-compile-schemas' is not installed.")
endif()
find_program ( WHERE_g_ir_compiler g-ir-compiler )
if ( NOT WHERE_g_ir_compiler )
MESSAGE(FATAL_ERROR "Error! external program 'g-ir-compiler' is not installed.")
endif()
add_subdirectory(src/vapis)
add_subdirectory(po)
add_subdirectory(data/pixmaps)
add_subdirectory(data/mime)
add_subdirectory(data/polkit)
add_subdirectory(data/systemd)
add_subdirectory(data)
add_subdirectory(data/dbus)
add_subdirectory(data/icons/24x24/status)
add_subdirectory(data/icons/16x16/apps)
add_subdirectory(data/icons/32x32/apps)
add_subdirectory(data/interface)
add_subdirectory(src)
add_subdirectory(src/pamac-user-daemon)
add_subdirectory(src/pamac-tray)
add_subdirectory(src/pamac-clean-cache)
add_subdirectory(src/pamac-install)
add_subdirectory(src/pamac-manager)
add_subdirectory(src/pamac-system-daemon)

View File

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

View File

@ -12,6 +12,5 @@ popd
autovala refresh
# Remove unused folders and files made by autovala
rm -rf ./{install,packages,doc} ./data/{local,bash_completion} ./.hgignore ./.bzrignore
# Generate the cmake and meson build files
autovala cmake
# Generate the meson build files
autovala meson

View File

@ -1,17 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/
DESTINATION
share/autovala/cmake
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/
DESTINATION
share/autovala/cmake
)
ENDIF()

View File

@ -1,80 +0,0 @@
##
# Copyright 2009-2010 Jakob Westhoff, 2014 Raster Software Vigo
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY JAKOB WESTHOFF ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL JAKOB WESTHOFF OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# The views and conclusions contained in the software and documentation are those
# of the authors and should not be interpreted as representing official policies,
# either expressed or implied, of Jakob Westhoff
##
##
# Find module for the Vala compiler (valac)
#
# This module determines wheter a Vala compiler is installed on the current
# system and where its executable is.
#
# Call the module using "find_package(Vala) from within your CMakeLists.txt.
#
# The following variables will be set after an invocation:
#
# VALA_FOUND Whether the vala compiler has been found or not
# VALA_EXECUTABLE Full path to the valac executable if it has been found
# VALA_VERSION Version number of the available valac
##
# Search for the valac executable in the usual system paths.
find_program(VALA_EXECUTABLE NAMES valac)
if (VALA_EXECUTABLE STREQUAL "VALA_EXECUTABLE-NOTFOUND")
# if valac executable is not found, it can be that valac is not installed, or
# that the OS is source-based (like gentoo), and doesn't do a link from
# valac-X.YY to valac. In that case, search for the specific valac binary after
if (NOT VALA_DEFERRING_COMPILER_SEARCH)
message (STATUS "VALAC not found. Deferring compiler search")
endif(NOT VALA_DEFERRING_COMPILER_SEARCH)
set(VALA_DEFERRING_COMPILER_SEARCH TRUE)
unset(VALA_EXECUTABLE)
unset(VALA_VERSION)
else(VALA_EXECUTABLE STREQUAL "VALA_EXECUTABLE-NOTFOUND")
# Handle the QUIETLY and REQUIRED arguments, which may be given to the find call.
# Furthermore set VALA_FOUND to TRUE if Vala has been found (aka.
# VALA_EXECUTABLE is set)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Vala DEFAULT_MSG VALA_EXECUTABLE)
mark_as_advanced(VALA_EXECUTABLE)
# Determine the valac version
if(VALA_FOUND)
execute_process(COMMAND ${VALA_EXECUTABLE} "--version" OUTPUT_VARIABLE "VALA_VERSION")
string(REPLACE "Vala" "" "VALA_VERSION" ${VALA_VERSION})
string(STRIP ${VALA_VERSION} "VALA_VERSION")
endif(VALA_FOUND)
endif(VALA_EXECUTABLE STREQUAL "VALA_EXECUTABLE-NOTFOUND")

View File

@ -1,20 +0,0 @@
# Search for the valadocc executable in the usual system paths.
find_program(VALADOC_EXECUTABLE NAMES valadoc)
# Handle the QUIETLY and REQUIRED arguments, which may be given to the find call.
# Furthermore set VALA_FOUND to TRUE if Vala has been found (aka.
# VALA_EXECUTABLE is set)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Valadoc DEFAULT_MSG VALADOC_EXECUTABLE)
mark_as_advanced(VALADOC_EXECUTABLE)
# Determine the valac version
if(VALA_FOUND)
execute_process(COMMAND ${VALA_EXECUTABLE} "--version"
OUTPUT_VARIABLE "VALA_VERSION")
string(REPLACE "Vala" "" "VALA_VERSION" ${VALA_VERSION})
string(STRIP ${VALA_VERSION} "VALA_VERSION")
endif(VALA_FOUND)

View File

@ -1,34 +0,0 @@
macro(add_target_gir TARGET_NAME GIR_NAME HEADER CFLAGS GRANITE_VERSION)
set(PACKAGES "")
foreach(PKG ${ARGN})
set(PACKAGES ${PACKAGES} --include=${PKG})
endforeach()
install(CODE "set(ENV{LD_LIBRARY_PATH} \"${CMAKE_CURRENT_BINARY_DIR}:\$ENV{LD_LIBRARY_PATH}\")
execute_process(COMMAND g-ir-scanner ${CFLAGS} -n ${GIR_NAME}
--quiet
--library ${TARGET_NAME} ${PACKAGES}
-o ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.gir
-L${CMAKE_CURRENT_BINARY_DIR}
--nsversion=${GRANITE_VERSION} ${HEADER})")
install(CODE "execute_process(COMMAND g-ir-compiler ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.gir -o ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.typelib)")
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.gir DESTINATION share/gir-1.0/)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.typelib DESTINATION lib/girepository-1.0/)
endmacro()
macro(add_target_gir_with_executable TARGET_NAME EXE_NAME GIR_NAME HEADER EXE_HEADER CFLAGS GRANITE_VERSION)
set(PACKAGES "")
foreach(PKG ${ARGN})
set(PACKAGES ${PACKAGES} --include=${PKG})
endforeach()
install(CODE "set(ENV{LD_LIBRARY_PATH} \"${CMAKE_CURRENT_BINARY_DIR}:\$ENV{LD_LIBRARY_PATH}\")
execute_process(COMMAND g-ir-scanner ${CFLAGS} -n ${GIR_NAME}
--quiet
--library ${TARGET_NAME} --program ${EXE_NAME} ${PACKAGES}
-o ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.gir
-L${CMAKE_CURRENT_BINARY_DIR}
-I${CMAKE_CURRENT_BINARY_DIR}
--nsversion=${GRANITE_VERSION} ${HEADER} ${EXE_HEADER})")
install(CODE "execute_process(COMMAND g-ir-compiler ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.gir -o ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.typelib)")
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.gir DESTINATION share/gir-1.0/)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${GIR_NAME}-${GRANITE_VERSION}.typelib DESTINATION lib/girepository-1.0/)
endmacro()

View File

@ -1,42 +0,0 @@
# GSettings.cmake, CMake macros written for Marlin, feel free to re-use them.
option (GSETTINGS_LOCALINSTALL "Install GSettings Schemas locally instead of to the GLib prefix" ON)
option (GSETTINGS_COMPILE "Compile GSettings Schemas after installation" ${GSETTINGS_LOCALINSTALL})
if(GSETTINGS_LOCALINSTALL)
message(STATUS "GSettings schemas will be installed locally.")
endif()
if(GSETTINGS_COMPILE)
message(STATUS "GSettings shemas will be compiled.")
endif()
macro(add_schema SCHEMA_NAME)
set(PKG_CONFIG_EXECUTABLE pkg-config)
# Have an option to not install the schema into where GLib is
if (GSETTINGS_LOCALINSTALL)
SET (GSETTINGS_DIR "${CMAKE_INSTALL_PREFIX}/share/glib-2.0/schemas/")
else (GSETTINGS_LOCALINSTALL)
execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} glib-2.0 --variable prefix OUTPUT_VARIABLE _glib_prefix OUTPUT_STRIP_TRAILING_WHITESPACE)
SET (GSETTINGS_DIR "${_glib_prefix}/share/glib-2.0/schemas/")
endif (GSETTINGS_LOCALINSTALL)
# Run the validator and error if it fails
execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} gio-2.0 --variable glib_compile_schemas OUTPUT_VARIABLE _glib_comple_schemas OUTPUT_STRIP_TRAILING_WHITESPACE)
execute_process (COMMAND ${_glib_comple_schemas} --dry-run --schema-file=${CMAKE_CURRENT_SOURCE_DIR}/${SCHEMA_NAME} ERROR_VARIABLE _schemas_invalid OUTPUT_STRIP_TRAILING_WHITESPACE)
if (_schemas_invalid)
message (SEND_ERROR "Schema validation error: ${_schemas_invalid}")
endif (_schemas_invalid)
# Actually install and recomple schemas
message (STATUS "GSettings schemas will be installed into ${GSETTINGS_DIR}")
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/${SCHEMA_NAME} DESTINATION ${GSETTINGS_DIR} OPTIONAL)
if (GSETTINGS_COMPILE)
install (CODE "message (STATUS \"Compiling GSettings schemas\")")
install (CODE "execute_process (COMMAND ${_glib_comple_schemas} ${GSETTINGS_DIR})")
endif ()
endmacro()

View File

@ -1,286 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canoncical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/mefrio/Scrivania/cmake
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/mefrio/Scrivania/cmake/cmake
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/mefrio/Scrivania/cmake/cmake/CMakeFiles /home/mefrio/Scrivania/cmake/cmake/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/mefrio/Scrivania/cmake/cmake/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named scratch
# Build rule for target.
scratch: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 scratch
.PHONY : scratch
# fast build rule for target.
scratch/fast:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/build
.PHONY : scratch/fast
src/entry.o: src/entry.c.o
.PHONY : src/entry.o
# target to build an object file
src/entry.c.o:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/entry.c.o
.PHONY : src/entry.c.o
src/entry.i: src/entry.c.i
.PHONY : src/entry.i
# target to preprocess a source file
src/entry.c.i:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/entry.c.i
.PHONY : src/entry.c.i
src/entry.s: src/entry.c.s
.PHONY : src/entry.s
# target to generate assembly for a file
src/entry.c.s:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/entry.c.s
.PHONY : src/entry.c.s
src/main_window.o: src/main_window.c.o
.PHONY : src/main_window.o
# target to build an object file
src/main_window.c.o:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/main_window.c.o
.PHONY : src/main_window.c.o
src/main_window.i: src/main_window.c.i
.PHONY : src/main_window.i
# target to preprocess a source file
src/main_window.c.i:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/main_window.c.i
.PHONY : src/main_window.c.i
src/main_window.s: src/main_window.c.s
.PHONY : src/main_window.s
# target to generate assembly for a file
src/main_window.c.s:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/main_window.c.s
.PHONY : src/main_window.c.s
src/menu.o: src/menu.c.o
.PHONY : src/menu.o
# target to build an object file
src/menu.c.o:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/menu.c.o
.PHONY : src/menu.c.o
src/menu.i: src/menu.c.i
.PHONY : src/menu.i
# target to preprocess a source file
src/menu.c.i:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/menu.c.i
.PHONY : src/menu.c.i
src/menu.s: src/menu.c.s
.PHONY : src/menu.s
# target to generate assembly for a file
src/menu.c.s:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/menu.c.s
.PHONY : src/menu.c.s
src/notebook.o: src/notebook.c.o
.PHONY : src/notebook.o
# target to build an object file
src/notebook.c.o:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/notebook.c.o
.PHONY : src/notebook.c.o
src/notebook.i: src/notebook.c.i
.PHONY : src/notebook.i
# target to preprocess a source file
src/notebook.c.i:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/notebook.c.i
.PHONY : src/notebook.c.i
src/notebook.s: src/notebook.c.s
.PHONY : src/notebook.s
# target to generate assembly for a file
src/notebook.c.s:
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/notebook.c.s
.PHONY : src/notebook.c.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... scratch"
@echo "... src/entry.o"
@echo "... src/entry.i"
@echo "... src/entry.s"
@echo "... src/main_window.o"
@echo "... src/main_window.i"
@echo "... src/main_window.s"
@echo "... src/menu.o"
@echo "... src/menu.i"
@echo "... src/menu.s"
@echo "... src/notebook.o"
@echo "... src/notebook.i"
@echo "... src/notebook.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -1,36 +0,0 @@
##
# This is a helper Macro to parse optional arguments in Macros/Functions
# It has been taken from the public CMake wiki.
# See http://www.cmake.org/Wiki/CMakeMacroParseArguments for documentation and
# licensing.
##
macro(parse_arguments prefix arg_names option_names)
set(DEFAULT_ARGS)
foreach(arg_name ${arg_names})
set(${prefix}_${arg_name})
endforeach(arg_name)
foreach(option ${option_names})
set(${prefix}_${option} FALSE)
endforeach(option)
set(current_arg_name DEFAULT_ARGS)
set(current_arg_list)
foreach(arg ${ARGN})
set(larg_names ${arg_names})
list(FIND larg_names "${arg}" is_arg_name)
if(is_arg_name GREATER -1)
set(${prefix}_${current_arg_name} ${current_arg_list})
set(current_arg_name ${arg})
set(current_arg_list)
else(is_arg_name GREATER -1)
set(loption_names ${option_names})
list(FIND loption_names "${arg}" is_option)
if(is_option GREATER -1)
set(${prefix}_${arg} TRUE)
else(is_option GREATER -1)
set(current_arg_list ${current_arg_list} ${arg})
endif(is_option GREATER -1)
endif(is_arg_name GREATER -1)
endforeach(arg)
set(${prefix}_${current_arg_name} ${current_arg_list})
endmacro(parse_arguments)

View File

@ -1,10 +0,0 @@
Elementary CMake modules
This is a set of CMake modules: Translations, GSettings, and Vala modules.
For all the Vala related modules see README.Vala.rst:
- ParseArguments.cmake
- ValaPrecompile.cmake
- ValaVersion.cmake
- FindVala.cmake

View File

@ -1,173 +0,0 @@
==========
Vala CMake
==========
:Author:
Jakob Westhoff
:Version:
Draft
Overview
========
Vala CMake is a collection of macros for the CMake_ build system to allow the
creation and management of projects developed using the Vala_ programming
language or its "Genie" flavor (less tested).
Installation
============
To use the Vala macros in your own project you need to copy the macro files to
an arbitrary folder in your projects directory and reference them in your
``CMakeLists.txt`` file.
Assuming the macros are stored under ``cmake/vala`` in your projects folder you
need to add the following information to your base ``CMakeLists.txt``::
list(APPEND CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/cmake/vala
)
After the new module path as been added you can simply include the provided
modules or use the provided find routines.
Finding Vala
============
The find module for vala works like any other Find module in CMake.
You can use it by simply calling the usual ``find_package`` function. Default
parameters like ``REQUIRED`` and ``QUIETLY`` are supported.
::
find_package(Vala REQUIRED)
After a successful call to the find_package function the following variables
will be set:
VALA_FOUND
Whether the vala compiler has been found or not
VALA_EXECUTABLE
Full path to the valac executable if it has been found
VALA_VERSION
Version number of the available valac
Precompiling Vala sources
=========================
CMake is mainly supposed to handle c or c++ based projects. Luckily every vala
program is translated into plain c code using the vala compiler, followed by
normal compilation of the generated c program using gcc.
The macro ``vala_precompile`` uses that fact to create c files from your .vala
sources for further CMake processing.
The first parameter provided is a variable, which will be filled with a list of
c files outputted by the vala compiler. This list can than be used in
conjunction with functions like ``add_executable`` or others to create the
necessary compile rules with CMake.
The initial variable is followed by a list of .vala files to be compiled.
Please take care to add every vala file belonging to the currently compiled
project or library as Vala will otherwise not be able to resolve all
dependencies.
The following sections may be specified afterwards to provide certain options
to the vala compiler:
PACKAGES
A list of vala packages/libraries to be used during the compile cycle. The
package names are exactly the same, as they would be passed to the valac
"--pkg=" option.
OPTIONS
A list of optional options to be passed to the valac executable. This can be
used to pass "--thread" for example to enable multi-threading support.
DIRECTORY
Specify the directory where the output source files will be stored. If
ommitted, the source files will be stored in CMAKE_CURRENT_BINARY_DIR.
CUSTOM_VAPIS
A list of custom vapi files to be included for compilation. This can be
useful to include freshly created vala libraries without having to install
them in the system.
GENERATE_VAPI
Pass all the needed flags to the compiler to create an internal vapi for
the compiled library. The provided name will be used for this and a
<provided_name>.vapi file will be created.
GENERATE_HEADER
Let the compiler generate a header file for the compiled code. There will
be a header file as well as an internal header file being generated called
<provided_name>.h and <provided_name>_internal.h
The following call is a simple example to the vala_precompile macro showing an
example to every of the optional sections::
vala_precompile(VALA_C
source1.vala
source2.vala
source3.vala
PACKAGES
gtk+-2.0
gio-1.0
posix
OPTIONS
--thread
CUSTOM_VAPIS
some_vapi.vapi
GENERATE_VAPI
myvapi
GENERATE_HEADER
myheader
)
Most important is the variable VALA_C which will contain all the generated c
file names after the call. The easiest way to use this information is to tell
CMake to create an executable out of it.
::
add_executable(myexecutable ${VALA_C})
Further reading
===============
The `Pdf Presenter Console`__ , which is a vala based project of mine, makes
heavy usage of the here described macros. To look at a real world example of
these macros the mentioned project is the right place to take a look. The svn
trunk of it can be found at::
svn://pureenergy.cc/pdf_presenter_console/trunk
__ http://westhoffswelt.de/projects/pdf_presenter_console.html
Acknowledgments
===============
Thanks go out to Florian Sowade, a fellow local PHP-Usergroupie, who helped me
a lot with the initial version of this macros and always answered my mostly
dumb CMake questions.
.. _CMake: http://cmake.org
.. _Vala: http://live.gnome.org/Vala
.. _Genie: http://live.gnome.org/Genie
..
Local Variables:
mode: rst
fill-column: 79
End:
vim: et syn=rst tw=79

View File

@ -1,5 +0,0 @@
# Test macros for Marlin, feel free to re-use them.
macro(add_test_executable EXE_NAME)
add_test(${EXE_NAME} gtester ${CMAKE_CURRENT_BINARY_DIR}/${EXE_NAME})
endmacro()

View File

@ -1,66 +0,0 @@
# Translations.cmake, CMake macros written for Marlin, feel free to re-use them
macro(add_translations_directory NLS_PACKAGE)
add_custom_target (i18n ALL COMMENT “Building i18n messages.”)
find_program (MSGFMT_EXECUTABLE msgfmt)
file (GLOB PO_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.po)
foreach (PO_INPUT ${PO_FILES})
get_filename_component (PO_INPUT_BASE ${PO_INPUT} NAME_WE)
set (MO_OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${PO_INPUT_BASE}.mo)
add_custom_command (TARGET i18n COMMAND ${MSGFMT_EXECUTABLE} -o ${MO_OUTPUT} ${PO_INPUT})
install (FILES ${MO_OUTPUT} DESTINATION
share/locale/${PO_INPUT_BASE}/LC_MESSAGES
RENAME ${NLS_PACKAGE}.mo)
endforeach (PO_INPUT ${PO_FILES})
endmacro(add_translations_directory)
macro(add_translations_catalog NLS_PACKAGE)
add_custom_target (pot COMMENT “Building translation catalog.”)
find_program (XGETTEXT_EXECUTABLE xgettext)
set(C_SOURCE "")
set(VALA_SOURCE "")
set(GLADE_SOURCE "")
foreach(FILES_INPUT ${ARGN})
set(BASE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${FILES_INPUT})
file (GLOB_RECURSE SOURCE_FILES ${BASE_DIRECTORY}/*.c)
foreach(C_FILE ${SOURCE_FILES})
set(C_SOURCE ${C_SOURCE} ${C_FILE})
endforeach()
file (GLOB_RECURSE SOURCE_FILES ${BASE_DIRECTORY}/*.vala)
foreach(VALA_C_FILE ${SOURCE_FILES})
set(VALA_SOURCE ${VALA_SOURCE} ${VALA_C_FILE})
endforeach()
file (GLOB_RECURSE SOURCE_FILES ${BASE_DIRECTORY}/*.ui)
foreach(GLADE_C_FILE ${SOURCE_FILES})
set(GLADE_SOURCE ${GLADE_SOURCE} ${GLADE_C_FILE})
endforeach()
endforeach()
set(BASE_XGETTEXT_COMMAND
${XGETTEXT_EXECUTABLE} -d ${NLS_PACKAGE}
-o ${CMAKE_CURRENT_SOURCE_DIR}/${NLS_PACKAGE}.pot
--keyword="_" --keyword="N_" --from-code=UTF-8)
set(CONTINUE_FLAG "")
IF(NOT "${C_SOURCE}" STREQUAL "")
add_custom_command(TARGET pot COMMAND ${BASE_XGETTEXT_COMMAND} ${C_SOURCE})
set(CONTINUE_FLAG "-j")
ENDIF()
IF(NOT "${VALA_SOURCE}" STREQUAL "")
add_custom_command(TARGET pot COMMAND ${BASE_XGETTEXT_COMMAND} ${CONTINUE_FLAG} -LC\# ${VALA_SOURCE})
set(CONTINUE_FLAG "-j")
ENDIF()
IF(NOT "${GLADE_SOURCE}" STREQUAL "")
add_custom_command (TARGET pot COMMAND ${BASE_XGETTEXT_COMMAND} ${CONTINUE_FLAG} -LGlade ${GLADE_SOURCE})
ENDIF()
endmacro()

View File

@ -1,243 +0,0 @@
##
# Copyright 2009-2010 Jakob Westhoff. All rights reserved.
# Copyright 2012 elementary.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY JAKOB WESTHOFF ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL JAKOB WESTHOFF OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# The views and conclusions contained in the software and documentation are those
# of the authors and should not be interpreted as representing official policies,
# either expressed or implied, of Jakob Westhoff
##
include(ParseArguments)
find_package(Vala REQUIRED)
##
# Compile vala files to their c equivalents for further processing.
#
# The "vala_precompile" macro takes care of calling the valac executable on the
# given source to produce c files which can then be processed further using
# default cmake functions.
#
# The first parameter provided is a variable, which will be filled with a list
# of c files outputted by the vala compiler. This list can than be used in
# conjuction with functions like "add_executable" or others to create the
# neccessary compile rules with CMake.
#
# The initial variable is followed by a list of .vala files to be compiled.
# Please take care to add every vala file belonging to the currently compiled
# project or library as Vala will otherwise not be able to resolve all
# dependencies.
#
# The following sections may be specified afterwards to provide certain options
# to the vala compiler:
#
# PACKAGES
# A list of vala packages/libraries to be used during the compile cycle. The
# package names are exactly the same, as they would be passed to the valac
# "--pkg=" option.
#
# OPTIONS
# A list of optional options to be passed to the valac executable. This can be
# used to pass "--thread" for example to enable multi-threading support.
#
# CUSTOM_VAPIS
# A list of custom vapi files to be included for compilation. This can be
# useful to include freshly created vala libraries without having to install
# them in the system.
#
# GENERATE_VAPI
# Pass all the needed flags to the compiler to create an internal vapi for
# the compiled library. The provided name will be used for this and a
# <provided_name>.vapi file will be created.
#
# GENERATE_HEADER
# Let the compiler generate a header file for the compiled code. There will
# be a header file as well as an internal header file being generated called
# <provided_name>.h and <provided_name>_internal.h
#
# GENERATE_GIR
# Have the compiler generate a GObject-Introspection repository file with
# name: <provided_name>.gir. This can be later used to create a binary typelib
# using the GI compiler.
#
# GENERATE_SYMBOLS
# Output a <provided_name>.symbols file containing all the exported symbols.
#
# The following call is a simple example to the vala_precompile macro showing
# an example to every of the optional sections:
#
# vala_precompile(VALA_C mytargetname
# source1.vala
# source2.vala
# source3.vala
# PACKAGES
# gtk+-2.0
# gio-1.0
# posix
# DIRECTORY
# gen
# OPTIONS
# --thread
# CUSTOM_VAPIS
# some_vapi.vapi
# GENERATE_VAPI
# myvapi
# GENERATE_HEADER
# myheader
# GENERATE_GIR
# mygir
# GENERATE_SYMBOLS
# mysymbols
# )
#
# Most important is the variable VALA_C which will contain all the generated c
# file names after the call.
##
macro(vala_precompile output target_name)
parse_arguments(ARGS "TARGET;PACKAGES;OPTIONS;DIRECTORY;GENERATE_GIR;GENERATE_SYMBOLS;GENERATE_HEADER;GENERATE_VAPI;CUSTOM_VAPIS" "" ${ARGN})
if(ARGS_DIRECTORY)
set(DIRECTORY ${ARGS_DIRECTORY})
else(ARGS_DIRECTORY)
set(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
endif(ARGS_DIRECTORY)
include_directories(${DIRECTORY})
set(vala_pkg_opts "")
foreach(pkg ${ARGS_PACKAGES})
list(APPEND vala_pkg_opts "--pkg=${pkg}")
endforeach(pkg ${ARGS_PACKAGES})
set(in_files "")
set(out_files "")
set(out_files_display "")
set(${output} "")
foreach(src ${ARGS_DEFAULT_ARGS})
string(REGEX MATCH "^([a-zA-Z]:)?/" IS_MATCHED ${src})
if(${IS_MATCHED} MATCHES "/")
set(src_file_path ${src})
else()
set(src_file_path ${CMAKE_CURRENT_SOURCE_DIR}/${src})
endif()
list(APPEND in_files ${src_file_path})
string(REPLACE ".vala" ".c" src ${src})
string(REPLACE ".gs" ".c" src ${src})
if(${IS_MATCHED} MATCHES "/")
get_filename_component(VALA_FILE_NAME ${src} NAME)
set(out_file "${DIRECTORY}/${VALA_FILE_NAME}")
list(APPEND out_files "${DIRECTORY}/${VALA_FILE_NAME}")
else()
set(out_file "${DIRECTORY}/${src}")
list(APPEND out_files "${DIRECTORY}/${src}")
endif()
list(APPEND ${output} ${out_file})
list(APPEND out_files_display "${src}")
endforeach(src ${ARGS_DEFAULT_ARGS})
set(custom_vapi_arguments "")
if(ARGS_CUSTOM_VAPIS)
foreach(vapi ${ARGS_CUSTOM_VAPIS})
if(${vapi} MATCHES ${CMAKE_SOURCE_DIR} OR ${vapi} MATCHES ${CMAKE_BINARY_DIR})
list(APPEND custom_vapi_arguments ${vapi})
else (${vapi} MATCHES ${CMAKE_SOURCE_DIR} OR ${vapi} MATCHES ${CMAKE_BINARY_DIR})
list(APPEND custom_vapi_arguments ${CMAKE_CURRENT_SOURCE_DIR}/${vapi})
endif(${vapi} MATCHES ${CMAKE_SOURCE_DIR} OR ${vapi} MATCHES ${CMAKE_BINARY_DIR})
endforeach(vapi ${ARGS_CUSTOM_VAPIS})
endif(ARGS_CUSTOM_VAPIS)
set(vapi_arguments "")
if(ARGS_GENERATE_VAPI)
list(APPEND out_files "${DIRECTORY}/${ARGS_GENERATE_VAPI}.vapi")
list(APPEND out_files_display "${ARGS_GENERATE_VAPI}.vapi")
set(vapi_arguments "--library=${ARGS_GENERATE_VAPI}" "--vapi=${ARGS_GENERATE_VAPI}.vapi")
# Header and internal header is needed to generate internal vapi
if (NOT ARGS_GENERATE_HEADER)
set(ARGS_GENERATE_HEADER ${ARGS_GENERATE_VAPI})
endif(NOT ARGS_GENERATE_HEADER)
endif(ARGS_GENERATE_VAPI)
set(header_arguments "")
if(ARGS_GENERATE_HEADER)
list(APPEND out_files "${DIRECTORY}/${ARGS_GENERATE_HEADER}.h")
list(APPEND out_files_display "${ARGS_GENERATE_HEADER}.h")
list(APPEND header_arguments "--header=${ARGS_GENERATE_HEADER}.h")
endif(ARGS_GENERATE_HEADER)
set(gir_arguments "")
if(ARGS_GENERATE_GIR)
list(APPEND out_files "${DIRECTORY}/${ARGS_GENERATE_GIR}.gir")
list(APPEND out_files_display "${ARGS_GENERATE_GIR}.gir")
set(gir_arguments "--gir=${ARGS_GENERATE_GIR}.gir")
endif(ARGS_GENERATE_GIR)
set(symbols_arguments "")
if(ARGS_GENERATE_SYMBOLS)
list(APPEND out_files "${DIRECTORY}/${ARGS_GENERATE_SYMBOLS}.symbols")
list(APPEND out_files_display "${ARGS_GENERATE_SYMBOLS}.symbols")
set(symbols_arguments "--symbols=${ARGS_GENERATE_SYMBOLS}.symbols")
endif(ARGS_GENERATE_SYMBOLS)
set(os_defines "")
if(WIN32)
list(APPEND os_defines "-D" "\"G_OS_WIN32\"")
endif(WIN32)
# Workaround for a bug that would make valac run twice. This file is written
# after the vala compiler generates C source code.
set (extra_name ${extra_name}_ )
set(OUTPUT_STAMP ${CMAKE_CURRENT_BINARY_DIR}/${target_name}${extra_name}valac.stamp)
add_custom_command(
OUTPUT
${OUTPUT_STAMP}
COMMAND
${VALA_EXECUTABLE}
ARGS
"-C"
${header_arguments}
${vapi_arguments}
${gir_arguments}
${symbols_arguments}
"-b" ${CMAKE_CURRENT_SOURCE_DIR}
"-d" ${DIRECTORY}
${os_defines}
${vala_pkg_opts}
${ARGS_OPTIONS}
${in_files}
${custom_vapi_arguments}
COMMAND
touch
ARGS
${OUTPUT_STAMP}
DEPENDS
${in_files}
${ARGS_CUSTOM_VAPIS}
COMMENT
"Generating ${out_files_display}"
)
# This command will be run twice for some reason (pass a non-empty string to COMMENT
# in order to see it). Since valac is not executed from here, this won't be a problem.
add_custom_command(OUTPUT ${out_files} DEPENDS ${OUTPUT_STAMP} COMMENT "")
endmacro(vala_precompile)

View File

@ -1,153 +0,0 @@
##
# Copyright (C) 2014 Raster Software Vigo
# Autovala is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Autovala is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright (C) 2013, Valama development team
#
# Copyright 2009-2010 Jakob Westhoff All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY JAKOB WESTHOFF ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL JAKOB WESTHOFF OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# The views and conclusions contained in the software and documentation are those
# of the authors and should not be interpreted as representing official policies,
# either expressed or implied, of Jakob Westhoff
##
include(ParseArguments)
find_package(Vala REQUIRED)
##
# Ensure a certain valac version is available
#
# The initial argument is the version to check for
#
# It may be followed by a optional parameter to specifiy a version range. The
# following options are valid:
#
# EXACT
# Vala needs to be available in the exact version given
#
# MINIMUM
# The provided version is the minimum version. Therefore Vala needs to be
# available in the given version or any higher version
#
# MAXIMUM
# The provided version is the maximum. Therefore Vala needs to be available
# in the given version or any version older than this
#
# If no option is specified the version will be treated as a minimal version.
##
macro(ensure_vala_version ensure_version)
if (USE_VALA_BINARY)
message(STATUS "Forced use of vala binary ${USE_VALA_BINARY}")
set(VALA_EXECUTABLE ${USE_VALA_BINARY})
else (USE_VALA_BINARY)
message(STATUS "checking for Vala version of valac-${ensure_version}")
unset(version_accepted)
execute_process(COMMAND "valac-${ensure_version}" "--version"
OUTPUT_VARIABLE "VALA_VERSION" OUTPUT_STRIP_TRAILING_WHITESPACE)
if (NOT VALA_VERSION)
find_program(VALA_EXECUTABLE "valac")
# If the specific version asked for this project is not found,
# try to use the one pointed by the valac link
parse_arguments(ARGS "" "MINIMUM;MAXIMUM;EXACT" ${ARGN})
set(compare_message "")
set(error_message "")
if(ARGS_MINIMUM)
set(compare_message "a minimum ")
set(error_message "or greater ")
elseif(ARGS_MAXIMUM)
set(compare_message "a maximum ")
set(error_message "or less ")
endif(ARGS_MINIMUM)
message(STATUS "checking for ${compare_message}Vala version of ${ensure_version}" )
execute_process(COMMAND ${VALA_EXECUTABLE} "--version"
OUTPUT_VARIABLE "VALA_VERSION" OUTPUT_STRIP_TRAILING_WHITESPACE)
else(NOT VALA_VERSION)
set(VALA_EXECUTABLE "valac-${ensure_version}")
endif(NOT VALA_VERSION)
# this code allows to identify development versions as the right version
# e.g. 0.19.1 -> 0.20 ; 0.20.1 -> 0.20 ;
# But this code seems to not be fine 0.24.0.2-2235 -> 0.26
# Thanks to Yannick Inizan
string(REPLACE "Vala" "" "VALA_VERSION" ${VALA_VERSION})
string(STRIP ${VALA_VERSION} "VALA_VERSION")
string(REPLACE "." ";" VALA_LIST "${VALA_VERSION}")
list(GET VALA_LIST 0 maj_ver)
list(GET VALA_LIST 1 min_ver)
list(GET VALA_LIST 2 rev_ver)
math(EXPR is_odd "${min_ver} % 2")
list(LENGTH VALA_LIST len)
#if((${is_odd} EQUAL 1))
# math(EXPR min_ver "${min_ver} + 1")
#elseif(len GREATER 3)
# math(EXPR min_ver "${min_ver} + 2")
#endif()
set(VALA_SVERSION "${maj_ver}.${min_ver}" CACHE INTERNAL "")
# MINIMUM is the default if no option is specified
if(ARGS_EXACT)
if(${VALA_SVERSION} VERSION_EQUAL ${ensure_version} )
set(version_accepted TRUE)
endif(${VALA_SVERSION} VERSION_EQUAL ${ensure_version})
elseif(ARGS_MAXIMUM)
if(${VALA_SVERSION} VERSION_LESS ${ensure_version} OR ${VALA_SVERSION} VERSION_EQUAL ${ensure_version})
set(version_accepted TRUE)
endif(${VALA_SVERSION} VERSION_LESS ${ensure_version} OR ${VALA_SVERSION} VERSION_EQUAL ${ensure_version})
else(ARGS_MAXIMUM)
if(${VALA_SVERSION} VERSION_GREATER ${ensure_version} OR ${VALA_SVERSION} VERSION_EQUAL ${ensure_version})
set(version_accepted TRUE)
endif(${VALA_SVERSION} VERSION_GREATER ${ensure_version} OR ${VALA_SVERSION} VERSION_EQUAL ${ensure_version})
endif(ARGS_EXACT)
if (NOT version_accepted)
message(FATAL_ERROR
"Vala version ${ensure_version} ${error_message}is required."
)
endif(NOT version_accepted)
message(STATUS
" found Vala, version ${VALA_SVERSION}"
)
endif(USE_VALA_BINARY)
endmacro(ensure_vala_version)

View File

@ -1,38 +0,0 @@
include(ParseArguments)
find_package(Valadoc REQUIRED)
macro(valadoc target outdir)
parse_arguments(ARGS "PACKAGES;OPTIONS;CUSTOM_VAPIS" "" ${ARGN})
set(vala_pkg_opts "")
foreach(pkg ${ARGS_PACKAGES})
list(APPEND vala_pkg_opts "--pkg=${pkg}")
endforeach(pkg ${ARGS_PACKAGES})
set(vapi_dir_opts "")
foreach(src ${ARGS_CUSTOM_VAPIS})
get_filename_component(pkg ${src} NAME_WE)
list(APPEND vala_pkg_opts "--pkg=${pkg}")
get_filename_component(path ${src} PATH)
list(APPEND vapi_dir_opts "--vapidir=${path}")
endforeach(src ${ARGS_DEFAULT_ARGS})
list(REMOVE_DUPLICATES vapi_dir_opts)
add_custom_command(TARGET ${target}
COMMAND
${VALADOC_EXECUTABLE}
ARGS
"--force"
"-b" ${CMAKE_CURRENT_SOURCE_DIR}
"-o" ${outdir}
"--package-name=${CMAKE_PROJECT_NAME}"
"--package-version=${PROJECT_VERSION}"
${vala_pkg_opts}
${vapi_dir_opts}
${ARGS_OPTIONS}
${in_files}
DEPENDS
${in_files}
${ARGS_CUSTOM_VAPIS}
)
endmacro(valadoc)

314
configure vendored
View File

@ -1,314 +0,0 @@
#!/bin/sh
# Autotools-style (./configure) wrapper for CMake
# <https://github.com/nemequ/configure-cmake>
#
# *** IMPORTANT ***
#
# You must include the GNUInstallDirs module (which comes with
# CMake) in your project. Just put "include (GNUInstallDirs)" in
# you CMakeLists.txt and you should be good.
#
# This script was originally written for Squash
# <https://quixdb.github.io/squash/> by Evan Nemerson
# <evan@nemerson.com>, but has been spun off into a separate
# repository. Please feel free to copy it into your own repository,
# though I would appreciate it if you would post improvements, bugs,
# feature requests, etc. to the issue tracker at
# <https://github.com/nemequ/configure-cmake/issues>.
#
# To the extent possible under law, the author(s) hereby waive all
# copyright and related or neighboring rights to this work. For
# details, see <https://creativecommons.org/publicdomain/zero/1.0/>
TOP_SRCDIR="$(dirname $0)"
CMAKE_CMD="cmake ${TOP_SRCDIR}"
BUILD_TYPE="Debug"
PREFIX=/usr/local
LIBDIR=
CMAKE_ARGS=
if [ -e "${TOP_SRCDIR}/.configure-custom.sh" ]; then
. "${TOP_SRCDIR}/.configure-custom.sh"
fi
quote() {
echo "$1" | sed -e "s|'|'\\\\''|g; 1s/^/'/; \$s/\$/'/"
}
extract_var_string() {
VAR_NAME=$1
VAR_NAME=$(echo $1 | sed -e 's/[ \t]*$//')
if [ "x$2" != "x" ]; then
VAR_VALUE=$2
else
VAR_VALUE=yes
fi
if [ "x$3" != "x" ]; then
VAR_UC_NAME=$3
else
VAR_UC_NAME=$(echo "$1" | tr '[:lower:]' '[:upper:]' | tr -c '[:alnum:]' '_' | sed 's/_$//g')
fi
}
set_config_var() {
is_with=n
case "$1" in
"--enable-"*)
name="${1#--enable-}"
cfg="${ENABLE_VARS}"
;;
"--disable-"*)
name="${1#--disable-}";
cfg="${DISABLE_VARS}";
;;
"--with-"*)
# IFS="=" read -ra WITHARGS <<< "${1}"
name="${1#--with-}"
cfg="${WITH_VARS}"
is_with=y
;;
esac
found=n
for varstring in $cfg; do
extract_var_string $(echo "${varstring}" | tr '|' ' ')
if [ "x$VAR_NAME" = "x$name" ]; then
found=y
break;
fi
done
if [ "$found" = "y" ]; then
if [ "x$is_with" = "xy" ]; then
CMAKE_ARGS="$CMAKE_ARGS -D${VAR_UC_NAME}=$(quote "$2")"
else
CMAKE_ARGS="$CMAKE_ARGS -D${VAR_UC_NAME}=$(quote "${VAR_VALUE}")"
fi
else
echo "Unknown parameter: ${1}"
exit 1
fi
}
prefix_to_offset() {
expr $(echo "${1}" | awk '{ print length }') + 1
}
print_help() {
cat <<EOF >&2
-h, --help display this help and exit
--disable-debug disable debugging mode
--pass-thru pass remaining arguments through to CMake
--prefix=PREFIX install architecture-independent files in PREFIX
[$PREFIX]
--bindir=DIR user executables [PREFIX/bin]
--sbindir=DIR system admin executables [PREFIX/sbin]
--libexecdir=DIR program executables [PREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [PREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/PROJECT_NAME]
EOF
first=y
for varstring in ${ENABLE_VARS}; do
if [ $first = 'y' ]; then
echo ""
first=n
fi
extract_var_string $(echo "${varstring}" | tr '|' ' ')
var_doc_name="ENABLE_${VAR_UC_NAME}_DOC"
eval "docstring=\$$var_doc_name"
if [ "x${docstring}" = "x" ]; then
printf " --enable-%-14s enable %s support\n" "${VAR_NAME}" "$(echo -n "${VAR_NAME}" | tr '-' ' ')"
else
printf " --enable-%-14s %s\n" "${VAR_NAME}" "$docstring"
fi
done
first=y
for varstring in ${DISABLE_VARS}; do
if [ $first = 'y' ]; then
echo ""
first=n
fi
extract_var_string $(echo "${varstring}" | tr '|' ' ')
var_doc_name="DISABLE_${VAR_UC_NAME}_DOC"
eval "docstring=\$$var_doc_name"
if [ "x${docstring}" = "x" ]; then
printf " --disable-%-13s disable %s support\n" "${VAR_NAME}" "$(echo -n "${VAR_NAME}" | tr '-' ' ')"
else
printf " --disable-%-13s %s\n" "${VAR_NAME}" "$docstring"
fi
done
first=y
for varstring in ${WITH_VARS}; do
if [ $first = 'y' ]; then
echo ""
first=n
fi
extract_var_string $(echo "${varstring}" | tr '|' ' ')
var_doc_name="WITH_${VAR_UC_NAME}_DOC"
eval "docstring=\$$var_doc_name"
paraminfo="${VAR_NAME}=${VAR_VALUE}"
if [ "x${docstring}" = "x" ]; then
printf " --with-%-16s enable %s support\n" "$paraminfo" "$(echo -n "${VAR_NAME}" | tr '-' ' ')"
else
printf " --with-%-16s %s\n" "$paraminfo" "$docstring"
fi
done
exit 0
}
while [ $# != 0 ]; do
case "$1" in
"--prefix="*)
PREFIX="${1#*=}";;
"--prefix")
PREFIX="${2}"; shift;;
"--bindir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_BINDIR=$(quote "${1#*=}")";;
"--bindir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_BINDIR=$(quote "$2")"; shift;;
"--sbindir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SBINDIR=$(quote "${1#*=}")";;
"--sbindir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SBINDIR=$(quote "$2")"; shift;;
"--libexecdir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_LIBEXECDIR=$(quote "${1#*=}")";;
"--libexecdir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_LIBEXECDIR=$(quote "$2")"; shift;;
"--sysconfdir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SYSCONFDIR=$(quote "${1#*=}")";;
"--sysconfdir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SYSCONFDIR=$(quote "$2")"; shift;;
"--sharedstatedir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SHAREDSTATEDIR=$(quote "${1#*=}")";;
"--sharedstatedir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SHAREDSTATEDIR=$(quote "$2")"; shift;;
"--localstatedir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_LOCALSTATEDIR=$(quote "${1#*=}")";;
"--localstatedir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_LOCALSTATEDIR=$(quote "$2")"; shift;;
"--libdir="*)
LIBDIR="${1#*=}";;
"--libdir")
LIBDIR="${2}"; shift;;
"--includedir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_INCLUDEDIR=$(quote "${1#*=}")";;
"--includedir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_INCLUDEDIR=$(quote "$2")"; shift;;
"--oldincludedir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_OLDINCLUDEDIR=$(quote "${1#*=}")";;
"--oldincludedir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_OLDINCLUDEDIR=$(quote "$2")"; shift;;
"--datarootdir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_DATAROOTDIR=$(quote "${1#*=}")";;
"--datarootdir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_DATAROOTDIR=$(quote "$2")"; shift;;
"--datadir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_DATADIR=$(quote "${1#*=}")";;
"--datadir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_DATADIR=$(quote "$2")"; shift;;
"--infodir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_INFODIR=$(quote "${1#*=}")";;
"--infodir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_INFODIR=$(quote "$2")"; shift;;
"--localedir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_LOCALEDIR=$(quote "${1#*=}")";;
"--localedir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_LOCALEDIR=$(quote "$2")"; shift;;
"--mandir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_MANDIR=$(quote "${1#*=}")";;
"--mandir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_MANDIR=$(quote "$2")"; shift;;
"--docdir="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_DOCDIR=$(quote "${1#*=}")";;
"--docdir")
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_DOCDIR=$(quote "$2")"; shift;;
"CC="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_C_COMPILER=$(quote "${1#*=}")";;
"CXX="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_CXX_COMPILER=$(quote "${1#*=}")";;
"CFLAGS="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_C_FLAGS=$(quote "${1#*=}")";;
"CXXFLAGS="*)
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_CXX_FLAGS=$(quote "${1#*=}")";;
"LDFLAGS="*)
LDFLAGS="$LDFLAGS ${1#*=}";;
"--help")
print_help;;
"-h")
print_help;;
# This flag is the only one which may be a bit surprising to
# people. Autotools always builds with debugging symbols enabled
# (AFAIK), but for cmake you have to do -DCMAKE_BUILD_TYPE=Debug.
# Unfortunately this can change other things as well, so although
# I realize there is no --disable-debug flag I thought it would be
# prudent to support one here.
"--disable-debug")
BUILD_TYPE="Release";;
"--pass-thru")
shift;
while [ $# != 0 ]; do
CMAKE_ARGS="$CMAKE_ARGS $(quote "${1}")";
shift;
done;;
"--enable-"*)
set_config_var "$1"
;;
"--disable-"*)
set_config_var "$1"
;;
"--with-"*)
name=$(echo "${1#--with-}" | awk '{split($1,v,"="); print v[1]}')
case "${1}" in
"--with-${name}="*)
set_config_var "--with-${name}" "${1#--with-${name}=}";;
"--with-${name}")
set_config_var "$1" "$2";
shift;;
esac
;;
*)
echo "$0: error: unrecognized option: \`$1'" >&2
echo "Try \`$0 --help' for more information" >&2
exit -1
esac;
shift
done
if [ "x${LIBDIR}" = "x" ]; then
LIBDIR="${PREFIX}/lib"
fi
# Unlike CFLAGS/CXXFLAGS/CC/CXX, LDFLAGS isn't handled by CMake, so we
# need to parse it here.
if [ "x${LDFLAGS}" != "x" ]; then
for varname in EXE MODULE SHARED STATIC; do
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_${varname}_LINKER_FLAGS=$(quote "$LDFLAGS")"
done
fi
eval "cmake ${TOP_SRCDIR} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_INSTALL_LIBDIR=${LIBDIR} ${CMAKE_ARGS}"

View File

@ -1,66 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
EXECUTE_PROCESS( COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-source --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.installer.gresource.xml.c ${CMAKE_CURRENT_SOURCE_DIR}/pamac.installer.gresource.xml)
EXECUTE_PROCESS( COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-header --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.installer.gresource.xml.h ${CMAKE_CURRENT_SOURCE_DIR}/pamac.installer.gresource.xml)
ADD_CUSTOM_COMMAND (
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pamac.installer.gresource.xml.c
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/pamac.installer.gresource.xml ${CMAKE_CURRENT_SOURCE_DIR}/interface/progress_dialog.ui
COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-source --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.installer.gresource.xml.c ${CMAKE_CURRENT_SOURCE_DIR}/pamac.installer.gresource.xml
COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-header --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.installer.gresource.xml.h ${CMAKE_CURRENT_SOURCE_DIR}/pamac.installer.gresource.xml
)
add_custom_target(pamac_installer_gresource_xml DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/pamac.installer.gresource.xml.c)
SET (pamac_installer_gresource_xml_C_FILE ${CMAKE_CURRENT_BINARY_DIR}/pamac.installer.gresource.xml.c PARENT_SCOPE)
SET (pamac_installer_gresource_xml_H_FILE ${CMAKE_CURRENT_BINARY_DIR}/pamac.installer.gresource.xml.h PARENT_SCOPE)
EXECUTE_PROCESS( COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-source --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.manager.gresource.xml.c ${CMAKE_CURRENT_SOURCE_DIR}/pamac.manager.gresource.xml)
EXECUTE_PROCESS( COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-header --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.manager.gresource.xml.h ${CMAKE_CURRENT_SOURCE_DIR}/pamac.manager.gresource.xml)
ADD_CUSTOM_COMMAND (
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pamac.manager.gresource.xml.c
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/pamac.manager.gresource.xml ${CMAKE_CURRENT_SOURCE_DIR}/interface/manager_window.ui ${CMAKE_CURRENT_SOURCE_DIR}/interface/history_dialog.ui ${CMAKE_CURRENT_SOURCE_DIR}/pixmaps/package-available.png ${CMAKE_CURRENT_SOURCE_DIR}/pixmaps/package-available-locked.png ${CMAKE_CURRENT_SOURCE_DIR}/pixmaps/package-install.png ${CMAKE_CURRENT_SOURCE_DIR}/pixmaps/package-installed-locked.png ${CMAKE_CURRENT_SOURCE_DIR}/pixmaps/package-installed-updated.png ${CMAKE_CURRENT_SOURCE_DIR}/pixmaps/package-reinstall.png ${CMAKE_CURRENT_SOURCE_DIR}/pixmaps/package-remove.png ${CMAKE_CURRENT_SOURCE_DIR}/pixmaps/package-upgrade.png
COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-source --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.manager.gresource.xml.c ${CMAKE_CURRENT_SOURCE_DIR}/pamac.manager.gresource.xml
COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-header --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.manager.gresource.xml.h ${CMAKE_CURRENT_SOURCE_DIR}/pamac.manager.gresource.xml
)
add_custom_target(pamac_manager_gresource_xml DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/pamac.manager.gresource.xml.c)
SET (pamac_manager_gresource_xml_C_FILE ${CMAKE_CURRENT_BINARY_DIR}/pamac.manager.gresource.xml.c PARENT_SCOPE)
SET (pamac_manager_gresource_xml_H_FILE ${CMAKE_CURRENT_BINARY_DIR}/pamac.manager.gresource.xml.h PARENT_SCOPE)
EXECUTE_PROCESS( COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-source --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.transaction.gresource.xml.c ${CMAKE_CURRENT_SOURCE_DIR}/pamac.transaction.gresource.xml)
EXECUTE_PROCESS( COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-header --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.transaction.gresource.xml.h ${CMAKE_CURRENT_SOURCE_DIR}/pamac.transaction.gresource.xml)
ADD_CUSTOM_COMMAND (
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pamac.transaction.gresource.xml.c
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/pamac.transaction.gresource.xml ${CMAKE_CURRENT_SOURCE_DIR}/interface/progress_dialog.ui ${CMAKE_CURRENT_SOURCE_DIR}/interface/progress_box.ui ${CMAKE_CURRENT_SOURCE_DIR}/interface/choose_provider_dialog.ui ${CMAKE_CURRENT_SOURCE_DIR}/interface/transaction_sum_dialog.ui ${CMAKE_CURRENT_SOURCE_DIR}/interface/preferences_dialog.ui ${CMAKE_CURRENT_SOURCE_DIR}/interface/choose_ignorepkgs_dialog.ui
COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-source --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.transaction.gresource.xml.c ${CMAKE_CURRENT_SOURCE_DIR}/pamac.transaction.gresource.xml
COMMAND glib-compile-resources --sourcedir=${CMAKE_CURRENT_SOURCE_DIR} --generate-header --target=${CMAKE_CURRENT_BINARY_DIR}/pamac.transaction.gresource.xml.h ${CMAKE_CURRENT_SOURCE_DIR}/pamac.transaction.gresource.xml
)
add_custom_target(pamac_transaction_gresource_xml DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/pamac.transaction.gresource.xml.c)
SET (pamac_transaction_gresource_xml_C_FILE ${CMAKE_CURRENT_BINARY_DIR}/pamac.transaction.gresource.xml.c PARENT_SCOPE)
SET (pamac_transaction_gresource_xml_H_FILE ${CMAKE_CURRENT_BINARY_DIR}/pamac.transaction.gresource.xml.h PARENT_SCOPE)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/pamac-install.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications/ )
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/pamac-manager.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications/ )
if (ENABLE_UPDATE_ICON)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/pamac-updater.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications/ )
endif ()
if (KDE_TRAY)
if( NOT ( ${CMAKE_INSTALL_PREFIX} MATCHES "^/home/" ) )
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/pamac-tray-appindicator.desktop DESTINATION /etc/xdg/autostart/ )
else()
MESSAGE(STATUS "Autostart file data/pamac-tray-appindicator.desktop will not be installed. You must create your own .desktop file and put it at ~/.config/autostart")
endif()
else ()
if( NOT ( ${CMAKE_INSTALL_PREFIX} MATCHES "^/home/" ) )
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/pamac-tray.desktop DESTINATION /etc/xdg/autostart/ )
else()
MESSAGE(STATUS "Autostart file data/pamac-tray.desktop will not be installed. You must create your own .desktop file and put it at ~/.config/autostart")
endif()
endif ()
include(GSettings)
add_schema(org.pamac.main.gschema.xml)
if (NOT DISABLE_AUR)
include(GSettings)
add_schema(org.pamac.aur.gschema.xml)
endif ()

View File

@ -1,9 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
SET(DBUS_PREFIX ${CMAKE_INSTALL_PREFIX})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/org.pamac.system.service ${CMAKE_CURRENT_BINARY_DIR}/org.pamac.system.service)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pamac.system.service DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/system-services/)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/org.pamac.user.service ${CMAKE_CURRENT_BINARY_DIR}/org.pamac.user.service)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pamac.user.service DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/services/)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.pamac.system.conf DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/system.d/)

View File

@ -1,8 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/system-software-install.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/16x16/apps/)
if( NOT (${ICON_UPDATE} STREQUAL "OFF" ))
find_program ( GTK_UPDATE_ICON_CACHE NAMES gtk-update-icon-cache.3.0 gtk-update-icon-cache )
install (CODE "execute_process ( COMMAND ${GTK_UPDATE_ICON_CACHE} -f -t ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor )" )
ENDIF()

View File

@ -1,9 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/pamac-tray-no-update.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/24x24/apps/)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/pamac-tray-update.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/24x24/apps/)
if( NOT (${ICON_UPDATE} STREQUAL "OFF" ))
find_program ( GTK_UPDATE_ICON_CACHE NAMES gtk-update-icon-cache.3.0 gtk-update-icon-cache )
install (CODE "execute_process ( COMMAND ${GTK_UPDATE_ICON_CACHE} -f -t ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor )" )
ENDIF()

View File

@ -1,8 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/system-software-install.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/32x32/apps/)
if( NOT (${ICON_UPDATE} STREQUAL "OFF" ))
find_program ( GTK_UPDATE_ICON_CACHE NAMES gtk-update-icon-cache.3.0 gtk-update-icon-cache )
install (CODE "execute_process ( COMMAND ${GTK_UPDATE_ICON_CACHE} -f -t ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor )" )
ENDIF()

View File

@ -1,3 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit

View File

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

View File

@ -1,4 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/x-alpm-package.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/mime/packages/)

View File

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

View File

@ -1,4 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/package-generic.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pamac/ )

View File

@ -1,4 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.pamac.policy DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/polkit-1/actions/)

View File

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

View File

@ -1,73 +0,0 @@
### CMakeLists automatically created with AutoVala
### Do not edit
IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pamac-system.service)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/pamac-system.service
DESTINATION
/usr/lib/systemd/system
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/pamac-system.service
DESTINATION
/usr/lib/systemd/system
)
ENDIF()
IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pamac-cleancache.service)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/pamac-cleancache.service
DESTINATION
/usr/lib/systemd/system
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/pamac-cleancache.service
DESTINATION
/usr/lib/systemd/system
)
ENDIF()
IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pamac-cleancache.timer)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/pamac-cleancache.timer
DESTINATION
/usr/lib/systemd/system
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/pamac-cleancache.timer
DESTINATION
/usr/lib/systemd/system
)
ENDIF()
IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pamac-mirrorlist.service)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/pamac-mirrorlist.service
DESTINATION
/usr/lib/systemd/system
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/pamac-mirrorlist.service
DESTINATION
/usr/lib/systemd/system
)
ENDIF()
IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pamac-mirrorlist.timer)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/pamac-mirrorlist.timer
DESTINATION
/usr/lib/systemd/system
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/pamac-mirrorlist.timer
DESTINATION
/usr/lib/systemd/system
)
ENDIF()

View File

@ -11,7 +11,6 @@ find_program ('glib-compile-resources')
find_program ('gtk-update-icon-cache', 'gtk-update-icon-cache.3.0')
find_program ('glib-compile-schemas')
find_program ('g-ir-compiler')
gdk_3_0_dep = dependency('gdk-3.0')
gtk_3_0_dep = dependency('gtk+-3.0')
json_glib_1_0_dep = dependency('json-glib-1.0')
libalpm_dep = dependency('libalpm')
@ -19,13 +18,19 @@ libcurl_dep = dependency('libcurl')
libnotify_dep = dependency('libnotify')
libsoup_2_4_dep = dependency('libsoup-2.4')
polkit_gobject_1_dep = dependency('polkit-gobject-1')
vte_2_91_dep = dependency('vte-2.91')
if KDE_TRAY
appindicator3_0_1_dep = dependency('appindicator3-0.1')
endif
atk_dep = dependency('atk')
cairo_gobject_dep = dependency('cairo-gobject')
gdk_3_0_dep = dependency('gdk-3.0')
gdk_pixbuf_2_0_dep = dependency('gdk-pixbuf-2.0')
gio_2_0_dep = dependency('gio-2.0')
glib_2_0_dep = dependency('glib-2.0')
gobject_2_0_dep = dependency('gobject-2.0')
pango_dep = dependency('pango')
vte_2_91_dep = dependency('vte-2.91')
x11_dep = dependency('x11')
subdir('po')
cfg_dbus_data = configuration_data()

View File

@ -1,8 +1,8 @@
### AutoVala Project ###
autovala_version: 30
project_name: pamac
project_version: 6.7.2
vala_version: 0.38
project_version: 7.3.0
vala_version: 0.48
custom: data/systemd/pamac-system.service /usr/lib/systemd/system
custom: data/systemd/pamac-cleancache.service /usr/lib/systemd/system
@ -22,20 +22,20 @@ define: KDE_TRAY
vapidir: src/vapis
vala_binary: src/pamac-clean-cache/pamac-clean-cache
*version: 6.7.2
vala_local_package: pamacclassic
*version: 7.3.0
vala_local_package: Pamac
vala_vapi: ../vapis/libalpm.vapi
vala_package: posix
vala_check_package: gtk+-3.0
vala_check_package: json-glib-1.0
*vala_check_package: glib-2.0
*vala_check_package: gobject-2.0
*vala_source: clean_cache.vala
*vala_source: pamac_config.vala
vala_binary: src/pamac-install/pamac-install
*version: 6.7.2
*version: 7.3.0
use_gresource: pamac_installer_gresource_xml
vala_local_package: pamacclassic
vala_local_package: Pamac
vala_vapi: ../vapis/libalpm.vapi
vala_check_package: gtk+-3.0
vala_check_package: json-glib-1.0
*vala_check_package: gio-2.0
@ -45,10 +45,11 @@ vala_check_package: json-glib-1.0
*vala_source: progress_dialog.vala
vala_binary: src/pamac-manager/pamac-manager
*version: 6.7.2
*version: 7.3.0
alias: pamac-updater
use_gresource: pamac_manager_gresource_xml
vala_local_package: pamacclassic
vala_local_package: Pamac
vala_vapi: ../vapis/libalpm.vapi
vala_check_package: gtk+-3.0
vala_check_package: json-glib-1.0
*vala_check_package: gio-2.0
@ -59,8 +60,8 @@ vala_check_package: json-glib-1.0
*vala_source: manager_window.vala
vala_binary: src/pamac-system-daemon/pamac-system-daemon
*version: 6.7.2
vala_local_package: pamacclassic
*version: 7.3.0
vala_local_package: Pamac
vala_package: posix
vala_check_package: gtk+-3.0
vala_check_package: json-glib-1.0
@ -71,14 +72,11 @@ vala_check_package: polkit-gobject-1
*vala_check_package: gio-2.0
*vala_check_package: glib-2.0
*vala_check_package: gobject-2.0
*vala_source: alpm_config.vala
*vala_source: mirrors_config.vala
*vala_source: pamac_config.vala
*vala_source: system_daemon.vala
vala_binary: src/pamac-tray/pamac-tray
*version: 6.7.2
vala_local_package: pamacclassic
*version: 7.3.0
vala_local_package: Pamac
vala_package: posix
vala_check_package: json-glib-1.0
vala_check_package: libalpm
@ -96,13 +94,11 @@ vala_source: tray-appindicator.vala
else
vala_source: tray-gtk.vala
end
*vala_source: alpm_config.vala
*vala_source: pamac_config.vala
*vala_source: tray.vala
vala_binary: src/pamac-user-daemon/pamac-user-daemon
*version: 6.7.2
vala_local_package: pamacclassic
*version: 7.3.0
vala_local_package: Pamac
vala_package: posix
vala_check_package: gtk+-3.0
vala_check_package: json-glib-1.0
@ -111,31 +107,32 @@ vala_check_package: libsoup-2.4
*vala_check_package: gio-2.0
*vala_check_package: glib-2.0
*vala_check_package: gobject-2.0
*vala_source: alpm_config.vala
*vala_source: pamac_config.vala
*vala_source: user_daemon.vala
vala_library: src/pamac-classic
*version: 6.7.2
namespace: pamacclassic
vala_library: src/pamac
*version: 7.3.0
*namespace: Pamac
use_gresource: pamac_transaction_gresource_xml
vala_package: posix
vala_check_package: gdk-3.0
vala_check_package: gtk+-3.0
vala_check_package: json-glib-1.0
vala_check_package: libalpm
*vala_package: posix
vala_check_package: libnotify
vala_check_package: libsoup-2.4
vala_check_package: vte-2.91
*vala_check_package: atk
*vala_check_package: cairo-gobject
*vala_check_package: gdk-3.0
*vala_check_package: gdk-pixbuf-2.0
*vala_check_package: gio-2.0
*vala_check_package: glib-2.0
*vala_check_package: gobject-2.0
*vala_check_package: gtk+-3.0
*vala_check_package: json-glib-1.0
*vala_check_package: libalpm
*vala_check_package: libsoup-2.4
*vala_check_package: pango
*vala_check_package: vte-2.91
*vala_check_package: x11
*c_library: m
if NOT DISABLE_AUR
vala_source: aur.vala
end
*vala_source: alpm_config.vala
*vala_source: aur.vala
*vala_source: choose_ignorepkgs_dialog.vala
*vala_source: choose_provider_dialog.vala
*vala_source: common.vala
@ -166,23 +163,15 @@ end
*translate: vala src/mirrors_config.vala
*translate: vala src/package.vala
*translate: vala src/pamac-clean-cache/clean_cache.vala
*translate: vala src/pamac-clean-cache/pamac_config.vala
*translate: vala src/pamac-install/installer.vala
*translate: vala src/pamac-install/progress_dialog.vala
*translate: vala src/pamac-manager/history_dialog.vala
*translate: vala src/pamac-manager/manager.vala
*translate: vala src/pamac-manager/manager_window.vala
*translate: vala src/pamac-system-daemon/alpm_config.vala
*translate: vala src/pamac-system-daemon/mirrors_config.vala
*translate: vala src/pamac-system-daemon/pamac_config.vala
*translate: vala src/pamac-system-daemon/system_daemon.vala
*translate: vala src/pamac-tray/alpm_config.vala
*translate: vala src/pamac-tray/pamac_config.vala
*translate: vala src/pamac-tray/tray-appindicator.vala
*translate: vala src/pamac-tray/tray-gtk.vala
*translate: vala src/pamac-tray/tray.vala
*translate: vala src/pamac-user-daemon/alpm_config.vala
*translate: vala src/pamac-user-daemon/pamac_config.vala
*translate: vala src/pamac-user-daemon/user_daemon.vala
*translate: vala src/pamac_config.vala
*translate: vala src/preferences_dialog.vala

View File

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

View File

@ -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

View File

@ -1,24 +1,16 @@
src/pamac-clean-cache/clean_cache.vala
src/pamac-clean-cache/pamac_config.vala
src/pamac-install/installer.vala
src/pamac-install/progress_dialog.vala
src/pamac-manager/history_dialog.vala
src/pamac-manager/manager.vala
src/pamac-manager/manager_window.vala
src/pamac-system-daemon/alpm_config.vala
src/pamac-system-daemon/mirrors_config.vala
src/pamac-system-daemon/pamac_config.vala
src/pamac-system-daemon/system_daemon.vala
src/pamac-tray/tray-appindicator.vala
src/pamac-tray/tray-gtk.vala
src/pamac-tray/alpm_config.vala
src/pamac-tray/pamac_config.vala
src/pamac-tray/tray.vala
src/pamac-user-daemon/alpm_config.vala
src/pamac-user-daemon/pamac_config.vala
src/pamac-user-daemon/user_daemon.vala
src/aur.vala
src/alpm_config.vala
src/aur.vala
src/choose_ignorepkgs_dialog.vala
src/choose_provider_dialog.vala
src/common.vala

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Afrikaans (http://www.transifex.com/manjarolinux/manjaro-"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -14,8 +14,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Arabic (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -244,27 +244,6 @@ msgstr "تفقد قابلية الإندماج"
msgid "Loading packages files"
msgstr "تحميل الحزم"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "فحص إندماج ديلتا"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "تفعيل ديلتا"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "مولد %s بـ %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "نجح توليد"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "فشل توليد"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -357,10 +336,26 @@ msgstr "_غلق"
msgid "Nothing to do"
msgstr "لا يوجد شيء للقيام به"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "تم إنهاء العملية بنجاح"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -612,6 +607,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr " حول العالم"
@ -800,6 +799,10 @@ msgstr "بحث في AUR بشكل افتراضي"
msgid "Check for updates from AUR"
msgstr " AUR تحقق من وجود تحديثات من "
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -815,3 +818,19 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "اختيار تجاهل الترقيات"
#~ msgid "Checking delta integrity"
#~ msgstr "فحص إندماج ديلتا"
#~ msgid "Applying deltas"
#~ msgstr "تفعيل ديلتا"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "مولد %s بـ %s"
#~ msgid "Generation succeeded"
#~ msgstr "نجح توليد"
#~ msgid "Generation failed"
#~ msgstr "فشل توليد"

View File

@ -13,8 +13,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Asturian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -242,27 +242,6 @@ msgstr "Comprobando integridá"
msgid "Loading packages files"
msgstr "Comprobando paquetes"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Comprobando integridá delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Aplicando deltes"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Xenerando %s con %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Xeneración esitosa"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Xeneración fallida"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -351,10 +330,26 @@ msgstr "_Zarrar"
msgid "Nothing to do"
msgstr "Un res pa faer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Tresaición finada con ésitu"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -598,6 +593,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundiu"
@ -789,6 +788,10 @@ msgstr "Guetar n'AUR por defeutu"
msgid "Check for updates from AUR"
msgstr "Comprobar anovamientos d'AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -804,3 +807,19 @@ msgstr "Caché"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Escueyi los anovamientos inoraos"
#~ msgid "Checking delta integrity"
#~ msgstr "Comprobando integridá delta"
#~ msgid "Applying deltas"
#~ msgstr "Aplicando deltes"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Xenerando %s con %s"
#~ msgid "Generation succeeded"
#~ msgstr "Xeneración esitosa"
#~ msgid "Generation failed"
#~ msgstr "Xeneración fallida"

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Azerbaijani (Azerbaijan) (http://www.transifex.com/"
@ -237,27 +237,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Deltanın tətbiqi"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generasiya uğursuzdur"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -346,10 +325,26 @@ msgstr "_Bağlamaq"
msgid "Nothing to do"
msgstr "Etməli bir şey yoxdur"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Tranzaksiya uğurla qurtardı"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -593,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -779,6 +778,10 @@ msgstr "AUR-da axtarmaq"
msgid "Check for updates from AUR"
msgstr "AUR-dan yeniliklərin yoxlanılması"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -794,3 +797,9 @@ msgstr "Keş"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr ""
#~ msgid "Applying deltas"
#~ msgstr "Deltanın tətbiqi"
#~ msgid "Generation failed"
#~ msgstr "Generasiya uğursuzdur"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Belarusian (http://www.transifex.com/manjarolinux/manjaro-"
@ -238,27 +238,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -349,10 +328,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -600,6 +595,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -786,6 +785,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -14,8 +14,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-08-01 11:22+0000\n"
"Last-Translator: Galin Iskrenov <loot270@abv.bg>\n"
"Language-Team: Bulgarian (http://www.transifex.com/manjarolinux/manjaro-"
@ -243,27 +243,6 @@ msgstr "Проверка за цялостност"
msgid "Loading packages files"
msgstr "Зареждане на пакетни файлове"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Проверка на делта целостта"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Прилагане на делта фрагментите"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Генериране на %s с %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Генерирането е успешно"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Генерирането се провали"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -352,10 +331,26 @@ msgstr "_Затвори"
msgid "Nothing to do"
msgstr "Нищо за правене"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Успешно завършена транзакция"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -599,6 +594,10 @@ msgstr "Брой версии от всеки пакет запазени в к
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "По света"
@ -789,6 +788,10 @@ msgstr "Търсене в AUR по подразбиране "
msgid "Check for updates from AUR"
msgstr "Проверка за актуализации от AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Премахване само версиите на деинсталираните пакети"
@ -804,3 +807,19 @@ msgstr "Кеш"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Избор на пренебрегнати надграждания"
#~ msgid "Checking delta integrity"
#~ msgstr "Проверка на делта целостта"
#~ msgid "Applying deltas"
#~ msgstr "Прилагане на делта фрагментите"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Генериране на %s с %s"
#~ msgid "Generation succeeded"
#~ msgstr "Генерирането е успешно"
#~ msgid "Generation failed"
#~ msgstr "Генерирането се провали"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Bengali (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Bosnian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -237,27 +237,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -347,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -596,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -782,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
@ -237,27 +237,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -347,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -596,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -782,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -16,8 +16,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 14:18+0000\n"
"Last-Translator: Davidmp <medipas@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -245,27 +245,6 @@ msgstr "Comprovant-ne la integritat"
msgid "Loading packages files"
msgstr "Carregant els fitxers dels paquets"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Comprovant la integritat delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Aplicant deltes"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generant %s amb %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generació acabada correctament"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "La generació ha fallat"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -354,10 +333,26 @@ msgstr "_Tanca"
msgid "Nothing to do"
msgstr "Res per fer."
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transacció acabada amb èxit"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -601,6 +596,10 @@ msgstr "Nombre de versions de cada paquet per mantenir a la memòria cau"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Tot el món"
@ -794,6 +793,10 @@ msgstr "Cerca a l'AUR per defecte"
msgid "Check for updates from AUR"
msgstr "Comprova si hi ha actualitzacions de l'AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Elimina només les versions dels paquets desinstal·lats"
@ -809,3 +812,19 @@ msgstr "Memòria cau"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Trieu les actualitzacions ignorades"
#~ msgid "Checking delta integrity"
#~ msgstr "Comprovant la integritat delta"
#~ msgid "Applying deltas"
#~ msgstr "Aplicant deltes"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generant %s amb %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generació acabada correctament"
#~ msgid "Generation failed"
#~ msgstr "La generació ha fallat"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Catalan (Spain) (http://www.transifex.com/manjarolinux/"
@ -240,27 +240,6 @@ msgstr "Comprovant integritat"
msgid "Loading packages files"
msgstr "Carregant els fitxers dels paquets"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Comprovant la integritat delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Aplicant deltes"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generant %s amb %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generació acabada correctament"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "La generació ha fallat"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -349,10 +328,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -596,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -782,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -797,3 +800,19 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr ""
#~ msgid "Checking delta integrity"
#~ msgstr "Comprovant la integritat delta"
#~ msgid "Applying deltas"
#~ msgstr "Aplicant deltes"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generant %s amb %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generació acabada correctament"
#~ msgid "Generation failed"
#~ msgstr "La generació ha fallat"

View File

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

101
po/cs.po
View File

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

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/manjarolinux/"
@ -240,27 +240,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -350,10 +329,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -599,6 +594,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -785,6 +784,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Welsh (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -237,27 +237,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -348,10 +327,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -599,6 +594,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -785,6 +784,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -18,8 +18,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Danish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -247,27 +247,6 @@ msgstr "Verificerer pakkernes integritet"
msgid "Loading packages files"
msgstr "Indlæser pakke-filer"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Checker deltas integritet"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Indsætter deltaer"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Genererer %s med %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generation lykkedes"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generation fejlede"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -356,10 +335,26 @@ msgstr "_Luk"
msgid "Nothing to do"
msgstr "Intet at gøre"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaktion fuldført succesfuldt"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -603,6 +598,10 @@ msgstr "Antal versioner af hver pakke der skal gemmes i cache"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Worldwide"
@ -794,6 +793,10 @@ msgstr "Søg i AUR som standard"
msgid "Check for updates from AUR"
msgstr "Tjek efter opdateringer fra AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Fjern kun versioner af ikke-installerede pakker"
@ -809,3 +812,19 @@ msgstr "Cache"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Vælg Ignorerede Opgraderinger"
#~ msgid "Checking delta integrity"
#~ msgstr "Checker deltas integritet"
#~ msgid "Applying deltas"
#~ msgstr "Indsætter deltaer"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Genererer %s med %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generation lykkedes"
#~ msgid "Generation failed"
#~ msgstr "Generation fejlede"

105
po/de.po
View File

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

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: German (Switzerland) (http://www.transifex.com/manjarolinux/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: German (Germany) (http://www.transifex.com/manjarolinux/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -19,8 +19,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Greek (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -248,27 +248,6 @@ msgstr "Έλεγχος ακεραιότητας"
msgid "Loading packages files"
msgstr "Φόρτωση αρχείων πακέτων"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Έλεγχος ακεραιότητας delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Εφαρμογή deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Δημιουργία %s με %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Η δημιουργία ολοκληρώθηκε επιτυχώς!"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Η δημιουργία απέτυχε."
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -357,10 +336,26 @@ msgstr "Κλείσιμο"
msgid "Nothing to do"
msgstr "Δεν υπάρχει τίποτε να γίνει"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Οι ενέργειες ολοκληρώθηκαν επιτυχώς"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -604,6 +599,10 @@ msgstr "Αριθμός των εκδόσεων για κάθε πακέτο πο
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Παγκόσμιο"
@ -795,6 +794,10 @@ msgstr "Αναζήτηση στο AUR από προεπιλογή"
msgid "Check for updates from AUR"
msgstr "Έλεγχος για αναβαθμίσεις από το AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Διέγραψε μόνο τις εκδόσεις των απεγκατεστημένων πακέτων."
@ -810,3 +813,19 @@ msgstr "Αποθήκη"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Επιλέξτε αγνοημένες αναβαθμίσεις"
#~ msgid "Checking delta integrity"
#~ msgstr "Έλεγχος ακεραιότητας delta"
#~ msgid "Applying deltas"
#~ msgstr "Εφαρμογή deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Δημιουργία %s με %s"
#~ msgid "Generation succeeded"
#~ msgstr "Η δημιουργία ολοκληρώθηκε επιτυχώς!"
#~ msgid "Generation failed"
#~ msgstr "Η δημιουργία απέτυχε."

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Greek (Greece) (http://www.transifex.com/manjarolinux/manjaro-"
@ -237,27 +237,6 @@ msgstr "Έλεγχος ακεραιότητας"
msgid "Loading packages files"
msgstr "Φόρτωση αρχείων πακέτων"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Έλεγχος ακεραιότητας delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Εφαρμογή deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Δημιουργία %s με %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Η δημιουργία ολοκληρώθηκε επιτυχώς!"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Η δημιουργία απέτυχε."
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -346,10 +325,26 @@ msgstr "Κλείσιμο"
msgid "Nothing to do"
msgstr "Δεν υπάρχει τίποτε να γίνει"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Οι ενέργειες ολοκληρώθηκαν επιτυχώς"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -593,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Παγκόσμιο"
@ -784,6 +783,10 @@ msgstr "Αναζήτηση στο AUR από προεπιλογή"
msgid "Check for updates from AUR"
msgstr "Έλεγχος για αναβαθμίσεις από το AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Διέγραψε μόνο τις εκδόσεις των απεγκατεστημένων πακέτων."
@ -799,3 +802,19 @@ msgstr "Αποθήκη"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Επέλεξε τις αγνοημένες αναβαθμίσεις"
#~ msgid "Checking delta integrity"
#~ msgstr "Έλεγχος ακεραιότητας delta"
#~ msgid "Applying deltas"
#~ msgstr "Εφαρμογή deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Δημιουργία %s με %s"
#~ msgid "Generation succeeded"
#~ msgstr "Η δημιουργία ολοκληρώθηκε επιτυχώς!"
#~ msgid "Generation failed"
#~ msgstr "Η δημιουργία απέτυχε."

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/"
@ -239,27 +239,6 @@ msgstr "Checking integrity"
msgid "Loading packages files"
msgstr "Loading package files"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Checking delta integrity"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Applying deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generating %s with %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generation succeeded"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generation failed"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -348,10 +327,26 @@ msgstr "_Close"
msgid "Nothing to do"
msgstr "Nothing to do"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaction successfully finished"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -595,6 +590,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Worldwide"
@ -786,6 +785,10 @@ msgstr "Search in AUR by default"
msgid "Check for updates from AUR"
msgstr "Check for updates from AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -801,3 +804,19 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Choose Ignored Upgrades"
#~ msgid "Checking delta integrity"
#~ msgstr "Checking delta integrity"
#~ msgid "Applying deltas"
#~ msgstr "Applying deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generating %s with %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generation succeeded"
#~ msgid "Generation failed"
#~ msgstr "Generation failed"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Esperanto (http://www.transifex.com/manjarolinux/manjaro-"
@ -240,27 +240,6 @@ msgstr "Kontrolanta integrecon"
msgid "Loading packages files"
msgstr "Ŝarĝanta pakaĵajn dosierojn"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -349,10 +328,26 @@ msgstr "_Ferm"
msgid "Nothing to do"
msgstr "Nenio por fari"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Finita sukcese transakcio"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -596,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -782,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -19,8 +19,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Spanish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -248,27 +248,6 @@ msgstr "Verificando la integridad de los paquetes"
msgid "Loading packages files"
msgstr "Cargando archivos de paquetes"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Verificando la integridad delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Aplicando deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generando %s con %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generación de paquete satisfactoria"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generación de paquete fallida"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -357,10 +336,26 @@ msgstr "_Cerrar"
msgid "Nothing to do"
msgstr "Nada que hacer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Operación finalizada con éxito"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -604,6 +599,10 @@ msgstr "Número de versiones de cada paquete a guardar en cache"
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@ -798,6 +797,10 @@ msgstr "Buscar en AUR por defecto"
msgid "Check for updates from AUR"
msgstr "Comprobar actualizaciones desde AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Eliminar sólo las versiones de los paquetes desinstalados"
@ -814,6 +817,22 @@ msgstr "Cache"
msgid "Choose Ignored Upgrades"
msgstr "Elegir actualizaciones ignoradas"
#~ msgid "Checking delta integrity"
#~ msgstr "Verificando la integridad delta"
#~ msgid "Applying deltas"
#~ msgstr "Aplicando deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generando %s con %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generación de paquete satisfactoria"
#~ msgid "Generation failed"
#~ msgstr "Generación de paquete fallida"
#~ msgid "Background color"
#~ msgstr "Color de fondo"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Spanish (Latin America) (http://www.transifex.com/"
@ -240,27 +240,6 @@ msgstr "Comprobando integridad"
msgid "Loading packages files"
msgstr "Cargando archivos de paquetes"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Revisando integridad delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Aplicando deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generando %s con %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generación exitosa"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generación fallida"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -349,10 +328,26 @@ msgstr "...Cerrar"
msgid "Nothing to do"
msgstr "Nada que hacer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "La transacción ha sido completada satisfactoriamente"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -596,6 +591,10 @@ msgstr "Número de versiones de cada paquete a mantener en caché"
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundial"
@ -789,6 +788,10 @@ msgstr "Buscar en AUR por defecto"
msgid "Check for updates from AUR"
msgstr "Comprobar actualizaciones desde AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Remover sólo las versiones de paquetes desinstalados"
@ -805,6 +808,22 @@ msgstr "Caché"
msgid "Choose Ignored Upgrades"
msgstr "Elegir Actualizaciones Ignoradas"
#~ msgid "Checking delta integrity"
#~ msgstr "Revisando integridad delta"
#~ msgid "Applying deltas"
#~ msgstr "Aplicando deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generando %s con %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generación exitosa"
#~ msgid "Generation failed"
#~ msgstr "Generación fallida"
#~ msgid "Background color"
#~ msgstr "Color de fondo"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/manjarolinux/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/manjarolinux/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/manjarolinux/"
@ -237,27 +237,6 @@ msgstr "Revisando la integridad"
msgid "Loading packages files"
msgstr "Cargando archivos de paquete"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Revisando la integridad delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Aplicando deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generando %s con %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "La generación tuvo éxito"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "La generación ha fallado"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -346,10 +325,26 @@ msgstr "_Cerrar"
msgid "Nothing to do"
msgstr "Nada que hacer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transacción completada correctamente"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -593,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -779,6 +778,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -794,3 +797,19 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr ""
#~ msgid "Checking delta integrity"
#~ msgstr "Revisando la integridad delta"
#~ msgid "Applying deltas"
#~ msgstr "Aplicando deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generando %s con %s"
#~ msgid "Generation succeeded"
#~ msgstr "La generación tuvo éxito"
#~ msgid "Generation failed"
#~ msgstr "La generación ha fallado"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Spanish (El Salvador) (http://www.transifex.com/manjarolinux/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr "Carpeta de compilación"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Estonian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -239,27 +239,6 @@ msgstr "Tervikluse kontroll"
msgid "Loading packages files"
msgstr "Faili pakettide laadimine"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Kontrollitakse deltapakettide terviklust"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Deltapaketide rakendamine"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Genereerib %s abil %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Genereerimine õnnestus"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Genereerimine ebaõnnestus"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -348,10 +327,26 @@ msgstr "_Sulge"
msgid "Nothing to do"
msgstr "Pole midagi teha"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Tehingud edukalt lõpetatud"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -595,6 +590,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -783,6 +782,10 @@ msgstr "Vaikimisi otsi AURist"
msgid "Check for updates from AUR"
msgstr "Kontrolli uuendusi AURist"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -798,3 +801,19 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Vali Ignoreeritud Uuendused"
#~ msgid "Checking delta integrity"
#~ msgstr "Kontrollitakse deltapakettide terviklust"
#~ msgid "Applying deltas"
#~ msgstr "Deltapaketide rakendamine"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Genereerib %s abil %s"
#~ msgid "Generation succeeded"
#~ msgstr "Genereerimine õnnestus"
#~ msgid "Generation failed"
#~ msgstr "Genereerimine ebaõnnestus"

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Basque (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -241,27 +241,6 @@ msgstr "Osotasuna egiaztatzen"
msgid "Loading packages files"
msgstr "Paketeen fitxategiak kargatzen"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Deltaren osotasuna egiaztatzen"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Deltak aplikatzen"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "%s sortzen %s erabilita"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Sormena ongi burutu da"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Sormenak huts egin du"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -350,10 +329,26 @@ msgstr "_Itxi"
msgid "Nothing to do"
msgstr "Ezer ez egiteko"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transakzioa ongi burutu da"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -597,6 +592,10 @@ msgstr "Katxean gorde beharreko pakete bakotzeko bertsio kopurua"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mundu mailakoa"
@ -788,6 +787,10 @@ msgstr "Bilatu AURen lehenetsita"
msgid "Check for updates from AUR"
msgstr "Egiaztatu AUReko eguneraketak"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Kendu deinstalatutako paketeen bertsioak besterik ez"
@ -803,3 +806,19 @@ msgstr "Katxea"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Hautatu ezikusitako bertsio-berritzeak"
#~ msgid "Checking delta integrity"
#~ msgstr "Deltaren osotasuna egiaztatzen"
#~ msgid "Applying deltas"
#~ msgstr "Deltak aplikatzen"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "%s sortzen %s erabilita"
#~ msgid "Generation succeeded"
#~ msgstr "Sormena ongi burutu da"
#~ msgid "Generation failed"
#~ msgstr "Sormenak huts egin du"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Persian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -240,27 +240,6 @@ msgstr "چک‌کردن یکپارچگی"
msgid "Loading packages files"
msgstr "بارگذاری فایل‌های بسته‌ها"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "تولید %s با %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -348,10 +327,26 @@ msgstr ""
msgid "Nothing to do"
msgstr "کاری برای انجام دادن وجود ندارد"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "تراکنش با موفقیت به پایان رسید"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -593,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -779,6 +778,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -794,3 +797,7 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr ""
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "تولید %s با %s"

View File

@ -17,8 +17,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Persian (Iran) (http://www.transifex.com/manjarolinux/manjaro-"
@ -246,27 +246,6 @@ msgstr "چک‌کردن یکپارچگی"
msgid "Loading packages files"
msgstr "بارگذاری فایل‌های بسته‌ها"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "چک‌کردن یکپارچگی"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "اعمال جزئیات"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "تولید %s با %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "تولید با موفقیت انجام شد!"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "تولید شکست خورد."
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -354,10 +333,26 @@ msgstr "_بستن"
msgid "Nothing to do"
msgstr "کاری برای انجام دادن وجود ندارد"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "تراکنش با موفقیت به پایان رسید"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -599,6 +594,10 @@ msgstr "تعدادی از نسخه های هر بسته را در حافظه م
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "در سراسر جهان"
@ -787,6 +786,10 @@ msgstr "جستجوی در AUR به صورت پیش فرض"
msgid "Check for updates from AUR"
msgstr "بررسی بروزرسانی از AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "فقط حذف نسخه های بسته های حذف شده"
@ -802,3 +805,19 @@ msgstr "حافظه موقت"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "انتخاب بروزرسانی های صرف نظرشده"
#~ msgid "Checking delta integrity"
#~ msgstr "چک‌کردن یکپارچگی"
#~ msgid "Applying deltas"
#~ msgstr "اعمال جزئیات"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "تولید %s با %s"
#~ msgid "Generation succeeded"
#~ msgstr "تولید با موفقیت انجام شد!"
#~ msgid "Generation failed"
#~ msgstr "تولید شکست خورد."

View File

@ -16,8 +16,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Finnish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -245,27 +245,6 @@ msgstr "Tarkastetaan eheyttä"
msgid "Loading packages files"
msgstr "Ladataan paketin tiedostoja"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Tarkistetaan delta-eheyttä"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Asetetaan deltoja"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Luodaan %s deltalla %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Luominen onnistui"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Luominen epäonnistui"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -354,10 +333,26 @@ msgstr "_Sulje"
msgid "Nothing to do"
msgstr "Ei mitään tehtävää"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Toimenpide suoritettu onnistuneesti"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -601,6 +596,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Maailmanlaajuinen"
@ -789,6 +788,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -804,3 +807,19 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr ""
#~ msgid "Checking delta integrity"
#~ msgstr "Tarkistetaan delta-eheyttä"
#~ msgid "Applying deltas"
#~ msgstr "Asetetaan deltoja"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Luodaan %s deltalla %s"
#~ msgid "Generation succeeded"
#~ msgstr "Luominen onnistui"
#~ msgid "Generation failed"
#~ msgstr "Luominen epäonnistui"

View File

@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Faroese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -238,27 +238,6 @@ msgstr "Kannar heilskap"
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -347,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -594,6 +589,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -780,6 +779,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -20,8 +20,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-31 13:03+0000\n"
"Last-Translator: Charles Monzat <superboa@hotmail.fr>\n"
"Language-Team: French (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -249,27 +249,6 @@ msgstr "Vérification de l'intégrité des paquets"
msgid "Loading packages files"
msgstr "Chargement des fichiers des paquets"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Vérification de l'intégrité des deltas"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Application des deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Génération de %s avec %s "
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Génération réussie"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Génération échouée"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -358,10 +337,26 @@ msgstr "_Fermer"
msgid "Nothing to do"
msgstr "Rien à faire"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaction terminée avec succès"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -605,6 +600,10 @@ msgstr "Nombre de versions de chaque paquet à conserver dans le cache "
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Monde entier"
@ -798,6 +797,10 @@ msgstr "Rechercher depuis AUR par défaut"
msgid "Check for updates from AUR"
msgstr "Vérifier les mises à jour depuis AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Supprimer seulement les versions de paquets désinstallés"
@ -813,3 +816,19 @@ msgstr "Cache"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Choix des mises à jour à ignorer"
#~ msgid "Checking delta integrity"
#~ msgstr "Vérification de l'intégrité des deltas"
#~ msgid "Applying deltas"
#~ msgstr "Application des deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Génération de %s avec %s "
#~ msgid "Generation succeeded"
#~ msgstr "Génération réussie"
#~ msgid "Generation failed"
#~ msgstr "Génération échouée"

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Galician (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -237,27 +237,6 @@ msgstr "Verificando a integridade dos paquetes"
msgid "Loading packages files"
msgstr "Carga de ficheiros de paquetes"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Comprobando a integridade delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Aplicando deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Xerando %s con %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Xeración do paquete satisfactoria"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Xeración do paquete fallida"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -346,10 +325,26 @@ msgstr "_Pechar"
msgid "Nothing to do"
msgstr "Nada que facer"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Operación concluída con éxito"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -593,6 +588,10 @@ msgstr "Número de versións de cada paquete para gardar na caché"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "En todo o Mundo"
@ -786,6 +785,10 @@ msgstr "Buscar en AUR por defecto"
msgid "Check for updates from AUR"
msgstr "Comprobar actualizacións dende AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Eliminar só as versións de paquetes non instalados"
@ -801,3 +804,19 @@ msgstr "Cache"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Escolla actualizacións ignorados"
#~ msgid "Checking delta integrity"
#~ msgstr "Comprobando a integridade delta"
#~ msgid "Applying deltas"
#~ msgstr "Aplicando deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Xerando %s con %s"
#~ msgid "Generation succeeded"
#~ msgstr "Xeración do paquete satisfactoria"
#~ msgid "Generation failed"
#~ msgstr "Xeración do paquete fallida"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Hebrew (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -240,27 +240,6 @@ msgstr "כעת בוחן שלמות"
msgid "Loading packages files"
msgstr "כעת טוען קבצי חבילות"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "כעת בוחן שלמות דלתא"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "כעת מחיל דלתא"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "כעת מפיק %s בעזרת %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "הפקה צלחה"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "הפקה נכשלה"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -349,10 +328,26 @@ msgstr "_סגור"
msgid "Nothing to do"
msgstr "אין מה לעשות"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "טרנזקציה הסתיימה בהצלחה"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -596,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "כלל עולמי"
@ -785,6 +784,10 @@ msgstr "חפש בתוך AUR באופן שגרתי"
msgid "Check for updates from AUR"
msgstr "בדוק עדכונים מתוך AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "הסר רק את הגרסאות של חבילות שהוסרו"
@ -800,3 +803,19 @@ msgstr "מטמון"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "בחר שדרוגים מנוכרים"
#~ msgid "Checking delta integrity"
#~ msgstr "כעת בוחן שלמות דלתא"
#~ msgid "Applying deltas"
#~ msgstr "כעת מחיל דלתא"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "כעת מפיק %s בעזרת %s"
#~ msgid "Generation succeeded"
#~ msgstr "הפקה צלחה"
#~ msgid "Generation failed"
#~ msgstr "הפקה נכשלה"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Hindi (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -240,27 +240,6 @@ msgstr "अखंडता की जाँच"
msgid "Loading packages files"
msgstr "लोड हो रहा है संकुल फाइलें"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "डेल्टा अखंडता की जाँच"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "डेल्टा लागू करना"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "जनरेशन विफल हुआ"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -349,10 +328,26 @@ msgstr "_बंद"
msgid "Nothing to do"
msgstr "ऐसा करने के लिए कुछ भी नहीं"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "लेन - देन सफलतापूर्वक समाप्त"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -596,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -782,6 +781,10 @@ msgstr "डिफ़ॉल्ट रूप से AUR में खोजें"
msgid "Check for updates from AUR"
msgstr "AUR से अद्यतन के लिए जाँच करें"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -797,3 +800,12 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "उपेक्षित उन्नयन चुनें"
#~ msgid "Checking delta integrity"
#~ msgstr "डेल्टा अखंडता की जाँच"
#~ msgid "Applying deltas"
#~ msgstr "डेल्टा लागू करना"
#~ msgid "Generation failed"
#~ msgstr "जनरेशन विफल हुआ"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Hindi (India) (http://www.transifex.com/manjarolinux/manjaro-"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-08-02 13:28+0000\n"
"Last-Translator: Lovro Kudelić <lovro.kudelic@outlook.com>\n"
"Language-Team: Croatian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -242,27 +242,6 @@ msgstr "Provjeravam integritet"
msgid "Loading packages files"
msgstr "Učitavam datoteke paketa"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Provjeravam delta integritet"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Potvrđujem delte"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Stvaram %s sa %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Stvaranje uspješno završeno"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Stvaranje nije uspjelo"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -352,10 +331,26 @@ msgstr "_Zatvori"
msgid "Nothing to do"
msgstr "Ništa za učiniti"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transakcija uspješno završena"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -601,6 +596,10 @@ msgstr "Broj različitih verzija paketa za spremiti u predmemoriju"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Globalno"
@ -792,6 +791,10 @@ msgstr "Uvijek traži u AUR-u"
msgid "Check for updates from AUR"
msgstr "Provjeri ažuriranja iz AUR-a"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Ukloni samo verzije deinstaliranih paketa"
@ -807,3 +810,19 @@ msgstr "Predmemorija"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Odaberi ignorirane nadogradnje"
#~ msgid "Checking delta integrity"
#~ msgstr "Provjeravam delta integritet"
#~ msgid "Applying deltas"
#~ msgstr "Potvrđujem delte"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Stvaram %s sa %s"
#~ msgid "Generation succeeded"
#~ msgstr "Stvaranje uspješno završeno"
#~ msgid "Generation failed"
#~ msgstr "Stvaranje nije uspjelo"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/manjarolinux/"
@ -237,27 +237,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -347,10 +326,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -596,6 +591,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -782,6 +781,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Hungarian (http://www.transifex.com/manjarolinux/manjaro-"
@ -241,27 +241,6 @@ msgstr "Egységesség ellenőrzése"
msgid "Loading packages files"
msgstr "Csomagfájlok betöltése"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Egységesség ellenőrzése"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Változások alkalmazása"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Létrehoz %s ezzel %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Sikeresen Létrehozva"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Nem sikerült létrehozni"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -350,10 +329,26 @@ msgstr "Bezár"
msgid "Nothing to do"
msgstr "Semmi teendő"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "A tranzakció sikeresen végrehajtódott"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -597,6 +592,10 @@ msgstr "A cache- ben csomagonként megtartandó példányok száma:"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Világszerte"
@ -788,6 +787,10 @@ msgstr "Keresés AUR -ban alapértelmezetten"
msgid "Check for updates from AUR"
msgstr "AUR frissítések keresése"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Csak az eltávolított csomagok verzióinak eltávolítása"
@ -803,3 +806,19 @@ msgstr "Cache"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "A figyelmen kívül hagyott frissítések kiválasztása"
#~ msgid "Checking delta integrity"
#~ msgstr "Egységesség ellenőrzése"
#~ msgid "Applying deltas"
#~ msgstr "Változások alkalmazása"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Létrehoz %s ezzel %s"
#~ msgid "Generation succeeded"
#~ msgstr "Sikeresen Létrehozva"
#~ msgid "Generation failed"
#~ msgstr "Nem sikerült létrehozni"

View File

@ -23,8 +23,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Indonesian (http://www.transifex.com/manjarolinux/manjaro-"
@ -252,27 +252,6 @@ msgstr "Memeriksa integritas"
msgid "Loading packages files"
msgstr "Pemuatan berkas paket"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Memeriksa integritas delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Menerapkan deltas"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Menghasilkan %s dengan %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Menghasilkan berhasil"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Menghasilkan gagal"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -360,10 +339,26 @@ msgstr "_Tutup"
msgid "Nothing to do"
msgstr "Tidak ada yang harus dilakukan"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaksi sukses terselesaikan"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -605,6 +600,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Seluruh dunia"
@ -796,6 +795,10 @@ msgstr "Cari di AUR sebagai baku"
msgid "Check for updates from AUR"
msgstr "Periksa pembaruan dari AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -811,3 +814,19 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Memilih Abaian Pembaruan"
#~ msgid "Checking delta integrity"
#~ msgstr "Memeriksa integritas delta"
#~ msgid "Applying deltas"
#~ msgstr "Menerapkan deltas"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Menghasilkan %s dengan %s"
#~ msgid "Generation succeeded"
#~ msgstr "Menghasilkan berhasil"
#~ msgid "Generation failed"
#~ msgstr "Menghasilkan gagal"

View File

@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Icelandic (http://www.transifex.com/manjarolinux/manjaro-"
@ -239,27 +239,6 @@ msgstr "Athuga gæði"
msgid "Loading packages files"
msgstr "Hleð inn pakkaskrám"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Athuga gæði mismunaskráa"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Virkja mismunaskrár"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Útbý %s með %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Tókst að útbúa"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Mistókst að útbúa"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -348,10 +327,26 @@ msgstr "_Loka"
msgid "Nothing to do"
msgstr "Ekkert sem hægt er að gera"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Aðgerð lokið - tókst"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -595,6 +590,10 @@ msgstr "Fjöldi af útgáfum af hverjum pakka til að halda í skyndiminni"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Út um allan heim"
@ -786,6 +785,10 @@ msgstr "Leita sjálfgefið í AUR"
msgid "Check for updates from AUR"
msgstr "Athuga með uppfærslur frá AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Aðeins fjarlægja útgáfum af eyddum pökkum"
@ -801,3 +804,19 @@ msgstr "Skyndiminni"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Velja hunsaðar uppfærslur"
#~ msgid "Checking delta integrity"
#~ msgstr "Athuga gæði mismunaskráa"
#~ msgid "Applying deltas"
#~ msgstr "Virkja mismunaskrár"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Útbý %s með %s"
#~ msgid "Generation succeeded"
#~ msgstr "Tókst að útbúa"
#~ msgid "Generation failed"
#~ msgstr "Mistókst að útbúa"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Icelandic (Iceland) (http://www.transifex.com/manjarolinux/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -21,8 +21,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Italian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -250,27 +250,6 @@ msgstr "Verifica dell'integrità dei pacchetti"
msgid "Loading packages files"
msgstr "Caricamento dei file dei pacchetti"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Controllo dell'integrità dei delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Applicazione dei delta"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generazione %s con %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generazione riuscita"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generazione fallita"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -359,10 +338,26 @@ msgstr "_Chiudi"
msgid "Nothing to do"
msgstr "Niente da fare"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transazione completata con successo"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr "Impossibile bloccare il database!"
@ -606,6 +601,10 @@ msgstr "Numero di versioni di ogni pacchetto da conservare nella cache"
msgid "Build directory"
msgstr "Cartella di costruzione"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Mondiale"
@ -797,6 +796,10 @@ msgstr "Cerca in AUR come impostazione predefinita."
msgid "Check for updates from AUR"
msgstr "Controlla aggiornamenti da AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Rimuovi solo le versioni dei pacchetti disinstallati"
@ -812,3 +815,19 @@ msgstr "Cache"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Scegli aggiornamenti da ignorare"
#~ msgid "Checking delta integrity"
#~ msgstr "Controllo dell'integrità dei delta"
#~ msgid "Applying deltas"
#~ msgstr "Applicazione dei delta"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generazione %s con %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generazione riuscita"
#~ msgid "Generation failed"
#~ msgstr "Generazione fallita"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Italian (Italy) (http://www.transifex.com/manjarolinux/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Japanese (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -240,27 +240,6 @@ msgstr "ファイルの整合性を確認中"
msgid "Loading packages files"
msgstr "パッケージファイルのロード中"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "差分の確認中"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "差分の適用中"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "%sで%sを生成"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "パッケージの生成が成功しました"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "パッケージの生成が失敗しました"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -348,10 +327,26 @@ msgstr "閉じる_C"
msgid "Nothing to do"
msgstr "何もすることがありません"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "処理が正常に終了しました。"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -593,6 +588,10 @@ msgstr "各パッケージのバージョン番号をキャッシュに保存す
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "ワールドワイド"
@ -784,6 +783,10 @@ msgstr "デフォルトでAURを検索する"
msgid "Check for updates from AUR"
msgstr "AUR 更新の確認"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "アンインストールしたバージョンのみ削除"
@ -799,3 +802,19 @@ msgstr "キャッシュ"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "無視するアップグレードを選択"
#~ msgid "Checking delta integrity"
#~ msgstr "差分の確認中"
#~ msgid "Applying deltas"
#~ msgstr "差分の適用中"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "%sで%sを生成"
#~ msgid "Generation succeeded"
#~ msgstr "パッケージの生成が成功しました"
#~ msgid "Generation failed"
#~ msgstr "パッケージの生成が失敗しました"

403
po/ka.po
View File

@ -6,357 +6,357 @@
# Translators:
# arabuli <arabulibeqa@yahoo.com>, 2015
# arabuli <arabulibeqa@yahoo.com>, 2015
# giorgi shashviashvili <giorgishashviashvili@outlook.com>, 2019
# zura davitashvili <zdavitashvili0@gmail.com>, 2019-2020
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2020-01-02 12:41-0300\n"
"Last-Translator: zura davitashvili <zdavitashvili0@gmail.com>\n"
"Language-Team: Georgian (http://www.transifex.com/manjarolinux/manjaro-pamac/"
"language/ka/)\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2.4\n"
#: ../src/pamac-user-daemon/user_daemon.vala
msgid "Unknown"
msgstr ""
msgstr "უცნობი"
#: ../src/pamac-user-daemon/user_daemon.vala
#: ../src/pamac-manager/manager_window.vala
msgid "Explicitly installed"
msgstr ""
msgstr "განზრახ დაყენებული"
#: ../src/pamac-user-daemon/user_daemon.vala
#: ../src/pamac-manager/manager_window.vala
msgid "Installed as a dependency for another package"
msgstr ""
msgstr "დაყენებულია, როგორც დამოკიდებულება სხვა პაკეტისთვის"
#: ../src/pamac-user-daemon/user_daemon.vala
msgid "Yes"
msgstr ""
msgstr "დიახ"
#: ../src/pamac-user-daemon/user_daemon.vala
msgid "No"
msgstr ""
msgstr "არა"
#: ../src/pamac-system-daemon/system_daemon.vala
msgid "Failed to initialize alpm library"
msgstr ""
msgstr "alpm ბიბლიოთეკის წამოწყება ვერ მოხერხდა"
#: ../src/pamac-system-daemon/system_daemon.vala ../src/transaction.vala
msgid "Authentication failed"
msgstr ""
msgstr "ავთენტიფიკაცია ვერ მოხერდა"
#: ../src/pamac-system-daemon/system_daemon.vala
msgid "Failed to synchronize any databases"
msgstr ""
msgstr "ვერცერთი მონაცემთა ბაზის სინქრონიზაცია ვერ მოხერხდა"
#: ../src/pamac-system-daemon/system_daemon.vala
msgid "Failed to init transaction"
msgstr ""
msgstr "ტრანზაქციის წამოწყება ვერ მოხერხდა"
#: ../src/pamac-system-daemon/system_daemon.vala
msgid "Failed to prepare transaction"
msgstr ""
msgstr "ტრანზაქციის მომზადება ვერ მოხერხდა"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "target not found: %s"
msgstr ""
msgstr "მიზანი ვერ მოიძებნა: %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "package %s does not have a valid architecture"
msgstr ""
msgstr "პაკეტ %s-ს არ აქვს დაშვებული არქიტექტურა"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "unable to satisfy dependency '%s' required by %s"
msgstr ""
msgstr "შეუძლებელია %s-(ი)ს მიერ მოთხოვნილი '%s' დამოკიდებულების დაკმაყოფილება"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "installing %s (%s) breaks dependency '%s' required by %s"
msgstr ""
"%s (%s)-(ი)ს დაყენება აზიანებს დამოკიდებულებას '%s', რომელსაც მოითხოვს %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "removing %s breaks dependency '%s' required by %s"
msgstr ""
msgstr "%s-(ი)ს მოცილება აზიანებს დამოკიდებულებას '%s', რომელსაც მოითხოვს %s"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "%s and %s are in conflict"
msgstr ""
msgstr "%s და %s არიან კონფლიქტში"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "%s needs to be removed but it is a locked package"
msgstr ""
msgstr "%s უნდა მოცილდეს, მაგრამ ის ჩაკეტილი პაკეტია"
#: ../src/pamac-system-daemon/system_daemon.vala
msgid "Failed to commit transaction"
msgstr ""
msgstr "ტრანზაქციის განხორციელება ვერ მოხერხდა"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "%s exists in both %s and %s"
msgstr ""
msgstr "%s არსებობს %s-შიც და %s-შიც"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "%s: %s already exists in filesystem"
msgstr ""
msgstr "%s: %s უკვე არსებობს ფაილურ სისტემაში"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "%s is invalid or corrupted"
msgstr ""
msgstr "%s არასწორია ან დაზიანებულია"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr ""
msgstr "როგორც ჩანს %s შემცირებულია: %jd/%jd ბაიტი\n"
#: ../src/pamac-system-daemon/system_daemon.vala
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr ""
msgstr "'%s' ფაილის მიღება ვერ მოხერხდა %s : %s-(ი)დან\n"
#: ../src/transaction.vala
msgid "Copy"
msgstr ""
msgstr "ასლი"
#: ../src/transaction.vala
msgid "Refreshing mirrors list"
msgstr ""
msgstr "ახლდება სარკეების სია"
#: ../src/transaction.vala
msgid "Synchronizing package databases"
msgstr "პაკეტების მონაცემთა ბაზი სინქრონიზაცია"
msgstr "პაკეტების მონაცემთა ბაზები სინქრონიზირდება"
#: ../src/transaction.vala
msgid "Starting full system upgrade"
msgstr ""
msgstr "იწყება სისტემის სრული განახალება"
#: ../src/transaction.vala
msgid "Preparing"
msgstr ""
msgstr "მზადდება"
#: ../src/transaction.vala
#, c-format
msgid "Choose a provider for %s"
msgstr ""
msgstr "%s-(ი)სთვის მომწოდებლის არჩევა"
#: ../src/transaction.vala
msgid "To remove"
msgstr ""
msgstr "მოცილდება"
#: ../src/transaction.vala
msgid "To downgrade"
msgstr ""
msgstr "დაქვეითდება"
#: ../src/transaction.vala
msgid "To build"
msgstr ""
msgstr "აიგება"
#: ../src/transaction.vala
msgid "To install"
msgstr ""
msgstr "დაყენდება"
#: ../src/transaction.vala
msgid "To reinstall"
msgstr ""
msgstr "ხელახლა დაყენდება"
#: ../src/transaction.vala
msgid "To upgrade"
msgstr ""
msgstr "განახლდება"
#: ../src/transaction.vala ../src/pamac-manager/manager_window.vala
msgid "Total download size"
msgstr ""
msgstr "ჩამოტვირთვის სრული ზომა"
#: ../src/transaction.vala
#, c-format
msgid "Building %s"
msgstr ""
msgstr "იგება %s"
#: ../src/transaction.vala
msgid "Transaction cancelled"
msgstr ""
msgstr "ტრანზაქცია გაუქმდა"
#: ../src/transaction.vala
msgid "Checking dependencies"
msgstr ""
msgstr "მოწმდება დამოკიდებულებები"
#: ../src/transaction.vala
msgid "Checking file conflicts"
msgstr ""
msgstr "მოწმდება ფაილის კონფლიქტები"
#: ../src/transaction.vala
msgid "Resolving dependencies"
msgstr ""
msgstr "გვარდება დამოკიდებულებები"
#: ../src/transaction.vala
msgid "Checking inter-conflicts"
msgstr ""
msgstr "მოწმდება შიდა კონფლიქტები"
#: ../src/transaction.vala
#, c-format
msgid "Installing %s"
msgstr ""
msgstr "ყენდება %s"
#: ../src/transaction.vala
#, c-format
msgid "Upgrading %s"
msgstr ""
msgstr "ახლდება %s"
#: ../src/transaction.vala
#, c-format
msgid "Reinstalling %s"
msgstr ""
msgstr "ხელახლა ყენდება %s"
#: ../src/transaction.vala
#, c-format
msgid "Downgrading %s"
msgstr ""
msgstr "ქვეითდება %s"
#: ../src/transaction.vala
#, c-format
msgid "Removing %s"
msgstr ""
msgstr "სცილდება %s"
#: ../src/transaction.vala
msgid "Checking integrity"
msgstr ""
msgstr "მოწმდება მთლიანობა"
#: ../src/transaction.vala
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
msgstr "იტვირთება პაკეტების ფაილები"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
msgstr ""
msgstr "კონფიგურირდება %s"
#: ../src/transaction.vala
msgid "Downloading"
msgstr ""
msgstr "იტვირთება"
#: ../src/transaction.vala
#, c-format
msgid "Downloading %s"
msgstr ""
msgstr "იტვირთება %s"
#: ../src/transaction.vala
msgid "Checking available disk space"
msgstr ""
msgstr "მოწმდება დისკზე ხელმისაწვდომი სივრცე"
#: ../src/transaction.vala
#, c-format
msgid "%s optionally requires %s"
msgstr ""
msgstr "%s მეორეხარისხოვნად მოითხოვს %s-ს"
#: ../src/transaction.vala
#, c-format
msgid "Database file for %s does not exist"
msgstr ""
msgstr "%s-(ი)სთვის მონაცემთა ბაზის ფაილი არ არსებობს"
#: ../src/transaction.vala
msgid "Checking keyring"
msgstr ""
msgstr "მოწმდება გასაღებების ასხმა"
#: ../src/transaction.vala
msgid "Downloading required keys"
msgstr ""
msgstr "იტვირთება საჭირო გასაღებები"
#: ../src/transaction.vala
#, c-format
msgid "%s installed as %s.pacnew"
msgstr ""
msgstr "%s დაყენდა როგორც %s.pacnew"
#: ../src/transaction.vala
#, c-format
msgid "%s installed as %s.pacsave"
msgstr ""
msgstr "%s დაყენდა როგორც %s.pacsave"
#: ../src/transaction.vala
msgid "Running pre-transaction hooks"
msgstr ""
msgstr "ეშვება ტრანზაქციამდელი კავები"
#: ../src/transaction.vala
msgid "Running post-transaction hooks"
msgstr ""
msgstr "ეშვება ტრანზაქციის შემდგომი კავები"
#: ../src/transaction.vala
#, c-format
msgid "About %u seconds remaining"
msgstr ""
msgstr "დარჩენილია დაახლოებით %u წამი"
#: ../src/transaction.vala
#, c-format
msgid "About %lu minute remaining"
msgid_plural "About %lu minutes remaining"
msgstr[0] ""
msgstr[0] "დარჩენილია დაახლოებით %lu წუთი"
msgstr[1] "დარჩენილია დაახლოებით %lu წუთი"
#: ../src/transaction.vala
#, c-format
msgid "Refreshing %s"
msgstr ""
msgstr "ახლდება %s"
#: ../src/transaction.vala
msgid "Error"
msgstr ""
msgstr "შეცდომა"
#: ../src/transaction.vala
msgid "Warning"
msgstr ""
msgstr "გაფრთხილება"
#: ../src/transaction.vala ../data/interface/progress_dialog.ui
#: ../data/interface/history_dialog.ui
msgid "_Close"
msgstr ""
msgstr "დახურვა"
#: ../src/transaction.vala
msgid "Nothing to do"
msgstr ""
msgstr "გასაკეთებელი არაფერია"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr "ტრანზაქცია წარმატებულია"
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr "ტრანზაქცია წარმატებით დასრულდა"
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
msgstr "ტრანზაქცია წარმატებით დასრულდა"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr "ტრანზაქცია ვერ მოხერხდა"
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr "ტრანზაქცია ვერ მოხერხდა და არცერთი პაკეტი არ განახლებულა/დაყენებულა"
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
msgstr "მონაცემთა ბაზის ჩაკეტვა შეუძლებელია!"
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
msgid "Your system is up-to-date"
msgstr "თქვენი სისტემა უახლესია"
msgstr "თქვენი სისტემა განახლებულია"
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
msgid "Package Manager"
@ -364,35 +364,36 @@ msgstr "პაკეტების მმართველი"
#: ../src/pamac-tray/tray.vala
msgid "_Quit"
msgstr "_გამოსვლა"
msgstr "გასვლა"
#: ../src/pamac-tray/tray.vala
#, c-format
msgid "%u available update"
msgid_plural "%u available updates"
msgstr[0] "%u ხელმისაწვდომი განახლება"
msgstr[0] "ხელმისაწვდომია %u განახლება"
msgstr[1] "ხელმისაწვდომია %u განახლება"
#: ../src/pamac-tray/tray.vala ../src/pamac-manager/manager_window.vala
#: ../data/interface/progress_dialog.ui ../data/interface/manager_window.ui
msgid "Details"
msgstr ""
msgstr "დეტალები"
#: ../src/pamac-manager/manager.vala
msgid "Pamac is already running"
msgstr ""
msgstr "Pamac უკვე გაშვებულია"
#: ../src/pamac-manager/manager.vala
msgid "Refresh Databases"
msgstr ""
msgstr "მონაცემთა ბაზების განახლება"
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
msgid "View History"
msgstr ""
msgstr "ისტორიის ნახვა"
#: ../src/pamac-manager/manager.vala ../src/pamac-manager/manager_window.vala
#: ../data/interface/manager_window.ui
msgid "Install Local Packages"
msgstr ""
msgstr "ადგილობრივი პაკეტების დაყენება"
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
msgid "Preferences"
@ -400,307 +401,314 @@ msgstr "პარამეტრები"
#: ../src/pamac-manager/manager.vala ../data/interface/manager_window.ui
msgid "About"
msgstr ""
msgstr "შესახებ"
#: ../src/pamac-manager/manager.vala
msgid "Quit"
msgstr ""
msgstr "გასვლა"
#: ../src/pamac-manager/manager_window.vala
msgid "Deselect"
msgstr ""
msgstr "მონიშვნის გაუქმება"
#: ../src/pamac-manager/manager_window.vala
msgid "Upgrade"
msgstr ""
msgstr "განახლება"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Install"
msgstr ""
msgstr "დაყენება"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Remove"
msgstr ""
msgstr "მოცილება"
#: ../src/pamac-manager/manager_window.vala
msgid "Waiting for another package manager to quit"
msgstr ""
msgstr "ვუცდით სხვა პაკეტების მმართველის მუშაობის დასრულებას"
#: ../src/pamac-manager/manager_window.vala
#, c-format
msgid "%u pending operation"
msgid_plural "%u pending operations"
msgstr[0] ""
msgstr[0] "მოლოდინშია %u ოპერაცია"
msgstr[1] "მოლოდინშია %u ოპერაცია"
#: ../src/pamac-manager/manager_window.vala
msgid "Installed"
msgstr ""
msgstr "დაყენებული"
#: ../src/pamac-manager/manager_window.vala
msgid "Orphans"
msgstr ""
msgstr "ობლები"
#: ../src/pamac-manager/manager_window.vala
msgid "Foreign"
msgstr ""
msgstr "უცხო"
#: ../src/pamac-manager/manager_window.vala
msgid "Pending"
msgstr ""
msgstr "მოლოდინში"
#: ../src/pamac-manager/manager_window.vala
msgid "Install Reason"
msgstr ""
msgstr "დაყენების მიზეზი"
#: ../src/pamac-manager/manager_window.vala
msgid "Mark as explicitly installed"
msgstr ""
msgstr "განზრახ დაყენებულად მონიშვნა"
#: ../src/pamac-manager/manager_window.vala
msgid "Licenses"
msgstr ""
msgstr "ლიცენზიები"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Repository"
msgstr ""
msgstr "საცავი"
#: ../src/pamac-manager/manager_window.vala
msgid "Download size"
msgstr ""
msgstr "ჩამოტვირთვის ზომა"
#: ../src/pamac-manager/manager_window.vala
msgid "Installed size"
msgstr ""
msgstr "დაყენებულის ზომა"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Groups"
msgstr ""
msgstr "ჯგუფები"
#: ../src/pamac-manager/manager_window.vala
msgid "Packager"
msgstr ""
msgstr "შემფუთავი"
#: ../src/pamac-manager/manager_window.vala
msgid "Build Date"
msgstr ""
msgstr "აგების თარიღი"
#: ../src/pamac-manager/manager_window.vala
msgid "Install Date"
msgstr ""
msgstr "დაყენების თარიღი"
#: ../src/pamac-manager/manager_window.vala
msgid "Signatures"
msgstr ""
msgstr "ხელმოწერები"
#: ../src/pamac-manager/manager_window.vala
msgid "Backup files"
msgstr ""
msgstr "სარეზერვო ფაილები"
#: ../src/pamac-manager/manager_window.vala
msgid "Depends On"
msgstr ""
msgstr "დამოკიდებულია"
#: ../src/pamac-manager/manager_window.vala
msgid "Optional Dependencies"
msgstr ""
msgstr "მეორეხარისხოვანი დამოკიდებულებები"
#: ../src/pamac-manager/manager_window.vala
msgid "Required By"
msgstr ""
msgstr "მოითხოვა შემდეგმა"
#: ../src/pamac-manager/manager_window.vala
msgid "Optional For"
msgstr ""
msgstr "მეორეხარისხოვანია შემდეგისთვის"
#: ../src/pamac-manager/manager_window.vala
msgid "Provides"
msgstr ""
msgstr "გვთავაზობს"
#: ../src/pamac-manager/manager_window.vala
msgid "Replaces"
msgstr ""
msgstr "ანაცვლებს"
#: ../src/pamac-manager/manager_window.vala
msgid "Conflicts With"
msgstr ""
msgstr "კონფლიქტშია შემდეგთან"
#: ../src/pamac-manager/manager_window.vala
msgid "Package Base"
msgstr ""
msgstr "პაკეტის ბაზა"
#: ../src/pamac-manager/manager_window.vala
msgid "Maintainer"
msgstr ""
msgstr "შემმუშავებელი"
#: ../src/pamac-manager/manager_window.vala
msgid "First Submitted"
msgstr ""
msgstr "პირველად განთავსდა"
#: ../src/pamac-manager/manager_window.vala
msgid "Last Modified"
msgstr ""
msgstr "ბოლოს შეიცვლა"
#: ../src/pamac-manager/manager_window.vala
msgid "Votes"
msgstr ""
msgstr "ხმები"
#: ../src/pamac-manager/manager_window.vala
msgid "Out of Date"
msgstr ""
msgstr "მოძველებული"
#: ../src/pamac-manager/manager_window.vala
msgid "Make Dependencies"
msgstr ""
msgstr "აგებისთვის საჭირო დამოკიდებულებები"
#: ../src/pamac-manager/manager_window.vala
msgid "Check Dependencies"
msgstr ""
msgstr "დამოკიდებულებების შემოწმება"
#: ../src/pamac-manager/manager_window.vala ../data/interface/manager_window.ui
msgid "Name"
msgstr ""
msgstr "სახელი"
#: ../src/pamac-manager/manager_window.vala
#: ../data/interface/transaction_sum_dialog.ui
#: ../data/interface/manager_window.ui
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "_Cancel"
msgstr ""
msgstr "გაუქმება"
#: ../src/pamac-manager/manager_window.vala
msgid "_Open"
msgstr ""
msgstr "გახსნა"
#: ../src/pamac-manager/manager_window.vala
msgid "Alpm Package"
msgstr ""
msgstr "Alpm პაკეტი"
#: ../src/pamac-manager/manager_window.vala
msgid "A Gtk3 frontend for libalpm"
msgstr ""
msgstr "Gtk3 ინტერფეისი libalpm-ისთვის"
#: ../src/preferences_dialog.vala ../data/interface/preferences_dialog.ui
msgid "How often to check for updates, value in hours"
msgstr ""
msgstr "რა სიხშირით შემოწმდეს განახლებები, რიცხვი საათებში"
#: ../src/preferences_dialog.vala ../data/interface/preferences_dialog.ui
msgid "Number of versions of each package to keep in the cache"
msgstr ""
msgstr "ქეშში დასატოვებელი თითოეული პაკეტის ვერსიების რაოდენობა"
#: ../src/preferences_dialog.vala
msgid "Build directory"
msgstr "აგების კატალოგი"
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
msgstr "მსოფლიოს მასშტაბით"
#: ../src/preferences_dialog.vala
msgid "Speed"
msgstr ""
msgstr "სიჩქარით"
#: ../src/preferences_dialog.vala
msgid "Random"
msgstr ""
msgstr "შემთხვევით"
#: ../data/polkit/org.pamac.policy.in
msgid "Authentication is required"
msgstr ""
msgstr "საჭიროა ავთენტიფიკაცია"
#: ../data/interface/choose_provider_dialog.ui
msgid "Choose a Provider"
msgstr ""
msgstr "მომწოდებლის არჩევა"
#: ../data/interface/choose_provider_dialog.ui
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose"
msgstr ""
msgstr "არჩევა"
#: ../data/interface/progress_dialog.ui
msgid "Progress"
msgstr ""
msgstr "პროგრესი"
#: ../data/interface/history_dialog.ui
msgid "Pamac History"
msgstr ""
msgstr "Pamac-ის ისტორია"
#: ../data/interface/transaction_sum_dialog.ui
msgid "Transaction Summary"
msgstr ""
msgstr "ტრანზაქციის შეჯამება"
#: ../data/interface/transaction_sum_dialog.ui
msgid "Commit"
msgstr ""
msgstr "განხორციელება"
#: ../data/interface/manager_window.ui
msgid "Refresh databases"
msgstr ""
msgstr "მონაცემთა ბაზების განახლება"
#: ../data/interface/manager_window.ui
msgid "Search"
msgstr ""
msgstr "ძებნა"
#: ../data/interface/manager_window.ui
msgid "State"
msgstr ""
msgstr "სტატუსი"
#: ../data/interface/manager_window.ui
msgid "Repositories"
msgstr ""
msgstr "საცავები"
#: ../data/interface/manager_window.ui
msgid "Updates"
msgstr ""
msgstr "განახლებები"
#: ../data/interface/manager_window.ui
msgid "Version"
msgstr ""
msgstr "ვერსია"
#: ../data/interface/manager_window.ui
msgid "Size"
msgstr ""
msgstr "ზომა"
#: ../data/interface/manager_window.ui
msgid "Popularity"
msgstr ""
msgstr "პოპულარობა"
#: ../data/interface/manager_window.ui ../data/interface/preferences_dialog.ui
msgid "AUR"
msgstr ""
msgstr "AUR"
#: ../data/interface/manager_window.ui
msgid "Browse"
msgstr ""
msgstr "დათვალიერება"
#: ../data/interface/manager_window.ui
msgid "Reinstall"
msgstr ""
msgstr "ხელახლა დაყენება"
#: ../data/interface/manager_window.ui
msgid "Dependencies"
msgstr ""
msgstr "დამოკიდებულებები"
#: ../data/interface/manager_window.ui
msgid "Files"
msgstr ""
msgstr "ფაილები"
#: ../data/interface/manager_window.ui
msgid "_Apply"
msgstr ""
msgstr "დაწყება"
#: ../data/interface/preferences_dialog.ui
msgid "Remove unrequired dependencies"
msgstr ""
msgstr "არასაჭირო დამოკიდებულებების მოცილება"
#: ../data/interface/preferences_dialog.ui
msgid ""
"When removing a package, also remove its dependencies that are not required "
"by other packages"
msgstr ""
"პაკეტის მოცილებისას, ასევე მოაცილე მისი ის დამოკიდებულებები, რომლებიც არ "
"ესაჭიროება სხვა პაკეტებს"
#: ../data/interface/preferences_dialog.ui
msgid "Check available disk space"
msgstr ""
msgstr "დისკზე ხელმისაწვდომი სივრცის შემოწმება"
#: ../data/interface/preferences_dialog.ui
msgid "Check for updates"
@ -708,51 +716,51 @@ msgstr "განახლებების შემოწმება"
#: ../data/interface/preferences_dialog.ui
msgid "Update files databases (more details but slower)"
msgstr ""
msgstr "ფაილების მონაცემთა ბაზების განახლება(მეტი დეტალია, მაგრამ უფრო ნელია)"
#: ../data/interface/preferences_dialog.ui
msgid "Hide tray icon when no update available"
msgstr ""
msgstr "დამალე ხატულა ლანგარზე, როდესაც განახლებები არაა ხელმისაწვდომი"
#: ../data/interface/preferences_dialog.ui
msgid "Ignore upgrades for:"
msgstr ""
msgstr "გამოტოვე მათი განახლებები:"
#: ../data/interface/preferences_dialog.ui
msgid "General"
msgstr ""
msgstr "ზოგადი"
#: ../data/interface/preferences_dialog.ui
msgid "Background color:"
msgstr ""
msgstr "ფონის ფერი:"
#: ../data/interface/preferences_dialog.ui
msgid "Text color:"
msgstr ""
msgstr "ტექსტის ფერი:"
#: ../data/interface/preferences_dialog.ui
msgid "Font:"
msgstr ""
msgstr "შრიფტი:"
#: ../data/interface/preferences_dialog.ui
msgid "Terminal"
msgstr ""
msgstr "ტერმინალი"
#: ../data/interface/preferences_dialog.ui
msgid "Use mirrors from:"
msgstr ""
msgstr "გამოიყენე სარკეები:"
#: ../data/interface/preferences_dialog.ui
msgid "Sort mirrors by:"
msgstr ""
msgstr "სარკეების დალაგება:"
#: ../data/interface/preferences_dialog.ui
msgid "Refresh Mirrors List"
msgstr ""
msgstr "სარკეების სიის განახლება"
#: ../data/interface/preferences_dialog.ui
msgid "Official Repositories"
msgstr ""
msgstr "ოფიციალური საცავები"
#: ../data/interface/preferences_dialog.ui
msgid ""
@ -760,35 +768,42 @@ msgid ""
"problems.\n"
"All AUR users should be familiar with the build process."
msgstr ""
"AUR არის საზოგადოების მიერ შემუშავებული საცავი, ამიტომ ის წარმოადგენს "
"პოტენციურ რისკებს და პრობლემებს.\n"
"AUR-ის ყველა მომხმარებელი უნდა იცნობდეს აგების პროცესს."
#: ../data/interface/preferences_dialog.ui
msgid "Enable AUR support"
msgstr ""
msgstr "AUR-ის მხარდაჭერის ჩართვა"
#: ../data/interface/preferences_dialog.ui
msgid "Allow Pamac to search and install packages from AUR"
msgstr ""
msgstr "ნება დართეთ Pamac-ს, რომ მოძებნოს და დააყენოს პაკეტები AUR-იდან"
#: ../data/interface/preferences_dialog.ui
msgid "Search in AUR by default"
msgstr ""
msgstr "ავტომატურად AUR-შიც მოიძებნოს"
#: ../data/interface/preferences_dialog.ui
msgid "Check for updates from AUR"
msgstr "განახლებების შემოწმება AUR-იდან"
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "მხოლოდ წაშლილი პაკეტების ვერსიების მოცილება"
#: ../data/interface/preferences_dialog.ui
msgid "Clean cache"
msgstr ""
msgstr "ქეშის გაწმენდა"
#: ../data/interface/preferences_dialog.ui
msgid "Cache"
msgstr ""
msgstr "ქეში"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr ""
msgstr "აირჩიეთ გამოსატოვებელი განახლებები"

View File

@ -11,8 +11,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Korean (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -240,27 +240,6 @@ msgstr ""
msgid "Loading packages files"
msgstr "꾸러미 파일을 로드중입니다."
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -348,10 +327,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -593,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -779,6 +778,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 15:15+0000\n"
"Last-Translator: Moo\n"
"Language-Team: Lithuanian (http://www.transifex.com/manjarolinux/manjaro-"
@ -240,27 +240,6 @@ msgstr "Tikrinamas vientisumas"
msgid "Loading packages files"
msgstr "Įkeliami paketų failai"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Tikrinamas delta vientisumas"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Pritaikomos deltos"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Kuriama %s su %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Kūrimas sėkmingas"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Kūrimas nepavyko"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -350,10 +329,26 @@ msgstr "_Užverti"
msgid "Nothing to do"
msgstr "Nėra ką atlikti"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Operacija sėkmingai užbaigta"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -599,6 +594,10 @@ msgstr "Podėlyje laikomas kiekvieno paketo versijų skaičius"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Viso pasaulio"
@ -790,6 +789,10 @@ msgstr "Pagal numatymą ieškoti AUR saugykloje"
msgid "Check for updates from AUR"
msgstr "Tikrinti atnaujinimus iš AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Šalinti tik pašalintų paketų versijas"
@ -805,3 +808,19 @@ msgstr "Podėlis"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Pasirinkti nepaisomus atnaujinimus"
#~ msgid "Checking delta integrity"
#~ msgstr "Tikrinamas delta vientisumas"
#~ msgid "Applying deltas"
#~ msgstr "Pritaikomos deltos"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Kuriama %s su %s"
#~ msgid "Generation succeeded"
#~ msgstr "Kūrimas sėkmingas"
#~ msgid "Generation failed"
#~ msgstr "Kūrimas nepavyko"

View File

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

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Malayalam (http://www.transifex.com/manjarolinux/manjaro-"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Malay (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -237,27 +237,6 @@ msgstr "Memeriksa integriti"
msgid "Loading packages files"
msgstr "Memuatkan fail pakej"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Memeriksa integriti delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Serapkan delta"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Menjana %s dengan %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr "Tiada untuk dibuat"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaksi berjaya diselesaikan"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -590,6 +585,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -776,6 +775,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -791,3 +794,13 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr ""
#~ msgid "Checking delta integrity"
#~ msgstr "Memeriksa integriti delta"
#~ msgid "Applying deltas"
#~ msgstr "Serapkan delta"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Menjana %s dengan %s"

View File

@ -23,8 +23,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/manjarolinux/"
@ -254,27 +254,6 @@ msgstr "Sjekker integritet"
msgid "Loading packages files"
msgstr "Laster pakke filer"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Sjekker integritet"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Anfører deltaer"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generer %s med %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generering lyktes"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generering feilet"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -363,10 +342,26 @@ msgstr "_Lukk"
msgid "Nothing to do"
msgstr "Ingenting å gjøre"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transaksjonen avsluttet vellykket"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -610,6 +605,10 @@ msgstr "Antall versjoner av hver pakke som skal beholdes i hurtiglageret"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Verdensomspennende"
@ -801,6 +800,10 @@ msgstr "Søk i AUR som standard"
msgid "Check for updates from AUR"
msgstr "Se etter oppdateringer fra AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Bare fjern versjoner av ikke-installerte pakker"
@ -816,3 +819,19 @@ msgstr "Hurtiglager"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Velg ignorerte oppdateringer "
#~ msgid "Checking delta integrity"
#~ msgstr "Sjekker integritet"
#~ msgid "Applying deltas"
#~ msgstr "Anfører deltaer"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generer %s med %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generering lyktes"
#~ msgid "Generation failed"
#~ msgstr "Generering feilet"

View File

@ -22,8 +22,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 09:20+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
"Language-Team: Dutch (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -252,27 +252,6 @@ msgstr "Controle op integriteit"
msgid "Loading packages files"
msgstr "Pakket bestanden laden"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Delta integriteit controleren"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Toepassen delta's"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Genereren %s met %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Genereren gelukt"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Genereren mislukt"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -361,10 +340,26 @@ msgstr "_Sluiten"
msgid "Nothing to do"
msgstr "Niets te doen"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transactie succesvol afgerond"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -608,6 +603,10 @@ msgstr "Aantal in de cache te houden versies van elk pakket"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd"
@ -799,6 +798,10 @@ msgstr "Stel zoeken in AUR als standaard in"
msgid "Check for updates from AUR"
msgstr "Controleer AUR voor opwaarderingen"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Alleen versies verwijderen van gedeïnstalleerde pakketten"
@ -814,3 +817,19 @@ msgstr "Cache"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Kies genegeerde upgrades"
#~ msgid "Checking delta integrity"
#~ msgstr "Delta integriteit controleren"
#~ msgid "Applying deltas"
#~ msgstr "Toepassen delta's"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Genereren %s met %s"
#~ msgid "Generation succeeded"
#~ msgstr "Genereren gelukt"
#~ msgid "Generation failed"
#~ msgstr "Genereren mislukt"

View File

@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/manjarolinux/"
@ -237,27 +237,6 @@ msgstr "Volledigheid nakijken"
msgid "Loading packages files"
msgstr "Pakkettenbestanden binnenhalen"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Delta integriteit verifiëren"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Deltas doorvoeren"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "%s genereren met %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generatie succesvol "
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generatie gefaald"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -346,10 +325,26 @@ msgstr "_Sluiten"
msgid "Nothing to do"
msgstr "Niets te doen"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Transactie succesvol beëindigd "
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -593,6 +588,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd "
@ -784,6 +783,10 @@ msgstr "Zoek automatisch in AUR"
msgid "Check for updates from AUR"
msgstr "Zoeken naar updates van de AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""
@ -799,3 +802,19 @@ msgstr ""
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Genegeerde upgrades kiezen "
#~ msgid "Checking delta integrity"
#~ msgstr "Delta integriteit verifiëren"
#~ msgid "Applying deltas"
#~ msgstr "Deltas doorvoeren"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "%s genereren met %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generatie succesvol "
#~ msgid "Generation failed"
#~ msgstr "Generatie gefaald"

View File

@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 09:19+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/manjarolinux/"
@ -242,27 +242,6 @@ msgstr "Bezig met controleren van integriteit"
msgid "Loading packages files"
msgstr "Bezig met laden van pakketbestanden"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Bezig met controleren van delta-integriteit"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Bezig met toepassen van delta's"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Bezig met genereren van %s met %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Het genereren is gelukt"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Het genereren is mislukt"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -351,10 +330,26 @@ msgstr "_Sluiten"
msgid "Nothing to do"
msgstr "Niets te doen"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "De overdracht is succesvol afgerond"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -598,6 +593,10 @@ msgstr "Aantal in de cache te houden versies van elk pakket"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Wereldwijd"
@ -789,6 +788,10 @@ msgstr "Standaard in AUR zoeken"
msgid "Check for updates from AUR"
msgstr "Controleren op AUR-updates"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Alleen versies verwijderen van gedeïnstalleerde pakketten"
@ -804,3 +807,19 @@ msgstr "Cache"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Kies genegeerde upgrades"
#~ msgid "Checking delta integrity"
#~ msgstr "Bezig met controleren van delta-integriteit"
#~ msgid "Applying deltas"
#~ msgstr "Bezig met toepassen van delta's"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Bezig met genereren van %s met %s"
#~ msgid "Generation succeeded"
#~ msgstr "Het genereren is gelukt"
#~ msgid "Generation failed"
#~ msgstr "Het genereren is mislukt"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-07-30 02:40+0000\n"
"Last-Translator: philm <philm@manjaro.org>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/manjarolinux/"
@ -236,27 +236,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -345,10 +324,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -592,6 +587,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -778,6 +777,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2019-06-29 12:27-0400\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -235,27 +235,6 @@ msgstr ""
msgid "Loading packages files"
msgstr ""
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr ""
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr ""
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr ""
#: ../src/transaction.vala
msgid "Generation failed"
msgstr ""
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -344,10 +323,26 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -591,6 +586,10 @@ msgstr ""
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr ""
@ -777,6 +776,10 @@ msgstr ""
msgid "Check for updates from AUR"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr ""

View File

@ -18,8 +18,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manjaro-pamac\n"
"Report-Msgid-Bugs-To: cromer@cromnix.org\n"
"POT-Creation-Date: 2017-11-11 23:01-0300\n"
"Report-Msgid-Bugs-To: chris@cromer.cl\n"
"POT-Creation-Date: 2021-07-10 15:58-0400\n"
"PO-Revision-Date: 2017-08-02 11:35+0000\n"
"Last-Translator: Piotr Strębski <strebski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/manjarolinux/manjaro-pamac/"
@ -249,27 +249,6 @@ msgstr "Sprawdzanie spójności"
msgid "Loading packages files"
msgstr "Wczytywanie plików pakietów"
#: ../src/transaction.vala
msgid "Checking delta integrity"
msgstr "Sprawdzanie integralności delta"
#: ../src/transaction.vala
msgid "Applying deltas"
msgstr "Zastosowywanie delt"
#: ../src/transaction.vala
#, c-format
msgid "Generating %s with %s"
msgstr "Generowanie %s przy użyciu %s"
#: ../src/transaction.vala
msgid "Generation succeeded"
msgstr "Generowanie zakończone sukcesem"
#: ../src/transaction.vala
msgid "Generation failed"
msgstr "Generowanie nie powiodło się"
#: ../src/transaction.vala
#, c-format
msgid "Configuring %s"
@ -360,10 +339,26 @@ msgstr "_Zamknij"
msgid "Nothing to do"
msgstr "Nic do zrobienia"
#: ../src/transaction.vala
msgid "Transaction successful"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction has been completed successfully"
msgstr ""
#: ../src/transaction.vala
msgid "Transaction successfully finished"
msgstr "Operacja zakończona sukcesem"
#: ../src/transaction.vala
msgid "Transaction failed"
msgstr ""
#: ../src/transaction.vala
msgid "The transaction failed and no packages have been updated/installed"
msgstr ""
#: ../src/pamac-install/installer.vala
msgid "Unable to lock database!"
msgstr ""
@ -611,6 +606,10 @@ msgstr "Liczba wersji każdego pakietu do przechowywania w pamięci podręcznej"
msgid "Build directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Package directory"
msgstr ""
#: ../src/preferences_dialog.vala
msgid "Worldwide"
msgstr "Ogólnoświatowe"
@ -803,6 +802,10 @@ msgstr "Wyszukuj domyślnie w AUR"
msgid "Check for updates from AUR"
msgstr "Sprawdź aktualizacje w AUR"
#: ../data/interface/preferences_dialog.ui
msgid "Keep built packages"
msgstr ""
#: ../data/interface/preferences_dialog.ui
msgid "Remove only the versions of uninstalled packages"
msgstr "Usuń tylko wersje odinstalowanych pakietów"
@ -818,3 +821,19 @@ msgstr "Pamięć podręczna"
#: ../data/interface/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr "Wybierz ignorowane aktualizacje"
#~ msgid "Checking delta integrity"
#~ msgstr "Sprawdzanie integralności delta"
#~ msgid "Applying deltas"
#~ msgstr "Zastosowywanie delt"
#, c-format
#~ msgid "Generating %s with %s"
#~ msgstr "Generowanie %s przy użyciu %s"
#~ msgid "Generation succeeded"
#~ msgstr "Generowanie zakończone sukcesem"
#~ msgid "Generation failed"
#~ msgstr "Generowanie nie powiodło się"

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