diff options
author | irina <irinagomez@us.es> | 2014-02-04 11:00:10 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2014-02-04 11:00:10 +0000 |
commit | ded5221071c65de21645d8875fcaa93fc499373d (patch) | |
tree | 9cde65b08a1d1f39fbd22c8bd8447fb1632873b7 /admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php | |
parent | a8c0a4a7e354292612605c5216e2b12af73f90bd (diff) |
#565 torrent-creator incluye las imagenes .diff y en la consola cambio de nomenclatura para el tipo de sincronizada: basada en directorio o en archivo
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4138 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php index 58e9db79..8d986582 100644 --- a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php +++ b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php @@ -39,6 +39,9 @@ $TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.' $TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.'; $TbMsg["SYNC_METHOD"]='Method'; +$TbMsg["SYNC1_DIR"]='Based on directory'; +$TbMsg["SYNC2_FILE"]='Based on file'; + $TbMsg["TITLE_W"]='Rsync option: delta-transfer algorithm is not used and the whole file is sent as-is instead. This is the default when both the source and destination are specified as local paths.' $TbMsg["TITLE_E"]="Rsync option: delete extraneous files from the receiving side (ones that aren't on the sending side)." $TbMsg["TITLE_C"]='Rsync option: compresses the file data as it is sent to the destination machine, which reduces the amount of data being transmitted.'; |