mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Multilinguified Upgrade Schema
This commit is contained in:
25
core/upgrade/app_languages.php
Normal file
25
core/upgrade/app_languages.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
// Upgrade Schema
|
||||
|
||||
$text['title-upgrade_schema']['en-us'] = 'Upgrade Schema';
|
||||
|
||||
$text['header-database_type']['en-us'] = 'Database Type';
|
||||
$text['header-message']['en-us'] = 'Message';
|
||||
|
||||
$text['label-sql_changes']['en-us'] = 'SQL Changes';
|
||||
$text['label-table']['en-us'] = 'Table';
|
||||
$text['label-exists']['en-us'] = 'Exists';
|
||||
$text['label-details']['en-us'] = 'Details';
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-type']['en-us'] = 'Type';
|
||||
$text['label-upgrade']['en-us'] = 'Upgrade';
|
||||
$text['label-database']['en-us'] = 'Database';
|
||||
$text['label-schema']['en-us'] = 'Schema';
|
||||
$text['label-no_change']['en-us'] = 'No Change';
|
||||
|
||||
$text['option-true']['en-us'] = 'True';
|
||||
$text['option-false']['en-us'] = 'False';
|
||||
|
||||
$text['message-upgrade']['en-us'] = 'Upgrade Completed';
|
||||
?>
|
||||
Reference in New Issue
Block a user