Changeset 4200
- Timestamp:
- 07/16/07 13:36:52 (3 years ago)
- Files:
-
- rubricks_core/trunk/app/models/rubricks_lib/rubricks_language_lib.rb (modified) (2 diffs)
- rubricks_core/trunk/components/system/languages/english.rb (modified) (1 diff)
- rubricks_core/trunk/components/system/languages/japanese.rb (modified) (1 diff)
- rubricks_core/trunk/languages/english.rb (modified) (1 diff)
- rubricks_core/trunk/languages/japanese.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
rubricks_core/trunk/app/models/rubricks_lib/rubricks_language_lib.rb
r3625 r4200 2 2 # This method display message depend on the language. 3 3 module 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 4 148 def clear_lang 5 149 @lang_last_access = nil … … 47 191 define_lang 48 192 end 49 50 class << self51 def lang_mapping52 {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 end194 end195 @@language_mappings = lang_mapping196 193 end rubricks_core/trunk/components/system/languages/english.rb
r4188 r4200 1 1 module RubricksLanguage 2 2 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 }) 299 301 end 300 302 end rubricks_core/trunk/components/system/languages/japanese.rb
r4188 r4200 1 1 module RubricksLanguage 2 2 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' => 'ã¢ã«ãŠã³ãç³è«ã¯åçãããŸãããã管çè 12 13 å®éç¥ã¡ãŒã«ã®éä¿¡ã«å€±æããŸããã管çè 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' => 'ãŠãŒã¶ç»é²ç³è«ãåçããŸããã管çè 30 31 ãç»é²äœæ¥ãè¡ããŸã§ãåŸ 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' => 'ãããã¯ã®é 51 52 眮æ 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' => 'å 246 247 šãŠã®ç®¡çè 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 }) 350 352 end 351 353 end rubricks_core/trunk/languages/english.rb
r4154 r4200 1 1 module RubricksLanguage 2 2 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 }) 264 299 end 265 300 end rubricks_core/trunk/languages/japanese.rb
r4154 r4200 1 1 module RubricksLanguage 2 2 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' => 'å 285 325 ¥åã¯å¿ 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
