mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-29 08:14:08 +00:00
Update Spanish translations.
This commit is contained in:
parent
69bb25e05b
commit
61e6529f6a
1057
extras/po/es.po
1057
extras/po/es.po
File diff suppressed because it is too large
Load Diff
@ -926,10 +926,6 @@ msgstr ""
|
|||||||
msgid "The new size must be greater then old tomb size."
|
msgid "The new size must be greater then old tomb size."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: _message
|
|
||||||
msgid "Generating ::1 tomb file:: of MiB"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: _failure
|
#: _failure
|
||||||
msgid "Error creating the extra resize ::1 size::, operation aborted."
|
msgid "Error creating the extra resize ::1 size::, operation aborted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
2
tomb
2
tomb
@ -2116,7 +2116,7 @@ resize_tomb() {
|
|||||||
|
|
||||||
delta="$(( $newtombsize - $oldtombsize ))"
|
delta="$(( $newtombsize - $oldtombsize ))"
|
||||||
|
|
||||||
_message "Generating ::1 tomb file:: of MiB" $tombfile $newtombsize
|
_message "Generating ::1 tomb file:: of ::2 size::MiB" $tombfile $newtombsize
|
||||||
|
|
||||||
_verbose "Data dump using ::1:: from /dev/urandom" ${DD[1]}
|
_verbose "Data dump using ::1:: from /dev/urandom" ${DD[1]}
|
||||||
${=DD} if=/dev/urandom bs=1048576 count=${delta} >> ${tombdir}/${tombfile}
|
${=DD} if=/dev/urandom bs=1048576 count=${delta} >> ${tombdir}/${tombfile}
|
||||||
|
Loading…
Reference in New Issue
Block a user