diff --git a/installation/raspiBackupInstallUI.sh b/installation/raspiBackupInstallUI.sh index 2970e97d..431877c2 100755 --- a/installation/raspiBackupInstallUI.sh +++ b/installation/raspiBackupInstallUI.sh @@ -6,6 +6,9 @@ # # Visit http://www.linux-tips-and-tricks.de/raspiBackup for latest code and other details # +# Credits to following people for their translation work +# FI - teemue +# ####################################################################################################################### # # Copyright (c) 2015-2021 framp at linux-tips-and-tricks dot de diff --git a/raspiBackup.sh b/raspiBackup.sh index 46af4e63..dc759592 100755 --- a/raspiBackup.sh +++ b/raspiBackup.sh @@ -9,6 +9,9 @@ # Smart recycle backup strategy inspired by https://opensource.com/article/18/8/automate-backups-raspberry-pi and # enhanced to support multiple backups in a given timeframe of days, weeks, months and years # +# Credits to following people for their translation work +# FI - teemue +# ####################################################################################################################### # # Copyright (c) 2013-2021 framp at linux-tips-and-tricks dot de @@ -25,7 +28,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# +# ####################################################################################################################### if [ -z "$BASH" ] ;then