94 lines
3.1 KiB
PHP
94 lines
3.1 KiB
PHP
<?php
|
|
|
|
//Apps
|
|
|
|
$text['title-apps']['en-us'] = 'App Manager';
|
|
$text['title-apps']['pt-pt'] = '';
|
|
$text['title-apps']['fr-fr'] = 'Gestionnaire App';
|
|
|
|
$text['header-apps']['en-us'] = 'App Manager';
|
|
$text['header-apps']['pt-pt'] = '';
|
|
$text['header-apps']['fr-fr'] = 'Gestionnaire App';
|
|
|
|
$text['description-apps']['en-us'] = 'Manage the applications that are installed.';
|
|
$text['description-apps']['pt-pt'] = '';
|
|
$text['description-apps']['fr-fr'] = 'Gérer les applications installées.';
|
|
|
|
//------
|
|
|
|
$text['title-app-edit']['en-us'] = 'App Edit';
|
|
$text['title-app-edit']['pt-pt'] = '';
|
|
$text['title-app-edit']['fr-fr'] = "Editer l'application";
|
|
|
|
$text['header-app-edit']['en-us'] = 'App Edit';
|
|
$text['header-app-edit']['pt-pt'] = '';
|
|
$text['header-app-edit']['fr-fr'] = "Editer l'application";
|
|
|
|
$text['description-app-edit']['en-us'] = 'Manage the applications that are installed.';
|
|
$text['description-app-edit']['pt-pt'] = '';
|
|
$text['description-app-edit']['fr-fr'] = "Gérer les applications installées";
|
|
|
|
//------
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
$text['label-name']['pt-pt'] = '';
|
|
$text['label-name']['fr-fr'] = 'Nom';
|
|
|
|
$text['label-category']['en-us'] = 'Category';
|
|
$text['label-category']['pt-pt'] = '';
|
|
$text['label-category']['fr-fr'] = 'Catégories';
|
|
|
|
$text['label-subcategory']['en-us'] = 'Subcategory';
|
|
$text['label-subcategory']['pt-pt'] = '';
|
|
$text['label-subcategory']['fr-fr'] = 'Sous-catégories';
|
|
|
|
$text['label-version']['en-us'] = 'Version';
|
|
$text['label-version']['pt-pt'] = '';
|
|
$text['label-version']['fr-fr'] = 'Version';
|
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['label-description']['pt-pt'] = '';
|
|
$text['label-description']['fr-fr'] = 'Description';
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['button-add']['pt-pt'] = '';
|
|
$text['button-add']['fr-fr'] = 'Ajouté';
|
|
|
|
$text['button-edit']['en-us'] = 'Edit';
|
|
$text['button-edit']['pt-pt'] = '';
|
|
$text['button-edit']['fr-fr'] = 'Editer';
|
|
|
|
$text['button-delete']['en-us'] = 'Delete';
|
|
$text['button-delete']['pt-pt'] = '';
|
|
$text['button-delete']['fr-fr'] = 'Supprimé';
|
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-delete']['pt-pt'] = '';
|
|
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
|
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
|
$text['button-back']['fr-fr'] = 'Retour';
|
|
|
|
$text['message-message']['en-us'] = 'Message';
|
|
$text['message-message']['pt-pt'] = '';
|
|
$text['message-message']['fr-fr'] = 'Message';
|
|
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
|
$text['message-add']['pt-pt'] = '';
|
|
$text['message-add']['fr-fr'] = 'Ajouté';
|
|
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
|
$text['message-update']['pt-pt'] = '';
|
|
$text['message-update']['fr-fr'] = 'Mis à jour';
|
|
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
|
$text['message-delete']['pt-pt'] = '';
|
|
$text['message-delete']['fr-fr'] = 'Supprimé';
|
|
|
|
?>
|