installer.sh: remove leading and trailing quotation marks around files being copied

This commit is contained in:
Silvan Calarco 2014-06-12 01:25:15 +02:00
parent 78ab2998e6
commit 4003456d89
3 changed files with 7 additions and 7 deletions

View File

@ -85,7 +85,7 @@ function cp_parser() {
if [ "$DCOPID" ]; then
dcop_write $"Copying files (/$d)..." `expr $PERCENT / 2 + $prog`
dcop_write_details $"\
Copying: '$CP_LINE
Copying: ${CP_LINE:0:-1}
${MOUNT_SPACE} Mbytes copied
Installation time: $TIME_ELAPSED minutes"
else

View File

@ -50,9 +50,9 @@ msgstr ""
#: _from_rc.cc:12
msgid ""
"Copyright (c) 2007-2011 by Silvan Calarco\n"
"Copyright (c) 2007-2014 by Silvan Calarco\n"
"Released under the terms of the GNU GPL v3 license"
msgstr "Copyright (c) 2007-2011 by Silvan Calarco\n"
msgstr "Copyright (c) 2007-2014 by Silvan Calarco\n"
"Expedido según los términos de la licencia GNU GPL v3"
#: _from_rc.cc:14
@ -558,11 +558,11 @@ msgid "Installation completed; press Next to continue."
msgstr "Instalación completa; presiona Siguiente para continuar."
#: installer.sh:69
msgid ""
"Copying: '$CP_LINE\n"
"Copying: ${CP_LINE:0:-1}\n"
"${MOUNT_SPACE}bytes copied\n"
"Installation time: $TIME_ELAPSED minutes"
msgstr ""
"Copia di: '$CP_LINE\n"
"Copia di: ${CP_LINE:0:-1}\n"
"${MOUNT_SPACE}bytes copiados\n"
"Tiempo de instalación: $TIME_ELAPSED minutos"
#: installer.sh:105

View File

@ -562,11 +562,11 @@ msgstr "Installazione completata; premi Successivo per continuare."
#msgstr "Installazione completata."
#: installer.sh:69
msgid ""
"Copying: '$CP_LINE\n"
"Copying: ${CP_LINE:0:-1}\n"
"${MOUNT_SPACE} Mbytes copied\n"
"Installation time: $TIME_ELAPSED minutes"
msgstr ""
"Copia di: '$CP_LINE\n"
"Copia di: ${CP_LINE:0:-1}\n"
"${MOUNT_SPACE} Mbytes copiati\n"
"Tempo di installazione: $TIME_ELAPSED minuti"
#: installer.sh:385