Upgrade: Forgot a couple files for the last revision submission.

This commit is contained in:
Nate Jones
2014-07-10 07:16:58 +00:00
parent aa89557ea7
commit 18ce69121b
2 changed files with 5 additions and 4 deletions

View File

@@ -48,10 +48,6 @@
$apps[$x]['permissions'][$y]['menu']['uuid'] = "e7bb1296-3141-48c9-a95a-82d2768d0ae4";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "upgrade_datatypes";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "9c82d494-c248-4f74-a82b-2af15064d6fc";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
//schema details
$y = 0; //table array index

View File

@@ -10,6 +10,11 @@
$text['title-upgrade']['pt-pt'] = "Actualizar";
$text['title-upgrade']['fr-fr'] = "Mise à jour";
$text['header-svn_update_results']['en-us'] = "SVN Update Results";
$text['header-svn_update_results']['es-cl'] = "";
$text['header-svn_update_results']['pt-pt'] = "";
$text['header-svn_update_results']['fr-fr'] = "";
$text['header-upgrade_schema_results']['en-us'] = "Upgrade Schema Results";
$text['header-upgrade_schema_results']['es-cl'] = "Actualiza Esquema Resultados";
$text['header-upgrade_schema_results']['pt-pt'] = "Resultados Atualização do Esquema";