Update translations and fix formatting

merge-requests/273/head
Chrysostomus 6 years ago
parent 9637eb1633
commit 05c669aa68

@ -500,3 +500,5 @@ _LogMenu="Vis systemlogge"
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -496,3 +496,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -498,3 +498,6 @@ _LogBody="Parse system logs with fzf"
_DataRecMenu="Data Recovery"
_DataRecBody="Various tools for data backup and recovery"
_HostCache="Choose pacman cache"
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation."

@ -500,3 +500,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -493,3 +493,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -497,3 +497,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -496,3 +496,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -496,3 +496,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -495,3 +495,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -498,3 +498,6 @@ _LogMenu="Visualizar logs do sistema"
_LogBody="Analizar logs do sistema com fzf"
_DataRecMenu="Recuperação de dados"
_DataRecBody="Várias ferramentas para backup e recuperação de dados"
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -498,3 +498,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -496,3 +496,6 @@ _LogMenu="View system logs" # translate me !
_LogBody="Parse system logs with fzf" # translate me !
_DataRecMenu="Data recovery" # translate me !
_DataRecBody="Various tools for data backup and recovery" # translate me !
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -497,3 +497,6 @@ _LogMenu="Переглянути системні логи"
_LogBody="Зробити аналіз системних логів за допомогою fzf"
_DataRecMenu="Відновлення даних"
_DataRecBody="Різні утиліти для копіювання та відновлення даних"
_HostCache="Choose pacman cache" # translate me !
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation." # translate me !

@ -224,7 +224,7 @@ prep_menu() {
declare -i loopmenu=1
while ((loopmenu)); do
submenu 9
DIALOG " $_PrepMenuTitle " --default-item ${HIGHLIGHT_SUB} --menu "\n$_PrepMenuBody\n " 0 0 9 \
DIALOG " $_PrepMenuTitle " --default-item ${HIGHLIGHT_SUB} --menu "\n$_PrepMenuBody\n " 0 0 10 \
"1" "$_VCKeymapTitle" \
"2" "$_DevShowOpt" \
"3" "$_PrepPartDisk" \
@ -274,17 +274,6 @@ prep_menu() {
done
}
set_cache()
{
_HostCache="Choose pacman cache"
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation."
DIALOG " $_HostCache " --yesno "\n$_HostCacheBody\n " 0 0
if [[ $? -eq 0 ]]; then
hostcache=true
else
hostcache=false
fi
}
# Base Installation
install_base_menu() {
local PARENT="$FUNCNAME"

@ -592,3 +592,13 @@ exit_done() {
fi
fi
}
set_cache()
{
DIALOG " $_HostCache " --yesno "\n$_HostCacheBody\n " 0 0
if [[ $? -eq 0 ]]; then
hostcache=true
else
hostcache=false
fi
}
Loading…
Cancel
Save