Changeset 4200

Show
Ignore:
Timestamp:
07/16/07 13:36:52 (3 years 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'                         => 'Failed to update menu informations.', 
     161      '_System_AdminMenu_ErrorMenuIconUpdate'                       => 'Failed to update menu icon.', 
     162      '_System_AdminMenu_IconCreate'                                => 'Create Menu Icon', 
     163      '_System_AdminMenu_IconImage'                                 => 'Icon Image', 
     164      '_System_AdminMenu_IconInvisible'                             => 'Invisible Menu Icon', 
     165      '_System_AdminMenu_IconName'                                  => 'Icon Name', 
     166      '_System_AdminMenu_IconVisible'                               => 'Visible Menu Icon', 
     167      '_System_AdminMenu_ItemInvisible'                             => 'Invisible', 
     168      '_System_AdminMenu_ItemTitle'                                 => 'Menu title', 
     169      '_System_AdminMenu_ItemUrl'                                   => 'Menu URL', 
     170      '_System_AdminMenu_MenuIconList'                              => 'Menu Icon List', 
     171      '_System_AdminMenu_MenuItemBelongsTo'                         => 'Menus belongs to', 
     172      '_System_AdminMenu_MenuItemNotBelongsTo'                      => 'Other menus', 
     173      '_System_AdminMenu_MessageIconNotSelected'                    => 'Any icons are not selected.', 
     174      '_System_AdminMenu_MessageMenuIconCreate'                     => 'Create new menu icon.', 
     175      '_System_AdminMenu_MessageMenuIconCreateConfirm'              => 'Are you sure to create menu icon?', 
     176      '_System_AdminMenu_MessageMenuIconDelete'                     => 'Delete menu icon.', 
     177      '_System_AdminMenu_MessageMenuIconEdit'                       => 'Update menu icons.', 
     178      '_System_AdminMenu_MessageMenuIconUpdate'                     => 'Update menu icon.', 
     179      '_System_AdminMenu_Title'                                     => 'Menu Mgt', 
     180      '_System_AdminMenu_ValidateExternalUrl'                       => 'http://[domain](:[port])(/[path])/', 
     181      '_System_AdminSkin_ErrorInstall'                              => 'Failed to install skin files.', 
     182      '_System_AdminSkin_ErrorUninstall'                            => 'Failed to uninstall skin files.', 
     183      '_System_AdminSkin_ErrorUninstallDefaultSkin'                 => 'Default skin cannot be uninstalled.', 
     184      '_System_AdminSkin_ErrorUpdate'                               => 'Failed to update skin files.', 
     185      '_System_AdminSkin_MessageInstalled'                          => 'The skin files are installed.', 
     186      '_System_AdminSkin_MessageSkinNotSelected'                    => 'Any skin is not selected.', 
     187      '_System_AdminSkin_MessageUninstalled'                        => 'The skin files are uninstalled.', 
     188      '_System_AdminSkin_MessageUpdated'                            => 'The skin files are updated.', 
     189      '_System_AdminSkin_SkinList'                                  => 'Skin List', 
     190      '_System_AdminSkin_Title'                                     => 'Skin Mgt', 
     191      '_System_AdminSkin_Update'                                    => 'Update', 
     192      '_System_AdminTheme_ErrorInstall'                             => 'Failed to install theme files.', 
     193      '_System_AdminTheme_ErrorUninstall'                           => 'Failed to uninstall theme files.', 
     194      '_System_AdminTheme_ErrorUninstallDefaultTheme'               => 'Default theme cannot be uninstalled.', 
     195      '_System_AdminTheme_ErrorUpdate'                              => 'Failed to update theme files.', 
     196      '_System_AdminTheme_MessageInstalled'                         => 'The theme files are installed.', 
     197      '_System_AdminTheme_MessageThemeNotSelected'                  => 'Any theme is not selected.', 
     198      '_System_AdminTheme_MessageUninstalled'                       => 'The theme files are uninstalled.', 
     199      '_System_AdminTheme_MessageUpdated'                           => 'The theme files are updated.', 
     200      '_System_AdminTheme_ThemeList'                                => 'Theme List', 
     201      '_System_AdminTheme_Title'                                    => 'Theme Mgt', 
     202      '_System_AdminTheme_Update'                                   => 'Update', 
     203      '_System_AdminUser_ErrorGroupCreate'                          => 'Failed to create the new group.', 
     204      '_System_AdminUser_ErrorGroupDelete'                          => 'Failed to delete the group.', 
     205      '_System_AdminUser_ErrorGroupDeleteBuiltinGroup'              => 'Cannot delete built-in groups.', 
     206      '_System_AdminUser_ErrorGroupEdit'                            => 'Failed to update the group.', 
     207      '_System_AdminUser_ErrorUserAdmit'                            => 'Failed to admit the user.', 
     208      '_System_AdminUser_ErrorUserCreate'                           => 'Failed to create the new user.', 
     209      '_System_AdminUser_ErrorUserCreateLimit'                      => 'You can not create user any further.', 
     210      '_System_AdminUser_ErrorUserEdit'                             => 'Failed to edit the user.', 
     211      '_System_AdminUser_ErrorUserInvalidate'                       => 'Failed to invalidate the user.', 
     212      '_System_AdminUser_ErrorUserInvalidateSystemUsers'            => 'Cannot invalidate all admin users.', 
     213      '_System_AdminUser_ErrorUserUnlock'                           => 'Failed to unlock the user.', 
     214      '_System_AdminUser_ErrorUserValidate'                         => 'Failed to validate the user.', 
     215      '_System_AdminUser_ErrorUnauthorized'                         => 'You cannot revoke your own authority of user management.', 
     216      '_System_AdminUser_GroupCreate'                               => 'New Group', 
     217      '_System_AdminUser_GroupPermissionGrant'                      => 'Grant', 
     218      '_System_AdminUser_GroupPermissionInherit'                    => 'Inherit', 
     219      '_System_AdminUser_GroupPermissionRevoke'                     => 'Revoke', 
     220      '_System_AdminUser_GroupUserEdit'                             => 'Edit Users', 
     221      '_System_AdminUser_MessageGroupCreate'                        => 'Create the new group.', 
     222      '_System_AdminUser_MessageGroupCreateGradeLimit'              => 'Cannot to create a sub group such a deep grade.', 
     223      '_System_AdminUser_MessageGroupDelete'                        => 'Delete the group.', 
     224      '_System_AdminUser_MessageGroupDeleteConfirm'                 => 'Are you sure that the group and all sub groups deleted?', 
     225      '_System_AdminUser_MessageGroupEdit'                          => 'Update the group.', 
     226      '_System_AdminUser_MessageGroupNotExists'                     => 'Any group does not exist.', 
     227      '_System_AdminUser_MessageNotSelected'                        => '%s is not selected.', 
     228      '_System_AdminUser_MessageNoUserBelongsTo'                    => 'There is no user belongs to the group.', 
     229      '_System_AdminUser_MessageUserAdmit'                          => 'Admit the user.', 
     230      '_System_AdminUser_MessageUserAdmitButCantSendMail'           => 'The user is admitted, but cant send the notification mail.', 
     231      '_System_AdminUser_MessageUserCreate'                         => 'Create the new user.', 
     232      '_System_AdminUser_MessageUserEdit'                           => 'Update the user.', 
     233      '_System_AdminUser_MessageUserInvalidate'                     => 'Invalidate the user.', 
     234      '_System_AdminUser_MessageUserInvalidateConfirm'              => 'Are you sure to invalidate the user?', 
     235      '_System_AdminUser_MessageUserUnlock'                         => 'Unlock the user.', 
     236      '_System_AdminUser_MessageUserUnlockConfirm'                  => 'Are you sure to unlock the user?', 
     237      '_System_AdminUser_MessageUserValidate'                       => 'Validate the user.', 
     238      '_System_AdminUser_MessageUserValidateConfirm'                => 'Are you sure to validate the user?', 
     239      '_System_AdminUser_UserCreate'                                => 'New User', 
     240      '_System_AdminUser_UserFilterDefaultQuery'                    => 'User Name', 
     241      '_System_AdminUser_UserFilterMatchBackward'                   => 'Backward', 
     242      '_System_AdminUser_UserFilterMatchForward'                    => 'Forward', 
     243      '_System_AdminUser_UserFilterMatchFull'                       => 'Full', 
     244      '_System_AdminUser_UserFilterTypeAll'                         => 'All', 
     245      '_System_AdminUser_UserFilterTypeInvalid'                     => 'Invalid', 
     246      '_System_AdminUser_UserFilterTypeUnadmitted'                  => 'Unadmitted', 
     247      '_System_AdminUser_UserFilterTypeValid'                       => 'Valid', 
     248      '_System_AdminUser_UserFilterUserName'                        => 'User Name', 
     249      '_System_AdminUser_Title'                                     => 'User Mgt', 
     250      '_System_Approval_NotContents'                                => 'There are not contents.', 
     251      '_System_Attachment_File_Upload'                              => 'You can append the file within 10MB.', 
     252      '_System_Attachment_Image_Upload'                             => 'You can append the image file(gif/png/jpeg) within 10MB.', 
     253      '_System_Attachment_Upload_Error'                             => 'File uploading failed because of invalid file format.', 
     254      '_System_Attachment_Invalid_File'                             => 'The file format is invalid.', 
     255      '_System_Attachment_Invalid_Link'                             => 'The file link is invalid.', 
     256      '_System_Block_Calendar'                                      => 'Calendar', 
     257      '_System_Block_WaitingApproval'                               => 'Waiting Approval', 
     258      '_System_Calendar_TitleCalendar'                              => 'Calendar', 
     259      '_System_Calendar_TitleHoliday'                               => 'Holiday Config', 
     260      '_System_Calendar_WeekendHide'                                => 'Hide Weekend', 
     261      '_System_Calendar_WeekendShow'                                => 'Show Weekend', 
     262      '_System_Calendar_MessageScheduleEdit'                        => 'The schedule is updated.', 
     263      '_System_Calendar_MessageScheduleDelete'                      => 'The schedule is deleted.', 
     264      '_System_Component_DisplayName'                               => 'System Component', 
     265      '_System_Dashboard_Config'                                    => 'Dashboard Config', 
     266      '_System_Dashboard_ErrorHotkey'                               => 'Hotkey conflict.', 
     267      '_System_Dashboard_ErrorPersonalize'                          => 'Failed to update widget information.', 
     268      '_System_Dashboard_HotkeyForStart'                            => 'Hotkey', 
     269      '_System_Dashboard_MessageConflict'                           => 'Because the contents is displayed on the block, the widget cannot work on this page.', 
     270      '_System_Dashboard_MessagePersonalize'                        => 'Widget information is updated.', 
     271      '_System_Dashboard_Skin'                                      => 'Skin', 
     272      '_System_Menu_Rubricks'                                       => 'Rubricks', 
     273      '_System_Menu_System'                                         => 'System', 
     274      '_System_Menu_TemplateAdmin'                                  => 'Admin Page Template', 
     275      '_System_Menu_TemplateUser'                                   => 'User Page Template', 
     276      '_System_Menu_Top'                                            => 'Top Page', 
     277      '_System_Search_Condition'                                    => 'Search Condition', 
     278      '_System_Search_DescriptionAnd1'                              => 'Intersection Search (Default)', 
     279      '_System_Search_DescriptionAnd2'                              => 'plz add space between the search keywords.', 
     280      '_System_Search_DescriptionAnd3'                              => 'ex) TCP IP => the docs that include both of TCP and IP are found.', 
     281      '_System_Search_DescriptionNot1'                              => 'Difference Search', 
     282      '_System_Search_DescriptionNot2'                              => 'plz add "-" before the serach keywords.', 
     283      '_System_Search_DescriptionNot3'                              => 'ex) TCP -IP => the docs that include TCP but does not include IP are found.', 
     284      '_System_Search_DescriptionOr1'                               => 'Union Search', 
     285      '_System_Search_DescriptionOr2'                               => 'plz add "or" between the serach keywords.', 
     286      '_System_Search_DescriptionOr3'                               => 'ex) TCP or IP => the docs that include either TCP or IP are found.', 
     287      '_System_Search_DescriptionPhrase1'                           => 'Phrase Search', 
     288      '_System_Search_DescriptionPhrase2'                           => 'plz bundle the search keywords by double quotation', 
     289      '_System_Search_DescriptionPhrase3'                           => 'ex) "TCP IP" => the docs that include the phrase of "TCP IP" are found.', 
     290      '_System_Search_MessageNoResult'                              => 'Not match any contents. please try again to change search conditions.', 
     291      '_System_Search_MessageNoTarget'                              => 'There is no compornent for search', 
     292      '_System_Search_Result'                                       => 'Search Result', 
     293      '_System_Search_Target'                                       => 'Search Target : ', 
     294      '_System_Search_Title'                                        => 'Search', 
     295      '_System_ThemeChanger_Confirm'                                => 'Are you sure to change theme? You may lost editings if exists.', 
     296      '_System_User_TargetUser'                                     => 'Target Users', 
     297      '_System_User_ValidatePasswordHigh'                           => 'plz input including all the alphabets and the figures and the signs.', 
     298      '_System_User_ValidatePasswordLow'                            => 'plz input half-size character.', 
     299      '_System_User_ValidatePasswordMiddle'                         => 'plz input including both the alphabets and the figures.', 
     300    }) 
    299301  end 
    300302end 
  • rubricks_core/trunk/components/system/languages/japanese.rb

    r4188 r4200  
    11module RubricksLanguage 
    22  def define_lang 
    3     @lang['_System_Account_AccountApprovalSubject'] = '[%s] ナヌザ登録完了のお知らせ' 
    4     @lang['_System_Account_AdmitAdminSubject'] = '[%s] ナヌザ %s(%s) 登録承認のご䟝頌' 
    5     @lang['_System_Account_AdmitUserSubject'] = '[%s] ナヌザ %s(%s) 登録完了のお知らせ' 
    6     @lang['_System_Account_Agreement'] = 'サむト利甚芏玄に同意する' 
    7     @lang['_System_Account_Apply'] = 'アカりント申請' 
    8     @lang['_System_Account_ErrorNotAllowToRegister'] = '珟圚、新芏ナヌザ登録は無効ずなっおいたす。' 
    9     @lang['_System_Account_ErrorAlreadyLogined'] = '既にログむン枈みです。' 
    10     @lang['_System_Account_ErrorDeliverAdmitMailToNewUser'] = 'アカりントは承認されたしたが、該圓ナヌザ宛の承認メヌルの送信に倱敗したした。確認の䞊、別途連絡をしお䞋さい。' 
    11     @lang['_System_Account_ErrorDeliverCreateMailToAdmin'] = 'アカりント申請は受理されたしたが、管理耠
     3    @lang.merge!({ 
     4      '_System_Account_AccountApprovalSubject'                      => '[%s] ナヌザ登録完了のお知らせ', 
     5      '_System_Account_AdmitAdminSubject'                           => '[%s] ナヌザ %s(%s) 登録承認のご䟝頌', 
     6      '_System_Account_AdmitUserSubject'                            => '[%s] ナヌザ %s(%s) 登録完了のお知らせ', 
     7      '_System_Account_Agreement'                                   => 'サむト利甚芏玄に同意する', 
     8      '_System_Account_Apply'                                       => 'アカりント申請', 
     9      '_System_Account_ErrorNotAllowToRegister'                     => '珟圚、新芏ナヌザ登録は無効ずなっおいたす。', 
     10      '_System_Account_ErrorAlreadyLogined'                         => '既にログむン枈みです。', 
     11      '_System_Account_ErrorDeliverAdmitMailToNewUser'              => 'アカりントは承認されたしたが、該圓ナヌザ宛の承認メヌルの送信に倱敗したした。確認の䞊、別途連絡をしお䞋さい。', 
     12      '_System_Account_ErrorDeliverCreateMailToAdmin'               => 'アカりント申請は受理されたしたが、管理耠
    1213宛通知メヌルの送信に倱敗したした。管理耠
    13 ã«å•ã„合わせを行っお䞋さい。' 
    14     @lang['_System_Account_ErrorDeliverCreateMailToNewUser'] = 'アカりント申請は受理されたしたが、承認手順を蚘茉したメヌルの送信に倱敗したした。管理耠
    15 ã«å•ã„合わせを行っお䞋さい。' 
    16     @lang['_System_Account_ErrorDeliverReissueMailToUser'] = 'パスワヌドの倉曎申請は受理されたしたが、倉曎手順を蚘茉したメヌルの送信に倱敗したした。管理耠
    17 ã«å•ã„合わせを行っお䞋さい。' 
    18     @lang['_System_Account_ErrorEdit'] = 'アカりント惠
    19 å ±ã®æ›Žæ–°ã«å€±æ•—したした。' 
    20     @lang['_System_Account_ErrorLogin'] = 'ナヌザ名もしくはパスワヌドが違いたす。' 
    21     @lang['_System_Account_ErrorLoginInvalid'] = '指定されたアカりントは珟圚倱効しおいたす。管理耠
    22 ã«é€£çµ¡ã—お䞋さい。' 
    23     @lang['_System_Account_ErrorLoginLocked'] = '指定されたアカりントは珟圚ロックされおいたす。' 
    24     @lang['_System_Account_ErrorMissMatch'] = 'アクティベヌションコヌドが䞀臎したせん。' 
    25     @lang['_System_Account_ErrorNotCertified'] = 'アカりントが承認されおいたせん。' 
    26     @lang['_System_Account_ErrorNotExist'] = '指定されたアカりントは存圚したせん。' 
    27     @lang['_System_Account_MessageAlreadyAdmitted'] = '既に承認枈みです。' 
    28     @lang['_System_Account_MessageAdmit'] = 'アカりントを承認したした。' 
    29     @lang['_System_Account_MessageAdmitByAdmin'] = 'ナヌザ登録申請を受理したした。管理耠
     14に問い合わせを行っお䞋さい。', 
     15      '_System_Account_ErrorDeliverCreateMailToNewUser'             => 'アカりント申請は受理されたしたが、承認手順を蚘茉したメヌルの送信に倱敗したした。管理耠
     16に問い合わせを行っお䞋さい。', 
     17      '_System_Account_ErrorDeliverReissueMailToUser'               => 'パスワヌドの倉曎申請は受理されたしたが、倉曎手順を蚘茉したメヌルの送信に倱敗したした。管理耠
     18に問い合わせを行っお䞋さい。', 
     19      '_System_Account_ErrorEdit'                                   => 'アカりント惠
     20報の曎新に倱敗したした。', 
     21      '_System_Account_ErrorLogin'                                  => 'ナヌザ名もしくはパスワヌドが違いたす。', 
     22      '_System_Account_ErrorLoginInvalid'                           => '指定されたアカりントは珟圚倱効しおいたす。管理耠
     23に連絡しお䞋さい。', 
     24      '_System_Account_ErrorLoginLocked'                            => '指定されたアカりントは珟圚ロックされおいたす。', 
     25      '_System_Account_ErrorMissMatch'                              => 'アクティベヌションコヌドが䞀臎したせん。', 
     26      '_System_Account_ErrorNotCertified'                           => 'アカりントが承認されおいたせん。', 
     27      '_System_Account_ErrorNotExist'                               => '指定されたアカりントは存圚したせん。', 
     28      '_System_Account_MessageAlreadyAdmitted'                      => '既に承認枈みです。', 
     29      '_System_Account_MessageAdmit'                                => 'アカりントを承認したした。', 
     30      '_System_Account_MessageAdmitByAdmin'                         => 'ナヌザ登録申請を受理したした。管理耠
    3031が登録䜜業を行うたでお埠
    31 ã¡äž‹ã•い。' 
    32     @lang['_System_Account_MessageAdmitByUser'] = 'ナヌザ登録申請を受理したした。登録メヌルアドレス宛にメヌルを送信したしたので確認しお䞋さい。' 
    33     @lang['_System_Account_MessageEdit'] = 'アカりント惠
    34 å ±ã‚’曎新したした。' 
    35     @lang['_System_Account_MessageLogout'] = 'ログアりトしたした。' 
    36     @lang['_System_Account_MessageReissue'] = '䞀時ログむン䞭です。パスワヌドを倉曎しお䞋さい。' 
    37     @lang['_System_Account_MessageReissueConfirm'] = '登録アドレス宛にパスワヌドの倉曎方法を蚘茉したメヌルを送信したした。メヌルの指瀺に埓っおパスワヌドを倉曎しお䞋さい。' 
    38     @lang['_System_Account_Register'] = 'ナヌザ登録' 
    39     @lang['_System_Account_ReissueMail'] = '登録メヌルアドレス' 
    40     @lang['_System_Account_ReissuePassword'] = 'パスワヌド再発行' 
    41     @lang['_System_Account_ReissuePasswordSubject'] = '[%s] パスワヌド再発行のお知らせ' 
    42     @lang['_System_Account_TitleEdit'] = 'アカりント曎新' 
    43     @lang['_System_Account_TitleShow'] = 'アカりント衚瀺' 
    44     @lang['_System_AdminBlock_AddableBlocks'] = '非衚瀺ブロック' 
    45     @lang['_System_AdminBlock_ErrorUpdate'] = 'ブロックのé 
    46 çœ®å€‰æ›Žã«å€±æ•—したした。' 
    47     @lang['_System_AdminBlock_MessagePageNotCustomized'] = 'このペヌゞはブロックé 
    48 çœ®ãŒèš­å®šã•れおいたせん。%sの蚭定が継承されたす。' 
    49     @lang['_System_AdminBlock_MessagePageNotSelected'] = 'ペヌゞが遞択されおいたせん。' 
    50     @lang['_System_AdminBlock_MessageUpdate'] = 'ブロックのé 
     32ち䞋さい。', 
     33      '_System_Account_MessageAdmitByUser'                          => 'ナヌザ登録申請を受理したした。登録メヌルアドレス宛にメヌルを送信したしたので確認しお䞋さい。', 
     34      '_System_Account_MessageEdit'                                 => 'アカりント惠
     35報を曎新したした。', 
     36      '_System_Account_MessageLogout'                               => 'ログアりトしたした。', 
     37      '_System_Account_MessageReissue'                              => '䞀時ログむン䞭です。パスワヌドを倉曎しお䞋さい。', 
     38      '_System_Account_MessageReissueConfirm'                       => '登録アドレス宛にパスワヌドの倉曎方法を蚘茉したメヌルを送信したした。メヌルの指瀺に埓っおパスワヌドを倉曎しお䞋さい。', 
     39      '_System_Account_Register'                                    => 'ナヌザ登録', 
     40      '_System_Account_ReissueMail'                                 => '登録メヌルアドレス', 
     41      '_System_Account_ReissuePassword'                             => 'パスワヌド再発行', 
     42      '_System_Account_ReissuePasswordSubject'                      => '[%s] パスワヌド再発行のお知らせ', 
     43      '_System_Account_TitleEdit'                                   => 'アカりント曎新', 
     44      '_System_Account_TitleShow'                                   => 'アカりント衚瀺', 
     45      '_System_AdminBlock_AddableBlocks'                            => '非衚瀺ブロック', 
     46      '_System_AdminBlock_ErrorUpdate'                              => 'ブロックのé 
     47çœ®å€‰æ›Žã«å€±æ•—したした。', 
     48      '_System_AdminBlock_MessagePageNotCustomized'                 => 'このペヌゞはブロックé 
     49çœ®ãŒèš­å®šã•れおいたせん。%sの蚭定が継承されたす。', 
     50      '_System_AdminBlock_MessagePageNotSelected'                   => 'ペヌゞが遞択されおいたせん。', 
     51      '_System_AdminBlock_MessageUpdate'                            => 'ブロックのé 
    5152çœ®æƒ 
    52 å ±ã‚’倉曎したした。' 
    53     @lang['_System_AdminBlock_PageInfoAbout'] = 'ペヌゞ惠
    54 å ± (%s)' 
    55     @lang['_System_AdminBlock_Title'] = 'ブロック管理' 
    56     @lang['_System_AdminComponent_ComponentList'] = 'コンポヌネント䞀芧' 
    57     @lang['_System_AdminComponent_CurrentComponentInfo'] = '皌働䞭のコンポヌネント惠
    58 å ±' 
    59     @lang['_System_AdminComponent_ErrorBrokenRzip'] = 'RZIPファむルがコンポヌネントの仕様を満たしおいない、もしくは砎損しおいたす。ファむルの冠
    60 å®¹ã‚’確認しお䞋さい。' 
    61     @lang['_System_AdminComponent_ErrorComponentEdit'] = '曎新凊理に倱敗したした。' 
    62     @lang['_System_AdminComponent_ErrorComponentEditDeactiveBuiltIn'] = 'システムコンポヌネントは停止できたせん。' 
    63     @lang['_System_AdminComponent_ErrorComponentInstall'] = '%sのむンストヌルに倱敗したした。' 
    64     @lang['_System_AdminComponent_ErrorComponentStart'] = 'コンポヌネントの起動に倱敗したした。' 
    65     @lang['_System_AdminComponent_ErrorComponentStop'] = 'コンポヌネントの停止に倱敗したした。' 
    66     @lang['_System_AdminComponent_ErrorComponentUninstall'] = '%sのアンむンストヌルに倱敗したした。' 
    67     @lang['_System_AdminComponent_ErrorComponentUninstallWithErrors'] = '%sのアンむンストヌル䞭に以䞋の゚ラヌが発生したした。' 
    68     @lang['_System_AdminComponent_ErrorComponentUpdate'] = '%sのアップデヌトに倱敗したした。' 
    69     @lang['_System_AdminComponent_MessageComponentEdit'] = 'コンポヌネント惠
    70 å ±ã‚’曎新したした。' 
    71     @lang['_System_AdminComponent_MessageComponentInstall'] = '%sをむンストヌルしたした。' 
    72     @lang['_System_AdminComponent_MessageComponentNotSelected'] = 'コンポヌネントが遞択されおいたせん。' 
    73     @lang['_System_AdminComponent_MessageComponentStart'] = 'コンポヌネントを起動したした。' 
    74     @lang['_System_AdminComponent_MessageComponentStop'] = 'コンポヌネントを停止したした。' 
    75     @lang['_System_AdminComponent_MessageComponentUninstall'] = '%sをアンむンストヌルしたした。' 
    76     @lang['_System_AdminComponent_MessageComponentUpdate'] = '%sをアップデヌトしたした。' 
    77     @lang['_System_AdminComponent_MessageComponentUpdateConfirm'] = 'コンポヌネントをアップデヌトしおよろしいですか (運甚環境やコンポヌネントの構成によっおはサヌバを再起動する忠
    78 èŠãŒã‚ã‚ŠãŸã™)' 
    79     @lang['_System_AdminComponent_NewComponentInfo'] = '新芏コンポヌネント惠
    80 å ±' 
    81     @lang['_System_AdminComponent_Title'] = 'コンポヌネント管理' 
    82     @lang['_System_AdminComponent_Update'] = 'アップデヌト' 
    83     @lang['_System_AdminConfig_ErrorInvalidCsv'] = 'CSVファむルのフォヌマットが誀っおいたす。' 
    84     @lang['_System_AdminConfig_ErrorInvalidDate'] = 'CSVファむルに䞍正な日付が含たれおいたす。%s' 
    85     @lang['_System_AdminConfig_ErrorEmptyCsv'] = 'CSVファむルが空です。' 
    86     @lang['_System_AdminConfig_ErrorUpdate'] = '䞀般蚭定の曎新に倱敗したした。' 
    87     @lang['_System_AdminConfig_ItemDashboardAvailable'] = 'ダッシュボヌドを有効にする' 
    88     @lang['_System_AdminConfig_ItemDashboardDefaultSkinName'] = 'デフォルトスキン' 
    89     @lang['_System_AdminConfig_ItemDashboardWidgetName'] = 'りィゞェット' 
    90     @lang['_System_AdminConfig_ItemMailFromAddress'] = 'Fromアドレス' 
    91     @lang['_System_AdminConfig_ItemMailFromName'] = 'メヌル送信耠
    92 å' 
    93     @lang['_System_AdminConfig_ItemMailMethod'] = 'メヌル送信方法' 
    94     @lang['_System_AdminConfig_ItemMailSmtpAccount'] = '[SMTP]アカりント名' 
    95     @lang['_System_AdminConfig_ItemMailSmtpAddress'] = '[SMTP]サヌバアドレス' 
    96     @lang['_System_AdminConfig_ItemMailSmtpPassword'] = '[SMTP]パスワヌド' 
    97     @lang['_System_AdminConfig_ItemMailSmtpPasswordEncode'] = '[SMTP]パスワヌドの暗号化' 
    98     @lang['_System_AdminConfig_ItemMailSmtpPort'] = '[SMTP]ポヌト番号' 
    99     @lang['_System_AdminConfig_ItemMetaAuthor'] = 'Metaタグ[author]' 
    100     @lang['_System_AdminConfig_ItemMetaCopyright'] = 'Metaタグ[copyright]' 
    101     @lang['_System_AdminConfig_ItemMetaDescription'] = 'Metaタグ[description]' 
    102     @lang['_System_AdminConfig_ItemMetaFooter'] = 'フッタ衚瀺' 
    103     @lang['_System_AdminConfig_ItemMetaKeyword'] = 'Metaタグ[keyword]' 
    104     @lang['_System_AdminConfig_ItemMetaRating'] = 'Metaタグ[rating]' 
    105     @lang['_System_AdminConfig_ItemMetaRobots'] = 'Metaタグ[robots]'     
    106     @lang['_System_AdminConfig_ItemSearchRecordPerComponent'] = 'コンポヌネント毎の怜玢結果衚瀺数' 
    107     @lang['_System_AdminConfig_ItemSearchRecordPerPage'] = 'ペヌゞあたりの怜玢結果衚瀺数' 
    108     @lang['_System_AdminConfig_ItemSearchSnippetSize'] = '本文抜粋の最倧文字数' 
    109     @lang['_System_AdminConfig_ItemSiteAttachmentAvailable'] = '䞀般ナヌザによるファむル添付を蚱可' 
    110     @lang['_System_AdminConfig_ItemSiteAttachmentType'] = 'アップロヌドファむルの栌玍å 
    111 ˆ' 
    112     @lang['_System_AdminConfig_ItemSiteAttachmentTypeDatabase'] = 'デヌタベヌス' 
    113     @lang['_System_AdminConfig_ItemSiteAttachmentTypeFile'] = 'ファむルシステム' 
    114     @lang['_System_AdminConfig_ItemSiteAutoLoginPeriod'] = 'オヌトログむンの有効期間' 
    115     @lang['_System_AdminConfig_ItemSiteBaseUrl'] = 'サむトのベヌスパス' 
    116     @lang['_System_AdminConfig_ItemSiteBlockaged'] = 'サむトを閉鎖する' 
    117     @lang['_System_AdminConfig_ItemSiteBlockagedAccess'] = 'サむト閉鎖䞭にアクセス可胜なグルヌプ' 
    118     @lang['_System_AdminConfig_ItemSiteBlockagedMessage'] = 'サむトの閉鎖理由' 
    119     @lang['_System_AdminConfig_ItemSiteDefaultLanguage'] = 'デフォルト蚀語' 
    120     @lang['_System_AdminConfig_ItemSiteDefaultTheme'] = 'デフォルトテヌマ' 
    121     @lang['_System_AdminConfig_ItemSiteDisplayKana'] = '読み仮名を衚瀺する' 
    122     @lang['_System_AdminConfig_ItemSiteEnableAutoLogin'] = 'オヌトログむンを蚱可' 
    123     @lang['_System_AdminConfig_ItemSiteEnableBrowseUserInfo'] = '䞀般ナヌザによるナヌザ惠
    124 å ±é–²èŠ§ã‚’èš±å¯' 
    125     @lang['_System_AdminConfig_ItemSiteEnableMailLogin'] = 'メヌルアドレスによるログむンを蚱可' 
    126     @lang['_System_AdminConfig_ItemSiteName'] = 'サむト名' 
    127     @lang['_System_AdminConfig_ItemSiteProxy'] = 'HTTPプロキシ' 
    128     @lang['_System_AdminConfig_ItemSiteRecordTrails'] = '蚌跡の保存' 
    129     @lang['_System_AdminConfig_ItemSiteRecordTrailsAll'] = 'å 
    130 šãŠã®èšŒè·¡ã‚’保存する' 
    131     @lang['_System_AdminConfig_ItemSiteRecordTrailsNone'] = '蚌跡を保存しない' 
    132     @lang['_System_AdminConfig_ItemSiteRecordTrailsSystem'] = 'システム関連の蚌跡のみを取埗する' 
    133     @lang['_System_AdminConfig_ItemSiteStartMenu'] = '開始メニュヌ' 
    134     @lang['_System_AdminConfig_ItemSiteSwitchHeader'] = 'ヘッダ(ロゎ・メニュヌ)を折り畳む' 
    135     @lang['_System_AdminConfig_ItemToolbarDashboard'] = 'ダッシュボヌド' 
    136     @lang['_System_AdminConfig_ItemToolbarHelp'] = 'グロヌバルヘルプ' 
    137     @lang['_System_AdminConfig_ItemToolbarLogin'] = 'ログむン/ログアりト' 
    138     @lang['_System_AdminConfig_ItemToolbarSearch'] = '怜玢ボックス' 
    139     @lang['_System_AdminConfig_ItemToolbarThemeChanger'] = 'テヌマチェンゞャ' 
    140     @lang['_System_AdminConfig_ItemUserAdmit'] = 'ナヌザ承認方法' 
    141     @lang['_System_AdminConfig_ItemUserAdmitAdmin'] = '管理耠
    142 ãŒç¢ºèªã—おアカりントを有効にする' 
    143     @lang['_System_AdminConfig_ItemUserAdmitNone'] = '自動的にアカりントを有効にする' 
    144     @lang['_System_AdminConfig_ItemUserAdmitUser'] = '登録メヌルアドレス宛に承認コヌドを送信する' 
    145     @lang['_System_AdminConfig_ItemUserEditable'] = 'ナヌザによる線集を蚱可する頠
    146 ç›®' 
    147     @lang['_System_AdminConfig_ItemUserGuestAvailable'] = '未登録ナヌザのサむト利甚を蚱可' 
    148     @lang['_System_AdminConfig_ItemUserGuestName'] = '未登録ナヌザの衚瀺' 
    149     @lang['_System_AdminConfig_ItemUserGuestWysiwyg'] = '未登録ナヌザのWysiwyg利甚を蚱可' 
    150     @lang['_System_AdminConfig_ItemUserLimit'] = 'ナヌザ数制限' 
    151     @lang['_System_AdminConfig_ItemUserLoginFailureLockTime'] = '連続ログむン倱敗によるロック期間' 
    152     @lang['_System_AdminConfig_ItemUserLoginName'] = 'ナヌザIDの文字数制限' 
    153     @lang['_System_AdminConfig_ItemUserManagementGroupDisplay'] = 'グルヌプ䞀芧の衚瀺方匏' 
    154     @lang['_System_AdminConfig_ItemUserManagementGroupDisplayList'] = 'リスト衚瀺' 
    155     @lang['_System_AdminConfig_ItemUserManagementGroupDisplayTreeview'] = 'ツリヌ衚瀺' 
    156     @lang['_System_AdminConfig_ItemUserPassword'] = 'パスワヌドの文字数制限' 
    157     @lang['_System_AdminConfig_ItemUserPasswordIntensity'] = 'パスワヌド匷床' 
    158     @lang['_System_AdminConfig_ItemUserPasswordIntensityHigh'] = '[高] 半角英字ず半角数字ず半角蚘号ずを含む' 
    159     @lang['_System_AdminConfig_ItemUserPasswordIntensityLow'] = '[䜎] 制限無し(半角文字)' 
    160     @lang['_System_AdminConfig_ItemUserPasswordIntensityMiddle'] = '[äž­] 半角英字ず半角数字ずを含む' 
    161     @lang['_System_AdminConfig_ItemUserPasswordPeriod'] = 'パスワヌドの有効期間' 
    162     @lang['_System_AdminConfig_ItemUserPermitLoginFailure'] = '連続ログむン倱敗の蚱容回数' 
    163     @lang['_System_AdminConfig_ItemUserPermitSilentPeriod'] = '未䜿甚ナヌザの自動倱効期間' 
    164     @lang['_System_AdminConfig_ItemUserRegister'] = 'ナヌザの新芏登録を蚱可' 
    165     @lang['_System_AdminConfig_MessageDateNotSelected'] = '日付が遞択されおいたせん。' 
    166     @lang['_System_AdminConfig_MessageHolidayNotSet'] = '䌑日が蚭定されおいたせん。' 
    167     @lang['_System_AdminConfig_MessageHolidayDelete'] = '䌑日惠
    168 å ±ã‚’削陀したした。' 
    169     @lang['_System_AdminConfig_MessageHolidayInitialize'] = '䌑日惠
    170 å ±ã‚’初期化したした。' 
    171     @lang['_System_AdminConfig_MessageHolidayUpdate'] = '䌑日惠
    172 å ±ã‚’曎新したした。' 
    173     @lang['_System_AdminConfig_MessageUpdate'] = '䞀般蚭定を曎新したした。' 
    174     @lang['_System_AdminConfig_TabDashboard'] = 'ダッシュボヌド' 
    175     @lang['_System_AdminConfig_TabHoliday'] = '䌑日惠
    176 å ±' 
    177     @lang['_System_AdminConfig_TabMail'] = 'メヌル' 
    178     @lang['_System_AdminConfig_TabMeta'] = 'メタ惠
    179 å ±' 
    180     @lang['_System_AdminConfig_TabSearch'] = '怜玢' 
    181     @lang['_System_AdminConfig_TabSite'] = 'サむト' 
    182     @lang['_System_AdminConfig_TabToolbar'] = 'ツヌルバヌ' 
    183     @lang['_System_AdminConfig_TabUser'] = 'ナヌザ' 
    184     @lang['_System_AdminConfig_Title'] = '䞀般蚭定' 
    185     @lang['_System_AdminConfig_ValidateSiteBaseUrl'] = 'http://[domain](:[port])(/[path])/' 
    186     @lang['_System_AdminConfig_ValidateSiteProxy'] = 'http://[domain](:[port])/' 
    187     @lang['_System_AdminMenu_ErrorMenuIconCreate'] = 'メニュヌアむコンの新芏䜜成に倱敗したした。' 
    188     @lang['_System_AdminMenu_ErrorMenuIconDelete'] = 'メニュヌアむコンの削陀に倱敗したした。' 
    189     @lang['_System_AdminMenu_ErrorMenuIconEdit'] = 'メニュヌアむコンの衚瀺状æ 
    190 ‹ã®æ›Žæ–°ã«å€±æ•—したした。' 
    191     @lang['_System_AdminMenu_ErrorMenuIconUpdate'] = 'メニュヌアむコンの曎新に倱敗したした。' 
    192     @lang['_System_AdminMenu_IconCreate'] = 'メニュヌアむコン新芏䜜成' 
    193     @lang['_System_AdminMenu_IconImage'] = 'メニュヌアむコン画像' 
    194     @lang['_System_AdminMenu_IconInvisible'] = '非衚瀺メニュヌアむコン' 
    195     @lang['_System_AdminMenu_IconName'] = 'メニュヌアむコン名' 
    196     @lang['_System_AdminMenu_IconVisible'] = '衚瀺メニュヌアむコン' 
    197     @lang['_System_AdminMenu_ItemInvisible'] = '非衚瀺' 
    198     @lang['_System_AdminMenu_ItemTitle'] = '衚瀺文字列' 
    199     @lang['_System_AdminMenu_ItemUrl'] = 'リンクURL' 
    200     @lang['_System_AdminMenu_MenuIconList'] = 'メニュヌアむコン䞀芧' 
    201     @lang['_System_AdminMenu_MenuItemBelongsTo'] = '所属メニュヌ' 
    202     @lang['_System_AdminMenu_MenuItemNotBelongsTo'] = '非所属メニュヌ' 
    203     @lang['_System_AdminMenu_MessageIconNotSelected'] = 'アむコンが遞択されおいたせん。' 
    204     @lang['_System_AdminMenu_MessageMenuIconCreate'] = 'メニュヌアむコンを新芏䜜成したした。' 
    205     @lang['_System_AdminMenu_MessageMenuIconCreateConfirm'] = 'メニュヌアむコンを新芏䜜成しおよろしいですか' 
    206     @lang['_System_AdminMenu_MessageMenuIconDelete'] = 'メニュヌアむコンを削陀したした。' 
    207     @lang['_System_AdminMenu_MessageMenuIconEdit'] = 'メニュヌアむコンの衚瀺状æ 
    208 ‹ã‚’曎新したした。' 
    209     @lang['_System_AdminMenu_MessageMenuIconUpdate'] = 'メニュヌアむコンを曎新したした。' 
    210     @lang['_System_AdminMenu_Title'] = 'メニュヌ管理' 
    211     @lang['_System_AdminMenu_ValidateExternalUrl'] = 'http://[domain](:[port])(/[path])/' 
    212     @lang['_System_AdminSkin_ErrorInstall'] = 'スキンファむルのむンストヌルに倱敗したした。' 
    213     @lang['_System_AdminSkin_ErrorUninstall'] = 'スキンファむルのアンむンストヌルに倱敗したした。' 
    214     @lang['_System_AdminSkin_ErrorUninstallDefaultSkin'] = 'デフォルト指定されたスキンをアンむンストヌルするこずはできたせん' 
    215     @lang['_System_AdminSkin_ErrorUpdate'] = 'スキンファむルのアップデヌトに倱敗したした。' 
    216     @lang['_System_AdminSkin_MessageInstalled'] = 'スキンファむルをむンストヌルしたした。' 
    217     @lang['_System_AdminSkin_MessageSkinNotSelected'] = 'スキンが遞択されおいたせん。' 
    218     @lang['_System_AdminSkin_MessageUninstalled'] = 'スキンファむルをアンむンストヌルしたした。' 
    219     @lang['_System_AdminSkin_MessageUpdated'] = 'スキンファむルをアップデヌトしたした。' 
    220     @lang['_System_AdminSkin_SkinList'] = 'スキン䞀芧' 
    221     @lang['_System_AdminSkin_Title'] = 'スキン管理' 
    222     @lang['_System_AdminSkin_Update'] = 'アップデヌト' 
    223     @lang['_System_AdminTheme_ErrorInstall'] = 'テヌマファむルのむンストヌルに倱敗したした。' 
    224     @lang['_System_AdminTheme_ErrorUninstall'] = 'テヌマファむルのアンむンストヌルに倱敗したした。' 
    225     @lang['_System_AdminTheme_ErrorUninstallDefaultTheme'] = 'デフォルトテヌマをアンむンストヌルするこずはできたせん' 
    226     @lang['_System_AdminTheme_ErrorUpdate'] = 'テヌマファむルのアップデヌトに倱敗したした。' 
    227     @lang['_System_AdminTheme_MessageInstalled'] = 'テヌマファむルをむンストヌルしたした。' 
    228     @lang['_System_AdminTheme_MessageThemeNotSelected'] = 'テヌマが遞択されおいたせん。' 
    229     @lang['_System_AdminTheme_MessageUninstalled'] = 'テヌマファむルをアンむンストヌルしたした。' 
    230     @lang['_System_AdminTheme_MessageUpdated'] = 'テヌマファむルをアップデヌトしたした。' 
    231     @lang['_System_AdminTheme_ThemeList'] = 'テヌマ䞀芧' 
    232     @lang['_System_AdminTheme_Title'] = 'テヌマ管理' 
    233     @lang['_System_AdminTheme_Update'] = 'アップデヌト' 
    234     @lang['_System_AdminUser_ErrorGroupCreate'] = 'グルヌプの䜜成に倱敗したした。' 
    235     @lang['_System_AdminUser_ErrorGroupDelete'] = 'グルヌプの削陀に倱敗したした。' 
    236     @lang['_System_AdminUser_ErrorGroupDeleteBuiltinGroup'] = 'ビルトむングルヌプは削陀できたせん。' 
    237     @lang['_System_AdminUser_ErrorGroupEdit'] = 'グルヌプ惠
    238 å ±ã®æ›Žæ–°ã«å€±æ•—したした。' 
    239     @lang['_System_AdminUser_ErrorUserAdmit'] = 'ナヌザの承認に倱敗したした。' 
    240     @lang['_System_AdminUser_ErrorUserCreate'] = 'ナヌザの䜜成に倱敗したした。' 
    241     @lang['_System_AdminUser_ErrorUserCreateLimit'] = 'これ以䞊ナヌザを䜜成するこずはできたせん。' 
    242     @lang['_System_AdminUser_ErrorUserEdit'] = 'ナヌザ惠
    243 å ±ã®æ›Žæ–°ã«å€±æ•—したした。' 
    244     @lang['_System_AdminUser_ErrorUserInvalidate'] = 'ナヌザの無効化に倱敗したした。' 
    245     @lang['_System_AdminUser_ErrorUserInvalidateSystemUsers'] = 'å 
     53報を倉曎したした。', 
     54      '_System_AdminBlock_PageInfoAbout'                            => 'ペヌゞ惠
     55å ± (%s)', 
     56      '_System_AdminBlock_Title'                                    => 'ブロック管理', 
     57      '_System_AdminComponent_ComponentList'                        => 'コンポヌネント䞀芧', 
     58      '_System_AdminComponent_CurrentComponentInfo'                 => '皌働䞭のコンポヌネント惠
     59å ±', 
     60      '_System_AdminComponent_ErrorBrokenRzip'                      => 'RZIPファむルがコンポヌネントの仕様を満たしおいない、もしくは砎損しおいたす。ファむルの冠
     61容を確認しお䞋さい。', 
     62      '_System_AdminComponent_ErrorComponentEdit'                   => '曎新凊理に倱敗したした。', 
     63      '_System_AdminComponent_ErrorComponentEditDeactiveBuiltIn'    => 'システムコンポヌネントは停止できたせん。', 
     64      '_System_AdminComponent_ErrorComponentInstall'                => '%sのむンストヌルに倱敗したした。', 
     65      '_System_AdminComponent_ErrorComponentStart'                  => 'コンポヌネントの起動に倱敗したした。', 
     66      '_System_AdminComponent_ErrorComponentStop'                   => 'コンポヌネントの停止に倱敗したした。', 
     67      '_System_AdminComponent_ErrorComponentUninstall'              => '%sのアンむンストヌルに倱敗したした。', 
     68      '_System_AdminComponent_ErrorComponentUninstallWithErrors'    => '%sのアンむンストヌル䞭に以䞋の゚ラヌが発生したした。', 
     69      '_System_AdminComponent_ErrorComponentUpdate'                 => '%sのアップデヌトに倱敗したした。', 
     70      '_System_AdminComponent_MessageComponentEdit'                 => 'コンポヌネント惠
     71報を曎新したした。', 
     72      '_System_AdminComponent_MessageComponentInstall'              => '%sをむンストヌルしたした。', 
     73      '_System_AdminComponent_MessageComponentNotSelected'          => 'コンポヌネントが遞択されおいたせん。', 
     74      '_System_AdminComponent_MessageComponentStart'                => 'コンポヌネントを起動したした。', 
     75      '_System_AdminComponent_MessageComponentStop'                 => 'コンポヌネントを停止したした。', 
     76      '_System_AdminComponent_MessageComponentUninstall'            => '%sをアンむンストヌルしたした。', 
     77      '_System_AdminComponent_MessageComponentUpdate'               => '%sをアップデヌトしたした。', 
     78      '_System_AdminComponent_MessageComponentUpdateConfirm'        => 'コンポヌネントをアップデヌトしおよろしいですか (運甚環境やコンポヌネントの構成によっおはサヌバを再起動する忠
     79芁がありたす)', 
     80      '_System_AdminComponent_NewComponentInfo'                     => '新芏コンポヌネント惠
     81å ±', 
     82      '_System_AdminComponent_Title'                                => 'コンポヌネント管理', 
     83      '_System_AdminComponent_Update'                               => 'アップデヌト', 
     84      '_System_AdminConfig_ErrorInvalidCsv'                         => 'CSVファむルのフォヌマットが誀っおいたす。', 
     85      '_System_AdminConfig_ErrorInvalidDate'                        => 'CSVファむルに䞍正な日付が含たれおいたす。%s', 
     86      '_System_AdminConfig_ErrorEmptyCsv'                           => 'CSVファむルが空です。', 
     87      '_System_AdminConfig_ErrorUpdate'                             => '䞀般蚭定の曎新に倱敗したした。', 
     88      '_System_AdminConfig_ItemDashboardAvailable'                  => 'ダッシュボヌドを有効にする', 
     89      '_System_AdminConfig_ItemDashboardDefaultSkinName'            => 'デフォルトスキン', 
     90      '_System_AdminConfig_ItemDashboardWidgetName'                 => 'りィゞェット', 
     91      '_System_AdminConfig_ItemMailFromAddress'                     => 'Fromアドレス', 
     92      '_System_AdminConfig_ItemMailFromName'                        => 'メヌル送信耠
     93名', 
     94      '_System_AdminConfig_ItemMailMethod'                          => 'メヌル送信方法', 
     95      '_System_AdminConfig_ItemMailSmtpAccount'                     => '[SMTP]アカりント名', 
     96      '_System_AdminConfig_ItemMailSmtpAddress'                     => '[SMTP]サヌバアドレス', 
     97      '_System_AdminConfig_ItemMailSmtpPassword'                    => '[SMTP]パスワヌド', 
     98      '_System_AdminConfig_ItemMailSmtpPasswordEncode'              => '[SMTP]パスワヌドの暗号化', 
     99      '_System_AdminConfig_ItemMailSmtpPort'                        => '[SMTP]ポヌト番号', 
     100      '_System_AdminConfig_ItemMetaAuthor'                          => 'Metaタグ[author]', 
     101      '_System_AdminConfig_ItemMetaCopyright'                       => 'Metaタグ[copyright]', 
     102      '_System_AdminConfig_ItemMetaDescription'                     => 'Metaタグ[description]', 
     103      '_System_AdminConfig_ItemMetaFooter'                          => 'フッタ衚瀺', 
     104      '_System_AdminConfig_ItemMetaKeyword'                         => 'Metaタグ[keyword]', 
     105      '_System_AdminConfig_ItemMetaRating'                          => 'Metaタグ[rating]', 
     106      '_System_AdminConfig_ItemMetaRobots'                          => 'Metaタグ[robots]'    , 
     107      '_System_AdminConfig_ItemSearchRecordPerComponent'            => 'コンポヌネント毎の怜玢結果衚瀺数', 
     108      '_System_AdminConfig_ItemSearchRecordPerPage'                 => 'ペヌゞあたりの怜玢結果衚瀺数', 
     109      '_System_AdminConfig_ItemSearchSnippetSize'                   => '本文抜粋の最倧文字数', 
     110      '_System_AdminConfig_ItemSiteAttachmentAvailable'             => '䞀般ナヌザによるファむル添付を蚱可', 
     111      '_System_AdminConfig_ItemSiteAttachmentType'                  => 'アップロヌドファむルの栌玍å 
     112ˆ', 
     113      '_System_AdminConfig_ItemSiteAttachmentTypeDatabase'          => 'デヌタベヌス', 
     114      '_System_AdminConfig_ItemSiteAttachmentTypeFile'              => 'ファむルシステム', 
     115      '_System_AdminConfig_ItemSiteAutoLoginPeriod'                 => 'オヌトログむンの有効期間', 
     116      '_System_AdminConfig_ItemSiteBaseUrl'                         => 'サむトのベヌスパス', 
     117      '_System_AdminConfig_ItemSiteBlockaged'                       => 'サむトを閉鎖する', 
     118      '_System_AdminConfig_ItemSiteBlockagedAccess'                 => 'サむト閉鎖䞭にアクセス可胜なグルヌプ', 
     119      '_System_AdminConfig_ItemSiteBlockagedMessage'                => 'サむトの閉鎖理由', 
     120      '_System_AdminConfig_ItemSiteDefaultLanguage'                 => 'デフォルト蚀語', 
     121      '_System_AdminConfig_ItemSiteDefaultTheme'                    => 'デフォルトテヌマ', 
     122      '_System_AdminConfig_ItemSiteDisplayKana'                     => '読み仮名を衚瀺する', 
     123      '_System_AdminConfig_ItemSiteEnableAutoLogin'                 => 'オヌトログむンを蚱可', 
     124      '_System_AdminConfig_ItemSiteEnableBrowseUserInfo'            => '䞀般ナヌザによるナヌザ惠
     125報閲芧を蚱可', 
     126      '_System_AdminConfig_ItemSiteEnableMailLogin'                 => 'メヌルアドレスによるログむンを蚱可', 
     127      '_System_AdminConfig_ItemSiteName'                            => 'サむト名', 
     128      '_System_AdminConfig_ItemSiteProxy'                           => 'HTTPプロキシ', 
     129      '_System_AdminConfig_ItemSiteRecordTrails'                    => '蚌跡の保存', 
     130      '_System_AdminConfig_ItemSiteRecordTrailsAll'                 => 'å 
     131šãŠã®èšŒè·¡ã‚’保存する', 
     132      '_System_AdminConfig_ItemSiteRecordTrailsNone'                => '蚌跡を保存しない', 
     133      '_System_AdminConfig_ItemSiteRecordTrailsSystem'              => 'システム関連の蚌跡のみを取埗する', 
     134      '_System_AdminConfig_ItemSiteStartMenu'                       => '開始メニュヌ', 
     135      '_System_AdminConfig_ItemSiteSwitchHeader'                    => 'ヘッダ(ロゎ・メニュヌ)を折り畳む', 
     136      '_System_AdminConfig_ItemToolbarDashboard'                    => 'ダッシュボヌド', 
     137      '_System_AdminConfig_ItemToolbarHelp'                         => 'グロヌバルヘルプ', 
     138      '_System_AdminConfig_ItemToolbarLogin'                        => 'ログむン/ログアりト', 
     139      '_System_AdminConfig_ItemToolbarSearch'                       => '怜玢ボックス', 
     140      '_System_AdminConfig_ItemToolbarThemeChanger'                 => 'テヌマチェンゞャ', 
     141      '_System_AdminConfig_ItemUserAdmit'                           => 'ナヌザ承認方法', 
     142      '_System_AdminConfig_ItemUserAdmitAdmin'                      => '管理耠
     143が確認しおアカりントを有効にする', 
     144      '_System_AdminConfig_ItemUserAdmitNone'                       => '自動的にアカりントを有効にする', 
     145      '_System_AdminConfig_ItemUserAdmitUser'                       => '登録メヌルアドレス宛に承認コヌドを送信する', 
     146      '_System_AdminConfig_ItemUserEditable'                        => 'ナヌザによる線集を蚱可する頠
     147目', 
     148      '_System_AdminConfig_ItemUserGuestAvailable'                  => '未登録ナヌザのサむト利甚を蚱可', 
     149      '_System_AdminConfig_ItemUserGuestName'                       => '未登録ナヌザの衚瀺', 
     150      '_System_AdminConfig_ItemUserGuestWysiwyg'                    => '未登録ナヌザのWysiwyg利甚を蚱可', 
     151      '_System_AdminConfig_ItemUserLimit'                           => 'ナヌザ数制限', 
     152      '_System_AdminConfig_ItemUserLoginFailureLockTime'            => '連続ログむン倱敗によるロック期間', 
     153      '_System_AdminConfig_ItemUserLoginName'                       => 'ナヌザIDの文字数制限', 
     154      '_System_AdminConfig_ItemUserManagementGroupDisplay'          => 'グルヌプ䞀芧の衚瀺方匏', 
     155      '_System_AdminConfig_ItemUserManagementGroupDisplayList'      => 'リスト衚瀺', 
     156      '_System_AdminConfig_ItemUserManagementGroupDisplayTreeview'  => 'ツリヌ衚瀺', 
     157      '_System_AdminConfig_ItemUserPassword'                        => 'パスワヌドの文字数制限', 
     158      '_System_AdminConfig_ItemUserPasswordIntensity'               => 'パスワヌド匷床', 
     159      '_System_AdminConfig_ItemUserPasswordIntensityHigh'           => '[高] 半角英字ず半角数字ず半角蚘号ずを含む', 
     160      '_System_AdminConfig_ItemUserPasswordIntensityLow'            => '[䜎] 制限無し(半角文字)', 
     161      '_System_AdminConfig_ItemUserPasswordIntensityMiddle'         => '[äž­] 半角英字ず半角数字ずを含む', 
     162      '_System_AdminConfig_ItemUserPasswordPeriod'                  => 'パスワヌドの有効期間', 
     163      '_System_AdminConfig_ItemUserPermitLoginFailure'              => '連続ログむン倱敗の蚱容回数', 
     164      '_System_AdminConfig_ItemUserPermitSilentPeriod'              => '未䜿甚ナヌザの自動倱効期間', 
     165      '_System_AdminConfig_ItemUserRegister'                        => 'ナヌザの新芏登録を蚱可', 
     166      '_System_AdminConfig_MessageDateNotSelected'                  => '日付が遞択されおいたせん。', 
     167      '_System_AdminConfig_MessageHolidayNotSet'                    => '䌑日が蚭定されおいたせん。', 
     168      '_System_AdminConfig_MessageHolidayDelete'                    => '䌑日惠
     169報を削陀したした。', 
     170      '_System_AdminConfig_MessageHolidayInitialize'                => '䌑日惠
     171報を初期化したした。', 
     172      '_System_AdminConfig_MessageHolidayUpdate'                    => '䌑日惠
     173報を曎新したした。', 
     174      '_System_AdminConfig_MessageUpdate'                           => '䞀般蚭定を曎新したした。', 
     175      '_System_AdminConfig_TabDashboard'                            => 'ダッシュボヌド', 
     176      '_System_AdminConfig_TabHoliday'                              => '䌑日惠
     177å ±', 
     178      '_System_AdminConfig_TabMail'                                 => 'メヌル', 
     179      '_System_AdminConfig_TabMeta'                                 => 'メタ惠
     180å ±', 
     181      '_System_AdminConfig_TabSearch'                               => '怜玢', 
     182      '_System_AdminConfig_TabSite'                                 => 'サむト', 
     183      '_System_AdminConfig_TabToolbar'                              => 'ツヌルバヌ', 
     184      '_System_AdminConfig_TabUser'                                 => 'ナヌザ', 
     185      '_System_AdminConfig_Title'                                   => '䞀般蚭定', 
     186      '_System_AdminConfig_ValidateSiteBaseUrl'                     => 'http://[domain](:[port])(/[path])/', 
     187      '_System_AdminConfig_ValidateSiteProxy'                       => 'http://[domain](:[port])/', 
     188      '_System_AdminMenu_ErrorMenuIconCreate'                       => 'メニュヌアむコンの新芏䜜成に倱敗したした。', 
     189      '_System_AdminMenu_ErrorMenuIconDelete'                       => 'メニュヌアむコンの削陀に倱敗したした。', 
     190      '_System_AdminMenu_ErrorMenuIconEdit'                         => 'メニュヌアむコンの衚瀺状æ 
     191‹ã®æ›Žæ–°ã«å€±æ•—したした。', 
     192      '_System_AdminMenu_ErrorMenuIconUpdate'                       => 'メニュヌアむコンの曎新に倱敗したした。', 
     193      '_System_AdminMenu_IconCreate'                                => 'メニュヌアむコン新芏䜜成', 
     194      '_System_AdminMenu_IconImage'                                 => 'メニュヌアむコン画像', 
     195      '_System_AdminMenu_IconInvisible'                             => '非衚瀺メニュヌアむコン', 
     196      '_System_AdminMenu_IconName'                                  => 'メニュヌアむコン名', 
     197      '_System_AdminMenu_IconVisible'                               => '衚瀺メニュヌアむコン', 
     198      '_System_AdminMenu_ItemInvisible'                             => '非衚瀺', 
     199      '_System_AdminMenu_ItemTitle'                                 => '衚瀺文字列', 
     200      '_System_AdminMenu_ItemUrl'                                   => 'リンクURL', 
     201      '_System_AdminMenu_MenuIconList'                              => 'メニュヌアむコン䞀芧', 
     202      '_System_AdminMenu_MenuItemBelongsTo'                         => '所属メニュヌ', 
     203      '_System_AdminMenu_MenuItemNotBelongsTo'                      => '非所属メニュヌ', 
     204      '_System_AdminMenu_MessageIconNotSelected'                    => 'アむコンが遞択されおいたせん。', 
     205      '_System_AdminMenu_MessageMenuIconCreate'                     => 'メニュヌアむコンを新芏䜜成したした。', 
     206      '_System_AdminMenu_MessageMenuIconCreateConfirm'              => 'メニュヌアむコンを新芏䜜成しおよろしいですか', 
     207      '_System_AdminMenu_MessageMenuIconDelete'                     => 'メニュヌアむコンを削陀したした。', 
     208      '_System_AdminMenu_MessageMenuIconEdit'                       => 'メニュヌアむコンの衚瀺状æ 
     209‹ã‚’曎新したした。', 
     210      '_System_AdminMenu_MessageMenuIconUpdate'                     => 'メニュヌアむコンを曎新したした。', 
     211      '_System_AdminMenu_Title'                                     => 'メニュヌ管理', 
     212      '_System_AdminMenu_ValidateExternalUrl'                       => 'http://[domain](:[port])(/[path])/', 
     213      '_System_AdminSkin_ErrorInstall'                              => 'スキンファむルのむンストヌルに倱敗したした。', 
     214      '_System_AdminSkin_ErrorUninstall'                            => 'スキンファむルのアンむンストヌルに倱敗したした。', 
     215      '_System_AdminSkin_ErrorUninstallDefaultSkin'                 => 'デフォルト指定されたスキンをアンむンストヌルするこずはできたせん', 
     216      '_System_AdminSkin_ErrorUpdate'                               => 'スキンファむルのアップデヌトに倱敗したした。', 
     217      '_System_AdminSkin_MessageInstalled'                          => 'スキンファむルをむンストヌルしたした。', 
     218      '_System_AdminSkin_MessageSkinNotSelected'                    => 'スキンが遞択されおいたせん。', 
     219      '_System_AdminSkin_MessageUninstalled'                        => 'スキンファむルをアンむンストヌルしたした。', 
     220      '_System_AdminSkin_MessageUpdated'                            => 'スキンファむルをアップデヌトしたした。', 
     221      '_System_AdminSkin_SkinList'                                  => 'スキン䞀芧', 
     222      '_System_AdminSkin_Title'                                     => 'スキン管理', 
     223      '_System_AdminSkin_Update'                                    => 'アップデヌト', 
     224      '_System_AdminTheme_ErrorInstall'                             => 'テヌマファむルのむンストヌルに倱敗したした。', 
     225      '_System_AdminTheme_ErrorUninstall'                           => 'テヌマファむルのアンむンストヌルに倱敗したした。', 
     226      '_System_AdminTheme_ErrorUninstallDefaultTheme'               => 'デフォルトテヌマをアンむンストヌルするこずはできたせん', 
     227      '_System_AdminTheme_ErrorUpdate'                              => 'テヌマファむルのアップデヌトに倱敗したした。', 
     228      '_System_AdminTheme_MessageInstalled'                         => 'テヌマファむルをむンストヌルしたした。', 
     229      '_System_AdminTheme_MessageThemeNotSelected'                  => 'テヌマが遞択されおいたせん。', 
     230      '_System_AdminTheme_MessageUninstalled'                       => 'テヌマファむルをアンむンストヌルしたした。', 
     231      '_System_AdminTheme_MessageUpdated'                           => 'テヌマファむルをアップデヌトしたした。', 
     232      '_System_AdminTheme_ThemeList'                                => 'テヌマ䞀芧', 
     233      '_System_AdminTheme_Title'                                    => 'テヌマ管理', 
     234      '_System_AdminTheme_Update'                                   => 'アップデヌト', 
     235      '_System_AdminUser_ErrorGroupCreate'                          => 'グルヌプの䜜成に倱敗したした。', 
     236      '_System_AdminUser_ErrorGroupDelete'                          => 'グルヌプの削陀に倱敗したした。', 
     237      '_System_AdminUser_ErrorGroupDeleteBuiltinGroup'              => 'ビルトむングルヌプは削陀できたせん。', 
     238      '_System_AdminUser_ErrorGroupEdit'                            => 'グルヌプ惠
     239報の曎新に倱敗したした。', 
     240      '_System_AdminUser_ErrorUserAdmit'                            => 'ナヌザの承認に倱敗したした。', 
     241      '_System_AdminUser_ErrorUserCreate'                           => 'ナヌザの䜜成に倱敗したした。', 
     242      '_System_AdminUser_ErrorUserCreateLimit'                      => 'これ以䞊ナヌザを䜜成するこずはできたせん。', 
     243      '_System_AdminUser_ErrorUserEdit'                             => 'ナヌザ惠
     244報の曎新に倱敗したした。', 
     245      '_System_AdminUser_ErrorUserInvalidate'                       => 'ナヌザの無効化に倱敗したした。', 
     246      '_System_AdminUser_ErrorUserInvalidateSystemUsers'            => 'å 
    246247šãŠã®ç®¡ç†è€ 
    247 ã‚’無効化するこずはできたせん。' 
    248     @lang['_System_AdminUser_ErrorUserUnlock'] = 'ナヌザのロック解陀に倱敗したした。' 
    249     @lang['_System_AdminUser_ErrorUserValidate'] = 'ナヌザの有効化に倱敗したした。' 
    250     @lang['_System_AdminUser_ErrorUnauthorized'] = '自分の「ナヌザ管理」暩限を剥奪するこずはできたせん。' 
    251     @lang['_System_AdminUser_GroupCreate'] = '新芏グルヌプ' 
    252     @lang['_System_AdminUser_GroupPermissionGrant'] = '付䞎' 
    253     @lang['_System_AdminUser_GroupPermissionInherit'] = '継承' 
    254     @lang['_System_AdminUser_GroupPermissionRevoke'] = '剥奪' 
    255     @lang['_System_AdminUser_GroupUserEdit'] = '所属ナヌザ線集' 
    256     @lang['_System_AdminUser_MessageGroupCreate'] = 'グルヌプを䜜成したした。' 
    257     @lang['_System_AdminUser_MessageGroupCreateGradeLimit'] = 'これ以䞊の深い階局にグルヌプを䜜成するこずはできたせん。' 
    258     @lang['_System_AdminUser_MessageGroupDelete'] = 'グルヌプを削陀したした。' 
    259     @lang['_System_AdminUser_MessageGroupDeleteConfirm'] = 'グルヌプ及びå 
    260 šãŠã®ã‚µãƒ–グルヌプを削陀しおよろしいですか' 
    261     @lang['_System_AdminUser_MessageGroupEdit'] = 'グルヌプ惠
    262 å ±ã‚’曎新したした。' 
    263     @lang['_System_AdminUser_MessageGroupNotExists'] = 'グルヌプが存圚したせん。' 
    264     @lang['_System_AdminUser_MessageNotSelected'] = '%sが遞択されおいたせん。' 
    265     @lang['_System_AdminUser_MessageNoUserBelongsTo'] = '所属するナヌザが存圚したせん。' 
    266     @lang['_System_AdminUser_MessageUserAdmit'] = 'ナヌザを承認したした。' 
    267     @lang['_System_AdminUser_MessageUserAdmitButCantSendMail'] = 'ナヌザを承認したしたが、該圓ナヌザぞのメヌル送信に倱敗したした。' 
    268     @lang['_System_AdminUser_MessageUserCreate'] = 'ナヌザを䜜成したした。' 
    269     @lang['_System_AdminUser_MessageUserEdit'] = 'ナヌザ惠
    270 å ±ã‚’曎新したした。' 
    271     @lang['_System_AdminUser_MessageUserInvalidate'] = 'ナヌザを無効化したした。' 
    272     @lang['_System_AdminUser_MessageUserInvalidateConfirm'] = 'ナヌザを無効化しおよろしいですか' 
    273     @lang['_System_AdminUser_MessageUserUnlock'] = 'ナヌザのロックを解陀したした。' 
    274     @lang['_System_AdminUser_MessageUserUnlockConfirm'] = 'ナヌザのロックを解陀しおよろしいですか' 
    275     @lang['_System_AdminUser_MessageUserValidate'] = 'ナヌザを有効化したした。' 
    276     @lang['_System_AdminUser_MessageUserValidateConfirm'] = 'ナヌザを有効化しおよろしいですか' 
    277     @lang['_System_AdminUser_UserCreate'] = '新芏ナヌザ' 
    278     @lang['_System_AdminUser_UserFilterDefaultQuery'] = 'ナヌザ名もしくはよみがな' 
    279     @lang['_System_AdminUser_UserFilterMatchBackward'] = '埌方䞀臎' 
    280     @lang['_System_AdminUser_UserFilterMatchForward'] = '前方䞀臎' 
    281     @lang['_System_AdminUser_UserFilterMatchFull'] = '完å 
    282 šäž€è‡Ž' 
    283     @lang['_System_AdminUser_UserFilterTypeAll'] = 'å 
    284 šãƒŠãƒŒã‚¶' 
    285     @lang['_System_AdminUser_UserFilterTypeInvalid'] = '無効ナヌザ' 
    286     @lang['_System_AdminUser_UserFilterTypeUnadmitted'] = '未承認ナヌザ' 
    287     @lang['_System_AdminUser_UserFilterTypeValid'] = '有効ナヌザ' 
    288     @lang['_System_AdminUser_UserFilterUserName'] = 'ナヌザ名' 
    289     @lang['_System_AdminUser_Title'] = 'ナヌザ管理' 
    290     @lang['_System_Approval_NotContents'] = '衚瀺するコンテンツがありたせん' 
    291     @lang['_System_Attachment_File_Upload'] = '10Mバむトたでのファむルを添付できたす。' 
    292     @lang['_System_Attachment_Image_Upload'] = '10MバむトたでのGIF/PNG/JPEGファむルを添付できたす。' 
    293     @lang['_System_Attachment_Upload_Error'] = 'アップロヌドに倱敗したした。ファむルが䞍正です。' 
    294     @lang['_System_Attachment_Invalid_File'] = 'ファむルが圢匏が䞍正です。' 
    295     @lang['_System_Attachment_Invalid_Link'] = '添付ファむルぞのリンクが䞍正です。' 
    296     @lang['_System_Block_Calendar'] = 'カレンダヌ' 
    297     @lang['_System_Block_WaitingApproval'] = 'コンテンツ承認' 
    298     @lang['_System_Calendar_TitleCalendar'] = 'カレンダヌ' 
    299     @lang['_System_Calendar_TitleHoliday'] = '䌑日蚭定' 
    300     @lang['_System_Calendar_WeekendHide'] = '土日非衚瀺' 
    301     @lang['_System_Calendar_WeekendShow'] = '土日衚瀺' 
    302     @lang['_System_Calendar_MessageScheduleEdit'] = '予定を倉曎したした。' 
    303     @lang['_System_Calendar_MessageScheduleDelete'] = '予定を削陀したした。' 
    304     @lang['_System_Component_DisplayName'] = 'システムコンポヌネント' 
    305     @lang['_System_Dashboard_Config'] = 'ダッシュボヌド蚭定' 
    306     @lang['_System_Dashboard_ErrorHotkey'] = 'ホットキヌが重耇しおいたす。' 
    307     @lang['_System_Dashboard_ErrorPersonalize'] = 'りィゞェット衚瀺のパヌ゜ナラむズに倱敗したした。' 
    308     @lang['_System_Dashboard_HotkeyForStart'] = '起動甚ホットキヌ' 
    309     @lang['_System_Dashboard_MessageConflict'] = '圓ペヌゞでは該圓コンテンツがブロック衚瀺されおいるためりィゞェットを衚瀺するこずができたせん。' 
    310     @lang['_System_Dashboard_MessagePersonalize'] = 'りィゞェット衚瀺惠
    311 å ±ã‚’曎新したした。' 
    312     @lang['_System_Dashboard_Skin'] = 'スキン' 
    313     @lang['_System_Menu_Rubricks'] = 'Rubricks' 
    314     @lang['_System_Menu_System'] = 'System' 
    315     @lang['_System_Menu_TemplateAdmin'] = '管理ペヌゞå 
    316 ±é€š' 
    317     @lang['_System_Menu_TemplateUser'] = '通垞ペヌゞå 
    318 ±é€š' 
    319     @lang['_System_Menu_Top'] = 'トップペヌゞ' 
    320     @lang['_System_Search_Condition'] = '怜玢条件' 
    321     @lang['_System_Search_DescriptionAnd1'] = 'AND怜玢(デフォルト)' 
    322     @lang['_System_Search_DescriptionAnd2'] = '怜玢キヌワヌドを「 」(半角スペヌス)で区切っお指定しお䞋さい。' 
    323     @lang['_System_Search_DescriptionAnd3'] = 'ex)「TCP IP」ず指定するこずでTCPずIPの䞡方を含む冠
    324 å®¹ã‚’怜玢したす。' 
    325     @lang['_System_Search_DescriptionNot1'] = 'NOT怜玢' 
    326     @lang['_System_Search_DescriptionNot2'] = '怜玢キヌワヌドの接頭蟞に「-」を付䞎しお䞋さい。' 
    327     @lang['_System_Search_DescriptionNot3'] = 'ex)「TCP -IP」ず指定するこずでTCPを含むがIPを含たない冠
    328 å®¹ã‚’怜玢したす。' 
    329     @lang['_System_Search_DescriptionOr1'] = 'OR怜玢' 
    330     @lang['_System_Search_DescriptionOr2'] = '怜玢キヌワヌドを「or」で区切っお指定しお䞋さい。' 
    331     @lang['_System_Search_DescriptionOr3'] = 'ex)「TCP or IP」ず指定するこずでTCPもしくはIPを含む冠
    332 å®¹ã‚’怜玢したす。' 
    333     @lang['_System_Search_DescriptionPhrase1'] = 'フレヌズ怜玢' 
    334     @lang['_System_Search_DescriptionPhrase2'] = '怜玢キヌワヌドを「"」で囲んで䞋さい。' 
    335     @lang['_System_Search_DescriptionPhrase3'] = 'ex)「"TCP IP"」ず指定するこずで文字列「TCP IP」を含む冠
    336 å®¹ã‚’怜玢したす。' 
    337     @lang['_System_Search_MessageNoResult'] = '該圓する文曞が芋぀かりたせんでした。怜玢条件を倉曎しお再床怜玢しおみお䞋さい。' 
    338     @lang['_System_Search_MessageNoTarget'] = '怜玢察象のコンポヌネントがありたせん。' 
    339     @lang['_System_Search_Result'] = '怜玢結果' 
    340     @lang['_System_Search_Target'] = '怜玢察象' 
    341     @lang['_System_Search_Title'] = '怜玢' 
    342     @lang['_System_ThemeChanger_Confirm'] = 'テヌマを倉曎しおよろしいですか珟圚線集䞭の䜜業は倱われる可胜性がありたす。' 
    343     @lang['_System_User_TargetUser'] = '察象ナヌザ' 
    344     @lang['_System_User_ValidatePasswordHigh'] = '半角英字及び半角数字及び半角蚘号を含む忠
    345 èŠãŒã‚ã‚ŠãŸã™ã€‚' 
    346     @lang['_System_User_ValidatePasswordLow'] = '半角文字でå 
    347 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    348     @lang['_System_User_ValidatePasswordMiddle'] = '半角英字及び半角数字を含む忠
    349 èŠãŒã‚ã‚ŠãŸã™ã€‚' 
     248を無効化するこずはできたせん。', 
     249      '_System_AdminUser_ErrorUserUnlock'                           => 'ナヌザのロック解陀に倱敗したした。', 
     250      '_System_AdminUser_ErrorUserValidate'                         => 'ナヌザの有効化に倱敗したした。', 
     251      '_System_AdminUser_ErrorUnauthorized'                         => '自分の「ナヌザ管理」暩限を剥奪するこずはできたせん。', 
     252      '_System_AdminUser_GroupCreate'                               => '新芏グルヌプ', 
     253      '_System_AdminUser_GroupPermissionGrant'                      => '付䞎', 
     254      '_System_AdminUser_GroupPermissionInherit'                    => '継承', 
     255      '_System_AdminUser_GroupPermissionRevoke'                     => '剥奪', 
     256      '_System_AdminUser_GroupUserEdit'                             => '所属ナヌザ線集', 
     257      '_System_AdminUser_MessageGroupCreate'                        => 'グルヌプを䜜成したした。', 
     258      '_System_AdminUser_MessageGroupCreateGradeLimit'              => 'これ以䞊の深い階局にグルヌプを䜜成するこずはできたせん。', 
     259      '_System_AdminUser_MessageGroupDelete'                        => 'グルヌプを削陀したした。', 
     260      '_System_AdminUser_MessageGroupDeleteConfirm'                 => 'グルヌプ及びå 
     261šãŠã®ã‚µãƒ–グルヌプを削陀しおよろしいですか', 
     262      '_System_AdminUser_MessageGroupEdit'                          => 'グルヌプ惠
     263報を曎新したした。', 
     264      '_System_AdminUser_MessageGroupNotExists'                     => 'グルヌプが存圚したせん。', 
     265      '_System_AdminUser_MessageNotSelected'                        => '%sが遞択されおいたせん。', 
     266      '_System_AdminUser_MessageNoUserBelongsTo'                    => '所属するナヌザが存圚したせん。', 
     267      '_System_AdminUser_MessageUserAdmit'                          => 'ナヌザを承認したした。', 
     268      '_System_AdminUser_MessageUserAdmitButCantSendMail'           => 'ナヌザを承認したしたが、該圓ナヌザぞのメヌル送信に倱敗したした。', 
     269      '_System_AdminUser_MessageUserCreate'                         => 'ナヌザを䜜成したした。', 
     270      '_System_AdminUser_MessageUserEdit'                           => 'ナヌザ惠
     271報を曎新したした。', 
     272      '_System_AdminUser_MessageUserInvalidate'                     => 'ナヌザを無効化したした。', 
     273      '_System_AdminUser_MessageUserInvalidateConfirm'              => 'ナヌザを無効化しおよろしいですか', 
     274      '_System_AdminUser_MessageUserUnlock'                         => 'ナヌザのロックを解陀したした。', 
     275      '_System_AdminUser_MessageUserUnlockConfirm'                  => 'ナヌザのロックを解陀しおよろしいですか', 
     276      '_System_AdminUser_MessageUserValidate'                       => 'ナヌザを有効化したした。', 
     277      '_System_AdminUser_MessageUserValidateConfirm'                => 'ナヌザを有効化しおよろしいですか', 
     278      '_System_AdminUser_UserCreate'                                => '新芏ナヌザ', 
     279      '_System_AdminUser_UserFilterDefaultQuery'                    => 'ナヌザ名もしくはよみがな', 
     280      '_System_AdminUser_UserFilterMatchBackward'                   => '埌方䞀臎', 
     281      '_System_AdminUser_UserFilterMatchForward'                    => '前方䞀臎', 
     282      '_System_AdminUser_UserFilterMatchFull'                       => '完å 
     283šäž€è‡Ž', 
     284      '_System_AdminUser_UserFilterTypeAll'                         => 'å 
     285šãƒŠãƒŒã‚¶', 
     286      '_System_AdminUser_UserFilterTypeInvalid'                     => '無効ナヌザ', 
     287      '_System_AdminUser_UserFilterTypeUnadmitted'                  => '未承認ナヌザ', 
     288      '_System_AdminUser_UserFilterTypeValid'                       => '有効ナヌザ', 
     289      '_System_AdminUser_UserFilterUserName'                        => 'ナヌザ名', 
     290      '_System_AdminUser_Title'                                     => 'ナヌザ管理', 
     291      '_System_Approval_NotContents'                                => '衚瀺するコンテンツがありたせん', 
     292      '_System_Attachment_File_Upload'                              => '10Mバむトたでのファむルを添付できたす。', 
     293      '_System_Attachment_Image_Upload'                             => '10MバむトたでのGIF/PNG/JPEGファむルを添付できたす。', 
     294      '_System_Attachment_Upload_Error'                             => 'アップロヌドに倱敗したした。ファむルが䞍正です。', 
     295      '_System_Attachment_Invalid_File'                             => 'ファむルが圢匏が䞍正です。', 
     296      '_System_Attachment_Invalid_Link'                             => '添付ファむルぞのリンクが䞍正です。', 
     297      '_System_Block_Calendar'                                      => 'カレンダヌ', 
     298      '_System_Block_WaitingApproval'                               => 'コンテンツ承認', 
     299      '_System_Calendar_TitleCalendar'                              => 'カレンダヌ', 
     300      '_System_Calendar_TitleHoliday'                               => '䌑日蚭定', 
     301      '_System_Calendar_WeekendHide'                                => '土日非衚瀺', 
     302      '_System_Calendar_WeekendShow'                                => '土日衚瀺', 
     303      '_System_Calendar_MessageScheduleEdit'                        => '予定を倉曎したした。', 
     304      '_System_Calendar_MessageScheduleDelete'                      => '予定を削陀したした。', 
     305      '_System_Component_DisplayName'                               => 'システムコンポヌネント', 
     306      '_System_Dashboard_Config'                                    => 'ダッシュボヌド蚭定', 
     307      '_System_Dashboard_ErrorHotkey'                               => 'ホットキヌが重耇しおいたす。', 
     308      '_System_Dashboard_ErrorPersonalize'                          => 'りィゞェット衚瀺のパヌ゜ナラむズに倱敗したした。', 
     309      '_System_Dashboard_HotkeyForStart'                            => '起動甚ホットキヌ', 
     310      '_System_Dashboard_MessageConflict'                           => '圓ペヌゞでは該圓コンテンツがブロック衚瀺されおいるためりィゞェットを衚瀺するこずができたせん。', 
     311      '_System_Dashboard_MessagePersonalize'                        => 'りィゞェット衚瀺惠
     312報を曎新したした。', 
     313      '_System_Dashboard_Skin'                                      => 'スキン', 
     314      '_System_Menu_Rubricks'                                       => 'Rubricks', 
     315      '_System_Menu_System'                                         => 'System', 
     316      '_System_Menu_TemplateAdmin'                                  => '管理ペヌゞå 
     317±é€š', 
     318      '_System_Menu_TemplateUser'                                   => '通垞ペヌゞå 
     319±é€š', 
     320      '_System_Menu_Top'                                            => 'トップペヌゞ', 
     321      '_System_Search_Condition'                                    => '怜玢条件', 
     322      '_System_Search_DescriptionAnd1'                              => 'AND怜玢(デフォルト)', 
     323      '_System_Search_DescriptionAnd2'                              => '怜玢キヌワヌドを「 」(半角スペヌス)で区切っお指定しお䞋さい。', 
     324      '_System_Search_DescriptionAnd3'                              => 'ex)「TCP IP」ず指定するこずでTCPずIPの䞡方を含む冠
     325容を怜玢したす。', 
     326      '_System_Search_DescriptionNot1'                              => 'NOT怜玢', 
     327      '_System_Search_DescriptionNot2'                              => '怜玢キヌワヌドの接頭蟞に「-」を付䞎しお䞋さい。', 
     328      '_System_Search_DescriptionNot3'                              => 'ex)「TCP -IP」ず指定するこずでTCPを含むがIPを含たない冠
     329容を怜玢したす。', 
     330      '_System_Search_DescriptionOr1'                               => 'OR怜玢', 
     331      '_System_Search_DescriptionOr2'                               => '怜玢キヌワヌドを「or」で区切っお指定しお䞋さい。', 
     332      '_System_Search_DescriptionOr3'                               => 'ex)「TCP or IP」ず指定するこずでTCPもしくはIPを含む冠
     333容を怜玢したす。', 
     334      '_System_Search_DescriptionPhrase1'                           => 'フレヌズ怜玢', 
     335      '_System_Search_DescriptionPhrase2'                           => '怜玢キヌワヌドを「"」で囲んで䞋さい。', 
     336      '_System_Search_DescriptionPhrase3'                           => 'ex)「"TCP IP"」ず指定するこずで文字列「TCP IP」を含む冠
     337容を怜玢したす。', 
     338      '_System_Search_MessageNoResult'                              => '該圓する文曞が芋぀かりたせんでした。怜玢条件を倉曎しお再床怜玢しおみお䞋さい。', 
     339      '_System_Search_MessageNoTarget'                              => '怜玢察象のコンポヌネントがありたせん。', 
     340      '_System_Search_Result'                                       => '怜玢結果', 
     341      '_System_Search_Target'                                       => '怜玢察象', 
     342      '_System_Search_Title'                                        => '怜玢', 
     343      '_System_ThemeChanger_Confirm'                                => 'テヌマを倉曎しおよろしいですか珟圚線集䞭の䜜業は倱われる可胜性がありたす。', 
     344      '_System_User_TargetUser'                                     => '察象ナヌザ', 
     345      '_System_User_ValidatePasswordHigh'                           => '半角英字及び半角数字及び半角蚘号を含む忠
     346芁がありたす。', 
     347      '_System_User_ValidatePasswordLow'                            => '半角文字でå 
     348¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     349      '_System_User_ValidatePasswordMiddle'                         => '半角英字及び半角数字を含む忠
     350芁がありたす。', 
     351    }) 
    350352  end 
    351353end 
  • rubricks_core/trunk/languages/english.rb

    r4154 r4200  
    11module RubricksLanguage 
    22  def define_lang 
    3     @lang['_Common_Abort'] = 'Abort' 
    4     @lang['_Common_AccountInfo'] = 'Account Information' 
    5     @lang['_Common_Active'] = 'Active' 
    6     @lang['_Common_Add'] = 'Add' 
    7     @lang['_Common_AddOrUpdate'] = 'Add/Update' 
    8     @lang['_Common_Add_Failed'] = 'The %s adding was failure.' 
    9     @lang['_Common_Add_Success'] = 'The %s was added.' 
    10     @lang['_Common_Admit'] = 'Admit' 
    11     @lang['_Common_Admit_Return'] = 'Return' 
    12     @lang['_Common_Admit_Return_Confirm'] = 'Are you sure?' 
    13     @lang['_Common_Admit_Confirm'] = 'Are you sure to admit this?' 
    14     @lang['_Common_Approval_Return_Failed'] = 'The %s returning was failure.' 
    15     @lang['_Common_Approval_Return_Success'] = 'The %s was returned.' 
    16     @lang['_Common_Approval_Failed'] = 'The %s approving was failure.' 
    17     @lang['_Common_Approval_Success'] = 'The %s was approved.' 
    18     @lang['_Common_Asc'] = 'Asc' 
    19     @lang['_Common_Author'] = 'Author' 
    20     @lang['_Common_Back'] = 'Back' 
    21     @lang['_Common_Block'] = 'Block' 
    22     @lang['_Common_BlockName'] = 'Block Name' 
    23     @lang['_Common_Cancel'] = 'Cancel' 
    24     @lang['_Common_Change'] = 'Change' 
    25     @lang['_Common_Close'] = 'Close' 
    26     @lang['_Common_Closed'] = 'Closed' 
    27     @lang['_Common_Comment'] = 'Comment' 
    28     @lang['_Common_Confirm'] = 'Confirm' 
    29     @lang['_Common_Copy'] = 'Copy' 
    30     @lang['_Common_Create'] = 'Create' 
    31     @lang['_Common_CreateNew'] = 'New' 
    32     @lang['_Common_CreatedOn'] = 'Registration date' 
    33     @lang['_Common_Creater'] = 'Creater' 
    34     @lang['_Common_Date'] = 'Date' 
    35     @lang['_Common_DatePicker_Format'] = '%Y%m%d' 
    36     @lang['_Common_DatePicker_Format_String'] = 'yyyy/MM/dd' 
    37     @lang['_Common_Date_Format'] = '%m/%d/%Y' 
    38     @lang['_Common_Date_HourMinSec_Format'] = '%m/%d/%Y %H:%M:%S' 
    39     @lang['_Common_Date_HourMin_Format'] = '%m/%d/%Y %H:%M' 
    40     @lang['_Common_Day'] = 'Day' 
    41     @lang['_Common_Deactive'] = 'Deactive' 
    42     @lang['_Common_Decide'] = 'Decide' 
    43     @lang['_Common_Delete'] = 'Delete' 
    44     @lang['_Common_Delete_Confirm'] = 'Are you sure to delete this?' 
    45     @lang['_Common_Delete_Failed'] = 'The %s deleting was failure.' 
    46     @lang['_Common_Delete_Success'] = 'The %s was deleted.' 
    47     @lang['_Common_Deleted'] = 'Deleted' 
    48     @lang['_Common_Desc'] = 'Desc' 
    49     @lang['_Common_Description'] = 'Description' 
    50     @lang['_Common_Details'] = 'Details' 
    51     @lang['_Common_Display'] = 'Display' 
    52     @lang['_Common_DisplayEmail'] = 'I open to the public my mail address.' 
    53     @lang['_Common_DisplayName'] = 'Display name' 
    54     @lang['_Common_Edit'] = 'Edit' 
    55     @lang['_Common_Error'] = 'Error' 
    56     @lang['_Common_ExceedMaxCharacter'] = 'The number of maximum input characters is %d.' 
    57     @lang['_Common_Export'] = 'Export' 
    58     @lang['_Common_Friday'] = 'Fri' 
    59     @lang['_Common_Function'] = 'Function' 
    60     @lang['_Common_Group'] = 'Group' 
    61     @lang['_Common_GroupAdmin'] = 'Admin Group' 
    62     @lang['_Common_GroupBelongsTo'] = 'Groups belonging to' 
    63     @lang['_Common_GroupGuest'] = 'Guest Group' 
    64     @lang['_Common_GroupInfo'] = 'Group Info' 
    65     @lang['_Common_GroupManager'] = 'Group Manager' 
    66     @lang['_Common_GroupName'] = 'Group Name' 
    67     @lang['_Common_GroupRegistered'] = 'Registered Group' 
    68     @lang['_Common_GroupTree'] = 'Group Tree' 
    69     @lang['_Common_Help'] = 'Help' 
    70     @lang['_Common_Hour'] = 'Hour' 
    71     @lang['_Common_Import'] = 'Import' 
    72     @lang['_Common_Indefinite'] = 'Indefinite' 
    73     @lang['_Common_Initialize'] = 'Initialize' 
    74     @lang['_Common_Initialize_Confirm'] = 'Are you sure to initialize this?' 
    75     @lang['_Common_Input'] = 'Input' 
    76     @lang['_Common_Install'] = 'Install' 
    77     @lang['_Common_Invalidate'] = 'Invalidate' 
    78     @lang['_Common_Invalidity'] = 'Invalidity' 
    79     @lang['_Common_Item'] = 'Item' 
    80     @lang['_Common_Kana'] = 'Kana' 
    81     @lang['_Common_Kana_Format'] = '^[あ-んぁ-ゎ]+$' 
    82     @lang['_Common_Kind'] = 'Kind' 
    83     @lang['_Common_Language'] = 'Language' 
    84     @lang['_Common_License'] = 'License' 
    85     @lang['_Common_LinkUrl'] = 'Link URL' 
    86     @lang['_Common_List'] = 'List' 
    87     @lang['_Common_Locked'] = 'Locked' 
    88     @lang['_Common_Login'] = 'Login' 
    89     @lang['_Common_LoginAs'] = 'Login as %s' 
    90     @lang['_Common_Logout'] = 'Logout' 
    91     @lang['_Common_Mail'] = 'Mail Address' 
    92     @lang['_Common_MailText'] = '[Mail]' 
    93     @lang['_Common_MailCharset'] = 'utf-8' 
    94     @lang['_Common_Max'] = 'Max' 
    95     @lang['_Common_Menu'] = 'Menu' 
    96     @lang['_Common_MenuName'] = 'Menu Name' 
    97     @lang['_Common_Message'] = 'Message' 
    98     @lang['_Common_Min'] = 'Min' 
    99     @lang['_Common_Minute'] = 'Minute' 
    100     @lang['_Common_Moderator'] = 'Moderator' 
    101     @lang['_Common_Monday'] = 'Mon' 
    102     @lang['_Common_Month'] = 'Month' 
    103     @lang['_Common_MonthDayWday_Format_String'] = '#{wday} #{month}/#{day}' 
    104     @lang['_Common_Month2'] = 'Month' 
    105     @lang['_Common_Move'] = 'Move' 
    106     @lang['_Common_MustLogin'] = 'You have to login for using this page.' 
    107     @lang['_Common_Name'] = 'Name' 
    108     @lang['_Common_NetworkError'] = 'Network error has occured.Please retry later.' 
    109     @lang['_Common_New'] = 'New' 
    110     @lang['_Common_NewName'] = 'New name' 
    111     @lang['_Common_Next_Page'] = 'Next page' 
    112     @lang['_Common_No'] = 'No' 
    113     @lang['_Common_NonDisplay'] = 'Non-Display' 
    114     @lang['_Common_NotAdmitted'] = 'Not admitted' 
    115     @lang['_Common_NotDefined'] = 'Not defined.' 
    116     @lang['_Common_NotSelected'] = 'Not selected.' 
    117     @lang['_Common_NotInput'] = 'Not input.' 
    118     @lang['_Common_NotUse'] = 'Not use' 
    119     @lang['_Common_Note'] = 'Note' 
    120     @lang['_Common_Nothing_Waiting_Approval'] = 'There is not %s.' 
    121     @lang['_Common_NowLoading'] = 'Now Loading...' 
    122     @lang['_Common_Open'] = 'Open' 
    123     @lang['_Common_Operation'] = 'Operation' 
    124     @lang['_Common_Or'] = 'or' 
    125     @lang['_Common_Page'] = 'Page' 
    126     @lang['_Common_PageInfo'] = 'Page Info' 
    127     @lang['_Common_PageList'] = 'Page List' 
    128     @lang['_Common_Palette'] = 'Palette' 
    129     @lang['_Common_Password'] = 'Password' 
    130     @lang['_Common_Paste'] = 'Paste' 
    131     @lang['_Common_PermAccess'] = 'Access' 
    132     @lang['_Common_PermAdmin'] = 'Admin' 
    133     @lang['_Common_PermAdminComponent'] = 'Component Management' 
    134     @lang['_Common_PermAdminConfig'] = 'Site Management' 
    135     @lang['_Common_PermAdminDesign'] = 'Design Management' 
    136     @lang['_Common_PermAdminUser'] = 'User Management' 
    137     @lang['_Common_PermDashboard'] = 'Dashboard' 
    138     @lang['_Common_PermLogin'] = 'Login' 
    139     @lang['_Common_PermPersonalize'] = 'Personalize' 
    140     @lang['_Common_Permission'] = 'Permission' 
    141     @lang['_Common_PermissionInfo'] = 'Permission' 
    142     @lang['_Common_Personalize'] = 'Personalize' 
    143     @lang['_Common_Post'] = 'Post' 
    144     @lang['_Common_Poster'] = 'Poster' 
    145     @lang['_Common_Preview'] = 'Preview' 
    146     @lang['_Common_Previous_Page'] = 'Previous page' 
    147     @lang['_Common_Print'] = 'Print' 
    148     @lang['_Common_Processing'] = 'Processing...' 
    149     @lang['_Common_Refresh'] = 'Refresh' 
    150     @lang['_Common_Register'] = 'Register' 
    151     @lang['_Common_Registered_Group'] = 'Registered Group' 
    152     @lang['_Common_Regulation'] = 'Regulation' 
    153     @lang['_Common_Rename'] = 'Rename' 
    154     @lang['_Common_Reset'] = 'Reset' 
    155     @lang['_Common_Saturday'] = 'Sat' 
    156     @lang['_Common_Save'] = 'Save' 
    157     @lang['_Common_Saving'] = 'Saving...' 
    158     @lang['_Common_ScreenShot'] = 'Screen Shot' 
    159     @lang['_Common_Search'] = 'Search' 
    160     @lang['_Common_SearchClear'] = 'Clear' 
    161     @lang['_Common_SearchConditions'] = 'Search Conditions' 
    162     @lang['_Common_SearchDetail'] = '[+]Search Options' 
    163     @lang['_Common_Second'] = 'Second' 
    164     @lang['_Common_SelectMultiple'] = 'Select multiple' 
    165     @lang['_Common_SelectSingular'] = 'Select singular' 
    166     @lang['_Common_SendMail'] = 'Send mail' 
    167     @lang['_Common_Sending'] = 'wait...' 
    168     @lang['_Common_SessionTimeout'] = 'Authorization Failed.Do you move to login page?' 
    169     @lang['_Common_Signature'] = 'Signature' 
    170     @lang['_Common_SiteAdmin'] = 'Site Admin' 
    171     @lang['_Common_Start'] = 'Start' 
    172     @lang['_Common_States'] = 'States' 
    173     @lang['_Common_Stop'] = 'Stop' 
    174     @lang['_Common_Stop_Confirm'] = 'Are you sure to stop this?' 
    175     @lang['_Common_Submit'] = 'Submit' 
    176     @lang['_Common_Sunday'] = 'Sun' 
    177     @lang['_Common_Tab'] = 'Tab' 
    178     @lang['_Common_Target'] = 'Target' 
    179     @lang['_Common_ThemeDisplay'] = 'Theme' 
    180     @lang['_Common_ThemeName'] = 'Theme Name' 
    181     @lang['_Common_Thursday'] = 'Thu' 
    182     @lang['_Common_Time'] = 'Time' 
    183     @lang['_Common_Times'] = 'Times' 
    184     @lang['_Common_Time_Format'] = '%H:%M' 
    185     @lang['_Common_Time_HourMinSec_Format'] = '%H:%M:%S' 
    186     @lang['_Common_Title'] = 'Title' 
    187     @lang['_Common_Title_Approval_List'] = '%s Approval List' 
    188     @lang['_Common_Today'] = 'Today' 
    189     @lang['_Common_Tomorrow'] = 'Tomorrow' 
    190     @lang['_Common_TopPage'] = '[Top Page]' 
    191     @lang['_Common_Tuesday'] = 'Tue' 
    192     @lang['_Common_Unauthorized'] = 'You must login.' 
    193     @lang['_Common_Uninstall'] = 'Uninstall' 
    194     @lang['_Common_Uninstall_Confirm'] = 'Are you sure to uninstall this?' 
    195     @lang['_Common_Unlimited'] = 'Unlimited' 
    196     @lang['_Common_Unlock'] = 'Unlock' 
    197     @lang['_Common_Unlogin'] = 'Unlogin' 
    198     @lang['_Common_Unregistration'] = 'Unregistration' 
    199     @lang['_Common_Update'] = 'Update' 
    200     @lang['_Common_Update_Confirm'] = 'Are you sure to update this?' 
    201     @lang['_Common_Update_Failed'] = 'The %s updating was failure.' 
    202     @lang['_Common_Update_Success'] = 'The %s was updated.' 
    203     @lang['_Common_UpdatedOn'] = 'Last Update' 
    204     @lang['_Common_Updating'] = 'Updating...' 
    205     @lang['_Common_Use'] = 'Use' 
    206     @lang['_Common_User'] = 'User' 
    207     @lang['_Common_UserId'] = 'User ID' 
    208     @lang['_Common_UserInfo'] = 'User Information' 
    209     @lang['_Common_UserList'] = 'User List' 
    210     @lang['_Common_UserName'] = 'User Name' 
    211     @lang['_Common_UsersBelongsTo'] = 'Users belongs to' 
    212     @lang['_Common_UsersNotBelongsTo'] = 'Users not belongs to' 
    213     @lang['_Common_UseWysiwyg'] = 'Use Wysiwyg' 
    214     @lang['_Common_Validate'] = 'Validate' 
    215     @lang['_Common_Validate_Alphanumeric'] = 'plz input alphanumeric.' 
    216     @lang['_Common_Validate_AlreadyUsed'] = 'already used.' 
    217     @lang['_Common_Validate_CharAbove'] = 'plz input above %d' 
    218     @lang['_Common_Validate_CharBelow'] = 'plz input below %d' 
    219     @lang['_Common_Validate_CharJust'] = '%d' 
    220     @lang['_Common_Validate_CharRange'] = 'plz input between %d and %d.' 
    221     @lang['_Common_Validate_CheckboxLessThan'] = 'plz check more than %d.' 
    222     @lang['_Common_Validate_Checking'] = 'now checking' 
    223     @lang['_Common_Validate_DateFormat'] = @lang['_Common_DatePicker_Format_String'] + ' style is required.' 
    224     @lang['_Common_Validate_FileFormat'] = 'Plz input %s file.' 
    225     @lang['_Common_Validate_InvalidDate'] = 'invalid date.' 
    226     @lang['_Common_Validate_InverseDate'] = 'inverse date.' 
    227     @lang['_Common_Validate_TimeFormat'] = 'HH:MM style is required.' 
    228     @lang['_Common_Validate_InvalidTime'] = 'invalid time.' 
    229     @lang['_Common_Validate_InverseTime'] = 'inverse time.' 
    230     @lang['_Common_Validate_InverseDateTime'] = 'inverse date-time.' 
    231     @lang['_Common_Validate_Kana'] = 'plz input kana.' 
    232     @lang['_Common_Validate_NumericGreaterThan'] = 'small and large are inversioned.' 
    233     @lang['_Common_Validate_SelectboxLessThan'] = 'plz select more than %d.' 
    234     @lang['_Common_Validate_HalfChar'] = 'plz input half-size character.' 
    235     @lang['_Common_Validate_Integer'] = 'plz input integer.' 
    236     @lang['_Common_Validate_InvalidMinMax'] = 'min&max value is invalid.' 
    237     @lang['_Common_Validate_MissMatch'] = 'it does nott match confirmation input.' 
    238     @lang['_Common_Validate_NoCheck'] = 'plz check at least one.' 
    239     @lang['_Common_Validate_NotTag'] = 'unsupported character is included.' 
    240     @lang['_Common_Validate_Numeric'] = 'plz input numeric.' 
    241     @lang['_Common_Validate_NumericAbove'] = 'input above %s.' 
    242     @lang['_Common_Validate_NumericBelow'] = 'input below %s.' 
    243     @lang['_Common_Validate_NumericRange'] = 'input %s-%s.' 
    244     @lang['_Common_Validate_PleaseInputBy'] = 'plz input.' 
    245     @lang['_Common_Validate_PleaseInputIn'] = 'plz input.' 
    246     @lang['_Common_Validate_Regulation'] = 'plz agree to the regulation.' 
    247     @lang['_Common_Validate_Required'] = 'required.' 
    248     @lang['_Common_Validate_Url'] = 'invalid url.' 
    249     @lang['_Common_Validate_ValidEmail'] = 'invalid email address.' 
    250     @lang['_Common_Validate_ValueAbove'] = 'above %d' 
    251     @lang['_Common_Validate_ValueBelow'] = 'below %d' 
    252     @lang['_Common_Validate_ValueRange'] = 'plz input between %d and %d.' 
    253     @lang['_Common_Validity'] = 'Validity' 
    254     @lang['_Common_Value'] = 'Value' 
    255     @lang['_Common_Version'] = 'Version' 
    256     @lang['_Common_Wait'] = 'Just a second' 
    257     @lang['_Common_Week'] = 'Week' 
    258     @lang['_Common_Wednesday'] = 'Wed' 
    259     @lang['_Common_Year'] = 'Year' 
    260     @lang['_Common_YearMonth_Format_String'] = '#{month}/#{year}' 
    261     @lang['_Common_YearMonthDay_Format_String'] = '#{month}/#{day}/#{year}(#{wday})' 
    262     @lang['_Common_Yes'] = 'Yes' 
    263     @lang['_Common_Yesterday'] = 'Yesterday' 
     3    @lang.merge!({ 
     4      '_Common_Abort'                           => 'Abort', 
     5      '_Common_AccountInfo'                     => 'Account Information', 
     6      '_Common_Active'                          => 'Active', 
     7      '_Common_Add'                             => 'Add', 
     8      '_Common_AddOrUpdate'                     => 'Add/Update', 
     9      '_Common_Add_Failed'                      => 'The %s adding was failure.', 
     10      '_Common_Add_Success'                     => 'The %s was added.', 
     11      '_Common_Admin'                           => 'Admin', 
     12      '_Common_AdminGroup'                      => 'Admin Group', 
     13      '_Common_Admit'                           => 'Admit', 
     14      '_Common_Admit_Return'                    => 'Return', 
     15      '_Common_Admit_Return_Confirm'            => 'Are you sure?', 
     16      '_Common_Admit_Confirm'                   => 'Are you sure to admit this?', 
     17      '_Common_Approval_Return_Failed'          => 'The %s returning was failure.', 
     18      '_Common_Approval_Return_Success'         => 'The %s was returned.', 
     19      '_Common_Approval_Failed'                 => 'The %s approving was failure.', 
     20      '_Common_Approval_Success'                => 'The %s was approved.', 
     21      '_Common_Asc'                             => 'Asc', 
     22      '_Common_Attachment_FileUpload'           => 'You can append the file within 10MB.', 
     23      '_Common_Attachment_ImageUpload'          => 'You can append the image file(gif/png/jpeg) within 10MB.', 
     24      '_Common_Attachment_Upload_Error'         => 'File uploading failed because of invalid file format.', 
     25      '_Common_Attachment_InvalidFile'          => 'The file format is invalid.', 
     26      '_Common_Attachment_InvalidLink'          => 'The file link is invalid.', 
     27      '_Common_Author'                          => 'Author', 
     28      '_Common_Back'                            => 'Back', 
     29      '_Common_Block'                           => 'Block', 
     30      '_Common_BlockName'                       => 'Block Name', 
     31      '_Common_Cancel'                          => 'Cancel', 
     32      '_Common_Category'                        => 'Category', 
     33      '_Common_CategoryName'                    => 'Category Name', 
     34      '_Common_Change'                          => 'Change', 
     35      '_Common_Close'                           => 'Close', 
     36      '_Common_Closed'                          => 'Closed', 
     37      '_Common_Comment'                         => 'Comment', 
     38      '_Common_Completed'                       => 'Completed', 
     39      '_Common_CompletedOn'                     => 'Completed On', 
     40      '_Common_Confirm'                         => 'Confirm', 
     41      '_Common_Content'                         => 'Content', 
     42      '_Common_Copy'                            => 'Copy', 
     43      '_Common_Create'                          => 'Create', 
     44      '_Common_CreateNew'                       => 'New', 
     45      '_Common_CreatedOn'                       => 'Created On', 
     46      '_Common_Creater'                         => 'Creater', 
     47      '_Common_Date'                            => 'Date', 
     48      '_Common_DatePicker_Format'               => '%Y%m%d', 
     49      '_Common_DatePicker_Format_String'        => 'yyyy/MM/dd', 
     50      '_Common_Date_Format'                     => '%m/%d/%Y', 
     51      '_Common_Date_HourMinSec_Format'          => '%m/%d/%Y %H:%M:%S', 
     52      '_Common_Date_HourMin_Format'             => '%m/%d/%Y %H:%M', 
     53      '_Common_Day'                             => 'Day', 
     54      '_Common_Deactive'                        => 'Deactive', 
     55      '_Common_Decide'                          => 'Decide', 
     56      '_Common_Default'                         => 'Default', 
     57      '_Common_Delete'                          => 'Delete', 
     58      '_Common_Delete_Confirm'                  => 'Are you sure to delete this?', 
     59      '_Common_Delete_Failed'                   => 'The %s deleting was failure.', 
     60      '_Common_Delete_Success'                  => 'The %s was deleted.', 
     61      '_Common_Deleted'                         => 'Deleted', 
     62      '_Common_Desc'                            => 'Desc', 
     63      '_Common_Description'                     => 'Description', 
     64      '_Common_Details'                         => 'Details', 
     65      '_Common_Display'                         => 'Display', 
     66      '_Common_DisplayEmail'                    => 'I open to the public my mail address.', 
     67      '_Common_DisplayName'                     => 'Display name', 
     68      '_Common_Edit'                            => 'Edit', 
     69      '_Common_Error'                           => 'Error', 
     70      '_Common_ExceedMaxCharacter'              => 'The number of maximum input characters is %d.', 
     71      '_Common_Export'                          => 'Export', 
     72      '_Common_Filter'                          => 'Filter', 
     73      '_Common_FilterMatchBackward'             => 'Backward Match', 
     74      '_Common_FilterMatchForward'              => 'Forward Match', 
     75      '_Common_FilterMatchFull'                 => 'Full', 
     76      '_Common_Friday'                          => 'Fri', 
     77      '_Common_Function'                        => 'Function', 
     78      '_Common_Grant'                           => 'Grant', 
     79      '_Common_Group'                           => 'Group', 
     80      '_Common_GroupAdmin'                      => 'Admin Group', 
     81      '_Common_GroupBelongsTo'                  => 'Groups belonging to', 
     82      '_Common_GroupGuest'                      => 'Guest Group', 
     83      '_Common_GroupInfo'                       => 'Group Info', 
     84      '_Common_GroupManager'                    => 'Group Manager', 
     85      '_Common_GroupName'                       => 'Group Name', 
     86      '_Common_GroupRegistered'                 => 'Registered Group', 
     87      '_Common_GroupTree'                       => 'Group Tree', 
     88      '_Common_Help'                            => 'Help', 
     89      '_Common_Hour'                            => 'Hour', 
     90      '_Common_Import'                          => 'Import', 
     91      '_Common_Indefinite'                      => 'Indefinite', 
     92      '_Common_Inherit'                         => 'Inherit', 
     93      '_Common_Initialize'                      => 'Initialize', 
     94      '_Common_Initialize_Confirm'              => 'Are you sure to initialize this?', 
     95      '_Common_Input'                           => 'Input', 
     96      '_Common_Install'                         => 'Install', 
     97      '_Common_Invalidate'                      => 'Invalidate', 
     98      '_Common_Invalidity'                      => 'Invalidity', 
     99      '_Common_Item'                            => 'Item', 
     100      '_Common_Kana'                            => 'Kana', 
     101      '_Common_Kana_Format'                     => '^[あ-んぁ-ゎ]+$', 
     102      '_Common_Kind'                            => 'Kind', 
     103      '_Common_LastPost'                        => 'Last Post', 
     104      '_Common_LastPoster'                      => 'Last Poster', 
     105      '_Common_Language'                        => 'Language', 
     106      '_Common_License'                         => 'License', 
     107      '_Common_LinkUrl'                         => 'Link URL', 
     108      '_Common_List'                            => 'List', 
     109      '_Common_Locked'                          => 'Locked', 
     110      '_Common_Login'                           => 'Login', 
     111      '_Common_LoginAs'                         => 'Login as %s', 
     112      '_Common_LoginUsers'                      => 'Login Users', 
     113      '_Common_Logout'                          => 'Logout', 
     114      '_Common_Mail'                            => 'Mail Address', 
     115      '_Common_MailText'                        => '[Mail]', 
     116      '_Common_MailCharset'                     => 'utf-8', 
     117      '_Common_Max'                             => 'Max', 
     118      '_Common_Menu'                            => 'Menu', 
     119      '_Common_MenuName'                        => 'Menu Name', 
     120      '_Common_Message'                         => 'Message', 
     121      '_Common_Min'                             => 'Min', 
     122      '_Common_Minute'                          => 'Minute', 
     123      '_Common_Moderator'                       => 'Moderator', 
     124      '_Common_Monday'                          => 'Mon', 
     125      '_Common_Month'                           => 'Month', 
     126      '_Common_MonthDayWday_Format_String'      => '#{wday} #{month}/#{day}', 
     127      '_Common_Month2'                          => 'Month', 
     128      '_Common_Move'                            => 'Move', 
     129      '_Common_MustLogin'                       => 'You have to login for using this page.', 
     130      '_Common_Name'                            => 'Name', 
     131      '_Common_NetworkError'                    => 'Network error has occured.Please retry later.', 
     132      '_Common_New'                             => 'New', 
     133      '_Common_NewName'                         => 'New name', 
     134      '_Common_Next_Page'                       => 'Next page', 
     135      '_Common_No'                              => 'No', 
     136      '_Common_NonDisplay'                      => 'Non-Display', 
     137      '_Common_NotAdmitted'                     => 'Not admitted', 
     138      '_Common_NotDefined'                      => 'Not defined', 
     139      '_Common_NotSelected'                     => 'Not selected', 
     140      '_Common_NotSpecified'                    => 'Not specified', 
     141      '_Common_NotInput'                        => 'Not input', 
     142      '_Common_NotUse'                          => 'Not use', 
     143      '_Common_Note'                            => 'Note', 
     144      '_Common_Nothing_Waiting_Approval'        => 'There is not %s.', 
     145      '_Common_NowLoading'                      => 'Now Loading...', 
     146      '_Common_Open'                            => 'Open', 
     147      '_Common_Operation'                       => 'Operation', 
     148      '_Common_Or'                              => 'or', 
     149      '_Common_OrderHigh'                       => 'High', 
     150      '_Common_OrderLow'                        => 'Low', 
     151      '_Common_OrderMiddle'                     => 'Middle', 
     152      '_Common_Page'                            => 'Page', 
     153      '_Common_PageInfo'                        => 'Page Info', 
     154      '_Common_PageList'                        => 'Page List', 
     155      '_Common_Palette'                         => 'Palette', 
     156      '_Common_Password'                        => 'Password', 
     157      '_Common_Paste'                           => 'Paste', 
     158      '_Common_PermAccess'                      => 'Access', 
     159      '_Common_PermAdmin'                       => 'Admin', 
     160      '_Common_PermAdminComponent'              => 'Component Management', 
     161      '_Common_PermAdminConfig'                 => 'Site Management', 
     162      '_Common_PermAdminDesign'                 => 'Design Management', 
     163      '_Common_PermAdminUser'                   => 'User Management', 
     164      '_Common_PermDashboard'                   => 'Dashboard', 
     165      '_Common_PermLogin'                       => 'Login', 
     166      '_Common_PermPersonalize'                 => 'Personalize', 
     167      '_Common_Permission'                      => 'Permission', 
     168      '_Common_PermissionInfo'                  => 'Permission', 
     169      '_Common_Personalize'                     => 'Personalize', 
     170      '_Common_Post'                            => 'Post', 
     171      '_Common_Poster'                          => 'Poster', 
     172      '_Common_PosterName'                      => 'Poster Name', 
     173      '_Common_Preview'                         => 'Preview', 
     174      '_Common_Previous_Page'                   => 'Previous page', 
     175      '_Common_Print'                           => 'Print', 
     176      '_Common_Processing'                      => 'Processing...', 
     177      '_Common_Refresh'                         => 'Refresh', 
     178      '_Common_Register'                        => 'Register', 
     179      '_Common_Registered_Group'                => 'Registered Group', 
     180      '_Common_Regulation'                      => 'Regulation', 
     181      '_Common_Rename'                          => 'Rename', 
     182      '_Common_Reset'                           => 'Reset', 
     183      '_Common_Result'                          => 'Result', 
     184      '_Common_Revoke'                          => 'Revoke', 
     185      '_Common_Saturday'                        => 'Sat', 
     186      '_Common_Save'                            => 'Save', 
     187      '_Common_Saving'                          => 'Saving...', 
     188      '_Common_ScreenShot'                      => 'Screen Shot', 
     189      '_Common_Search'                          => 'Search', 
     190      '_Common_SearchClear'                     => 'Clear', 
     191      '_Common_SearchConditions'                => 'Search Conditions', 
     192      '_Common_SearchDetail'                    => '[+]Search Options', 
     193      '_Common_SearchResult'                    => 'Search Result', 
     194      '_Common_SearchString'                    => 'Search String', 
     195      '_Common_SearchTarget'                    => 'Search Target', 
     196      '_Common_SearchWord'                      => 'Search Word', 
     197      '_Common_Second'                          => 'Second', 
     198      '_Common_SelectMultiple'                  => 'Select multiple', 
     199      '_Common_SelectSingular'                  => 'Select singular', 
     200      '_Common_SendMail'                        => 'Send mail', 
     201      '_Common_Sending'                         => 'wait...', 
     202      '_Common_SessionTimeout'                  => 'Authorization Failed.Do you move to login page?', 
     203      '_Common_Signature'                       => 'Signature', 
     204      '_Common_SiteAdmin'                       => 'Site Admin', 
     205      '_Common_Start'                           => 'Start', 
     206      '_Common_States'                          => 'States', 
     207      '_Common_Stop'                            => 'Stop', 
     208      '_Common_Stop_Confirm'                    => 'Are you sure to stop this?', 
     209      '_Common_Submit'                          => 'Submit', 
     210      '_Common_Sunday'                          => 'Sun', 
     211      '_Common_Tab'                             => 'Tab', 
     212      '_Common_Target'                          => 'Target', 
     213      '_Common_ThemeDisplay'                    => 'Theme', 
     214      '_Common_ThemeName'                       => 'Theme Name', 
     215      '_Common_Thursday'                        => 'Thu', 
     216      '_Common_Time'                            => 'Time', 
     217      '_Common_Times'                           => 'Times', 
     218      '_Common_Time_Format'                     => '%H:%M', 
     219      '_Common_Time_HourMinSec_Format'          => '%H:%M:%S', 
     220      '_Common_Title'                           => 'Title', 
     221      '_Common_Title_Approval_List'             => '%s Approval List', 
     222      '_Common_Today'                           => 'Today', 
     223      '_Common_Tomorrow'                        => 'Tomorrow', 
     224      '_Common_TopPage'                         => '[Top Page]', 
     225      '_Common_Tuesday'                         => 'Tue', 
     226      '_Common_Unauthorized'                    => 'You must login.', 
     227      '_Common_Uninstall'                       => 'Uninstall', 
     228      '_Common_Uninstall_Confirm'               => 'Are you sure to uninstall this?', 
     229      '_Common_Unlimited'                       => 'Unlimited', 
     230      '_Common_Unlock'                          => 'Unlock', 
     231      '_Common_Unlogin'                         => 'Unlogin', 
     232      '_Common_Unregistration'                  => 'Unregistration', 
     233      '_Common_Update'                          => 'Update', 
     234      '_Common_Update_Confirm'                  => 'Are you sure to update this?', 
     235      '_Common_Update_Failed'                   => 'The %s updating was failure.', 
     236      '_Common_Update_Success'                  => 'The %s was updated.', 
     237      '_Common_UpdatedOn'                       => 'Updated On', 
     238      '_Common_Updating'                        => 'Updating...', 
     239      '_Common_Use'                             => 'Use', 
     240      '_Common_User'                            => 'User', 
     241      '_Common_UserId'                          => 'User ID', 
     242      '_Common_UserInfo'                        => 'User Information', 
     243      '_Common_UserList'                        => 'User List', 
     244      '_Common_UserName'                        => 'User Name', 
     245      '_Common_UsersBelongsTo'                  => 'Users belongs to', 
     246      '_Common_UsersNotBelongsTo'               => 'Users not belongs to', 
     247      '_Common_UseWysiwyg'                      => 'Use Wysiwyg', 
     248      '_Common_Validate'                        => 'Validate', 
     249      '_Common_Validate_Alphanumeric'           => 'plz input alphanumeric.', 
     250      '_Common_Validate_AlreadyUsed'            => 'already used.', 
     251      '_Common_Validate_CharAbove'              => 'plz input above %d', 
     252      '_Common_Validate_CharBelow'              => 'plz input below %d', 
     253      '_Common_Validate_CharJust'               => '%d', 
     254      '_Common_Validate_CharRange'              => 'plz input between %d and %d.', 
     255      '_Common_Validate_CheckboxLessThan'       => 'plz check more than %d.', 
     256      '_Common_Validate_Checking'               => 'now checking', 
     257      '_Common_Validate_DateFormat'             => @lang['_Common_DatePicker_Format_String'] + ' style is required.', 
     258      '_Common_Validate_FileFormat'             => 'Plz input %s file.', 
     259      '_Common_Validate_InvalidDate'            => 'invalid date.', 
     260      '_Common_Validate_InverseDate'            => 'inverse date.', 
     261      '_Common_Validate_TimeFormat'             => 'HH:MM style is required.', 
     262      '_Common_Validate_InvalidTime'            => 'invalid time.', 
     263      '_Common_Validate_InverseTime'            => 'inverse time.', 
     264      '_Common_Validate_InverseDateTime'        => 'inverse date-time.', 
     265      '_Common_Validate_Kana'                   => 'plz input kana.', 
     266      '_Common_Validate_NumericGreaterThan'     => 'small and large are inversioned.', 
     267      '_Common_Validate_SelectboxLessThan'      => 'plz select more than %d.', 
     268      '_Common_Validate_HalfChar'               => 'plz input half-size character.', 
     269      '_Common_Validate_Integer'                => 'plz input integer.', 
     270      '_Common_Validate_InvalidMinMax'          => 'min&max value is invalid.', 
     271      '_Common_Validate_MissMatch'              => 'it does nott match confirmation input.', 
     272      '_Common_Validate_NoCheck'                => 'plz check at least one.', 
     273      '_Common_Validate_NotTag'                 => 'unsupported character is included.', 
     274      '_Common_Validate_Numeric'                => 'plz input numeric.', 
     275      '_Common_Validate_NumericAbove'           => 'input above %s.', 
     276      '_Common_Validate_NumericBelow'           => 'input below %s.', 
     277      '_Common_Validate_NumericRange'           => 'input %s-%s.', 
     278      '_Common_Validate_PleaseInputBy'          => 'plz input.', 
     279      '_Common_Validate_PleaseInputIn'          => 'plz input.', 
     280      '_Common_Validate_Regulation'             => 'plz agree to the regulation.', 
     281      '_Common_Validate_Required'               => 'required.', 
     282      '_Common_Validate_Url'                    => 'invalid url.', 
     283      '_Common_Validate_ValidEmail'             => 'invalid email address.', 
     284      '_Common_Validate_ValueAbove'             => 'above %d', 
     285      '_Common_Validate_ValueBelow'             => 'below %d', 
     286      '_Common_Validate_ValueRange'             => 'plz input between %d and %d.', 
     287      '_Common_Validity'                        => 'Validity', 
     288      '_Common_Value'                           => 'Value', 
     289      '_Common_Version'                         => 'Version', 
     290      '_Common_Wait'                            => 'Just a second', 
     291      '_Common_Week'                            => 'Week', 
     292      '_Common_Wednesday'                       => 'Wed', 
     293      '_Common_Year'                            => 'Year', 
     294      '_Common_YearMonth_Format_String'         => '#{month}/#{year}', 
     295      '_Common_YearMonthDay_Format_String'      => '#{month}/#{day}/#{year}(#{wday})', 
     296      '_Common_Yes'                             => 'Yes', 
     297      '_Common_Yesterday'                       => 'Yesterday', 
     298    }) 
    264299  end 
    265300end 
  • rubricks_core/trunk/languages/japanese.rb

    r4154 r4200  
    11module RubricksLanguage 
    22  def define_lang 
    3     @lang['_Common_Abort'] = 'äž­æ­¢' 
    4     @lang['_Common_AccountInfo'] = 'アカりント惠
    5 å ±' 
    6     @lang['_Common_Active'] = '皌働䞭' 
    7     @lang['_Common_Add'] = '远加' 
    8     @lang['_Common_AddOrUpdate'] = '远加/曎新' 
    9     @lang['_Common_Add_Failed'] = '%sの远加に倱敗したした。' 
    10     @lang['_Common_Add_Success'] = '%sを远加したした。' 
    11     @lang['_Common_Admit'] = '承認' 
    12     @lang['_Common_Admit_Return'] = '差し戻し' 
    13     @lang['_Common_Admit_Return_Confirm'] = '差し戻しおよろしいですか' 
    14     @lang['_Common_Admit_Confirm'] = '承認しおよろしいですか' 
    15     @lang['_Common_Approval_Return_Failed'] = '%sの差し戻しに倱敗したした。' 
    16     @lang['_Common_Approval_Return_Success'] = '%sを差し戻したした。' 
    17     @lang['_Common_Approval_Failed'] = '%sの承認に倱敗したした。' 
    18     @lang['_Common_Approval_Success'] = '%sを承認したした。' 
    19     @lang['_Common_Asc'] = '昇順' 
    20     @lang['_Common_Author'] = '䜜耠
    21 
    22     @lang['_Common_Back'] = '戻る' 
    23     @lang['_Common_Block'] = 'ブロック' 
    24     @lang['_Common_BlockName'] = 'ブロック名' 
    25     @lang['_Common_Cancel'] = 'キャンセル' 
    26     @lang['_Common_Change'] = '倉曎' 
    27     @lang['_Common_Close'] = '閉じる' 
    28     @lang['_Common_Closed'] = '非å 
    29 ¬é–‹' 
    30     @lang['_Common_Comment'] = 'コメント' 
    31     @lang['_Common_Confirm'] = '確認' 
    32     @lang['_Common_Copy'] = 'コピヌ' 
    33     @lang['_Common_Create'] = '䜜成' 
    34     @lang['_Common_CreateNew'] = '新芏䜜成' 
    35     @lang['_Common_CreatedOn'] = '登録日' 
    36     @lang['_Common_Creater'] = '䜜成耠
    37 
    38     @lang['_Common_Date'] = '日付' 
    39     @lang['_Common_DatePicker_Format'] = '%Y%m%d' 
    40     @lang['_Common_DatePicker_Format_String'] = 'yyyy/MM/dd' 
    41     @lang['_Common_Date_Format'] = '%Y/%m/%d' 
    42     @lang['_Common_Date_HourMinSec_Format'] = '%Y/%m/%d %H:%M:%S' 
    43     @lang['_Common_Date_HourMin_Format'] = '%Y/%m/%d %H:%M' 
    44     @lang['_Common_Day'] = '日' 
    45     @lang['_Common_Deactive'] = '停止䞭' 
    46     @lang['_Common_Decide'] = '決定' 
    47     @lang['_Common_Delete'] = '削陀' 
    48     @lang['_Common_Delete_Confirm'] = '削陀しおよろしいですか' 
    49     @lang['_Common_Delete_Failed'] = '%sの削陀に倱敗したした。' 
    50     @lang['_Common_Delete_Success'] = '%sを削陀したした。' 
    51     @lang['_Common_Deleted'] = '削陀枈' 
    52     @lang['_Common_Desc'] = '降順' 
    53     @lang['_Common_Description'] = '説明' 
    54     @lang['_Common_Details'] = '詳现' 
    55     @lang['_Common_Display'] = '衚瀺' 
    56     @lang['_Common_DisplayEmail'] = 'メヌルアドレスをå 
    57 ¬é–‹ã™ã‚‹' 
    58     @lang['_Common_DisplayName'] = '衚瀺名' 
    59     @lang['_Common_Edit'] = '線集' 
    60     @lang['_Common_Error'] = '゚ラヌ' 
    61     @lang['_Common_ExceedMaxCharacter'] = '最倧å 
    62 ¥åŠ›æ–‡å­—æ•°ã¯%d文字です。' 
    63     @lang['_Common_Export'] = '゚クスポヌト' 
    64     @lang['_Common_Friday'] = '金' 
    65     @lang['_Common_Function'] = '機胜' 
    66     @lang['_Common_Group'] = 'グルヌプ' 
    67     @lang['_Common_GroupAdmin'] = '管理耠
    68 ã‚°ãƒ«ãƒŒãƒ—' 
    69     @lang['_Common_GroupBelongsTo'] = '所属グルヌプ' 
    70     @lang['_Common_GroupGuest'] = 'ゲストグルヌプ' 
    71     @lang['_Common_GroupInfo'] = 'グルヌプ惠
    72 å ±' 
    73     @lang['_Common_GroupManager'] = 'グルヌプ管理耠
    74 
    75     @lang['_Common_GroupName'] = 'グルヌプ名' 
    76     @lang['_Common_GroupRegistered'] = '登録ナヌザグルヌプ' 
    77     @lang['_Common_GroupTree'] = 'グルヌプツリヌ' 
    78     @lang['_Common_Help'] = 'ヘルプ' 
    79     @lang['_Common_Hour'] = '時' 
    80     @lang['_Common_Import'] = 'むンポヌト' 
    81     @lang['_Common_Indefinite'] = '無期限' 
    82     @lang['_Common_Initialize'] = '初期化' 
    83     @lang['_Common_Initialize_Confirm'] = '初期化しおよろしいですか' 
    84     @lang['_Common_Input'] = 'å 
    85 ¥åŠ›' 
    86     @lang['_Common_Install'] = 'むンストヌル' 
    87     @lang['_Common_Invalidate'] = '無効化' 
    88     @lang['_Common_Invalidity'] = '無効' 
    89     @lang['_Common_Item'] = 'é  
    90 ç›®' 
    91     @lang['_Common_Kana'] = 'よみがな' 
    92     @lang['_Common_Kana_Format'] = '^[あ-んぁ-ゎ ヌ]+$' 
    93     @lang['_Common_Kind'] = '皮別' 
    94     @lang['_Common_Language'] = '蚀語' 
    95     @lang['_Common_License'] = 'ラむセンス' 
    96     @lang['_Common_LinkUrl'] = 'リンクURL' 
    97     @lang['_Common_List'] = 'リスト' 
    98     @lang['_Common_Locked'] = 'ロック' 
    99     @lang['_Common_Login'] = 'ログむン' 
    100     @lang['_Common_LoginAs'] = 'ログむン䞭 [%s]' 
    101     @lang['_Common_Logout'] = 'ログアりト' 
    102     @lang['_Common_Mail'] = 'メヌルアドレス' 
    103     @lang['_Common_MailText'] = '[メヌル]' 
    104     @lang['_Common_MailCharset'] = 'iso-2022-jp' 
    105     @lang['_Common_Max'] = '最倧' 
    106     @lang['_Common_Menu'] = 'メニュヌ' 
    107     @lang['_Common_MenuName'] = 'メニュヌ名' 
    108     @lang['_Common_Message'] = 'メッセヌゞ' 
    109     @lang['_Common_Min'] = '最小' 
    110     @lang['_Common_Minute'] = '分' 
    111     @lang['_Common_Moderator'] = 'モデレヌタ' 
    112     @lang['_Common_Monday'] = '月' 
    113     @lang['_Common_Month'] = '月' 
    114     @lang['_Common_MonthDayWday_Format_String'] = '#{month}月#{day}日(#{wday})' 
    115     @lang['_Common_Month2'] = 'ヶ月' 
    116     @lang['_Common_Move'] = '移動' 
    117     @lang['_Common_MustLogin'] = 'この機胜はログむン埌に利甚できたす' 
    118     @lang['_Common_Name'] = '名前' 
    119     @lang['_Common_NetworkError'] = '通信゚ラヌが発生したした。しばらくしおから操䜜をやり盎しお䞋さい。' 
    120     @lang['_Common_New'] = '新芏' 
    121     @lang['_Common_NewName'] = '新芏名称' 
    122     @lang['_Common_Next_Page'] = '次のペヌゞぞ' 
    123     @lang['_Common_No'] = 'いいえ' 
    124     @lang['_Common_NonDisplay'] = '非衚瀺' 
    125     @lang['_Common_NotAdmitted'] = '未承認' 
    126     @lang['_Common_NotDefined'] = '未定矩' 
    127     @lang['_Common_NotSelected'] = '未遞択' 
    128     @lang['_Common_NotInput'] = '未å 
    129 ¥åŠ›' 
    130     @lang['_Common_NotUse'] = '䜿甚しない' 
    131     @lang['_Common_Note'] = '備考' 
    132     @lang['_Common_Nothing_Waiting_Approval'] = '察象の%sはありたせん。' 
    133     @lang['_Common_NowLoading'] = '読み蟌み䞭です・・・' 
    134     @lang['_Common_Open'] = 'å 
    135 ¬é–‹' 
    136     @lang['_Common_Operation'] = '操䜜' 
    137     @lang['_Common_Or'] = 'もしくは' 
    138     @lang['_Common_Page'] = 'ペヌゞ' 
    139     @lang['_Common_PageInfo'] = 'ペヌゞ惠
    140 å ±' 
    141     @lang['_Common_PageList'] = 'ペヌゞ䞀芧' 
    142     @lang['_Common_Palette'] = 'パレット' 
    143     @lang['_Common_Password'] = 'パスワヌド' 
    144     @lang['_Common_Paste'] = '貌付' 
    145     @lang['_Common_PermAccess'] = 'アクセス暩限' 
    146     @lang['_Common_PermAdmin'] = '管理暩限' 
    147     @lang['_Common_PermAdminComponent'] = 'コンポヌネント管理暩限' 
    148     @lang['_Common_PermAdminConfig'] = 'サむト管理暩限' 
    149     @lang['_Common_PermAdminDesign'] = 'デザむン管理暩限' 
    150     @lang['_Common_PermAdminUser'] = 'ナヌザ管理暩限' 
    151     @lang['_Common_PermDashboard'] = 'ダッシュボヌド䜿甚暩限' 
    152     @lang['_Common_PermLogin'] = 'ログむン暩限' 
    153     @lang['_Common_PermPersonalize'] = 'パヌ゜ナラむズ暩限' 
    154     @lang['_Common_Permission'] = '暩限' 
    155     @lang['_Common_PermissionInfo'] = '暩限惠
    156 å ±' 
    157     @lang['_Common_Personalize'] = 'パヌ゜ナラむズ' 
    158     @lang['_Common_Post'] = '投皿' 
    159     @lang['_Common_Poster'] = '投皿耠
    160 
    161     @lang['_Common_Preview'] = 'プレビュヌ' 
    162     @lang['_Common_Previous_Page'] = '前のペヌゞぞ' 
    163     @lang['_Common_Print'] = '印刷' 
    164     @lang['_Common_Processing'] = '凊理䞭・・・' 
    165     @lang['_Common_Refresh'] = '最新衚瀺' 
    166     @lang['_Common_Register'] = '登録' 
    167     @lang['_Common_Registered_Group'] = '登録グルヌプ' 
    168     @lang['_Common_Regulation'] = '芏玄' 
    169     @lang['_Common_Rename'] = '名称倉曎' 
    170     @lang['_Common_Reset'] = 'リセット' 
    171     @lang['_Common_Saturday'] = '土' 
    172     @lang['_Common_Save'] = '保存' 
    173     @lang['_Common_Saving'] = '保存䞭・・・' 
    174     @lang['_Common_ScreenShot'] = 'スクリヌンショット' 
    175     @lang['_Common_Search'] = '怜玢' 
    176     @lang['_Common_SearchClear'] = '条件クリア' 
    177     @lang['_Common_SearchConditions'] = '怜玢条件' 
    178     @lang['_Common_SearchDetail'] = '[+] 詳现怜玢' 
    179     @lang['_Common_Second'] = '秒' 
    180     @lang['_Common_SelectMultiple'] = '耇数遞択モヌド' 
    181     @lang['_Common_SelectSingular'] = '単数遞択モヌド' 
    182     @lang['_Common_SendMail'] = 'メヌル送信' 
    183     @lang['_Common_Sending'] = '送信䞭' 
    184     @lang['_Common_SessionTimeout'] = '䞀定時間利甚がなかったため再認蚌が忠
    185 èŠã§ã™ã€‚ãƒ­ã‚°ã‚€ãƒ³ç”»é¢ãžç§»å‹•ã—ãŸã™ã‹ïŒŸ' 
    186     @lang['_Common_Signature'] = '眲名' 
    187     @lang['_Common_SiteAdmin'] = 'サむト管理耠
    188 
    189     @lang['_Common_Start'] = '起動' 
    190     @lang['_Common_States'] = 'ステヌタス' 
    191     @lang['_Common_Stop'] = '停止' 
    192     @lang['_Common_Stop_Confirm'] = '停止しおよろしいですか' 
    193     @lang['_Common_Submit'] = '送信' 
    194     @lang['_Common_Sunday'] = '日' 
    195     @lang['_Common_Tab'] = 'タブ' 
    196     @lang['_Common_Target'] = '察象' 
    197     @lang['_Common_ThemeDisplay'] = '衚瀺テヌマ' 
    198     @lang['_Common_ThemeName'] = 'テヌマ名' 
    199     @lang['_Common_Thursday'] = '朚' 
    200     @lang['_Common_Time'] = '時間' 
    201     @lang['_Common_Times'] = '回' 
    202     @lang['_Common_Time_Format'] = '%H:%M' 
    203     @lang['_Common_Time_HourMinSec_Format'] = '%H:%M:%S' 
    204     @lang['_Common_Title'] = 'タむトル' 
    205     @lang['_Common_Title_Approval_List'] = '%s承認䞀芧' 
    206     @lang['_Common_Today'] = '今日' 
    207     @lang['_Common_Tomorrow'] = '明日' 
    208     @lang['_Common_TopPage'] = '[トップペヌゞ]' 
    209     @lang['_Common_Tuesday'] = '火' 
    210     @lang['_Common_Unauthorized'] = 'この操䜜を行うにはログむンする忠
    211 èŠãŒã‚ã‚ŠãŸã™ã€‚' 
    212     @lang['_Common_Uninstall'] = 'アンむンストヌル' 
    213     @lang['_Common_Uninstall_Confirm'] = 'アンむンストヌルしおよろしいですか' 
    214     @lang['_Common_Unlimited'] = '無制限' 
    215     @lang['_Common_Unlock'] = 'ロック解陀' 
    216     @lang['_Common_Unlogin'] = '未ログむン' 
    217     @lang['_Common_Unregistration'] = '未登録' 
    218     @lang['_Common_Update'] = '曎新' 
    219     @lang['_Common_Update_Confirm'] = 'アップデヌトしおよろしいですか' 
    220     @lang['_Common_Update_Failed'] = '%sの曎新に倱敗したした。' 
    221     @lang['_Common_Update_Success'] = '%sを曎新したした。' 
    222     @lang['_Common_UpdatedOn'] = '最終曎新日' 
    223     @lang['_Common_Updating'] = '曎新䞭・・・' 
    224     @lang['_Common_Use'] = '䜿甚する' 
    225     @lang['_Common_User'] = 'ナヌザ' 
    226     @lang['_Common_UserId'] = 'ナヌザID' 
    227     @lang['_Common_UserInfo'] = 'ナヌザ惠
    228 å ±' 
    229     @lang['_Common_UserList'] = 'ナヌザ䞀芧' 
    230     @lang['_Common_UserName'] = 'ナヌザ名' 
    231     @lang['_Common_UsersBelongsTo'] = '所属ナヌザ' 
    232     @lang['_Common_UsersNotBelongsTo'] = '未所属ナヌザ' 
    233     @lang['_Common_UseWysiwyg'] = 'Wysiwyg䜿甚' 
    234     @lang['_Common_Validate'] = '有効化' 
    235     @lang['_Common_Validate_Alphanumeric'] = '半角英数字でå 
    236 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    237     @lang['_Common_Validate_AlreadyUsed'] = '既に䜿甚されおいたす。' 
    238     @lang['_Common_Validate_CharAbove'] = '%d文字以䞊でå 
    239 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    240     @lang['_Common_Validate_CharBelow'] = '%d文字以䞋でå 
    241 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    242     @lang['_Common_Validate_CharJust'] = '%d文字でå 
    243 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    244     @lang['_Common_Validate_CharRange'] = '%d%d文字でå 
    245 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    246     @lang['_Common_Validate_CheckboxLessThan'] = '%d個以䞊チェックしお䞋さい。' 
    247     @lang['_Common_Validate_Checking'] = 'チェック䞭です。' 
    248     @lang['_Common_Validate_DateFormat'] = @lang['_Common_DatePicker_Format_String'] + '圢匏でå 
    249 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    250     @lang['_Common_Validate_FileFormat'] = '%s圢匏のファむルを指定しお䞋さい。' 
    251     @lang['_Common_Validate_InvalidDate'] = '存圚しない日付です。' 
    252     @lang['_Common_Validate_InverseDate'] = '日付の前埌関係が逆です。' 
    253     @lang['_Common_Validate_TimeFormat'] = 'HH:MM圢匏でå 
    254 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    255     @lang['_Common_Validate_InvalidTime'] = '存圚しない時刻です。' 
    256     @lang['_Common_Validate_InverseTime'] = '時刻の前埌関係が逆です。' 
    257     @lang['_Common_Validate_InverseDateTime'] = '日時の前埌関係が逆です。' 
    258     @lang['_Common_Validate_Kana'] = 'ひらがなでå 
    259 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    260     @lang['_Common_Validate_NumericGreaterThan'] = '倀の倧小が逆です。' 
    261     @lang['_Common_Validate_SelectboxLessThan'] = '%d個以䞊遞択しお䞋さい。' 
    262     @lang['_Common_Validate_HalfChar'] = '半角文字のみでå 
    263 ¥åŠ›ã—ãŠãã ã•ã„ã€‚' 
    264     @lang['_Common_Validate_Integer'] = '敎数でå 
    265 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    266     @lang['_Common_Validate_InvalidMinMax'] = '䞋限ず䞊限の指定が䞍正です。' 
    267     @lang['_Common_Validate_MissMatch'] = '確認å 
    268 ¥åŠ›ãšäž€è‡Žã—ãŸã›ã‚“ã€‚' 
    269     @lang['_Common_Validate_NoCheck'] = 'チェックボックスが぀も遞択されおいたせん。' 
    270     @lang['_Common_Validate_NotTag'] = '未察応文字が含たれおいたす。' 
    271     @lang['_Common_Validate_Numeric'] = '数倀でå 
    272 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    273     @lang['_Common_Validate_NumericAbove'] = '%s以䞊の倀をå 
    274 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    275     @lang['_Common_Validate_NumericBelow'] = '%s以䞋の倀をå 
    276 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    277     @lang['_Common_Validate_NumericRange'] = '%s%sの倀をå 
    278 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    279     @lang['_Common_Validate_PleaseInputBy'] = 'でå 
    280 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    281     @lang['_Common_Validate_PleaseInputIn'] = 'の倀をå 
    282 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    283     @lang['_Common_Validate_Regulation'] = '芏玄に同意しお䞋さい。' 
    284     @lang['_Common_Validate_Required'] = 'å 
     3    @lang.merge!({ 
     4      '_Common_Abort'                           => 'äž­æ­¢', 
     5      '_Common_AccountInfo'                     => 'アカりント惠
     6å ±', 
     7      '_Common_Active'                          => '皌働䞭', 
     8      '_Common_Add'                             => '远加', 
     9      '_Common_AddOrUpdate'                     => '远加/曎新', 
     10      '_Common_Add_Failed'                      => '%sの远加に倱敗したした。', 
     11      '_Common_Add_Success'                     => '%sを远加したした。', 
     12      '_Common_Admin'                           => '管理耠
     13', 
     14      '_Common_AdminGroup'                      => '管理耠
     15グルヌプ', 
     16      '_Common_Admit'                           => '承認', 
     17      '_Common_Admit_Return'                    => '差し戻し', 
     18      '_Common_Admit_Return_Confirm'            => '差し戻しおよろしいですか', 
     19      '_Common_Admit_Confirm'                   => '承認しおよろしいですか', 
     20      '_Common_Approval_Return_Failed'          => '%sの差し戻しに倱敗したした。', 
     21      '_Common_Approval_Return_Success'         => '%sを差し戻したした。', 
     22      '_Common_Approval_Failed'                 => '%sの承認に倱敗したした。', 
     23      '_Common_Approval_Success'                => '%sを承認したした。', 
     24      '_Common_Asc'                             => '昇順', 
     25      '_Common_Attachment_FileUpload'           => '10Mバむトたでのファむルを添付できたす。', 
     26      '_Common_Attachment_ImageUpload'          => '10MバむトたでのGIF/PNG/JPEGファむルを添付できたす。', 
     27      '_Common_Attachment_Upload_Error'         => 'アップロヌドに倱敗したした。ファむルが䞍正です。', 
     28      '_Common_Attachment_InvalidFile'          => 'ファむルが圢匏が䞍正です。', 
     29      '_Common_Attachment_InvalidLink'          => '添付ファむルぞのリンクが䞍正です。', 
     30      '_Common_Author'                          => '䜜耠
     31', 
     32      '_Common_Back'                            => '戻る', 
     33      '_Common_Block'                           => 'ブロック', 
     34      '_Common_BlockName'                       => 'ブロック名', 
     35      '_Common_Cancel'                          => 'キャンセル', 
     36      '_Common_Category'                        => 'カテゎリ', 
     37      '_Common_CategoryName'                    => 'カテゎリ名', 
     38      '_Common_Change'                          => '倉曎', 
     39      '_Common_Close'                           => '閉じる', 
     40      '_Common_Closed'                          => '非å 
     41¬é–‹', 
     42      '_Common_Comment'                         => 'コメント', 
     43      '_Common_Completed'                       => '完了', 
     44      '_Common_CompletedOn'                     => '完了日', 
     45      '_Common_Confirm'                         => '確認', 
     46      '_Common_Content'                         => '冠
     47容', 
     48      '_Common_Copy'                            => 'コピヌ', 
     49      '_Common_Create'                          => '䜜成', 
     50      '_Common_CreateNew'                       => '新芏䜜成', 
     51      '_Common_CreatedOn'                       => '登録日', 
     52      '_Common_Creater'                         => '䜜成耠
     53', 
     54      '_Common_Date'                            => '日付', 
     55      '_Common_DatePicker_Format'               => '%Y%m%d', 
     56      '_Common_DatePicker_Format_String'        => 'yyyy/MM/dd', 
     57      '_Common_Date_Format'                     => '%Y/%m/%d', 
     58      '_Common_Date_HourMinSec_Format'          => '%Y/%m/%d %H:%M:%S', 
     59      '_Common_Date_HourMin_Format'             => '%Y/%m/%d %H:%M', 
     60      '_Common_Day'                             => '日', 
     61      '_Common_Deactive'                        => '停止䞭', 
     62      '_Common_Decide'                          => '決定', 
     63      '_Common_Default'                         => 'デフォルト', 
     64      '_Common_Delete'                          => '削陀', 
     65      '_Common_Delete_Confirm'                  => '削陀しおよろしいですか', 
     66      '_Common_Delete_Failed'                   => '%sの削陀に倱敗したした。', 
     67      '_Common_Delete_Success'                  => '%sを削陀したした。', 
     68      '_Common_Deleted'                         => '削陀枈', 
     69      '_Common_Desc'                            => '降順', 
     70      '_Common_Description'                     => '説明', 
     71      '_Common_Details'                         => '詳现', 
     72      '_Common_Display'                         => '衚瀺', 
     73      '_Common_DisplayEmail'                    => 'メヌルアドレスをå 
     74¬é–‹ã™ã‚‹', 
     75      '_Common_DisplayName'                     => '衚瀺名', 
     76      '_Common_Edit'                            => '線集', 
     77      '_Common_Error'                           => '゚ラヌ', 
     78      '_Common_ExceedMaxCharacter'              => '最倧å 
     79¥åŠ›æ–‡å­—æ•°ã¯%d文字です。', 
     80      '_Common_Export'                          => '゚クスポヌト', 
     81      '_Common_Filter'                          => 'フィルタ', 
     82      '_Common_FilterMatchBackward'             => '埌方䞀臎', 
     83      '_Common_FilterMatchForward'              => '前方䞀臎', 
     84      '_Common_FilterMatchFull'                 => '完å 
     85šäž€è‡Ž', 
     86      '_Common_Friday'                          => '金', 
     87      '_Common_Function'                        => '機胜', 
     88      '_Common_Grant'                           => '付䞎', 
     89      '_Common_Group'                           => 'グルヌプ', 
     90      '_Common_GroupAdmin'                      => '管理耠
     91グルヌプ', 
     92      '_Common_GroupBelongsTo'                  => '所属グルヌプ', 
     93      '_Common_GroupGuest'                      => 'ゲストグルヌプ', 
     94      '_Common_GroupInfo'                       => 'グルヌプ惠
     95å ±', 
     96      '_Common_GroupManager'                    => 'グルヌプ管理耠
     97', 
     98      '_Common_GroupName'                       => 'グルヌプ名', 
     99      '_Common_GroupRegistered'                 => '登録ナヌザグルヌプ', 
     100      '_Common_GroupTree'                       => 'グルヌプツリヌ', 
     101      '_Common_Help'                            => 'ヘルプ', 
     102      '_Common_Hour'                            => '時', 
     103      '_Common_Import'                          => 'むンポヌト', 
     104      '_Common_Indefinite'                      => '無期限', 
     105      '_Common_Inherit'                         => '継承', 
     106      '_Common_Initialize'                      => '初期化', 
     107      '_Common_Initialize_Confirm'              => '初期化しおよろしいですか', 
     108      '_Common_Input'                           => 'å 
     109¥åŠ›', 
     110      '_Common_Install'                         => 'むンストヌル', 
     111      '_Common_Invalidate'                      => '無効化', 
     112      '_Common_Invalidity'                      => '無効', 
     113      '_Common_Item'                            => 'é  
     114目', 
     115      '_Common_Kana'                            => 'よみがな', 
     116      '_Common_Kana_Format'                     => '^[あ-んぁ-ゎ ヌ]+$', 
     117      '_Common_Kind'                            => '皮別', 
     118      '_Common_LastPost'                        => '最新投皿', 
     119      '_Common_LastPoster'                      => '最終投皿耠
     120', 
     121      '_Common_Language'                        => '蚀語', 
     122      '_Common_License'                         => 'ラむセンス', 
     123      '_Common_LinkUrl'                         => 'リンクURL', 
     124      '_Common_List'                            => 'リスト', 
     125      '_Common_Locked'                          => 'ロック', 
     126      '_Common_Login'                           => 'ログむン', 
     127      '_Common_LoginAs'                         => 'ログむン䞭 [%s]', 
     128      '_Common_LoginUsers'                      => 'ログむンナヌザ', 
     129      '_Common_Logout'                          => 'ログアりト', 
     130      '_Common_Mail'                            => 'メヌルアドレス', 
     131      '_Common_MailText'                        => '[メヌル]', 
     132      '_Common_MailCharset'                     => 'iso-2022-jp', 
     133      '_Common_Max'                             => '最倧', 
     134      '_Common_Menu'                            => 'メニュヌ', 
     135      '_Common_MenuName'                        => 'メニュヌ名', 
     136      '_Common_Message'                         => 'メッセヌゞ', 
     137      '_Common_Min'                             => '最小', 
     138      '_Common_Minute'                          => '分', 
     139      '_Common_Moderator'                       => 'モデレヌタ', 
     140      '_Common_Monday'                          => '月', 
     141      '_Common_Month'                           => '月', 
     142      '_Common_MonthDayWday_Format_String'      => '#{month}月#{day}日(#{wday})', 
     143      '_Common_Month2'                          => 'ヶ月', 
     144      '_Common_Move'                            => '移動', 
     145      '_Common_MustLogin'                       => 'この機胜はログむン埌に利甚できたす', 
     146      '_Common_Name'                            => '名前', 
     147      '_Common_NetworkError'                    => '通信゚ラヌが発生したした。しばらくしおから操䜜をやり盎しお䞋さい。', 
     148      '_Common_New'                             => '新芏', 
     149      '_Common_NewName'                         => '新芏名称', 
     150      '_Common_Next_Page'                       => '次のペヌゞぞ', 
     151      '_Common_No'                              => 'いいえ', 
     152      '_Common_NonDisplay'                      => '非衚瀺', 
     153      '_Common_NotAdmitted'                     => '未承認', 
     154      '_Common_NotDefined'                      => '未定矩', 
     155      '_Common_NotSelected'                     => '未遞択', 
     156      '_Common_NotSpecified'                    => '未指定', 
     157      '_Common_NotInput'                        => '未å 
     158¥åŠ›', 
     159      '_Common_NotUse'                          => '䜿甚しない', 
     160      '_Common_Note'                            => '備考', 
     161      '_Common_Nothing_Waiting_Approval'        => '察象の%sはありたせん。', 
     162      '_Common_NowLoading'                      => '読み蟌み䞭です・・・', 
     163      '_Common_Open'                            => 'å 
     164¬é–‹', 
     165      '_Common_Operation'                       => '操䜜', 
     166      '_Common_Or'                              => 'もしくは', 
     167      '_Common_OrderHigh'                       => '高', 
     168      '_Common_OrderLow'                        => '䜎', 
     169      '_Common_OrderMiddle'                     => 'äž­', 
     170      '_Common_Page'                            => 'ペヌゞ', 
     171      '_Common_PageInfo'                        => 'ペヌゞ惠
     172å ±', 
     173      '_Common_PageList'                        => 'ペヌゞ䞀芧', 
     174      '_Common_Palette'                         => 'パレット', 
     175      '_Common_Password'                        => 'パスワヌド', 
     176      '_Common_Paste'                           => '貌付', 
     177      '_Common_PermAccess'                      => 'アクセス暩限', 
     178      '_Common_PermAdmin'                       => '管理暩限', 
     179      '_Common_PermAdminComponent'              => 'コンポヌネント管理暩限', 
     180      '_Common_PermAdminConfig'                 => 'サむト管理暩限', 
     181      '_Common_PermAdminDesign'                 => 'デザむン管理暩限', 
     182      '_Common_PermAdminUser'                   => 'ナヌザ管理暩限', 
     183      '_Common_PermDashboard'                   => 'ダッシュボヌド䜿甚暩限', 
     184      '_Common_PermLogin'                       => 'ログむン暩限', 
     185      '_Common_PermPersonalize'                 => 'パヌ゜ナラむズ暩限', 
     186      '_Common_Permission'                      => '暩限', 
     187      '_Common_PermissionInfo'                  => '暩限惠
     188å ±', 
     189      '_Common_Personalize'                     => 'パヌ゜ナラむズ', 
     190      '_Common_Post'                            => '投皿', 
     191      '_Common_Poster'                          => '投皿耠
     192', 
     193      '_Common_PosterName'                      => '投皿耠
     194名', 
     195      '_Common_Preview'                         => 'プレビュヌ', 
     196      '_Common_Previous_Page'                   => '前のペヌゞぞ', 
     197      '_Common_Print'                           => '印刷', 
     198      '_Common_Processing'                      => '凊理䞭・・・', 
     199      '_Common_Refresh'                         => '最新衚瀺', 
     200      '_Common_Register'                        => '登録', 
     201      '_Common_Registered_Group'                => '登録グルヌプ', 
     202      '_Common_Regulation'                      => '芏玄', 
     203      '_Common_Rename'                          => '名称倉曎', 
     204      '_Common_Reset'                           => 'リセット', 
     205      '_Common_Result'                          => '結果', 
     206      '_Common_Revoke'                          => '剥奪', 
     207      '_Common_Saturday'                        => '土', 
     208      '_Common_Save'                            => '保存', 
     209      '_Common_Saving'                          => '保存䞭・・・', 
     210      '_Common_ScreenShot'                      => 'スクリヌンショット', 
     211      '_Common_Search'                          => '怜玢', 
     212      '_Common_SearchClear'                     => '条件クリア', 
     213      '_Common_SearchConditions'                => '怜玢条件', 
     214      '_Common_SearchDetail'                    => '[+] 詳现怜玢', 
     215      '_Common_SearchResult'                    => '怜玢結果', 
     216      '_Common_SearchString'                    => '怜玢文字列', 
     217      '_Common_SearchTarget'                    => '怜玢察象', 
     218      '_Common_SearchWord'                      => '怜玢語', 
     219      '_Common_Second'                          => '秒', 
     220      '_Common_SelectMultiple'                  => '耇数遞択モヌド', 
     221      '_Common_SelectSingular'                  => '単数遞択モヌド', 
     222      '_Common_SendMail'                        => 'メヌル送信', 
     223      '_Common_Sending'                         => '送信䞭', 
     224      '_Common_SessionTimeout'                  => '䞀定時間利甚がなかったため再認蚌が忠
     225芁です。ログむン画面ぞ移動したすか', 
     226      '_Common_Signature'                       => '眲名', 
     227      '_Common_SiteAdmin'                       => 'サむト管理耠
     228', 
     229      '_Common_Start'                           => '起動', 
     230      '_Common_States'                          => 'ステヌタス', 
     231      '_Common_Stop'                            => '停止', 
     232      '_Common_Stop_Confirm'                    => '停止しおよろしいですか', 
     233      '_Common_Submit'                          => '送信', 
     234      '_Common_Sunday'                          => '日', 
     235      '_Common_Tab'                             => 'タブ', 
     236      '_Common_Target'                          => '察象', 
     237      '_Common_ThemeDisplay'                    => '衚瀺テヌマ', 
     238      '_Common_ThemeName'                       => 'テヌマ名', 
     239      '_Common_Thursday'                        => '朚', 
     240      '_Common_Time'                            => '時間', 
     241      '_Common_Times'                           => '回', 
     242      '_Common_Time_Format'                     => '%H:%M', 
     243      '_Common_Time_HourMinSec_Format'          => '%H:%M:%S', 
     244      '_Common_Title'                           => 'タむトル', 
     245      '_Common_Title_Approval_List'             => '%s承認䞀芧', 
     246      '_Common_Today'                           => '今日', 
     247      '_Common_Tomorrow'                        => '明日', 
     248      '_Common_TopPage'                         => '[トップペヌゞ]', 
     249      '_Common_Tuesday'                         => '火', 
     250      '_Common_Unauthorized'                    => 'この操䜜を行うにはログむンする忠
     251芁がありたす。', 
     252      '_Common_Uninstall'                       => 'アンむンストヌル', 
     253      '_Common_Uninstall_Confirm'               => 'アンむンストヌルしおよろしいですか', 
     254      '_Common_Unlimited'                       => '無制限', 
     255      '_Common_Unlock'                          => 'ロック解陀', 
     256      '_Common_Unlogin'                         => '未ログむン', 
     257      '_Common_Unregistration'                  => '未登録', 
     258      '_Common_Update'                          => '曎新', 
     259      '_Common_Update_Confirm'                  => 'アップデヌトしおよろしいですか', 
     260      '_Common_Update_Failed'                   => '%sの曎新に倱敗したした。', 
     261      '_Common_Update_Success'                  => '%sを曎新したした。', 
     262      '_Common_UpdatedOn'                       => '曎新日', 
     263      '_Common_Updating'                        => '曎新䞭・・・', 
     264      '_Common_Use'                             => '䜿甚する', 
     265      '_Common_User'                            => 'ナヌザ', 
     266      '_Common_UserId'                          => 'ナヌザID', 
     267      '_Common_UserInfo'                        => 'ナヌザ惠
     268å ±', 
     269      '_Common_UserList'                        => 'ナヌザ䞀芧', 
     270      '_Common_UserName'                        => 'ナヌザ名', 
     271      '_Common_UsersBelongsTo'                  => '所属ナヌザ', 
     272      '_Common_UsersNotBelongsTo'               => '未所属ナヌザ', 
     273      '_Common_UseWysiwyg'                      => 'Wysiwyg䜿甚', 
     274      '_Common_Validate'                        => '有効化', 
     275      '_Common_Validate_Alphanumeric'           => '半角英数字でå 
     276¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     277      '_Common_Validate_AlreadyUsed'            => '既に䜿甚されおいたす。', 
     278      '_Common_Validate_CharAbove'              => '%d文字以䞊でå 
     279¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     280      '_Common_Validate_CharBelow'              => '%d文字以䞋でå 
     281¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     282      '_Common_Validate_CharJust'               => '%d文字でå 
     283¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     284      '_Common_Validate_CharRange'              => '%d%d文字でå 
     285¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     286      '_Common_Validate_CheckboxLessThan'       => '%d個以䞊チェックしお䞋さい。', 
     287      '_Common_Validate_Checking'               => 'チェック䞭です。', 
     288      '_Common_Validate_DateFormat'             => @lang['_Common_DatePicker_Format_String'] + '圢匏でå 
     289¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     290      '_Common_Validate_FileFormat'             => '%s圢匏のファむルを指定しお䞋さい。', 
     291      '_Common_Validate_InvalidDate'            => '存圚しない日付です。', 
     292      '_Common_Validate_InverseDate'            => '日付の前埌関係が逆です。', 
     293      '_Common_Validate_TimeFormat'             => 'HH:MM圢匏でå 
     294¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     295      '_Common_Validate_InvalidTime'            => '存圚しない時刻です。', 
     296      '_Common_Validate_InverseTime'            => '時刻の前埌関係が逆です。', 
     297      '_Common_Validate_InverseDateTime'        => '日時の前埌関係が逆です。', 
     298      '_Common_Validate_Kana'                   => 'ひらがなでå 
     299¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     300      '_Common_Validate_NumericGreaterThan'     => '倀の倧小が逆です。', 
     301      '_Common_Validate_SelectboxLessThan'      => '%d個以䞊遞択しお䞋さい。', 
     302      '_Common_Validate_HalfChar'               => '半角文字のみでå 
     303¥åŠ›ã—ãŠãã ã•ã„ã€‚', 
     304      '_Common_Validate_Integer'                => '敎数でå 
     305¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     306      '_Common_Validate_InvalidMinMax'          => '䞋限ず䞊限の指定が䞍正です。', 
     307      '_Common_Validate_MissMatch'              => '確認å 
     308¥åŠ›ãšäž€è‡Žã—ãŸã›ã‚“ã€‚', 
     309      '_Common_Validate_NoCheck'                => 'チェックボックスが぀も遞択されおいたせん。', 
     310      '_Common_Validate_NotTag'                 => '未察応文字が含たれおいたす。', 
     311      '_Common_Validate_Numeric'                => '数倀でå 
     312¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     313      '_Common_Validate_NumericAbove'           => '%s以䞊の倀をå 
     314¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     315      '_Common_Validate_NumericBelow'           => '%s以䞋の倀をå 
     316¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     317      '_Common_Validate_NumericRange'           => '%s%sの倀をå 
     318¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     319      '_Common_Validate_PleaseInputBy'          => 'でå 
     320¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     321      '_Common_Validate_PleaseInputIn'          => 'の倀をå 
     322¥åŠ›ã—ãŠäž‹ã•ã„ã€‚', 
     323      '_Common_Validate_Regulation'             => '芏玄に同意しお䞋さい。', 
     324      '_Common_Validate_Required'               => 'å 
    285325¥åŠ›ã¯å¿ 
    286 é ˆã§ã™ã€‚' 
    287     @lang['_Common_Validate_Url'] = '䞍正なURL圢匏です。' 
    288     @lang['_Common_Validate_ValidEmail'] = '䞍正なeメヌル圢匏です。' 
    289     @lang['_Common_Validate_ValueAbove'] = '%d以䞊' 
    290     @lang['_Common_Validate_ValueBelow'] = '%d以䞋' 
    291     @lang['_Common_Validate_ValueRange'] = '%d%dの間でå 
    292 ¥åŠ›ã—ãŠäž‹ã•ã„ã€‚' 
    293     @lang['_Common_Validity'] = '有効' 
    294     @lang['_Common_Value'] = '倀' 
    295     @lang['_Common_Version'] = 'バヌゞョン' 
    296     @lang['_Common_Wait'] = 'お埠
    297 ã¡äž‹ã•い' 
    298     @lang['_Common_Week'] = '週' 
    299     @lang['_Common_Wednesday'] = 'æ°Ž' 
    300     @lang['_Common_Year'] = '幎' 
    301     @lang['_Common_YearMonth_Format_String'] = '#{year}幎#{month}月' 
    302     @lang['_Common_YearMonthDay_Format_String'] = '#{year}幎#{month}月#{day}日(#{wday})' 
    303     @lang['_Common_Yes'] = 'はい' 
    304     @lang['_Common_Yesterday'] = '昚日' 
     326須です。', 
    &n