Plugin: vChamilo: Update 'archive' (pre-1.10 term) to 'cache' (2) - refs BT#21163

pull/4964/head
Yannick Warnier 2 years ago
parent dc4e1de7ea
commit cc7c47ea97
  1. 2
      plugin/vchamilo/lang/english.php
  2. 2
      plugin/vchamilo/lang/french.php

@ -4,7 +4,7 @@
* @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
* @author Valery Fremaux <valery.fremaux@gmail.com>
*/
$strings['archiverealroot'] = 'Archive container real root (no symlinks here)';
$strings['archiverealroot'] = 'Cache container real root (system path, no symlinks here)';
$strings['backtoindex'] = 'Back to instance index';
$strings['badconnection'] = 'Connection FAILED';
$strings['cancel'] = 'Cancel';

@ -4,7 +4,7 @@
* @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
* @author Valery Fremaux <valery.fremaux@gmail.com>
*/
$strings['archiverealroot'] = 'Container effectif d\'archives (chemin réel)';
$strings['archiverealroot'] = 'Container effectif de la cache (chemin réel sur disque)';
$strings['backtoindex'] = 'Retour aux instances';
$strings['cancel'] = 'Annuler';
$strings['choose'] = 'Choisir une action...';

Loading…
Cancel
Save