Update translation files

This commit is contained in:
Pierre Goiffon
2018-12-10 08:46:02 +01:00
parent 7f497fe3be
commit 80a8f7a888
55 changed files with 1589 additions and 467 deletions

View File

@@ -21,6 +21,7 @@
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'bkp-backup-running' => 'Un respaldo está en ejecuión. Por favor espere...',
'bkp-restore-running' => 'Una restauración está en ejecución. Por favor espere...',

View File

@@ -5,9 +5,8 @@
* @copyright Copyright (C) 2013 Combodo
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'bkp-backup-running' => '备份正在进行,请稍后...',
'bkp-restore-running' => '还原正在进行,请稍等...',
@@ -43,4 +42,3 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'bkp-wait-restore' => '请等待还原完成...',
'bkp-success-restore' => '还原成功.',
));
?>