fusionpbx/app/database_transactions/app_languages.php

184 lines
7.3 KiB
PHP

<?php
//Database Transactions
$text['title-database_transactions']['en-us'] = 'Database Transactions';
$text['title-database_transactions']['es-cl'] = '';
$text['title-database_transactions']['pt-pt'] = '';
$text['title-database_transactions']['fr-fr'] = '';
$text['title-database_transaction']['en-us'] = 'Database Transaction';
$text['title-database_transaction']['es-cl'] = '';
$text['title-database_transaction']['pt-pt'] = '';
$text['title-database_transaction']['fr-fr'] = '';
$text['title_description-database_transaction']['en-us'] = '';
$text['title_description-database_transaction']['es-cl'] = '';
$text['title_description-database_transaction']['pt-pt'] = '';
$text['title_description-database_transaction']['fr-fr'] = '';
$text['label-user_uuid']['en-us'] = 'User';
$text['label-user_uuid']['es-cl'] = '';
$text['label-user_uuid']['pt-pt'] = '';
$text['label-user_uuid']['fr-fr'] = '';
$text['description-user_uuid']['en-us'] = 'User transaction.';
$text['description-user_uuid']['es-cl'] = '';
$text['description-user_uuid']['pt-pt'] = '';
$text['description-user_uuid']['fr-fr'] = '';
$text['label-app_name']['en-us'] = 'Application';
$text['label-app_name']['es-cl'] = '';
$text['label-app_name']['pt-pt'] = '';
$text['label-app_name']['fr-fr'] = '';
$text['description-app_name']['en-us'] = 'Application name.';
$text['description-app_name']['es-cl'] = '';
$text['description-app_name']['pt-pt'] = '';
$text['description-app_name']['fr-fr'] = '';
$text['label-app_uuid']['en-us'] = 'Application Id';
$text['label-app_uuid']['es-cl'] = '';
$text['label-app_uuid']['pt-pt'] = '';
$text['label-app_uuid']['fr-fr'] = '';
$text['description-app_uuid']['en-us'] = 'Application name.';
$text['description-app_uuid']['es-cl'] = '';
$text['description-app_uuid']['pt-pt'] = '';
$text['description-app_uuid']['fr-fr'] = '';
$text['label-transaction_code']['en-us'] = 'Code';
$text['label-transaction_code']['es-cl'] = '';
$text['label-transaction_code']['pt-pt'] = '';
$text['label-transaction_code']['fr-fr'] = '';
$text['description-transaction_code']['en-us'] = 'Transaction code.';
$text['description-transaction_code']['es-cl'] = '';
$text['description-transaction_code']['pt-pt'] = '';
$text['description-transaction_code']['fr-fr'] = '';
$text['label-transaction_address']['en-us'] = 'IP Address';
$text['label-transaction_address']['es-cl'] = '';
$text['label-transaction_address']['pt-pt'] = '';
$text['label-transaction_address']['fr-fr'] = '';
$text['description-transaction_address']['en-us'] = 'IP address of the user.';
$text['description-transaction_address']['es-cl'] = '';
$text['description-transaction_address']['pt-pt'] = '';
$text['description-transaction_address']['fr-fr'] = '';
$text['label-transaction_type']['en-us'] = 'Type';
$text['label-transaction_type']['es-cl'] = '';
$text['label-transaction_type']['pt-pt'] = '';
$text['label-transaction_type']['fr-fr'] = '';
$text['description-transaction_type']['en-us'] = 'Type: insert, update, delete, select';
$text['description-transaction_type']['es-cl'] = '';
$text['description-transaction_type']['pt-pt'] = '';
$text['description-transaction_type']['fr-fr'] = '';
$text['label-transaction_date']['en-us'] = 'Date';
$text['label-transaction_date']['es-cl'] = '';
$text['label-transaction_date']['pt-pt'] = '';
$text['label-transaction_date']['fr-fr'] = '';
$text['description-transaction_date']['en-us'] = 'Transaction date.';
$text['description-transaction_date']['es-cl'] = '';
$text['description-transaction_date']['pt-pt'] = '';
$text['description-transaction_date']['fr-fr'] = '';
$text['label-transaction_old']['en-us'] = 'Before';
$text['label-transaction_old']['es-cl'] = '';
$text['label-transaction_old']['pt-pt'] = '';
$text['label-transaction_old']['fr-fr'] = '';
$text['description-transaction_old']['en-us'] = 'Array before the transaction.';
$text['description-transaction_old']['es-cl'] = '';
$text['description-transaction_old']['pt-pt'] = '';
$text['description-transaction_old']['fr-fr'] = '';
$text['label-transaction_new']['en-us'] = 'After';
$text['label-transaction_new']['es-cl'] = '';
$text['label-transaction_new']['pt-pt'] = '';
$text['label-transaction_new']['fr-fr'] = '';
$text['description-transaction_new']['en-us'] = 'Array after the transaction.';
$text['description-transaction_new']['es-cl'] = '';
$text['description-transaction_new']['pt-pt'] = '';
$text['description-transaction_new']['fr-fr'] = '';
$text['label-transaction_result']['en-us'] = 'Result';
$text['label-transaction_result']['es-cl'] = '';
$text['label-transaction_result']['pt-pt'] = '';
$text['label-transaction_result']['fr-fr'] = '';
$text['description-transaction_result']['en-us'] = 'Result of the transaction.';
$text['description-transaction_result']['es-cl'] = '';
$text['description-transaction_result']['pt-pt'] = '';
$text['description-transaction_result']['fr-fr'] = '';
$text['label-true']['en-us'] = 'true';
$text['label-true']['es-cl'] = '';
$text['label-true']['pt-pt'] = '';
$text['label-true']['fr-fr'] = '';
$text['label-false']['en-us'] = 'false';
$text['label-false']['es-cl'] = 'falso';
$text['label-false']['pt-pt'] = 'falso';
$text['label-false']['fr-fr'] = 'falso';
$text['button-add']['en-us'] = 'Add';
$text['button-add']['es-cl'] = '';
$text['button-add']['pt-pt'] = '';
$text['button-add']['fr-fr'] = '';
$text['button-edit']['en-us'] = 'Edit';
$text['button-edit']['es-cl'] = '';
$text['button-edit']['pt-pt'] = '';
$text['button-edit']['fr-fr'] = '';
$text['button-delete']['en-us'] = 'Delete';
$text['button-delete']['es-cl'] = '';
$text['button-delete']['pt-pt'] = '';
$text['button-delete']['fr-fr'] = '';
$text['button-save']['en-us'] = 'Save';
$text['button-save']['es-cl'] = '';
$text['button-save']['pt-pt'] = 'Guardar';
$text['button-save']['fr-fr'] = '';
$text['button-view']['en-us'] = 'View';
$text['button-view']['es-cl'] = '';
$text['button-view']['pt-pt'] = '';
$text['button-view']['fr-fr'] = '';
$text['button-back']['en-us'] = 'Back';
$text['button-back']['es-cl'] = '';
$text['button-back']['pt-pt'] = 'Voltar';
$text['button-back']['fr-fr'] = '';
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
$text['confirm-delete']['es-cl'] = '';
$text['confirm-delete']['pt-pt'] = '';
$text['confirm-delete']['fr-fr'] = '';
$text['message-add']['en-us'] = 'Add Completed';
$text['message-add']['es-cl'] = '';
$text['message-add']['pt-pt'] = '';
$text['message-add']['fr-fr'] = '';
$text['message-update']['en-us'] = 'Update Completed';
$text['message-update']['es-cl'] = '';
$text['message-update']['pt-pt'] = '';
$text['message-update']['fr-fr'] = '';
$text['message-delete']['en-us'] = 'Delete Completed';
$text['message-delete']['es-cl'] = '';
$text['message-delete']['pt-pt'] = '';
$text['message-delete']['fr-fr'] = '';
$text['message-required']['en-us'] = 'Please provide: ';
$text['message-required']['es-cl'] = '';
$text['message-required']['pt-pt'] = '';
$text['message-required']['fr-fr'] = '';
?>