PHP Classes

File: template/Language/languages.php

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/Language/languages.php   Download  
File: template/Language/languages.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 2,326 bytes
 

Contents

Class file image Download
<?php
   
return [
       
// Table action column translations
       
'common_table_edit_button' => 'tr_melistoolcreator_common_table_edit_button',
       
'common_table_delete_button' => 'tr_melistoolcreator_common_table_delete_button',
       
'common_table_column_action' => 'tr_melistoolcreator_common_table_column_action',
       
// Common tool translations
       
'common_entry_id' => 'tr_melistoolcreator_common_id',
       
'common_button_add' => 'tr_melistoolcreator_common_button_add',
       
'common_add_item' => 'tr_melistoolcreator_common_add_item',
       
'common_button_close' => 'tr_melistoolcreator_common_button_close',
       
'common_button_save' => 'tr_melistoolcreator_common_button_save',
       
'common_button_yes' => 'tr_melistoolcreator_common_button_yes',
       
'common_button_no' => 'tr_melistoolcreator_common_button_no',
       
'common_activate' => 'tr_melistoolcreator_activate',
       
'common_deactivate' => 'tr_melistoolcreator_deactivate',
       
'common_choose_file' => 'tr_melistoolcreator_choose_file',
       
'common_choose' => 'tr_melistoolcreator_choose',

       
// Message translations for Form validation
       
'create_success' => 'tr_melistoolcreator_created_success',
       
'save_success' => 'tr_melistoolcreator_save_success',
       
'unable_to_save' => 'tr_melistoolcreator_unable_to_save',
       
'value_must_not_is_empty' => 'tr_melistoolcreator_value_must_not_is_empty',
       
'value_must_numeric' => 'tr_melistoolcreator_must_numeric',

       
// Delete title and confirmation message transtions
       
'delete_title' => 'tr_melistoolcreator_delete_title',
       
'delete_confirm_msg' => 'tr_melistoolcreator_delete_confirm_msg',
       
'delete_item' => 'tr_melistoolcreator_delete_item',
       
'delete_success' => 'tr_melistoolcreator_delete_success',

       
'properties' => 'tr_melistoolcreator_properties',
       
'language' => 'tr_melistoolcreator_language',

       
'properties_title' => 'tr_melistoolcreator_properties',
       
'properties_header' => 'tr_melistoolcreator_common_header',
       
'properties_content' => 'tr_melistoolcreator_common_content',

       
'header' => 'tr_melistoolcreator_common_header',
       
'content' => 'tr_melistoolcreator_common_content',
       
'modal' => 'tr_melistoolcreator_common_modal',
    ];