diff options
author | Irina Gómez <irinagomez@us.es> | 2021-07-04 14:01:16 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2021-07-04 14:01:16 +0200 |
commit | 9b90a8ec13167378b555c085ce00ec055fa8ef3e (patch) | |
tree | 1a1bd6f1ea071b89436149a800a3afb9b98a0d15 /admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php | |
parent | 48ba4e8e65a0c2c3bf65bbfeaa3911c95ad84d17 (diff) |
#918 The web console commands for cloning synchronized images adapt to images synced with git.918-git-images
GIT is included as a cloning protocol with options git_option:acl_option with the values [ clone | checkout ] : [ total | user ].
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 1f263233..c3e48f5c 100644 --- a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php +++ b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php @@ -50,10 +50,13 @@ $TbMsg["CONFIG_NOOS"]='No operating system detected on the computer.'; $TbMsg["SYNC_METHOD"]='Method'; $TbMsg["SYNC1_DIR"]='Directory based'; $TbMsg["SYNC2_FILE"]='File based'; +$TbMsg["SYNC3_GIT"]='GIT'; $TbMsg["TITLE_W"]='Rsync option: Rsync incremental 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 data files sent to the destination machine, which reduces the amount of data being transmitted.'; +$TbMsg["TITLE_G"]='Git option: The partition will be formatted and the image will be cloned, instead of doing a checkout.'; +$TbMsg["TITLE_A"]='Acl restore option: All permissions will be restored and not just those of the user.'; $TbMsg["SEND"]='Protocol'; // WARNINGS. $TbMsg["WARN_PROTOCOL"]='"Protocol" option is only used in incremental file-type, the first time that image is sent to cache. <br>In other case protocol is RSYNC.'; |