From 45e355617f5d4af305016d7583eb8b4349f912d0 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 16 Nov 2014 00:46:58 +0000 Subject: [PATCH] Change the translations for the command option and label. --- app/backup/app_languages.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/backup/app_languages.php b/app/backup/app_languages.php index 12bfb0160e..a08391a5ac 100755 --- a/app/backup/app_languages.php +++ b/app/backup/app_languages.php @@ -35,15 +35,15 @@ $text['option-file_download']['pt-pt'] = "download do arquivo"; $text['option-file_download']['fr-fr'] = "Télécharger le fichier"; - $text['option-cron_script']['en-us'] = "Cron Script"; - $text['option-cron_script']['es-cl'] = "Cron Guión"; - $text['option-cron_script']['pt-pt'] = "Cron Script"; - $text['option-cron_script']['fr-fr'] = "Cron Script"; + $text['option-command']['en-us'] = "Command"; + $text['option-command']['es-cl'] = "Comando"; + $text['option-command']['pt-pt'] = "Comando"; + $text['option-command']['fr-fr'] = "Commandementt"; - $text['label-cron_script']['en-us'] = "Cron Script"; - $text['label-cron_script']['es-cl'] = "Cron Guión"; - $text['label-cron_script']['pt-pt'] = "Cron Script"; - $text['label-cron_script']['fr-fr'] = "Cron Script"; + $text['label-command']['en-us'] = "Command"; + $text['label-command']['es-cl'] = "Comando"; + $text['label-command']['pt-pt'] = "Comando"; + $text['label-command']['fr-fr'] = "Commandementt"; $text['header-restore']['en-us'] = "Restore"; $text['header-restore']['es-cl'] = "Restaurar";