Changeset 4200

Show
Ignore:
Timestamp:
07/16/07 13:36:52 (1 year ago)
Author:
uta
Message:

271

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • rubricks_core/trunk/app/models/rubricks_lib/rubricks_language_lib.rb

    r3625 r4200  
    22# This method display message depend on the language. 
    33module RubricksLanguageLib 
     4  class << self 
     5    def lang_mapping 
     6      { 
     7        'afar'              => 'aa', 
     8        'abkhazian'         => 'ab', 
     9        'afrikaans'         => 'af', 
     10        'amharic'           => 'am', 
     11        'arabic'            => 'ar', 
     12        'assamese'          => 'as', 
     13        'aymara'            => 'ay', 
     14        'azerbaijani'       => 'az', 
     15        'bashkir'           => 'ba', 
     16        'byelorussian'      => 'be', 
     17        'bulgarian'         => 'bg', 
     18        'bihari'            => 'bh', 
     19        'bislama'           => 'bi', 
     20        'bengali'           => 'bn', 
     21        'tibetan'           => 'bo', 
     22        'breton'            => 'br', 
     23        'catalan'           => 'ca', 
     24        'corsican'          => 'co', 
     25        'czech'             => 'cs', 
     26        'welsh'             => 'cy', 
     27        'danish'            => 'da', 
     28        'german'            => 'de', 
     29        'bhutani'           => 'dz', 
     30        'greek'             => 'el', 
     31        'english'           => 'en', 
     32        'esperanto'         => 'eo', 
     33        'spanish'           => 'es', 
     34        'estonian'          => 'et', 
     35        'basque'            => 'eu', 
     36        'persian'           => 'fa', 
     37        'finnish'           => 'fi', 
     38        'fiji'              => 'fj', 
     39        'faroese'           => 'fo', 
     40        'french'            => 'fr', 
     41        'frisian'           => 'fy', 
     42        'irish'             => 'ga', 
     43        'scots gaelic'      => 'gd', 
     44        'galician'          => 'gl', 
     45        'guarani'           => 'gn', 
     46        'gujarati'          => 'gu', 
     47        'hausa'             => 'ha', 
     48        'hindi'             => 'hi', 
     49        'croatian'          => 'hr', 
     50        'hungarian'         => 'hu', 
     51        'armenian'          => 'hy', 
     52        'interlingua'       => 'ia', 
     53        'interlingue'       => 'ie', 
     54        'inupiak'           => 'ik', 
     55        'indonesian'        => 'id', 
     56        'icelandic'         => 'is', 
     57        'italian'           => 'it', 
     58        'hebrew'            => 'iw', 
     59        'japanese'          => 'ja', 
     60        'yiddish'           => 'ji', 
     61        'javanese'          => 'jw', 
     62        'georgian'          => 'ka', 
     63        'kazakh'            => 'kk', 
     64        'greenlandic'       => 'kl', 
     65        'cambodian'         => 'km', 
     66        'kannada'           => 'kn', 
     67        'korean'            => 'ko', 
     68        'kashmiri'          => 'ks', 
     69        'kurdish'           => 'ku', 
     70        'kirghiz'           => 'ky', 
     71        'latin'             => 'la', 
     72        'lingala'           => 'ln', 
     73        'laothian'          => 'lo', 
     74        'lithuanian'        => 'lt', 
     75        'latvian'           => 'lv', 
     76        'malagasy'          => 'mg', 
     77        'maori'             => 'mi', 
     78        'macedonian'        => 'mk', 
     79        'malayalam'         => 'ml', 
     80        'mongolian'         => 'mn', 
     81        'moldavian'         => 'mo', 
     82        'marathi'           => 'mr', 
     83        'malay'             => 'ms', 
     84        'maltese'           => 'mt', 
     85        'burmese'           => 'my', 
     86        'nauru'             => 'na', 
     87        'nepali'            => 'ne', 
     88        'dutch'             => 'nl', 
     89        'norwegian'         => 'no', 
     90        'occitan'           => 'oc', 
     91        'oromo'             => 'om', 
     92        'oriya'             => 'or', 
     93        'punjabi'           => 'pa', 
     94        'polish'            => 'pl', 
     95        'pashto'            => 'ps', 
     96        'portuguese'        => 'pt', 
     97        'quechua'           => 'qu', 
     98        'rhaeto-romance'    => 'rm', 
     99        'kirundi'           => 'rn', 
     100        'romanian'          => 'ro', 
     101        'russian'           => 'ru', 
     102        'kinyarwanda'       => 'rw', 
     103        'sanskrit'          => 'sa', 
     104        'sindhi'            => 'sd', 
     105        'sangro'            => 'sg', 
     106        'serbo-croatian'    => 'sh', 
     107        'singhalese'        => 'si', 
     108        'slovak'            => 'sk', 
     109        'slovenian'         => 'sl', 
     110        'samoan'            => 'sm', 
     111        'shona'             => 'sn', 
     112        'somali'            => 'so', 
     113        'albanian'          => 'sq', 
     114        'serbian'           => 'sr', 
     115        'siswati'           => 'ss', 
     116        'sesotho'           => 'st', 
     117        'sundanese'         => 'su', 
     118        'swedish'           => 'sv', 
     119        'swahili'           => 'sw', 
     120        'tamil'             => 'ta', 
     121        'tegulu'            => 'te', 
     122        'tajik'             => 'tg', 
     123        'thai'              => 'th', 
     124        'tigrinya'          => 'ti', 
     125        'turkmen'           => 'tk', 
     126        'tagalog'           => 'tl', 
     127        'setswana'          => 'tn', 
     128        'tonga'             => 'to', 
     129        'turkish'           => 'tr', 
     130        'tsonga'            => 'ts', 
     131        'tatar'             => 'tt', 
     132        'twi'               => 'tw', 
     133        'ukrainian'         => 'uk', 
     134        'urdu'              => 'ur', 
     135        'uzbek'             => 'uz', 
     136        'vietnamese'        => 'vi', 
     137        'volapuk'           => 'vo', 
     138        'wolof'             => 'wo', 
     139        'xhosa'             => 'xh', 
     140        'yoruba'            => 'yo', 
     141        'chinese'           => 'zh', 
     142        'zulu'              => 'zu' 
     143      } 
     144    end 
     145  end 
     146  @@language_mappings = lang_mapping 
     147 
    4148  def clear_lang 
    5149    @lang_last_access = nil 
     
    47191    define_lang 
    48192  end 
    49    
    50   class << self 
    51     def lang_mapping 
    52       { 
    53         "afar" => "aa", 
    54         "abkhazian" => "ab", 
    55         "afrikaans" => "af", 
    56         "amharic" => "am", 
    57         "arabic" => "ar", 
    58         "assamese" => "as", 
    59         "aymara" => "ay", 
    60         "azerbaijani" => "az", 
    61         "bashkir" => "ba", 
    62         "byelorussian" => "be", 
    63         "bulgarian" => "bg", 
    64         "bihari" => "bh", 
    65         "bislama" => "bi", 
    66         "bengali" => "bn", 
    67         "tibetan" => "bo", 
    68         "breton" => "br", 
    69         "catalan" => "ca", 
    70         "corsican" => "co", 
    71         "czech" => "cs", 
    72         "welsh" => "cy", 
    73         "danish" => "da", 
    74         "german" => "de", 
    75         "bhutani" => "dz", 
    76         "greek" => "el", 
    77         "english" => "en", 
    78         "esperanto" => "eo", 
    79         "spanish" => "es", 
    80         "estonian" => "et", 
    81         "basque" => "eu", 
    82         "persian fa" => "iranian", 
    83         "finnish" => "fi", 
    84         "fiji" => "fj", 
    85         "faroese" => "fo", 
    86         "french" => "fr", 
    87         "frisian" => "fy", 
    88         "irish" => "ga", 
    89         "scots gaelic" => "gd", 
    90         "galician" => "gl", 
    91         "guarani" => "gn", 
    92         "gujarati" => "gu", 
    93         "hausa" => "ha", 
    94         "hebrew" => "he", 
    95         "hindi" => "hi", 
    96         "croatian" => "hr", 
    97         "hungarian" => "hu", 
    98         "armenian" => "hy", 
    99         "interlingua" => "ia", 
    100         "interlingue" => "ie", 
    101         "inupiak" => "ik", 
    102         "indonesian" => "id", 
    103         "icelandic" => "is", 
    104         "italian" => "it", 
    105         "inuktitut" => "iu", 
    106         "japanese" => "ja", 
    107         "javanese" => "jv", 
    108         "georgian" => "ka", 
    109         "kazakh" => "kk", 
    110         "greenlandic" => "kl", 
    111         "cambodian" => "km", 
    112         "kannada" => "kn", 
    113         "korean" => "ko", 
    114         "kashmiri" => "ks", 
    115         "kurdish" => "ku", 
    116         "kirghiz" => "ky", 
    117         "latin" => "la", 
    118         "lingala" => "ln", 
    119         "laothian" => "lo", 
    120         "lithuanian" => "lt", 
    121         "latvian lv" => "baltic", 
    122         "malagasy" => "mg", 
    123         "maori" => "mi", 
    124         "macedonian" => "mk", 
    125         "malayalam" => "ml", 
    126         "mongolian" => "mn", 
    127         "moldavian" => "mo", 
    128         "marathi" => "mr", 
    129         "malay" => "ms", 
    130         "maltese" => "mt", 
    131         "burmese" => "my", 
    132         "nauru" => "na", 
    133         "nepali" => "ne", 
    134         "dutch" => "nl", 
    135         "norwegian" => "no", 
    136         "occitan" => "oc", 
    137         "afan    om" => "hamitic", 
    138         "oriya" => "or", 
    139         "punjabi" => "pa", 
    140         "polish" => "pl", 
    141         "pashto   ps" => "iranian", 
    142         "portuguese" => "pt", 
    143         "quechua" => "qu", 
    144         "rhaeto-romance" => "rm", 
    145         "kurundi" => "rn", 
    146         "romanian" => "ro", 
    147         "russian" => "ru", 
    148         "kinyarwanda" => "rw", 
    149         "sanskrit" => "sa", 
    150         "sindhi" => "sd", 
    151         "sangho" => "sg", 
    152         "serbo-croatian" => "sh", 
    153         "singhalese" => "si", 
    154         "slovak" => "sk", 
    155         "slovenian" => "sl", 
    156         "samoan" => "sm", 
    157         "shona" => "sn", 
    158         "somali" => "so", 
    159         "albanian" => "sq", 
    160         "serbian" => "sr", 
    161         "siswati" => "ss", 
    162         "sesotho" => "st", 
    163         "sundanese" => "su", 
    164         "swedish" => "sv", 
    165         "swahili" => "sw", 
    166         "tamil" => "ta", 
    167         "telugu" => "te", 
    168         "tajik" => "tg", 
    169         "thai" => "th", 
    170         "tigrinya" => "ti", 
    171         "turkmen" => "tk", 
    172         "tagalog" => "tl", 
    173         "setswana" => "tn", 
    174         "tonga" => "to", 
    175         "turkish" => "tr", 
    176         "tsonga" => "ts", 
    177         "tatar" => "tt", 
    178         "twi" => "tw", 
    179         "uigur" => "ug", 
    180         "ukrainian" => "uk", 
    181         "urdu" => "ur", 
    182         "uzbek" => "uz", 
    183         "vietnamese" => "vi", 
    184         "volapuk" => "vo", 
    185         "wolof" => "wo", 
    186         "xhosa" => "xh", 
    187         "yiddish" => "yi", 
    188         "yoruba" => "yo", 
    189         "zhuang" => "za", 
    190         "chinese" => "zh", 
    191         "zulu" => "zu" 
    192       } 
    193     end 
    194   end 
    195   @@language_mappings = lang_mapping 
    196193end 
  • rubricks_core/trunk/components/system/languages/english.rb

    r4188 r4200  
    11module RubricksLanguage 
    22  def define_lang 
    3     @lang['_System_Account_AccountApprovalSubject'] = '[%s] Your account is registered.' 
    4     @lang['_System_Account_AdmitAdminSubject'] = '[%s] Here is application for registration from %s(%s)' 
    5     @lang['_System_Account_AdmitUserSubject'] = '[%s] Welcome %s(%s)' 
    6     @lang['_System_Account_Agreement'] = 'I agree the regulations.' 
    7     @lang['_System_Account_Apply'] = 'Apply for account' 
    8     @lang['_System_Account_ErrorNotAllowToRegister'] = 'Now, it is impossible to register account at this site.' 
    9     @lang['_System_Account_ErrorAlreadyLogined'] = 'You already login as user.' 
    10     @lang['_System_Account_ErrorDeliverAdmitMailToNewUser'] = 'The account is admitted, but failed to deliver mail to the user.' 
    11     @lang['_System_Account_ErrorDeliverCreateMailToAdmin'] = 'The account application is accepted, but failed to deliver notification mail to admin. Please contact the admin.' 
    12     @lang['_System_Account_ErrorDeliverCreateMailToNewUser'] = 'The account application is accepted, but failed to deliver notification mail. Please contact the admin.' 
    13     @lang['_System_Account_ErrorDeliverReissueMailToUser'] = 'The change application of password is accepted, but failed to deliver notification mail. Please contact the admin.' 
    14     @lang['_System_Account_ErrorEdit'] = 'Failed to update account information.' 
    15     @lang['_System_Account_ErrorLogin'] = 'Username or Password is invalid.' 
    16     @lang['_System_Account_ErrorLoginInvalid'] = 'This account is expired. plz contact administrator.' 
    17     @lang['_System_Account_ErrorLoginLocked'] = 'This account is locked temporarily.' 
    18     @lang['_System_Account_ErrorMissMatch'] = 'Activation code is not corresponding.' 
    19     @lang['_System_Account_ErrorNotCertified'] = 'This account is not certified yet.' 
    20     @lang['_System_Account_ErrorNotExist'] = 'The specified user does not exist. ' 
    21     @lang['_System_Account_MessageAlreadyAdmitted'] = 'The account is already admitted.' 
    22     @lang['_System_Account_MessageAdmit'] = 'The account is admitted.' 
    23     @lang['_System_Account_MessageAdmitByAdmin'] = 'Your application is accepted. Please wait a moment until site admin register your account.' 
    24     @lang['_System_Account_MessageAdmitByUser'] = 'Your application is accepted. Please confirm the registration mail.' 
    25     @lang['_System_Account_MessageEdit'] = 'Update account information.' 
    26     @lang['_System_Account_MessageLogout'] = 'You logged out.' 
    27     @lang['_System_Account_MessageReissue'] = 'Please change your password.' 
    28     @lang['_System_Account_MessageReissueConfirm'] = 'To change your password, confirm the mail please.' 
    29     @lang['_System_Account_Register'] = 'Register' 
    30     @lang['_System_Account_ReissueMail'] = 'Mail address : ' 
    31     @lang['_System_Account_ReissuePassword'] = 'Reissue Password' 
    32     @lang['_System_Account_ReissuePasswordSubject'] = '[%s] Your password is reissued.' 
    33     @lang['_System_Account_TitleEdit'] = 'Account Edit' 
    34     @lang['_System_Account_TitleShow'] = 'Account Display' 
    35     @lang['_System_AdminBlock_AddableBlocks'] = 'Addable Blocks' 
    36     @lang['_System_AdminBlock_ErrorUpdate'] = 'Failed to update positions of blocks.' 
    37     @lang['_System_AdminBlock_MessagePageNotCustomized'] = 'This page does not arrange for blocks. It applies the settings of %s.' 
    38     @lang['_System_AdminBlock_MessagePageNotSelected'] = 'Any pages are not selected.' 
    39     @lang['_System_AdminBlock_MessageUpdate'] = 'Update positions of blocks.' 
    40     @lang['_System_AdminBlock_PageInfoAbout'] = 'Page Info about %s' 
    41     @lang['_System_AdminBlock_Title'] = 'Block Mgt' 
    42     @lang['_System_AdminComponent_ComponentList'] = 'Component List' 
    43     @lang['_System_AdminComponent_CurrentComponentInfo'] = 'Current Component Info' 
    44     @lang['_System_AdminComponent_ErrorBrokenRzip'] = 'RZIP file is broken.' 
    45     @lang['_System_AdminComponent_ErrorComponentEdit'] = 'Failed to edit component.' 
    46     @lang['_System_AdminComponent_ErrorComponentEditDeactiveBuiltIn'] = 'Cannot deactivate System Component.' 
    47     @lang['_System_AdminComponent_ErrorComponentInstall'] = 'Failed to install %s.' 
    48     @lang['_System_AdminComponent_ErrorComponentStart'] = 'Failed to start the component.' 
    49     @lang['_System_AdminComponent_ErrorComponentStop'] = 'Failed to stop the component.' 
    50     @lang['_System_AdminComponent_ErrorComponentUninstall'] = 'Failed to uninstall %s.' 
    51     @lang['_System_AdminComponent_ErrorComponentUninstallWithErrors'] = 'Uninstall %s. But some errors occurred.' 
    52     @lang['_System_AdminComponent_ErrorComponentUpdate'] = 'Failed to update %s.' 
    53     @lang['_System_AdminComponent_MessageComponentEdit'] = 'Update components.' 
    54     @lang['_System_AdminComponent_MessageComponentInstall'] = '%s is installed.' 
    55     @lang['_System_AdminComponent_MessageComponentNotSelected'] = 'Any components are not selected.' 
    56     @lang['_System_AdminComponent_MessageComponentStart'] = 'The component is started.' 
    57     @lang['_System_AdminComponent_MessageComponentStop'] = 'The component is stopped.' 
    58     @lang['_System_AdminComponent_MessageComponentUninstall'] = '%s is uninstalled.' 
    59     @lang['_System_AdminComponent_MessageComponentUpdate'] = '%s is updated.' 
    60     @lang['_System_AdminComponent_MessageComponentUpdateConfirm'] = 'Are you sure to update the component? (It may be necessary to restart the server)' 
    61     @lang['_System_AdminComponent_NewComponentInfo'] = 'New Component Info' 
    62     @lang['_System_AdminComponent_Title'] = 'Component Mgt' 
    63     @lang['_System_AdminComponent_Update'] = 'Update' 
    64     @lang['_System_AdminConfig_ErrorInvalidCsv'] = 'This csv format is invalid.' 
    65     @lang['_System_AdminConfig_ErrorInvalidDate'] = 'This csv include invalid date.(%s)' 
    66     @lang['_System_AdminConfig_ErrorEmptyCsv'] = 'This csv file is empty.' 
    67     @lang['_System_AdminConfig_ErrorUpdate'] = 'Failed to update general configs.' 
    68     @lang['_System_AdminConfig_ItemDashboardAvailable'] = 'Validate the dashboards' 
    69     @lang['_System_AdminConfig_ItemDashboardDefaultSkinName'] = 'Default skin' 
    70     @lang['_System_AdminConfig_ItemDashboardWidgetName'] = 'Widget' 
    71     @lang['_System_AdminConfig_ItemMailFromAddress'] = 'Mail Sender Address' 
    72     @lang['_System_AdminConfig_ItemMailFromName'] = 'Mail Sender Name' 
    73     @lang['_System_AdminConfig_ItemMailMethod'] = 'The way of sending mail' 
    74     @lang['_System_AdminConfig_ItemMailSmtpAccount'] = '[SMTP] Account Name' 
    75     @lang['_System_AdminConfig_ItemMailSmtpAddress'] = '[SMTP] Server Address' 
    76     @lang['_System_AdminConfig_ItemMailSmtpPassword'] = '[SMTP] Password' 
    77     @lang['_System_AdminConfig_ItemMailSmtpPasswordEncode'] = '[SMTP] Password Encode' 
    78     @lang['_System_AdminConfig_ItemMailSmtpPort'] = '[SMTP] Port Number' 
    79     @lang['_System_AdminConfig_ItemMetaAuthor'] = 'meta[author]' 
    80     @lang['_System_AdminConfig_ItemMetaCopyright'] = 'meta[copyright]' 
    81     @lang['_System_AdminConfig_ItemMetaDescription'] = 'meta[description]' 
    82     @lang['_System_AdminConfig_ItemMetaFooter'] = 'Footer' 
    83     @lang['_System_AdminConfig_ItemMetaKeyword'] = 'meta[keyword]' 
    84     @lang['_System_AdminConfig_ItemMetaRating'] = 'meta[rating]' 
    85     @lang['_System_AdminConfig_ItemMetaRobots'] = 'meta[robots]' 
    86     @lang['_System_AdminConfig_ItemSearchRecordPerComponent'] = 'Max records per component' 
    87     @lang['_System_AdminConfig_ItemSearchRecordPerPage'] = 'Max records per page' 
    88     @lang['_System_AdminConfig_ItemSearchSnippetSize'] = 'Max size of summary' 
    89     @lang['_System_AdminConfig_ItemSiteAttachmentAvailable'] = 'Permit users to upload files' 
    90     @lang['_System_AdminConfig_ItemSiteAttachmentType'] = 'Storage type of attachments' 
    91     @lang['_System_AdminConfig_ItemSiteAttachmentTypeDatabase'] = 'Database' 
    92     @lang['_System_AdminConfig_ItemSiteAttachmentTypeFile'] = 'Filesystem' 
    93     @lang['_System_AdminConfig_ItemSiteAutoLoginPeriod'] = 'Period of auto login validity' 
    94     @lang['_System_AdminConfig_ItemSiteBaseUrl'] = 'Site Base Url' 
    95     @lang['_System_AdminConfig_ItemSiteBlockaged'] = 'Block the site temporarily' 
    96     @lang['_System_AdminConfig_ItemSiteBlockagedAccess'] = 'Group to access the site while blocking' 
    97     @lang['_System_AdminConfig_ItemSiteBlockagedMessage'] = 'Reason of blocking the site' 
    98     @lang['_System_AdminConfig_ItemSiteDefaultLanguage'] = 'Default Language' 
    99     @lang['_System_AdminConfig_ItemSiteDefaultTheme'] = 'Default Theme' 
    100     @lang['_System_AdminConfig_ItemSiteDisplayKana'] = 'Display Kana' 
    101     @lang['_System_AdminConfig_ItemSiteEnableAutoLogin'] = 'Permit to login automatically' 
    102     @lang['_System_AdminConfig_ItemSiteEnableBrowseUserInfo'] = 'Permit users to browse user information' 
    103     @lang['_System_AdminConfig_ItemSiteEnableMailLogin'] = 'Permit to login with email address' 
    104     @lang['_System_AdminConfig_ItemSiteName'] = 'Site Name' 
    105     @lang['_System_AdminConfig_ItemSiteProxy'] = 'HTTP Proxy' 
    106     @lang['_System_AdminConfig_ItemSiteRecordTrails'] = 'Record trails.' 
    107     @lang['_System_AdminConfig_ItemSiteRecordTrailsAll'] = 'All trails' 
    108     @lang['_System_AdminConfig_ItemSiteRecordTrailsNone'] = 'None' 
    109     @lang['_System_AdminConfig_ItemSiteRecordTrailsSystem'] = 'Only system' 
    110     @lang['_System_AdminConfig_ItemSiteStartMenu'] = 'Start Menu' 
    111     @lang['_System_AdminConfig_ItemSiteSwitchHeader'] = 'The header(logo&menu) can be folded' 
    112     @lang['_System_AdminConfig_ItemToolbarDashboard'] = 'Dashboard' 
    113     @lang['_System_AdminConfig_ItemToolbarHelp'] = 'Global Help' 
    114     @lang['_System_AdminConfig_ItemToolbarLogin'] = 'Login/Logout' 
    115     @lang['_System_AdminConfig_ItemToolbarSearch'] = 'Search Box' 
    116     @lang['_System_AdminConfig_ItemToolbarThemeChanger'] = 'Theme Changer' 
    117     @lang['_System_AdminConfig_ItemUserAdmit'] = 'The way to admit the user' 
    118     @lang['_System_AdminConfig_ItemUserAdmitAdmin'] = 'Administrator admit the user' 
    119     @lang['_System_AdminConfig_ItemUserAdmitNone'] = 'None' 
    120     @lang['_System_AdminConfig_ItemUserAdmitUser'] = 'User admit self using the code' 
    121     @lang['_System_AdminConfig_ItemUserEditable'] = 'Infomation which can be editted by user' 
    122     @lang['_System_AdminConfig_ItemUserGuestAvailable'] = 'Guest users are permitted to access this site' 
    123     @lang['_System_AdminConfig_ItemUserGuestName'] = 'Guest User' 
    124     @lang['_System_AdminConfig_ItemUserGuestWysiwyg'] = 'Permit guest user to use wysiwyg editor' 
    125     @lang['_System_AdminConfig_ItemUserLimit'] = 'Limitation of number of users' 
    126     @lang['_System_AdminConfig_ItemUserLoginFailureLockTime'] = 'Lock period' 
    127     @lang['_System_AdminConfig_ItemUserLoginName'] = 'Character number limitation of user name' 
    128     @lang['_System_AdminConfig_ItemUserManagementGroupDisplay'] = 'How to dispay groups' 
    129     @lang['_System_AdminConfig_ItemUserManagementGroupDisplayList'] = 'List' 
    130     @lang['_System_AdminConfig_ItemUserManagementGroupDisplayTreeview'] = 'Tree' 
    131     @lang['_System_AdminConfig_ItemUserPassword'] = 'Character number limitation of password' 
    132     @lang['_System_AdminConfig_ItemUserPasswordIntensity'] = 'Password Intensity' 
    133     @lang['_System_AdminConfig_ItemUserPasswordIntensityHigh'] = '[High] Contain all the alphabets and the figures and the signs' 
    134     @lang['_System_AdminConfig_ItemUserPasswordIntensityLow'] = '[Low] Unlimited(ASCII)' 
    135     @lang['_System_AdminConfig_ItemUserPasswordIntensityMiddle'] = '[Middle] Contain both the alphabets and the figures' 
    136     @lang['_System_AdminConfig_ItemUserPasswordPeriod'] = 'Validity term of password' 
    137     @lang['_System_AdminConfig_ItemUserPermitLoginFailure'] = 'Permissible frequency of continuous login failure' 
    138     @lang['_System_AdminConfig_ItemUserPermitSilentPeriod'] = 'The period to invalidate the user who has not logined' 
    139     @lang['_System_AdminConfig_ItemUserRegister'] = 'The permission of registering users' 
    140     @lang['_System_AdminConfig_MessageDateNotSelected'] = 'Any date is not selected.' 
    141     @lang['_System_AdminConfig_MessageHolidayNotSet'] = 'Any holiday is not set.' 
    142     @lang['_System_AdminConfig_MessageHolidayDelete'] = 'The data of holiday is deleted.' 
    143     @lang['_System_AdminConfig_MessageHolidayInitialize'] = 'The data of holiday is initialized.' 
    144     @lang['_System_AdminConfig_MessageHolidayUpdate'] = 'The data of holiday is updated.' 
    145     @lang['_System_AdminConfig_MessageUpdate'] = 'Update general configs.' 
    146     @lang['_System_AdminConfig_TabDashboard'] = 'Dashboard' 
    147     @lang['_System_AdminConfig_TabHoliday'] = 'Holiday' 
    148     @lang['_System_AdminConfig_TabMail'] = 'Mail' 
    149     @lang['_System_AdminConfig_TabMeta'] = 'Meta' 
    150     @lang['_System_AdminConfig_TabSearch'] = 'Search' 
    151     @lang['_System_AdminConfig_TabSite'] = 'Site' 
    152     @lang['_System_AdminConfig_TabToolbar'] = 'Toolbar' 
    153     @lang['_System_AdminConfig_TabUser'] = 'User' 
    154     @lang['_System_AdminConfig_Title'] = 'General Config' 
    155     @lang['_System_AdminConfig_ValidateSiteBaseUrl'] = 'http://[domain](:[port])(/[path])/' 
    156     @lang['_System_AdminConfig_ValidateSiteProxy'] = 'http://[domain](:[port])/' 
    157     @lang['_System_AdminMenu_ErrorMenuIconCreate'] = 'Failed to create menu icon.' 
    158     @lang['_System_AdminMenu_ErrorMenuIconDelete'] = 'Failed to delete menu icon.' 
    159     @lang['_System_AdminMenu_ErrorMenuIconEdit'] = 'Failed to update menu informations.' 
    160     @lang['_System_AdminMenu_ErrorMenuIconUpdate'] = 'Failed to update menu icon.' 
    161     @lang['_System_AdminMenu_IconCreate'] = 'Create Menu Icon' 
    162     @lang['_System_AdminMenu_IconImage'] = 'Icon Image' 
    163     @lang['_System_AdminMenu_IconInvisible'] = 'Invisible Menu Icon' 
    164     @lang['_System_AdminMenu_IconName'] = 'Icon Name' 
    165     @lang['_System_AdminMenu_IconVisible'] = 'Visible Menu Icon' 
    166     @lang['_System_AdminMenu_ItemInvisible'] = 'Invisible' 
    167     @lang['_System_AdminMenu_ItemTitle'] = 'Menu title' 
    168     @lang['_System_AdminMenu_ItemUrl'] = 'Menu URL' 
    169     @lang['_System_AdminMenu_MenuIconList'] = 'Menu Icon List' 
    170     @lang['_System_AdminMenu_MenuItemBelongsTo'] = 'Menus belongs to' 
    171     @lang['_System_AdminMenu_MenuItemNotBelongsTo'] = 'Other menus' 
    172     @lang['_System_AdminMenu_MessageIconNotSelected'] = 'Any icons are not selected.' 
    173     @lang['_System_AdminMenu_MessageMenuIconCreate'] = 'Create new menu icon.' 
    174     @lang['_System_AdminMenu_MessageMenuIconCreateConfirm'] = 'Are you sure to create menu icon?' 
    175     @lang['_System_AdminMenu_MessageMenuIconDelete'] = 'Delete menu icon.' 
    176     @lang['_System_AdminMenu_MessageMenuIconEdit'] = 'Update menu icons.' 
    177     @lang['_System_AdminMenu_MessageMenuIconUpdate'] = 'Update menu icon.' 
    178     @lang['_System_AdminMenu_Title'] = 'Menu Mgt' 
    179     @lang['_System_AdminMenu_ValidateExternalUrl'] = 'http://[domain](:[port])(/[path])/' 
    180     @lang['_System_AdminSkin_ErrorInstall'] = 'Failed to install skin files.' 
    181     @lang['_System_AdminSkin_ErrorUninstall'] = 'Failed to uninstall skin files.' 
    182     @lang['_System_AdminSkin_ErrorUninstallDefaultSkin'] = 'Default skin cannot be uninstalled.' 
    183     @lang['_System_AdminSkin_ErrorUpdate'] = 'Failed to update skin files.' 
    184     @lang['_System_AdminSkin_MessageInstalled'] = 'The skin files are installed.' 
    185     @lang['_System_AdminSkin_MessageSkinNotSelected'] = 'Any skin is not selected.' 
    186     @lang['_System_AdminSkin_MessageUninstalled'] = 'The skin files are uninstalled.' 
    187     @lang['_System_AdminSkin_MessageUpdated'] = 'The skin files are updated.' 
    188     @lang['_System_AdminSkin_SkinList'] = 'Skin List' 
    189     @lang['_System_AdminSkin_Title'] = 'Skin Mgt' 
    190     @lang['_System_AdminSkin_Update'] = 'Update' 
    191     @lang['_System_AdminTheme_ErrorInstall'] = 'Failed to install theme files.' 
    192     @lang['_System_AdminTheme_ErrorUninstall'] = 'Failed to uninstall theme files.' 
    193     @lang['_System_AdminTheme_ErrorUninstallDefaultTheme'] = 'Default theme cannot be uninstalled.' 
    194     @lang['_System_AdminTheme_ErrorUpdate'] = 'Failed to update theme files.' 
    195     @lang['_System_AdminTheme_MessageInstalled'] = 'The theme files are installed.' 
    196     @lang['_System_AdminTheme_MessageThemeNotSelected'] = 'Any theme is not selected.' 
    197     @lang['_System_AdminTheme_MessageUninstalled'] = 'The theme files are uninstalled.' 
    198     @lang['_System_AdminTheme_MessageUpdated'] = 'The theme files are updated.' 
    199     @lang['_System_AdminTheme_ThemeList'] = 'Theme List' 
    200     @lang['_System_AdminTheme_Title'] = 'Theme Mgt' 
    201     @lang['_System_AdminTheme_Update'] = 'Update' 
    202     @lang['_System_AdminUser_ErrorGroupCreate'] = 'Failed to create the new group.' 
    203     @lang['_System_AdminUser_ErrorGroupDelete'] = 'Failed to delete the group.' 
    204     @lang['_System_AdminUser_ErrorGroupDeleteBuiltinGroup'] = 'Cannot delete built-in groups.' 
    205     @lang['_System_AdminUser_ErrorGroupEdit'] = 'Failed to update the group.' 
    206     @lang['_System_AdminUser_ErrorUserAdmit'] = 'Failed to admit the user.' 
    207     @lang['_System_AdminUser_ErrorUserCreate'] = 'Failed to create the new user.' 
    208     @lang['_System_AdminUser_ErrorUserCreateLimit'] = 'You can not create user any further.' 
    209     @lang['_System_AdminUser_ErrorUserEdit'] = 'Failed to edit the user.' 
    210     @lang['_System_AdminUser_ErrorUserInvalidate'] = 'Failed to invalidate the user.' 
    211     @lang['_System_AdminUser_ErrorUserInvalidateSystemUsers'] = 'Cannot invalidate all admin users.' 
    212     @lang['_System_AdminUser_ErrorUserUnlock'] = 'Failed to unlock the user.' 
    213     @lang['_System_AdminUser_ErrorUserValidate'] = 'Failed to validate the user.' 
    214     @lang['_System_AdminUser_ErrorUnauthorized'] = 'You cannot revoke your own authority of user management.' 
    215     @lang['_System_AdminUser_GroupCreate'] = 'New Group' 
    216     @lang['_System_AdminUser_GroupPermissionGrant'] = 'Grant' 
    217     @lang['_System_AdminUser_GroupPermissionInherit'] = 'Inherit' 
    218     @lang['_System_AdminUser_GroupPermissionRevoke'] = 'Revoke' 
    219     @lang['_System_AdminUser_GroupUserEdit'] = 'Edit Users' 
    220     @lang['_System_AdminUser_MessageGroupCreate'] = 'Create the new group.' 
    221     @lang['_System_AdminUser_MessageGroupCreateGradeLimit'] = 'Cannot to create a sub group such a deep grade.' 
    222     @lang['_System_AdminUser_MessageGroupDelete'] = 'Delete the group.' 
    223     @lang['_System_AdminUser_MessageGroupDeleteConfirm'] = 'Are you sure that the group and all sub groups deleted?' 
    224     @lang['_System_AdminUser_MessageGroupEdit'] = 'Update the group.' 
    225     @lang['_System_AdminUser_MessageGroupNotExists'] = 'Any group does not exist.' 
    226     @lang['_System_AdminUser_MessageNotSelected'] = '%s is not selected.' 
    227     @lang['_System_AdminUser_MessageNoUserBelongsTo'] = 'There is no user belongs to the group.' 
    228     @lang['_System_AdminUser_MessageUserAdmit'] = 'Admit the user.' 
    229     @lang['_System_AdminUser_MessageUserAdmitButCantSendMail'] = 'The user is admitted, but cant send the notification mail.' 
    230     @lang['_System_AdminUser_MessageUserCreate'] = 'Create the new user.' 
    231     @lang['_System_AdminUser_MessageUserEdit'] = 'Update the user.' 
    232     @lang['_System_AdminUser_MessageUserInvalidate'] = 'Invalidate the user.' 
    233     @lang['_System_AdminUser_MessageUserInvalidateConfirm'] = 'Are you sure to invalidate the user?' 
    234     @lang['_System_AdminUser_MessageUserUnlock'] = 'Unlock the user.' 
    235     @lang['_System_AdminUser_MessageUserUnlockConfirm'] = 'Are you sure to unlock the user?' 
    236     @lang['_System_AdminUser_MessageUserValidate'] = 'Validate the user.' 
    237     @lang['_System_AdminUser_MessageUserValidateConfirm'] = 'Are you sure to validate the user?' 
    238     @lang['_System_AdminUser_UserCreate'] = 'New User' 
    239     @lang['_System_AdminUser_UserFilterDefaultQuery'] = 'User Name' 
    240     @lang['_System_AdminUser_UserFilterMatchBackward'] = 'Backward' 
    241     @lang['_System_AdminUser_UserFilterMatchForward'] = 'Forward' 
    242     @lang['_System_AdminUser_UserFilterMatchFull'] = 'Full' 
    243     @lang['_System_AdminUser_UserFilterTypeAll'] = 'All' 
    244     @lang['_System_AdminUser_UserFilterTypeInvalid'] = 'Invalid' 
    245     @lang['_System_AdminUser_UserFilterTypeUnadmitted'] = 'Unadmitted' 
    246     @lang['_System_AdminUser_UserFilterTypeValid'] = 'Valid' 
    247     @lang['_System_AdminUser_UserFilterUserName'] = 'User Name' 
    248     @lang['_System_AdminUser_Title'] = 'User Mgt' 
    249     @lang['_System_Approval_NotContents'] = 'There are not contents.' 
    250     @lang['_System_Attachment_File_Upload'] = 'You can append the file within 10MB.' 
    251     @lang['_System_Attachment_Image_Upload'] = 'You can append the image file(gif/png/jpeg) within 10MB.' 
    252     @lang['_System_Attachment_Upload_Error'] = 'File uploading failed because of invalid file format.' 
    253     @lang['_System_Attachment_Invalid_File'] = 'The file format is invalid.' 
    254     @lang['_System_Attachment_Invalid_Link'] = 'The file link is invalid.' 
    255     @lang['_System_Block_Calendar'] = 'Calendar' 
    256     @lang['_System_Block_WaitingApproval'] = 'Waiting Approval' 
    257     @lang['_System_Calendar_TitleCalendar'] = 'Calendar' 
    258     @lang['_System_Calendar_TitleHoliday'] = 'Holiday Config' 
    259     @lang['_System_Calendar_WeekendHide'] = 'Hide Weekend' 
    260     @lang['_System_Calendar_WeekendShow'] = 'Show Weekend' 
    261     @lang['_System_Calendar_MessageScheduleEdit'] = 'The schedule is updated.' 
    262     @lang['_System_Calendar_MessageScheduleDelete'] = 'The schedule is deleted.' 
    263     @lang['_System_Component_DisplayName'] = 'System Component' 
    264     @lang['_System_Dashboard_Config'] = 'Dashboard Config' 
    265     @lang['_System_Dashboard_ErrorHotkey'] = 'Hotkey conflict.' 
    266     @lang['_System_Dashboard_ErrorPersonalize'] = 'Failed to update widget information.' 
    267     @lang['_System_Dashboard_HotkeyForStart'] = 'Hotkey' 
    268     @lang['_System_Dashboard_MessageConflict'] = 'Because the contents is displayed on the block, the widget cannot work on this page.' 
    269     @lang['_System_Dashboard_MessagePersonalize'] = 'Widget information is updated.' 
    270     @lang['_System_Dashboard_Skin'] = 'Skin' 
    271     @lang['_System_Menu_Rubricks'] = 'Rubricks' 
    272     @lang['_System_Menu_System'] = 'System' 
    273     @lang['_System_Menu_TemplateAdmin'] = 'Admin Page Template' 
    274     @lang['_System_Menu_TemplateUser'] = 'User Page Template' 
    275     @lang['_System_Menu_Top'] = 'Top Page' 
    276     @lang['_System_Search_Condition'] = 'Search Condition' 
    277     @lang['_System_Search_DescriptionAnd1'] = 'Intersection Search (Default)' 
    278     @lang['_System_Search_DescriptionAnd2'] = 'plz add space between the search keywords.' 
    279     @lang['_System_Search_DescriptionAnd3'] = 'ex) TCP IP => the docs that include both of TCP and IP are found.' 
    280     @lang['_System_Search_DescriptionNot1'] = 'Difference Search' 
    281     @lang['_System_Search_DescriptionNot2'] = 'plz add "-" before the serach keywords.' 
    282     @lang['_System_Search_DescriptionNot3'] = 'ex) TCP -IP => the docs that include TCP but does not include IP are found.' 
    283     @lang['_System_Search_DescriptionOr1'] = 'Union Search' 
    284     @lang['_System_Search_DescriptionOr2'] = 'plz add "or" between the serach keywords.' 
    285     @lang['_System_Search_DescriptionOr3'] = 'ex) TCP or IP => the docs that include either TCP or IP are found.' 
    286     @lang['_System_Search_DescriptionPhrase1'] = 'Phrase Search' 
    287     @lang['_System_Search_DescriptionPhrase2'] = 'plz bundle the search keywords by double quotation' 
    288     @lang['_System_Search_DescriptionPhrase3'] = 'ex) "TCP IP" => the docs that include the phrase of "TCP IP" are found.' 
    289     @lang['_System_Search_MessageNoResult'] = 'Not match any contents. please try again to change search conditions.' 
    290     @lang['_System_Search_MessageNoTarget'] = 'There is no compornent for search' 
    291     @lang['_System_Search_Result'] = 'Search Result' 
    292     @lang['_System_Search_Target'] = 'Search Target : ' 
    293     @lang['_System_Search_Title'] = 'Search' 
    294     @lang['_System_ThemeChanger_Confirm'] = 'Are you sure to change theme? You may lost editings if exists.' 
    295     @lang['_System_User_TargetUser'] = 'Target Users' 
    296     @lang['_System_User_ValidatePasswordHigh'] = 'plz input including all the alphabets and the figures and the signs.' 
    297     @lang['_System_User_ValidatePasswordLow'] = 'plz input half-size character.' 
    298     @lang['_System_User_ValidatePasswordMiddle'] = 'plz input including both the alphabets and the figures.' 
     3    @lang.merge!({ 
     4      '_System_Account_AccountApprovalSubject'                      => '[%s] Your account is registered.', 
     5      '_System_Account_AdmitAdminSubject'                           => '[%s] Here is application for registration from %s(%s)', 
     6      '_System_Account_AdmitUserSubject'                            => '[%s] Welcome %s(%s)', 
     7      '_System_Account_Agreement'                                   => 'I agree the regulations.', 
     8      '_System_Account_Apply'                                       => 'Apply for account', 
     9      '_System_Account_ErrorNotAllowToRegister'                     => 'Now, it is impossible to register account at this site.', 
     10      '_System_Account_ErrorAlreadyLogined'                         => 'You already login as user.', 
     11      '_System_Account_ErrorDeliverAdmitMailToNewUser'              => 'The account is admitted, but failed to deliver mail to the user.', 
     12      '_System_Account_ErrorDeliverCreateMailToAdmin'               => 'The account application is accepted, but failed to deliver notification mail to admin. Please contact the admin.', 
     13      '_System_Account_ErrorDeliverCreateMailToNewUser'             => 'The account application is accepted, but failed to deliver notification mail. Please contact the admin.', 
     14      '_System_Account_ErrorDeliverReissueMailToUser'               => 'The change application of password is accepted, but failed to deliver notification mail. Please contact the admin.', 
     15      '_System_Account_ErrorEdit'                                   => 'Failed to update account information.', 
     16      '_System_Account_ErrorLogin'                                  => 'Username or Password is invalid.', 
     17      '_System_Account_ErrorLoginInvalid'                           => 'This account is expired. plz contact administrator.', 
     18      '_System_Account_ErrorLoginLocked'                            => 'This account is locked temporarily.', 
     19      '_System_Account_ErrorMissMatch'                              => 'Activation code is not corresponding.', 
     20      '_System_Account_ErrorNotCertified'                           => 'This account is not certified yet.', 
     21      '_System_Account_ErrorNotExist'                               => 'The specified user does not exist. ', 
     22      '_System_Account_MessageAlreadyAdmitted'                      => 'The account is already admitted.', 
     23      '_System_Account_MessageAdmit'                                => 'The account is admitted.', 
     24      '_System_Account_MessageAdmitByAdmin'                         => 'Your application is accepted. Please wait a moment until site admin register your account.', 
     25      '_System_Account_MessageAdmitByUser'                          => 'Your application is accepted. Please confirm the registration mail.', 
     26      '_System_Account_MessageEdit'                                 => 'Update account information.', 
     27      '_System_Account_MessageLogout'                               => 'You logged out.', 
     28      '_System_Account_MessageReissue'                              => 'Please change your password.', 
     29      '_System_Account_MessageReissueConfirm'                       => 'To change your password, confirm the mail please.', 
     30      '_System_Account_Register'                                    => 'Register', 
     31      '_System_Account_ReissueMail'                                 => 'Mail address : ', 
     32      '_System_Account_ReissuePassword'                             => 'Reissue Password', 
     33      '_System_Account_ReissuePasswordSubject'                      => '[%s] Your password is reissued.', 
     34      '_System_Account_TitleEdit'                                   => 'Account Edit', 
     35      '_System_Account_TitleShow'                                   => 'Account Display', 
     36      '_System_AdminBlock_AddableBlocks'                            => 'Addable Blocks', 
     37      '_System_AdminBlock_ErrorUpdate'                              => 'Failed to update positions of blocks.', 
     38      '_System_AdminBlock_MessagePageNotCustomized'                 => 'This page does not arrange for blocks. It applies the settings of %s.', 
     39      '_System_AdminBlock_MessagePageNotSelected'                   => 'Any pages are not selected.', 
     40      '_System_AdminBlock_MessageUpdate'                            => 'Update positions of blocks.', 
     41      '_System_AdminBlock_PageInfoAbout'                            => 'Page Info about %s', 
     42      '_System_AdminBlock_Title'                                    => 'Block Mgt', 
     43      '_System_AdminComponent_ComponentList'                        => 'Component List', 
     44      '_System_AdminComponent_CurrentComponentInfo'                 => 'Current Component Info', 
     45      '_System_AdminComponent_ErrorBrokenRzip'                      => 'RZIP file is broken.', 
     46      '_System_AdminComponent_ErrorComponentEdit'                   => 'Failed to edit component.', 
     47      '_System_AdminComponent_ErrorComponentEditDeactiveBuiltIn'    => 'Cannot deactivate System Component.', 
     48      '_System_AdminComponent_ErrorComponentInstall'                => 'Failed to install %s.', 
     49      '_System_AdminComponent_ErrorComponentStart'                  => 'Failed to start the component.', 
     50      '_System_AdminComponent_ErrorComponentStop'                   => 'Failed to stop the component.', 
     51      '_System_AdminComponent_ErrorComponentUninstall'              => 'Failed to uninstall %s.', 
     52      '_System_AdminComponent_ErrorComponentUninstallWithErrors'    => 'Uninstall %s. But some errors occurred.', 
     53      '_System_AdminComponent_ErrorComponentUpdate'                 => 'Failed to update %s.', 
     54      '_System_AdminComponent_MessageComponentEdit'                 => 'Update components.', 
     55      '_System_AdminComponent_MessageComponentInstall'              => '%s is installed.', 
     56      '_System_AdminComponent_MessageComponentNotSelected'          => 'Any components are not selected.', 
     57      '_System_AdminComponent_MessageComponentStart'                => 'The component is started.', 
     58      '_System_AdminComponent_MessageComponentStop'                 => 'The component is stopped.', 
     59      '_System_AdminComponent_MessageComponentUninstall'            => '%s is uninstalled.', 
     60      '_System_AdminComponent_MessageComponentUpdate'               => '%s is updated.', 
     61      '_System_AdminComponent_MessageComponentUpdateConfirm'        => 'Are you sure to update the component? (It may be necessary to restart the server)', 
     62      '_System_AdminComponent_NewComponentInfo'                     => 'New Component Info', 
     63      '_System_AdminComponent_Title'                                => 'Component Mgt', 
     64      '_System_AdminComponent_Update'                               => 'Update', 
     65      '_System_AdminConfig_ErrorInvalidCsv'                         => 'This csv format is invalid.', 
     66      '_System_AdminConfig_ErrorInvalidDate'                        => 'This csv include invalid date.(%s)', 
     67      '_System_AdminConfig_ErrorEmptyCsv'                           => 'This csv file is empty.', 
     68      '_System_AdminConfig_ErrorUpdate'                             => 'Failed to update general configs.', 
     69      '_System_AdminConfig_ItemDashboardAvailable'                  => 'Validate the dashboards', 
     70      '_System_AdminConfig_ItemDashboardDefaultSkinName'            => 'Default skin', 
     71      '_System_AdminConfig_ItemDashboardWidgetName'                 => 'Widget', 
     72      '_System_AdminConfig_ItemMailFromAddress'                     => 'Mail Sender Address', 
     73      '_System_AdminConfig_ItemMailFromName'                        => 'Mail Sender Name', 
     74      '_System_AdminConfig_ItemMailMethod'                          => 'The way of sending mail', 
     75      '_System_AdminConfig_ItemMailSmtpAccount'                     => '[SMTP] Account Name', 
     76      '_System_AdminConfig_ItemMailSmtpAddress'                     => '[SMTP] Server Address', 
     77      '_System_AdminConfig_ItemMailSmtpPassword'                    => '[SMTP] Password', 
     78      '_System_AdminConfig_ItemMailSmtpPasswordEncode'              => '[SMTP] Password Encode', 
     79      '_System_AdminConfig_ItemMailSmtpPort'                        => '[SMTP] Port Number', 
     80      '_System_AdminConfig_ItemMetaAuthor'                          => 'meta[author]', 
     81      '_System_AdminConfig_ItemMetaCopyright'                       => 'meta[copyright]', 
     82      '_System_AdminConfig_ItemMetaDescription'                     => 'meta[description]', 
     83      '_System_AdminConfig_ItemMetaFooter'                          => 'Footer', 
     84      '_System_AdminConfig_ItemMetaKeyword'                         => 'meta[keyword]', 
     85      '_System_AdminConfig_ItemMetaRating'                          => 'meta[rating]', 
     86      '_System_AdminConfig_ItemMetaRobots'                          => 'meta[robots]', 
     87      '_System_AdminConfig_ItemSearchRecordPerComponent'            => 'Max records per component', 
     88      '_System_AdminConfig_ItemSearchRecordPerPage'                 => 'Max records per page', 
     89      '_System_AdminConfig_ItemSearchSnippetSize'                   => 'Max size of summary', 
     90      '_System_AdminConfig_ItemSiteAttachmentAvailable'             => 'Permit users to upload files', 
     91      '_System_AdminConfig_ItemSiteAttachmentType'                  => 'Storage type of attachments', 
     92      '_System_AdminConfig_ItemSiteAttachmentTypeDatabase'          => 'Database', 
     93      '_System_AdminConfig_ItemSiteAttachmentTypeFile'              => 'Filesystem', 
     94      '_System_AdminConfig_ItemSiteAutoLoginPeriod'                 => 'Period of auto login validity', 
     95      '_System_AdminConfig_ItemSiteBaseUrl'                         => 'Site Base Url', 
     96      '_System_AdminConfig_ItemSiteBlockaged'                       => 'Block the site temporarily', 
     97      '_System_AdminConfig_ItemSiteBlockagedAccess'                 => 'Group to access the site while blocking', 
     98      '_System_AdminConfig_ItemSiteBlockagedMessage'                => 'Reason of blocking the site', 
     99      '_System_AdminConfig_ItemSiteDefaultLanguage'                 => 'Default Language', 
     100      '_System_AdminConfig_ItemSiteDefaultTheme'                    => 'Default Theme', 
     101      '_System_AdminConfig_ItemSiteDisplayKana'                     => 'Display Kana', 
     102      '_System_AdminConfig_ItemSiteEnableAutoLogin'                 => 'Permit to login automatically', 
     103      '_System_AdminConfig_ItemSiteEnableBrowseUserInfo'            => 'Permit users to browse user information', 
     104      '_System_AdminConfig_ItemSiteEnableMailLogin'                 => 'Permit to login with email address', 
     105      '_System_AdminConfig_ItemSiteName'                            => 'Site Name', 
     106      '_System_AdminConfig_ItemSiteProxy'                           => 'HTTP Proxy', 
     107      '_System_AdminConfig_ItemSiteRecordTrails'                    => 'Record trails.', 
     108      '_System_AdminConfig_ItemSiteRecordTrailsAll'                 => 'All trails', 
     109      '_System_AdminConfig_ItemSiteRecordTrailsNone'                => 'None', 
     110      '_System_AdminConfig_ItemSiteRecordTrailsSystem'              => 'Only system', 
     111      '_System_AdminConfig_ItemSiteStartMenu'                       => 'Start Menu', 
     112      '_System_AdminConfig_ItemSiteSwitchHeader'                    => 'The header(logo&menu) can be folded', 
     113      '_System_AdminConfig_ItemToolbarDashboard'                    => 'Dashboard', 
     114      '_System_AdminConfig_ItemToolbarHelp'                         => 'Global Help', 
     115      '_System_AdminConfig_ItemToolbarLogin'                        => 'Login/Logout', 
     116      '_System_AdminConfig_ItemToolbarSearch'                       => 'Search Box', 
     117      '_System_AdminConfig_ItemToolbarThemeChanger'                 => 'Theme Changer', 
     118      '_System_AdminConfig_ItemUserAdmit'                           => 'The way to admit the user', 
     119      '_System_AdminConfig_ItemUserAdmitAdmin'                      => 'Administrator admit the user', 
     120      '_System_AdminConfig_ItemUserAdmitNone'                       => 'None', 
     121      '_System_AdminConfig_ItemUserAdmitUser'                       => 'User admit self using the code', 
     122      '_System_AdminConfig_ItemUserEditable'                        => 'Infomation which can be editted by user', 
     123      '_System_AdminConfig_ItemUserGuestAvailable'                  => 'Guest users are permitted to access this site', 
     124      '_System_AdminConfig_ItemUserGuestName'                       => 'Guest User', 
     125      '_System_AdminConfig_ItemUserGuestWysiwyg'                    => 'Permit guest user to use wysiwyg editor', 
     126      '_System_AdminConfig_ItemUserLimit'                           => 'Limitation of number of users', 
     127      '_System_AdminConfig_ItemUserLoginFailureLockTime'            => 'Lock period', 
     128      '_System_AdminConfig_ItemUserLoginName'                       => 'Character number limitation of user name', 
     129      '_System_AdminConfig_ItemUserManagementGroupDisplay'          => 'How to dispay groups', 
     130      '_System_AdminConfig_ItemUserManagementGroupDisplayList'      => 'List', 
     131      '_System_AdminConfig_ItemUserManagementGroupDisplayTreeview'  => 'Tree', 
     132      '_System_AdminConfig_ItemUserPassword'                        => 'Character number limitation of password', 
     133      '_System_AdminConfig_ItemUserPasswordIntensity'               => 'Password Intensity', 
     134      '_System_AdminConfig_ItemUserPasswordIntensityHigh'           => '[High] Contain all the alphabets and the figures and the signs', 
     135      '_System_AdminConfig_ItemUserPasswordIntensityLow'            => '[Low] Unlimited(ASCII)', 
     136      '_System_AdminConfig_ItemUserPasswordIntensityMiddle'         => '[Middle] Contain both the alphabets and the figures', 
     137      '_System_AdminConfig_ItemUserPasswordPeriod'                  => 'Validity term of password', 
     138      '_System_AdminConfig_ItemUserPermitLoginFailure'              => 'Permissible frequency of continuous login failure', 
     139      '_System_AdminConfig_ItemUserPermitSilentPeriod'              => 'The period to invalidate the user who has not logined', 
     140      '_System_AdminConfig_ItemUserRegister'                        => 'The permission of registering users', 
     141      '_System_AdminConfig_MessageDateNotSelected'                  => 'Any date is not selected.', 
     142      '_System_AdminConfig_MessageHolidayNotSet'                    => 'Any holiday is not set.', 
     143      '_System_AdminConfig_MessageHolidayDelete'                    => 'The data of holiday is deleted.', 
     144      '_System_AdminConfig_MessageHolidayInitialize'                => 'The data of holiday is initialized.', 
     145      '_System_AdminConfig_MessageHolidayUpdate'                    => 'The data of holiday is updated.', 
     146      '_System_AdminConfig_MessageUpdate'                           => 'Update general configs.', 
     147      '_System_AdminConfig_TabDashboard'                            => 'Dashboard', 
     148      '_System_AdminConfig_TabHoliday'                              => 'Holiday', 
     149      '_System_AdminConfig_TabMail'                                 => 'Mail', 
     150      '_System_AdminConfig_TabMeta'                                 => 'Meta', 
     151      '_System_AdminConfig_TabSearch'                               => 'Search', 
     152      '_System_AdminConfig_TabSite'                                 => 'Site', 
     153      '_System_AdminConfig_TabToolbar'                              => 'Toolbar', 
     154      '_System_AdminConfig_TabUser'                                 => 'User', 
     155      '_System_AdminConfig_Title'                                   => 'General Config', 
     156      '_System_AdminConfig_ValidateSiteBaseUrl'                     => 'http://[domain](:[port])(/[path])/', 
     157      '_System_AdminConfig_ValidateSiteProxy'                       => 'http://[domain](:[port])/', 
     158      '_System_AdminMenu_ErrorMenuIconCreate'                       => 'Failed to create menu icon.', 
     159      '_System_AdminMenu_ErrorMenuIconDelete'                       => 'Failed to delete menu icon.', 
     160      '_System_AdminMenu_ErrorMenuIconEdit'