mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-22 05:42:54 +00:00
@@ -14,7 +14,7 @@ LANG_OPTIONS=("de-at" "de-ch" "de-de" "en" "en-gb" "es" "fr" "it" "nl" "pl-pl")
|
|||||||
PLUGIN_OPTIONS=("contactfax" "desktopnotifications" "filepreviewer" "files" "filesbackend-smb" "filesbackend-owncloud" "folderwidgets" "gmaps" "intranet" "mattermost" "mdm" "pimfolder" "quickitems" "smime" "titlecounter" "webappmanual" "zdeveloper")
|
PLUGIN_OPTIONS=("contactfax" "desktopnotifications" "filepreviewer" "files" "filesbackend-smb" "filesbackend-owncloud" "folderwidgets" "gmaps" "intranet" "mattermost" "mdm" "pimfolder" "quickitems" "smime" "titlecounter" "webappmanual" "zdeveloper")
|
||||||
|
|
||||||
lang_menu() {
|
lang_menu() {
|
||||||
echo "Avaliable options:"
|
echo "Available options:"
|
||||||
for i in "${!LANG_OPTIONS[@]}"; do
|
for i in "${!LANG_OPTIONS[@]}"; do
|
||||||
printf "%3d%s) %s\n" $((i+1)) "${lang_choices[i]:- }" "${LANG_OPTIONS[i]}"
|
printf "%3d%s) %s\n" $((i+1)) "${lang_choices[i]:- }" "${LANG_OPTIONS[i]}"
|
||||||
done
|
done
|
||||||
@@ -22,7 +22,7 @@ lang_menu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugin_menu() {
|
plugin_menu() {
|
||||||
echo "Avaliable options:"
|
echo "Available options:"
|
||||||
for i in "${!PLUGIN_OPTIONS[@]}"; do
|
for i in "${!PLUGIN_OPTIONS[@]}"; do
|
||||||
printf "%3d%s) %s\n" $((i+1)) "${plugin_choices[i]:- }" "${PLUGIN_OPTIONS[i]}"
|
printf "%3d%s) %s\n" $((i+1)) "${plugin_choices[i]:- }" "${PLUGIN_OPTIONS[i]}"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user