127 lines
3.8 KiB
PHP
127 lines
3.8 KiB
PHP
<?php
|
|
|
|
//Databases
|
|
|
|
$text['title-databases']['en-us'] = 'Databases';
|
|
$text['title-databases']['pt-pt'] = '';
|
|
|
|
$text['header-databases']['en-us'] = 'Databases';
|
|
$text['header-databases']['pt-pt'] = '';
|
|
|
|
$text['description-databases']['en-us'] = 'Database information.';
|
|
$text['description-databases']['pt-pt'] = '';
|
|
|
|
//------
|
|
|
|
$text['title-database-edit']['en-us'] = 'Database Edit';
|
|
$text['title-database-edit']['pt-pt'] = '';
|
|
|
|
$text['header-database-edit']['en-us'] = 'Database Edit';
|
|
$text['header-database-edit']['pt-pt'] = '';
|
|
|
|
$text['description-database-edit']['en-us'] = 'Database connection information.';
|
|
$text['description-database-edit']['pt-pt'] = '';
|
|
|
|
//------
|
|
|
|
$text['title-database-add']['en-us'] = 'Database Add';
|
|
$text['title-database-add']['pt-pt'] = '';
|
|
|
|
$text['header-database-add']['en-us'] = 'Database Add';
|
|
$text['header-database-add']['pt-pt'] = '';
|
|
|
|
$text['description-database-add']['en-us'] = 'Database connection information.';
|
|
$text['description-database-add']['pt-pt'] = '';
|
|
|
|
//------
|
|
|
|
$text['label-driver']['en-us'] = 'Driver';
|
|
$text['label-driver']['pt-pt'] = '';
|
|
|
|
$text['description-driver']['en-us'] = 'Select the database driver.';
|
|
$text['description-driver']['pt-pt'] = '';
|
|
|
|
$text['label-type']['en-us'] = 'Type';
|
|
$text['label-type']['pt-pt'] = '';
|
|
|
|
$text['description-type']['en-us'] = 'Select the database type.';
|
|
$text['description-type']['pt-pt'] = '';
|
|
|
|
$text['label-host']['en-us'] = 'Host';
|
|
$text['label-host']['pt-pt'] = '';
|
|
|
|
$text['description-host']['en-us'] = 'Enter the host name.';
|
|
$text['description-host']['pt-pt'] = '';
|
|
|
|
$text['label-port']['en-us'] = 'Port';
|
|
$text['label-port']['pt-pt'] = '';
|
|
|
|
$text['description-port']['en-us'] = 'Enter the port number.';
|
|
$text['description-port']['pt-pt'] = '';
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
$text['label-name']['pt-pt'] = '';
|
|
|
|
$text['description-name']['en-us'] = 'Enter the database name.';
|
|
$text['description-name']['pt-pt'] = '';
|
|
|
|
$text['label-username']['en-us'] = 'Username';
|
|
$text['label-username']['pt-pt'] = '';
|
|
|
|
$text['description-username']['en-us'] = 'Enter the database username.';
|
|
$text['description-username']['pt-pt'] = '';
|
|
|
|
$text['label-password']['en-us'] = 'Password';
|
|
$text['label-password']['pt-pt'] = '';
|
|
|
|
$text['description-password']['en-us'] = 'Enter the database password.';
|
|
$text['description-password']['pt-pt'] = '';
|
|
|
|
$text['label-path']['en-us'] = 'Path';
|
|
$text['label-path']['pt-pt'] = '';
|
|
|
|
$text['description-path']['en-us'] = 'Enter the database file path (SQLite only).';
|
|
$text['description-path']['pt-pt'] = '';
|
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['label-description']['pt-pt'] = '';
|
|
|
|
$text['description-description']['en-us'] = 'Enter a description for this database, if desired.';
|
|
$text['description-description']['pt-pt'] = '';
|
|
|
|
//------
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['button-add']['pt-pt'] = '';
|
|
|
|
$text['button-edit']['en-us'] = 'Edit';
|
|
$text['button-edit']['pt-pt'] = '';
|
|
|
|
$text['button-delete']['en-us'] = 'Delete';
|
|
$text['button-delete']['pt-pt'] = '';
|
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-delete']['pt-pt'] = '';
|
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
|
|
|
$text['message-message']['en-us'] = 'Message';
|
|
$text['message-message']['pt-pt'] = '';
|
|
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
|
$text['message-add']['pt-pt'] = '';
|
|
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
|
$text['message-update']['pt-pt'] = '';
|
|
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
|
$text['message-delete']['pt-pt'] = '';
|
|
|
|
$text['message-required']['en-us'] = 'Please provide: ';
|
|
$text['message-required']['pt-pt'] = '';
|
|
|
|
?>
|