mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 21:14:15 +02:00
[debian] initial Debian package management support
This commit is contained in:
84
bauh/gems/debian/resources/locale/ca
Normal file
84
bauh/gems/debian/resources/locale/ca
Normal file
@@ -0,0 +1,84 @@
|
||||
debian.action.index_apps=Index applications
|
||||
debian.action.index_apps.desc=Identifies all installed packages associated with .desktop files and maps them as applications
|
||||
debian.action.purge=Remove completely
|
||||
debian.action.purge.confirmation=The complete removal of {pkg} will erase the software files and also the configuration ones
|
||||
debian.action.purge.desc=Removes all software and configuration files associated with the package
|
||||
debian.action.purge.status=Removing {} completely
|
||||
debian.action.sync_pkgs=Synchronize packages
|
||||
debian.action.sync_pkgs.desc=Synchronizes the available software packages on the repositories
|
||||
debian.action.sync_pkgs.status=Synchronizing packages
|
||||
debian.action.sources=Software sources
|
||||
debian.action.sources.desc=Starts the application for managing software sources
|
||||
debian.action.sources.not_installed=The application for managing software sources is not installed
|
||||
debian.action.sources.status=Launching application
|
||||
debian.action.sources.unsupported=The application {app} is not supported and will not be started
|
||||
debian.app_index.checking=Checking the apps index
|
||||
debian.app_index.updating=Updating the apps index
|
||||
debian.config.index_apps.exp=Apps cache expiration
|
||||
debian.config.index_apps.exp.tip=Time period in MINUTES in which the installed applications cache is considered up-to-date during startup
|
||||
debian.config.pkg_sources.app=Software sources
|
||||
debian.config.pkg_sources.app.tip=Application for managing the software sources. {auto} detects one of the supported applications automatically.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Suggestions expiration
|
||||
debian.config.suggestions.exp.tip=It defines the period (in hours) in which the suggestions stored in disc will be considered up to date. Use 0 if you always want to update them.
|
||||
debian.config.sync_pkgs.time=Packages synchronization period
|
||||
debian.config.sync_pkgs.time.tip=Time period in MINUTES in which the packages synchronization must be done on startup
|
||||
debian.info.00.name=name
|
||||
debian.info.01.version=version
|
||||
debian.info.02.description=description
|
||||
debian.info.03.exec=executable
|
||||
debian.info.04.architecture=architecture
|
||||
debian.info.04.architecture.all=all
|
||||
debian.info.04.archive=archive
|
||||
debian.info.04.automatically installed=automatically installed
|
||||
debian.info.04.automatically installed.no=no
|
||||
debian.info.04.automatically installed.yes=yes
|
||||
debian.info.04.breaks=breaks
|
||||
debian.info.04.compressed size=Download size
|
||||
debian.info.04.conflicts=conflicts
|
||||
debian.info.04.depends=dependencies
|
||||
debian.info.04.filename=file
|
||||
debian.info.04.homepage=web page
|
||||
debian.info.04.maintainer=maintainer
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-architecture
|
||||
debian.info.04.multi-arch.foreign=foreign
|
||||
debian.info.04.multi-arch.same=same
|
||||
debian.info.04.replaces=replaces
|
||||
debian.info.04.predepends=pre dependencies
|
||||
debian.info.04.priority=priority
|
||||
debian.info.04.priority.important=important
|
||||
debian.info.04.priority.optional=optional
|
||||
debian.info.04.provided by=provided by
|
||||
debian.info.04.provides=provides
|
||||
debian.info.04.recommends=recommends
|
||||
debian.info.04.section=section
|
||||
debian.info.04.state=state
|
||||
debian.info.04.state.installed=installed
|
||||
debian.info.04.state.not installed=not installed
|
||||
debian.info.04.state.not installed (configuration files remain)=not installed (configuration files installed)
|
||||
debian.info.04.suggests=suggests
|
||||
debian.info.04.uncompressed size=installation size
|
||||
debian.install.validating=Validating installed packages
|
||||
debian.installing_pkgs=Installing packages
|
||||
debian.output.downloading=Downloading {pkg}
|
||||
debian.output.removing=Removing {pkg}
|
||||
debian.output.finishing=Finishing
|
||||
debian.output.unpacking=Unpacking {pkg}
|
||||
debian.remove.impossible=It is not possible to remove the package {pkg}
|
||||
debian.remove_deps=The following {no} dependent packages of {pkg} will be removed as well ({fspace})
|
||||
debian.simulate_operation=Simulating the operation
|
||||
debian.task.app_index.status=Indexing installed applications
|
||||
debian.task.map_apps.check_files=Checking {type} files
|
||||
debian.task.map_apps.read_cache=Reading apps from the index (cache)
|
||||
debian.task.map_apps.status=Mapping installed applications
|
||||
debian.task.update_apps_idx.status=Updating index
|
||||
debian.task.sync_pkgs.status=Synchronizing packages
|
||||
debian.transaction.dependency_of=Dependency of {pkgs}
|
||||
debian.transaction.get_data=Retrieving the operation's data
|
||||
debian.transaction.title=Operation details
|
||||
debian.transaction.to_install=The following additional packages ({no}) will be installed (Download: {dsize} | Installation: {isize})
|
||||
debian.transaction.to_remove=The following packages ({no}) will be removed (Freed space: {fspace})
|
||||
debian.uninstall.failed_to_remove=It was not possible to remove the following {no} packages: {pkgs}
|
||||
debian.uninstall.removing=Removing packages
|
||||
debian.uninstall.validating=Validating removed packages
|
||||
84
bauh/gems/debian/resources/locale/de
Normal file
84
bauh/gems/debian/resources/locale/de
Normal file
@@ -0,0 +1,84 @@
|
||||
debian.action.index_apps=Index applications
|
||||
debian.action.index_apps.desc=Identifies all installed packages associated with .desktop files and maps them as applications
|
||||
debian.action.purge=Remove completely
|
||||
debian.action.purge.confirmation=The complete removal of {pkg} will erase the software files and also the configuration ones
|
||||
debian.action.purge.desc=Removes all software and configuration files associated with the package
|
||||
debian.action.purge.status=Removing {} completely
|
||||
debian.action.sync_pkgs=Synchronize packages
|
||||
debian.action.sync_pkgs.desc=Synchronizes the available software packages on the repositories
|
||||
debian.action.sync_pkgs.status=Synchronizing packages
|
||||
debian.action.sources=Software sources
|
||||
debian.action.sources.desc=Starts the application for managing software sources
|
||||
debian.action.sources.not_installed=The application for managing software sources is not installed
|
||||
debian.action.sources.status=Launching application
|
||||
debian.action.sources.unsupported=The application {app} is not supported and will not be started
|
||||
debian.app_index.checking=Checking the apps index
|
||||
debian.app_index.updating=Updating the apps index
|
||||
debian.config.index_apps.exp=Apps cache expiration
|
||||
debian.config.index_apps.exp.tip=Time period in MINUTES in which the installed applications cache is considered up-to-date during startup
|
||||
debian.config.pkg_sources.app=Software sources
|
||||
debian.config.pkg_sources.app.tip=Application for managing the software sources. {auto} detects one of the supported applications automatically.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Suggestions expiration
|
||||
debian.config.suggestions.exp.tip=It defines the period (in hours) in which the suggestions stored in disc will be considered up to date. Use 0 if you always want to update them.
|
||||
debian.config.sync_pkgs.time=Packages synchronization period
|
||||
debian.config.sync_pkgs.time.tip=Time period in MINUTES in which the packages synchronization must be done on startup
|
||||
debian.info.00.name=name
|
||||
debian.info.01.version=version
|
||||
debian.info.02.description=description
|
||||
debian.info.03.exec=executable
|
||||
debian.info.04.architecture=architecture
|
||||
debian.info.04.architecture.all=all
|
||||
debian.info.04.archive=archive
|
||||
debian.info.04.automatically installed=automatically installed
|
||||
debian.info.04.automatically installed.no=no
|
||||
debian.info.04.automatically installed.yes=yes
|
||||
debian.info.04.breaks=breaks
|
||||
debian.info.04.compressed size=Download size
|
||||
debian.info.04.conflicts=conflicts
|
||||
debian.info.04.depends=dependencies
|
||||
debian.info.04.filename=file
|
||||
debian.info.04.homepage=web page
|
||||
debian.info.04.maintainer=maintainer
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-architecture
|
||||
debian.info.04.multi-arch.foreign=foreign
|
||||
debian.info.04.multi-arch.same=same
|
||||
debian.info.04.replaces=replaces
|
||||
debian.info.04.predepends=pre dependencies
|
||||
debian.info.04.priority=priority
|
||||
debian.info.04.priority.important=important
|
||||
debian.info.04.priority.optional=optional
|
||||
debian.info.04.provided by=provided by
|
||||
debian.info.04.provides=provides
|
||||
debian.info.04.recommends=recommends
|
||||
debian.info.04.section=section
|
||||
debian.info.04.state=state
|
||||
debian.info.04.state.installed=installed
|
||||
debian.info.04.state.not installed=not installed
|
||||
debian.info.04.state.not installed (configuration files remain)=not installed (configuration files installed)
|
||||
debian.info.04.suggests=suggests
|
||||
debian.info.04.uncompressed size=installation size
|
||||
debian.install.validating=Validating installed packages
|
||||
debian.installing_pkgs=Installing packages
|
||||
debian.output.downloading=Downloading {pkg}
|
||||
debian.output.finishing=Finishing
|
||||
debian.output.removing=Removing {pkg}
|
||||
debian.output.unpacking=Unpacking {pkg}
|
||||
debian.remove.impossible=It is not possible to remove the package {pkg}
|
||||
debian.remove_deps=The following {no} dependent packages of {pkg} will be removed as well ({fspace})
|
||||
debian.simulate_operation=Simulating the operation
|
||||
debian.task.app_index.status=Indexing installed applications
|
||||
debian.task.map_apps.check_files=Checking {type} files
|
||||
debian.task.map_apps.read_cache=Reading apps from the index (cache)
|
||||
debian.task.map_apps.status=Mapping installed applications
|
||||
debian.task.update_apps_idx.status=Updating index
|
||||
debian.task.sync_pkgs.status=Synchronizing packages
|
||||
debian.transaction.dependency_of=Dependency of {pkgs}
|
||||
debian.transaction.get_data=Retrieving the operation's data
|
||||
debian.transaction.title=Operation details
|
||||
debian.transaction.to_install=The following additional packages ({no}) will be installed (Download: {dsize} | Installation: {isize})
|
||||
debian.transaction.to_remove=The following packages ({no}) will be removed (Freed space: {fspace})
|
||||
debian.uninstall.failed_to_remove=It was not possible to remove the following {no} packages: {pkgs}
|
||||
debian.uninstall.removing=Removing packages
|
||||
debian.uninstall.validating=Validating removed packages
|
||||
84
bauh/gems/debian/resources/locale/en
Normal file
84
bauh/gems/debian/resources/locale/en
Normal file
@@ -0,0 +1,84 @@
|
||||
debian.action.index_apps=Index applications
|
||||
debian.action.index_apps.desc=Identifies all installed packages associated with .desktop files and maps them as applications
|
||||
debian.action.purge=Remove completely
|
||||
debian.action.purge.confirmation=The complete removal of {pkg} will erase the software files and also the configuration ones
|
||||
debian.action.purge.desc=Removes all software and configuration files associated with the package
|
||||
debian.action.purge.status=Removing {} completely
|
||||
debian.action.sync_pkgs=Synchronize packages
|
||||
debian.action.sync_pkgs.desc=Synchronizes the available software packages on the repositories
|
||||
debian.action.sync_pkgs.status=Synchronizing packages
|
||||
debian.action.sources=Software sources
|
||||
debian.action.sources.desc=Starts the application for managing software sources
|
||||
debian.action.sources.not_installed=The application for managing software sources is not installed
|
||||
debian.action.sources.status=Launching application
|
||||
debian.action.sources.unsupported=The application {app} is not supported and will not be started
|
||||
debian.app_index.checking=Checking the apps index
|
||||
debian.app_index.updating=Updating the apps index
|
||||
debian.config.index_apps.exp=Apps cache expiration
|
||||
debian.config.index_apps.exp.tip=Time period in MINUTES in which the installed applications cache is considered up-to-date during startup
|
||||
debian.config.pkg_sources.app=Software sources
|
||||
debian.config.pkg_sources.app.tip=Application for managing the software sources. {auto} detects one of the supported applications automatically.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Suggestions expiration
|
||||
debian.config.suggestions.exp.tip=It defines the period (in hours) in which the suggestions stored in disc will be considered up to date. Use 0 if you always want to update them.
|
||||
debian.config.sync_pkgs.time=Packages synchronization period
|
||||
debian.config.sync_pkgs.time.tip=Time period in MINUTES in which the packages synchronization must be done on startup
|
||||
debian.info.00.name=name
|
||||
debian.info.01.version=version
|
||||
debian.info.02.description=description
|
||||
debian.info.03.exec=executable
|
||||
debian.info.04.architecture=architecture
|
||||
debian.info.04.architecture.all=all
|
||||
debian.info.04.archive=archive
|
||||
debian.info.04.automatically installed=automatically installed
|
||||
debian.info.04.automatically installed.no=no
|
||||
debian.info.04.automatically installed.yes=yes
|
||||
debian.info.04.breaks=breaks
|
||||
debian.info.04.compressed size=Download size
|
||||
debian.info.04.conflicts=conflicts
|
||||
debian.info.04.depends=dependencies
|
||||
debian.info.04.filename=file
|
||||
debian.info.04.homepage=web page
|
||||
debian.info.04.maintainer=maintainer
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-architecture
|
||||
debian.info.04.multi-arch.foreign=foreign
|
||||
debian.info.04.multi-arch.same=same
|
||||
debian.info.04.replaces=replaces
|
||||
debian.info.04.predepends=pre dependencies
|
||||
debian.info.04.priority=priority
|
||||
debian.info.04.priority.important=important
|
||||
debian.info.04.priority.optional=optional
|
||||
debian.info.04.provided by=provided by
|
||||
debian.info.04.provides=provides
|
||||
debian.info.04.recommends=recommends
|
||||
debian.info.04.section=section
|
||||
debian.info.04.state=state
|
||||
debian.info.04.state.installed=installed
|
||||
debian.info.04.state.not installed=not installed
|
||||
debian.info.04.state.not installed (configuration files remain)=not installed (configuration files installed)
|
||||
debian.info.04.suggests=suggests
|
||||
debian.info.04.uncompressed size=installation size
|
||||
debian.install.validating=Validating installed packages
|
||||
debian.installing_pkgs=Installing packages
|
||||
debian.output.downloading=Downloading {pkg}
|
||||
debian.output.finishing=Finishing
|
||||
debian.output.removing=Removing {pkg}
|
||||
debian.output.unpacking=Unpacking {pkg}
|
||||
debian.remove.impossible=It is not possible to remove the package {pkg}
|
||||
debian.remove_deps=The following {no} dependent packages of {pkg} will be removed as well ({fspace})
|
||||
debian.simulate_operation=Simulating the operation
|
||||
debian.task.app_index.status=Indexing installed applications
|
||||
debian.task.map_apps.check_files=Checking {type} files
|
||||
debian.task.map_apps.read_cache=Reading apps from the index (cache)
|
||||
debian.task.map_apps.status=Mapping installed applications
|
||||
debian.task.update_apps_idx.status=Updating index
|
||||
debian.task.sync_pkgs.status=Synchronizing packages
|
||||
debian.transaction.dependency_of=Dependency of {pkgs}
|
||||
debian.transaction.get_data=Retrieving the operation's data
|
||||
debian.transaction.title=Operation details
|
||||
debian.transaction.to_install=The following additional packages ({no}) will be installed (Download: {dsize} | Installation: {isize})
|
||||
debian.transaction.to_remove=The following packages ({no}) will be removed (Freed space: {fspace})
|
||||
debian.uninstall.failed_to_remove=It was not possible to remove the following {no} packages: {pkgs}
|
||||
debian.uninstall.removing=Removing packages
|
||||
debian.uninstall.validating=Validating removed packages
|
||||
84
bauh/gems/debian/resources/locale/es
Normal file
84
bauh/gems/debian/resources/locale/es
Normal file
@@ -0,0 +1,84 @@
|
||||
debian.action.index_apps=Indexar aplicaciones
|
||||
debian.action.index_apps.desc=Identifica todos los paquetes instalados asociados con archivos .desktop y los mapea como aplicaciones
|
||||
debian.action.purge=Eliminar completamente
|
||||
debian.action.purge.confirmation=La eliminación completa de {pkg} borrará los archivos de software y también los de configuración
|
||||
debian.action.purge.desc=Elimina los archivos de software y configuración asociados al paquete
|
||||
debian.action.purge.status=Eliminando {} completamente
|
||||
debian.action.sync_pkgs=Sincronizar paquetes
|
||||
debian.action.sync_pkgs.desc=Sincroniza los paquetes de software disponibles en los repositorios
|
||||
debian.action.sync_pkgs.status=Sincronizando paquetes
|
||||
debian.action.sources=Fuentes de software
|
||||
debian.action.sources.desc=Inicia la aplicación para administrar fuentes de software
|
||||
debian.action.sources.not_installed=La aplicación para administrar fuentes de software no está instalada
|
||||
debian.action.sources.status=Iniciando la aplicación
|
||||
debian.action.sources.unsupported=La aplicación {app} no es compatible y no se iniciará
|
||||
debian.app_index.checking=Verificando el índice de applicationes
|
||||
debian.app_index.updating=Actualizando el índice de aplicaciones
|
||||
debian.config.index_apps.exp=Caducidad de caché de aplicaciones
|
||||
debian.config.index_apps.exp.tip=Periodo de tiempo en MINUTOS en que el cache de las aplicaciones instaladas es considerado actualizado durante la inicialización
|
||||
debian.config.pkg_sources.app=Fuentes de software
|
||||
debian.config.pkg_sources.app.tip=Aplicación para administrar las fuentes de software. {auto} detecta una de las aplicaciones compatibles automáticamente.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Expiración de sugerencias
|
||||
debian.config.suggestions.exp.tip=Define el período (en horas) en el que la sugerencias almacenadas en disco seran consideradas actualizadas. Use 0 si desea siempre actualizarlas.
|
||||
debian.config.sync_pkgs.time=Período de sincronización de paquetes
|
||||
debian.config.sync_pkgs.time.tip=Período de tiempo en MINUTOS en que se debe realizar la sincronización de paquetes durante la inicialización
|
||||
debian.info.00.name=nombre
|
||||
debian.info.01.version=versión
|
||||
debian.info.02.description=descripción
|
||||
debian.info.03.exec=ejecutable
|
||||
debian.info.04.architecture=arquitectura
|
||||
debian.info.04.architecture.all=todas
|
||||
debian.info.04.archive=archivamiento
|
||||
debian.info.04.automatically installed=instalado automáticamente
|
||||
debian.info.04.automatically installed.no=no
|
||||
debian.info.04.automatically installed.yes=si
|
||||
debian.info.04.breaks=roturas
|
||||
debian.info.04.compressed size=Tamaño de descarga
|
||||
debian.info.04.conflicts=conflictos
|
||||
debian.info.04.depends=dependencias
|
||||
debian.info.04.filename=archivo
|
||||
debian.info.04.homepage=página web
|
||||
debian.info.04.maintainer=mantenedor
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-arquitectura
|
||||
debian.info.04.multi-arch.foreign=diferente
|
||||
debian.info.04.multi-arch.same=misma
|
||||
debian.info.04.replaces=reemplaza
|
||||
debian.info.04.predepends=pre dependencias
|
||||
debian.info.04.priority=prioridad
|
||||
debian.info.04.priority.important=importante
|
||||
debian.info.04.priority.opcional=opcional
|
||||
debian.info.04.provided by=proporcionado por
|
||||
debian.info.04.provides=proporciona
|
||||
debian.info.04.recommends=recomienda
|
||||
debian.info.04.section=sección
|
||||
debian.info.04.state=estado
|
||||
debian.info.04.state.installed=instalado
|
||||
debian.info.04.state.not installed=no instalado
|
||||
debian.info.04.state.not installed (configuration files remain)=no instalado (archivos de configuración instalados)
|
||||
debian.info.04.suggests=sugiere
|
||||
debian.info.04.uncompressed size=tamaño de instalación
|
||||
debian.install.validating=Validando paquetes instalados
|
||||
debian.installing_pkgs=Instalando paquetes
|
||||
debian.output.downloading=Descargando {pkg}
|
||||
debian.output.finishing=Finalizando
|
||||
debian.output.removing=Eliminando {pkg}
|
||||
debian.output.unpacking=Desempacando {pkg}
|
||||
debian.remove.impossible=No es posible eliminar el paquete {pkg}
|
||||
debian.remove_deps=Los siguientes {no} paquetes dependientes de {pkg} serán eliminados también ({fspace})
|
||||
debian.simulate_operation=Simulando la operación
|
||||
debian.task.app_index.status=Indexando aplicaciones instaladas
|
||||
debian.task.map_apps.check_files=Comprobando archivos {type}
|
||||
debian.task.map_apps.read_cache=Leyendo aplicaciones del índice (cache)
|
||||
debian.task.map_apps.status=Mapeando las aplicaciones instaladas
|
||||
debian.task.update_apps_idx.status=Actualizando índice
|
||||
debian.task.sync_pkgs.status=Sincronizando paquetes
|
||||
debian.transaction.dependency_of=Dependencia de {pkgs}
|
||||
debian.transaction.get_data=Recuperando datos de la operación
|
||||
debian.transaction.title=Detalles de la operación
|
||||
debian.transaction.to_install=Los siguientes paquetes adicionales ({no}) serán instalados (Descarga: {dsize} | Instalación: {isize})
|
||||
debian.transaction.to_remove=Los siguientes paquetes ({no}) serán eliminados (Espacio liberado: {fspace})
|
||||
debian.uninstall.failed_to_remove=No fue posible eliminar los siguientes {no} paquetes: {pkgs}
|
||||
debian.uninstall.removing=Removendo paquetes
|
||||
debian.uninstall.validating=Validando paquetes eliminados
|
||||
83
bauh/gems/debian/resources/locale/fr
Normal file
83
bauh/gems/debian/resources/locale/fr
Normal file
@@ -0,0 +1,83 @@
|
||||
debian.action.index_apps=Index applications
|
||||
debian.action.index_apps.desc=Identifies all installed packages associated with .desktop files and maps them as applications
|
||||
debian.action.purge=Remove completely
|
||||
debian.action.purge.confirmation=The complete removal of {pkg} will erase the software files and also the configuration ones
|
||||
debian.action.purge.desc=Removes all software and configuration files associated with the package
|
||||
debian.action.purge.status=Removing {} completely
|
||||
debian.action.sync_pkgs=Synchronize packages
|
||||
debian.action.sync_pkgs.desc=Synchronizes the available software packages on the repositories
|
||||
debian.action.sync_pkgs.status=Synchronizing packages
|
||||
debian.action.sources=Software sources
|
||||
debian.action.sources.desc=Starts the application for managing software sources
|
||||
debian.action.sources.not_installed=The application for managing software sources is not installed
|
||||
debian.action.sources.status=Launching application
|
||||
debian.action.sources.unsupported=The application {app} is not supported and will not be started
|
||||
debian.app_index.checking=Checking the apps index
|
||||
debian.app_index.updating=Updating the apps index
|
||||
debian.config.index_apps.exp=Apps cache expiration
|
||||
debian.config.index_apps.exp.tip=Time period in MINUTES in which the installed applications cache is considered up-to-date during startup
|
||||
debian.config.pkg_sources.app=Software sources
|
||||
debian.config.pkg_sources.app.tip=Application for managing the software sources. {auto} detects one of the supported applications automatically.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Suggestions expiration
|
||||
debian.config.suggestions.exp.tip=It defines the period (in hours) in which the suggestions stored in disc will be considered up to date. Use 0 if you always want to update them.
|
||||
debian.config.sync_pkgs.time=Packages synchronization period
|
||||
debian.config.sync_pkgs.time.tip=Time period in MINUTES in which the packages synchronization must be done on startup
|
||||
debian.info.00.name=name
|
||||
debian.info.01.version=version
|
||||
debian.info.02.description=description
|
||||
debian.info.03.exec=executable
|
||||
debian.info.04.architecture=architecture
|
||||
debian.info.04.architecture.all=all
|
||||
debian.info.04.archive=archive
|
||||
debian.info.04.automatically installed=automatically installed
|
||||
debian.info.04.automatically installed.no=no
|
||||
debian.info.04.automatically installed.yes=yes
|
||||
debian.info.04.breaks=breaks
|
||||
debian.info.04.compressed size=Download size
|
||||
debian.info.04.conflicts=conflicts
|
||||
debian.info.04.depends=dependencies
|
||||
debian.info.04.filename=file
|
||||
debian.info.04.homepage=web page
|
||||
debian.info.04.maintainer=maintainer
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-architecture
|
||||
debian.info.04.multi-arch.foreign=foreign
|
||||
debian.info.04.multi-arch.same=same
|
||||
debian.info.04.replaces=replaces
|
||||
debian.info.04.predepends=pre dependencies
|
||||
debian.info.04.priority=priority
|
||||
debian.info.04.priority.important=important
|
||||
debian.info.04.priority.optional=optional
|
||||
debian.info.04.provided by=provided by
|
||||
debian.info.04.provides=provides
|
||||
debian.info.04.recommends=recommends
|
||||
debian.info.04.section=section
|
||||
debian.info.04.state=state
|
||||
debian.info.04.state.installed=installed
|
||||
debian.info.04.state.not installed=not installed
|
||||
debian.info.04.state.not installed (configuration files remain)=not installed (configuration files installed)
|
||||
debian.info.04.suggests=suggests
|
||||
debian.info.04.uncompressed size=installation size
|
||||
debian.install.validating=Validating installed packages
|
||||
debian.output.downloading=Downloading {pkg}
|
||||
debian.output.finishing=Finishing
|
||||
debian.output.removing=Removing {pkg}
|
||||
debian.output.unpacking=Unpacking {pkg}
|
||||
debian.remove.impossible=It is not possible to remove the package {pkg}
|
||||
debian.remove_deps=The following {no} dependent packages of {pkg} will be removed as well ({fspace})
|
||||
debian.simulate_operation=Simulating the operation
|
||||
debian.task.app_index.status=Indexing installed applications
|
||||
debian.task.map_apps.check_files=Checking {type} files
|
||||
debian.task.map_apps.read_cache=Reading apps from the index (cache)
|
||||
debian.task.map_apps.status=Mapping installed applications
|
||||
debian.task.update_apps_idx.status=Updating index
|
||||
debian.task.sync_pkgs.status=Synchronizing packages
|
||||
debian.transaction.dependency_of=Dependency of {pkgs}
|
||||
debian.transaction.get_data=Retrieving the operation's data
|
||||
debian.transaction.title=Operation details
|
||||
debian.transaction.to_install=The following additional packages ({no}) will be installed (Download: {dsize} | Installation: {isize})
|
||||
debian.transaction.to_remove=The following packages ({no}) will be removed (Freed space: {fspace})
|
||||
debian.uninstall.failed_to_remove=It was not possible to remove the following {no} packages: {pkgs}
|
||||
debian.uninstall.removing=Removing packages
|
||||
debian.uninstall.validating=Validating removed packages
|
||||
84
bauh/gems/debian/resources/locale/it
Normal file
84
bauh/gems/debian/resources/locale/it
Normal file
@@ -0,0 +1,84 @@
|
||||
debian.action.index_apps=Index applications
|
||||
debian.action.index_apps.desc=Identifies all installed packages associated with .desktop files and maps them as applications
|
||||
debian.action.purge=Remove completely
|
||||
debian.action.purge.confirmation=The complete removal of {pkg} will erase the software files and also the configuration ones
|
||||
debian.action.purge.desc=Removes all software and configuration files associated with the package
|
||||
debian.action.purge.status=Removing {} completely
|
||||
debian.action.sync_pkgs=Synchronize packages
|
||||
debian.action.sync_pkgs.desc=Synchronizes the available software packages on the repositories
|
||||
debian.action.sync_pkgs.status=Synchronizing packages
|
||||
debian.action.sources=Software sources
|
||||
debian.action.sources.desc=Starts the application for managing software sources
|
||||
debian.action.sources.not_installed=The application for managing software sources is not installed
|
||||
debian.action.sources.status=Launching application
|
||||
debian.action.sources.unsupported=The application {app} is not supported and will not be started
|
||||
debian.app_index.checking=Checking the apps index
|
||||
debian.app_index.updating=Updating the apps index
|
||||
debian.config.index_apps.exp=Apps cache expiration
|
||||
debian.config.index_apps.exp.tip=Time period in MINUTES in which the installed applications cache is considered up-to-date during startup
|
||||
debian.config.pkg_sources.app=Software sources
|
||||
debian.config.pkg_sources.app.tip=Application for managing the software sources. {auto} detects one of the supported applications automatically.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Suggestions expiration
|
||||
debian.config.suggestions.exp.tip=It defines the period (in hours) in which the suggestions stored in disc will be considered up to date. Use 0 if you always want to update them.
|
||||
debian.config.sync_pkgs.time=Packages synchronization period
|
||||
debian.config.sync_pkgs.time.tip=Time period in MINUTES in which the packages synchronization must be done on startup
|
||||
debian.info.00.name=name
|
||||
debian.info.01.version=version
|
||||
debian.info.02.description=description
|
||||
debian.info.03.exec=executable
|
||||
debian.info.04.architecture=architecture
|
||||
debian.info.04.architecture.all=all
|
||||
debian.info.04.archive=archive
|
||||
debian.info.04.automatically installed=automatically installed
|
||||
debian.info.04.automatically installed.no=no
|
||||
debian.info.04.automatically installed.yes=yes
|
||||
debian.info.04.breaks=breaks
|
||||
debian.info.04.compressed size=Download size
|
||||
debian.info.04.conflicts=conflicts
|
||||
debian.info.04.depends=dependencies
|
||||
debian.info.04.filename=file
|
||||
debian.info.04.homepage=web page
|
||||
debian.info.04.maintainer=maintainer
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-architecture
|
||||
debian.info.04.multi-arch.foreign=foreign
|
||||
debian.info.04.multi-arch.same=same
|
||||
debian.info.04.replaces=replaces
|
||||
debian.info.04.predepends=pre dependencies
|
||||
debian.info.04.priority=priority
|
||||
debian.info.04.priority.important=important
|
||||
debian.info.04.priority.optional=optional
|
||||
debian.info.04.provided by=provided by
|
||||
debian.info.04.provides=provides
|
||||
debian.info.04.recommends=recommends
|
||||
debian.info.04.section=section
|
||||
debian.info.04.state=state
|
||||
debian.info.04.state.installed=installed
|
||||
debian.info.04.state.not installed=not installed
|
||||
debian.info.04.state.not installed (configuration files remain)=not installed (configuration files installed)
|
||||
debian.info.04.suggests=suggests
|
||||
debian.info.04.uncompressed size=installation size
|
||||
debian.install.validating=Validating installed packages
|
||||
debian.installing_pkgs=Installing packages
|
||||
debian.output.downloading=Downloading {pkg}
|
||||
debian.output.finishing=Finishing
|
||||
debian.output.removing=Removing {pkg}
|
||||
debian.output.unpacking=Unpacking {pkg}
|
||||
debian.remove.impossible=It is not possible to remove the package {pkg}
|
||||
debian.remove_deps=The following {no} dependent packages of {pkg} will be removed as well ({fspace})
|
||||
debian.simulate_operation=Simulating the operation
|
||||
debian.task.app_index.status=Indexing installed applications
|
||||
debian.task.map_apps.check_files=Checking {type} files
|
||||
debian.task.map_apps.read_cache=Reading apps from the index (cache)
|
||||
debian.task.map_apps.status=Mapping installed applications
|
||||
debian.task.update_apps_idx.status=Updating index
|
||||
debian.task.sync_pkgs.status=Synchronizing packages
|
||||
debian.transaction.dependency_of=Dependency of {pkgs}
|
||||
debian.transaction.get_data=Retrieving the operation's data
|
||||
debian.transaction.title=Operation details
|
||||
debian.transaction.to_install=The following additional packages ({no}) will be installed (Download: {dsize} | Installation: {isize})
|
||||
debian.transaction.to_remove=The following packages ({no}) will be removed (Freed space: {fspace})
|
||||
debian.uninstall.failed_to_remove=It was not possible to remove the following {no} packages: {pkgs}
|
||||
debian.uninstall.removing=Removing packages
|
||||
debian.uninstall.validating=Validating removed packages
|
||||
84
bauh/gems/debian/resources/locale/pt
Normal file
84
bauh/gems/debian/resources/locale/pt
Normal file
@@ -0,0 +1,84 @@
|
||||
debian.action.index_apps=Indexar aplicações
|
||||
debian.action.index_apps.desc=Identifica todos os pacotes instalados associados a arquivos .desktop e os mapeia como aplicações
|
||||
debian.action.purge=Remover completamente
|
||||
debian.action.purge.confirmation=A remoção completa de {pkg} apagará os arquivos de software e também os de configuração
|
||||
debian.action.purge.desc=Remove todos os arquivos de software e configuração associados ao pacote
|
||||
debian.action.purge.status=Removendo {} completamente
|
||||
debian.action.sync_pkgs=Sincronizar pacotes
|
||||
debian.action.sync_pkgs.desc=Sincroniza os pacotes de software disponíveis nos repositórios
|
||||
debian.action.sync_pkgs.status=Sincronizando pacotes
|
||||
debian.action.sources=Fontes de software
|
||||
debian.action.sources.desc=Inicia a aplicação detectada para gerenciamento de fontes de software
|
||||
debian.action.sources.not_installed=A aplicação para gerenciamento de fontes de software não está instalada
|
||||
debian.action.sources.status=Iniciando aplicação
|
||||
debian.action.sources.unsupported=A aplicação {app} não é suportada e não será inicializada
|
||||
debian.app_index.checking=Veriricando o índice de aplicações
|
||||
debian.app_index.updating=Atualizando o índice de aplicações
|
||||
debian.config.index_apps.exp=Validade do cache de aplicações
|
||||
debian.config.index_apps.exp.tip=Período de tempo em MINUTOS em que o cache das aplicações instaladas é considerado válido durante a inicialização
|
||||
debian.config.pkg_sources.app=Fontes de software
|
||||
debian.config.pkg_sources.app.tip=Aplicação para gerenciamento de fontes de software. {auto} detecta uma das aplicações suportadas automaticamente.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Validade de sugestões
|
||||
debian.config.suggestions.exp.tip=Define o período (em horas) no qual as sugestões armazenadas em disco serão consideradas atualizadas. Use 0 se quiser que elas sempre sejam atualizadas.
|
||||
debian.config.sync_pkgs.time=Período de sincronização de pacotes
|
||||
debian.config.sync_pkgs.time.tip=Período de tempo em MINUTOS em que a sincronização de pacotes deve ocorrer durante a inicialização
|
||||
debian.info.00.name=nome
|
||||
debian.info.01.version=versão
|
||||
debian.info.02.description=descrição
|
||||
debian.info.03.exec=executável
|
||||
debian.info.04.architecture=arquitetura
|
||||
debian.info.04.architecture.all=todas
|
||||
debian.info.04.archive=arquivamento
|
||||
debian.info.04.automatically installed=instalado automaticamente
|
||||
debian.info.04.automatically installed.no=não
|
||||
debian.info.04.automatically installed.yes=sim
|
||||
debian.info.04.breaks=Quebra
|
||||
debian.info.04.compressed size=Tamanho de download
|
||||
debian.info.04.conflicts=Conflita
|
||||
debian.info.04.depends=dependências
|
||||
debian.info.04.filename=arquivo
|
||||
debian.info.04.homepage=página web
|
||||
debian.info.04.maintainer=mantenedor
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-arquitetura
|
||||
debian.info.04.multi-arch.foreign=diferente
|
||||
debian.info.04.multi-arch.same=mesma
|
||||
debian.info.04.replaces=substitui
|
||||
debian.info.04.predepends=pré-dependências
|
||||
debian.info.04.priority=prioridade
|
||||
debian.info.04.priority.important=importante
|
||||
debian.info.04.priority.optional=opcional
|
||||
debian.info.04.provided by=provido por
|
||||
debian.info.04.provides=provê
|
||||
debian.info.04.recommends=recomenda
|
||||
debian.info.04.section=seção
|
||||
debian.info.04.state=estado
|
||||
debian.info.04.state.installed=instalado
|
||||
debian.info.04.state.not installed=não instalado
|
||||
debian.info.04.state.not installed (configuration files remain)=não instalado (arquivos de configuração instalados)
|
||||
debian.info.04.suggests=sugere
|
||||
debian.info.04.uncompressed size=tamanho de instalação
|
||||
debian.install.validating=Validando pacotes instalados
|
||||
debian.installing_pkgs=Instalando pacotes
|
||||
debian.output.downloading=Baixando {pkg}
|
||||
debian.output.finishing=Finalizando
|
||||
debian.output.removing=Removendo {pkg}
|
||||
debian.output.unpacking=Desempacotando {pkg}
|
||||
debian.remove.impossible=Não é possível remover o pacote {pkg}
|
||||
debian.remove_deps=Os seguintes {no} pacotes dependentes de {pkg} serão removidos também ({fspace})
|
||||
debian.simulate_operation=Simulando a operação
|
||||
debian.task.app_index.status=Indexando aplicações instaladas
|
||||
debian.task.map_apps.check_files=Verificando arquivos {type}
|
||||
debian.task.map_apps.read_cache=Lendo aplicações do índice (cache)
|
||||
debian.task.map_apps.status=Mapeando aplicações instaladas
|
||||
debian.task.update_apps_idx.status=Atualizando índice
|
||||
debian.task.sync_pkgs.status=Sincronizando pacotes
|
||||
debian.transaction.dependency_of=Dependência de {pkgs}
|
||||
debian.transaction.get_data=Obtendo dados da operação
|
||||
debian.transaction.title=Detalhes da operação
|
||||
debian.transaction.to_install=Os seguintes pacotes adicionais ({no}) serão instaladas (Download: {dsize} | Instalação: {isize})
|
||||
debian.transaction.to_remove=Os seguintes pacotes ({no}) serão removidos (Espaço liberado: {fspace})
|
||||
debian.uninstall.failed_to_remove=Não foi possível remover os seguintes {no} pacotes: {pkgs}
|
||||
debian.uninstall.removing=Removendo pacotes
|
||||
debian.uninstall.validating=Validando pacotes removidos
|
||||
84
bauh/gems/debian/resources/locale/ru
Normal file
84
bauh/gems/debian/resources/locale/ru
Normal file
@@ -0,0 +1,84 @@
|
||||
debian.action.index_apps=Index applications
|
||||
debian.action.index_apps.desc=Identifies all installed packages associated with .desktop files and maps them as applications
|
||||
debian.action.purge=Remove completely
|
||||
debian.action.purge.confirmation=The complete removal of {pkg} will erase the software files and also the configuration ones
|
||||
debian.action.purge.desc=Removes all software and configuration files associated with the package
|
||||
debian.action.purge.status=Removing {} completely
|
||||
debian.action.sync_pkgs=Synchronize packages
|
||||
debian.action.sync_pkgs.desc=Synchronizes the available software packages on the repositories
|
||||
debian.action.sync_pkgs.status=Synchronizing packages
|
||||
debian.action.sources=Software sources
|
||||
debian.action.sources.desc=Starts the application for managing software sources
|
||||
debian.action.sources.not_installed=The application for managing software sources is not installed
|
||||
debian.action.sources.status=Launching application
|
||||
debian.action.sources.unsupported=The application {app} is not supported and will not be started
|
||||
debian.app_index.checking=Checking the apps index
|
||||
debian.app_index.updating=Updating the apps index
|
||||
debian.config.index_apps.exp=Apps cache expiration
|
||||
debian.config.index_apps.exp.tip=Time period in MINUTES in which the installed applications cache is considered up-to-date during startup
|
||||
debian.config.pkg_sources.app=Software sources
|
||||
debian.config.pkg_sources.app.tip=Application for managing the software sources. {auto} detects one of the supported applications automatically.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Suggestions expiration
|
||||
debian.config.suggestions.exp.tip=It defines the period (in hours) in which the suggestions stored in disc will be considered up to date. Use 0 if you always want to update them.
|
||||
debian.config.sync_pkgs.time=Packages synchronization period
|
||||
debian.config.sync_pkgs.time.tip=Time period in MINUTES in which the packages synchronization must be done on startup
|
||||
debian.info.00.name=name
|
||||
debian.info.01.version=version
|
||||
debian.info.02.description=description
|
||||
debian.info.03.exec=executable
|
||||
debian.info.04.architecture=architecture
|
||||
debian.info.04.architecture.all=all
|
||||
debian.info.04.archive=archive
|
||||
debian.info.04.automatically installed=automatically installed
|
||||
debian.info.04.automatically installed.no=no
|
||||
debian.info.04.automatically installed.yes=yes
|
||||
debian.info.04.breaks=breaks
|
||||
debian.info.04.compressed size=Download size
|
||||
debian.info.04.conflicts=conflicts
|
||||
debian.info.04.depends=dependencies
|
||||
debian.info.04.filename=file
|
||||
debian.info.04.homepage=web page
|
||||
debian.info.04.maintainer=maintainer
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-architecture
|
||||
debian.info.04.multi-arch.foreign=foreign
|
||||
debian.info.04.multi-arch.same=same
|
||||
debian.info.04.replaces=replaces
|
||||
debian.info.04.predepends=pre dependencies
|
||||
debian.info.04.priority=priority
|
||||
debian.info.04.priority.important=important
|
||||
debian.info.04.priority.optional=optional
|
||||
debian.info.04.provided by=provided by
|
||||
debian.info.04.provides=provides
|
||||
debian.info.04.recommends=recommends
|
||||
debian.info.04.section=section
|
||||
debian.info.04.state=state
|
||||
debian.info.04.state.installed=installed
|
||||
debian.info.04.state.not installed=not installed
|
||||
debian.info.04.state.not installed (configuration files remain)=not installed (configuration files installed)
|
||||
debian.info.04.suggests=suggests
|
||||
debian.info.04.uncompressed size=installation size
|
||||
debian.install.validating=Validating installed packages
|
||||
debian.installing_pkgs=Installing packages
|
||||
debian.output.downloading=Downloading {pkg}
|
||||
debian.output.finishing=Finishing
|
||||
debian.output.removing=Removing {pkg}
|
||||
debian.output.unpacking=Unpacking {pkg}
|
||||
debian.remove.impossible=It is not possible to remove the package {pkg}
|
||||
debian.remove_deps=The following {no} dependent packages of {pkg} will be removed as well ({fspace})
|
||||
debian.simulate_operation=Simulating the operation
|
||||
debian.task.app_index.status=Indexing installed applications
|
||||
debian.task.map_apps.check_files=Checking {type} files
|
||||
debian.task.map_apps.read_cache=Reading apps from the index (cache)
|
||||
debian.task.map_apps.status=Mapping installed applications
|
||||
debian.task.update_apps_idx.status=Updating index
|
||||
debian.task.sync_pkgs.status=Synchronizing packages
|
||||
debian.transaction.dependency_of=Dependency of {pkgs}
|
||||
debian.transaction.get_data=Retrieving the operation's data
|
||||
debian.transaction.title=Operation details
|
||||
debian.transaction.to_install=The following additional packages ({no}) will be installed (Download: {dsize} | Installation: {isize})
|
||||
debian.transaction.to_remove=The following packages ({no}) will be removed (Freed space: {fspace})
|
||||
debian.uninstall.failed_to_remove=It was not possible to remove the following {no} packages: {pkgs}
|
||||
debian.uninstall.removing=Removing packages
|
||||
debian.uninstall.validating=Validating removed packages
|
||||
83
bauh/gems/debian/resources/locale/tr
Normal file
83
bauh/gems/debian/resources/locale/tr
Normal file
@@ -0,0 +1,83 @@
|
||||
debian.action.index_apps=Index applications
|
||||
debian.action.index_apps.desc=Identifies all installed packages associated with .desktop files and maps them as applications
|
||||
debian.action.purge=Remove completely
|
||||
debian.action.purge.confirmation=The complete removal of {pkg} will erase the software files and also the configuration ones
|
||||
debian.action.purge.desc=Removes all software and configuration files associated with the package
|
||||
debian.action.purge.status=Removing {} completely
|
||||
debian.action.sync_pkgs=Synchronize packages
|
||||
debian.action.sync_pkgs.desc=Synchronizes the available software packages on the repositories
|
||||
debian.action.sync_pkgs.status=Synchronizing packages
|
||||
debian.action.sources=Software sources
|
||||
debian.action.sources.desc=Starts the application for managing software sources
|
||||
debian.action.sources.not_installed=The application for managing software sources is not installed
|
||||
debian.action.sources.status=Launching application
|
||||
debian.action.sources.unsupported=The application {app} is not supported and will not be started
|
||||
debian.app_index.checking=Checking the apps index
|
||||
debian.app_index.updating=Updating the apps index
|
||||
debian.config.index_apps.exp=Apps cache expiration
|
||||
debian.config.index_apps.exp.tip=Time period in MINUTES in which the installed applications cache is considered up-to-date during startup
|
||||
debian.config.pkg_sources.app=Software sources
|
||||
debian.config.pkg_sources.app.tip=Application for managing the software sources. {auto} detects one of the supported applications automatically.
|
||||
debian.config.pkg_sources.app.auto=Auto
|
||||
debian.config.suggestions.exp=Suggestions expiration
|
||||
debian.config.suggestions.exp.tip=It defines the period (in hours) in which the suggestions stored in disc will be considered up to date. Use 0 if you always want to update them.
|
||||
debian.config.sync_pkgs.time=Packages synchronization period
|
||||
debian.config.sync_pkgs.time.tip=Time period in MINUTES in which the packages synchronization must be done on startup
|
||||
debian.info.00.name=name
|
||||
debian.info.01.version=version
|
||||
debian.info.02.description=description
|
||||
debian.info.03.exec=executable
|
||||
debian.info.04.architecture=architecture
|
||||
debian.info.04.architecture.all=all
|
||||
debian.info.04.archive=archive
|
||||
debian.info.04.automatically installed=automatically installed
|
||||
debian.info.04.automatically installed.no=no
|
||||
debian.info.04.automatically installed.yes=yes
|
||||
debian.info.04.breaks=breaks
|
||||
debian.info.04.compressed size=Download size
|
||||
debian.info.04.conflicts=conflicts
|
||||
debian.info.04.depends=dependencies
|
||||
debian.info.04.homepage=web page
|
||||
debian.info.04.maintainer=maintainer
|
||||
debian.info.04.md5sum=MD5
|
||||
debian.info.04.multi-arch=multi-architecture
|
||||
debian.info.04.multi-arch.foreign=foreign
|
||||
debian.info.04.multi-arch.same=same
|
||||
debian.info.04.replaces=replaces
|
||||
debian.info.04.predepends=pre dependencies
|
||||
debian.info.04.priority=priority
|
||||
debian.info.04.priority.important=important
|
||||
debian.info.04.priority.optional=optional
|
||||
debian.info.04.provided by=provided by
|
||||
debian.info.04.provides=provides
|
||||
debian.info.04.recommends=recommends
|
||||
debian.info.04.section=section
|
||||
debian.info.04.state=state
|
||||
debian.info.04.state.installed=installed
|
||||
debian.info.04.state.not installed=not installed
|
||||
debian.info.04.state.not installed (configuration files remain)=not installed (configuration files installed)
|
||||
debian.info.04.suggests=suggests
|
||||
debian.info.04.uncompressed size=installation size
|
||||
debian.install.validating=Validating installed packages
|
||||
debian.installing_pkgs=Installing packages
|
||||
debian.output.downloading=Downloading {pkg}
|
||||
debian.output.finishing=Finishing
|
||||
debian.output.removing=Removing {pkg}
|
||||
debian.output.unpacking=Unpacking {pkg}
|
||||
debian.remove.impossible=It is not possible to remove the package {pkg}
|
||||
debian.remove_deps=The following {no} dependent packages of {pkg} will be removed as well ({fspace})
|
||||
debian.simulate_operation=Simulating the operation
|
||||
debian.task.app_index.status=Indexing installed applications
|
||||
debian.task.map_apps.check_files=Checking {type} files
|
||||
debian.task.map_apps.read_cache=Reading apps from the index (cache)
|
||||
debian.task.map_apps.status=Mapping installed applications
|
||||
debian.task.update_apps_idx.status=Updating index
|
||||
debian.task.sync_pkgs.status=Synchronizing packages
|
||||
debian.transaction.dependency_of=Dependency of {pkgs}
|
||||
debian.transaction.get_data=Retrieving the operation's data
|
||||
debian.transaction.title=Operation details
|
||||
debian.transaction.to_install=The following additional packages ({no}) will be installed (Download: {dsize} | Installation: {isize})
|
||||
debian.transaction.to_remove=The following packages ({no}) will be removed (Freed space: {fspace})
|
||||
debian.uninstall.failed_to_remove=It was not possible to remove the following {no} packages: {pkgs}
|
||||
debian.uninstall.removing=Removing packages
|
||||
debian.uninstall.validating=Validating removed packages
|
||||
Reference in New Issue
Block a user