HomeHelpTrac

Changeset 15529 for trunk/install


Ignore:
Timestamp:
09/28/11 23:11:21 (8 months ago)
Author:
Anton Lesnikov
Message:
  1. Update in Polyglot -> Pagination
  2. Refactoring of languages.inc.php (continue)
  3. Recompile/Restore? features for language file.
Location:
trunk/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/langs/lang-en.php

    r15526 r15529  
    20372037    '_adm_pgt_scs_create_key' => 'The key was successfully created', 
    20382038    '_adm_pgt_err_create_key' => 'Cannot create key', 
    2039     '_adm_pgt_wrn_need_to_save' => 'The changes will be lost without saving. Do you want to continue?', 
     2039    '_adm_pgt_wrn_need_to_save' => 'If you do not save the changes they will be lost on page reloading. Do you want to continue?', 
     2040    '_adm_pgt_scs_recompiled' => 'Language(s) was successfully recompiled.', 
     2041    '_adm_pgt_err_cannot_recompile_lang' => 'Cannot recompile language(s).', 
     2042    '_adm_pgt_scs_restored' => 'Language(s) was successfully restored.', 
     2043    '_adm_pgt_err_cannot_restore_lang' => 'Cannot restore language(s).', 
     2044    '_adm_pgt_err_cannot_process_action' => 'Cannot process action. It does not have an associated handler.', 
    20402045 
    20412046 
  • trunk/install/sql/v70.sql

    r15528 r15529  
    32313231  `class_prefix` varchar(32) NOT NULL default '', 
    32323232  `db_prefix` varchar(32) NOT NULL default '', 
     3233  `lang_category` varchar(64) NOT NULL default '', 
    32333234  `dependencies` varchar(255) NOT NULL default '', 
    32343235  `date` int(11) unsigned NOT NULL default '0', 
Note: See TracChangeset for help on using the changeset viewer.