[ Index ] |
|
Code source de PRADO 3.0.6 |
1 prado_application_singleton_required = Prado.Application must only be set once. 2 prado_component_unknown = Unknown component type '{0}'. 3 prado_using_invalid = '{0}' is not a valid namespace to be used. Make sure '.*' is appended if you want to use a namespace referring to a directory. 4 prado_alias_redefined = Alias '{0}' cannot be redefined. 5 prado_alias_invalid = Alias '{0}' refers to an invalid path '{1}'. Only existing directories can be aliased. 6 prado_aliasname_invalid = Alias '{0}' contains invalid character '.'. 7 8 component_property_undefined = Component property '{0}.{1}' is not defined. 9 component_property_readonly = Component property '{0}.{1}' is read-only. 10 component_event_undefined = Component event '{0}.{1}' is not defined. 11 component_eventhandler_invalid = Component event '{0}.{1}' is attached with an invalid event handler. 12 component_expression_invalid = Component '{0}' is evaluating an invalid expression '{1}' : {2}. 13 component_statements_invalid = Component '{0}' is evaluating invalid PHP statements '{1}' : {2}. 14 15 propertyvalue_enumvalue_invalid = Value '{0}' is a not valid enumeration value ({1}). 16 17 list_index_invalid = Index '{0}' is out of range. 18 list_item_inexistent = The item cannot be found in the list. 19 list_data_not_iterable = Data must be either an array or an object implementing Traversable interface. 20 list_readonly = {0} is read-only. 21 22 map_addition_disallowed = The new item cannot be added to the map. 23 map_item_unremovable = The item cannot be removed from the map. 24 map_data_not_iterable = Data must be either an array or an object implementing Traversable interface. 25 map_readonly = {0} is read-only. 26 27 application_basepath_invalid = Application base path '{0}' does not exist or is not a directory. 28 application_runtimepath_invalid = Application runtime path '{0}' does not exist or is not writable by Web server process. 29 application_service_invalid = Service '{0}' must implement IService interface. 30 application_service_unknown = Requested service '{0}' is not defined. 31 application_service_unavailable = Service Unavailable. 32 application_moduleid_duplicated = Application module ID '{0}' is not unique. 33 application_runtimepath_failed = Unable to create runtime path '{0}'. Make sure the parent directory exists and is writable by the Web process. 34 35 appconfig_aliaspath_invalid = Application configuration <alias id="{0}"> uses an invalid file path "{1}". 36 appconfig_alias_invalid = Application configuration <alias> element must have an "id" attribute and a "path" attribute. 37 appconfig_alias_redefined = Application configuration <alias id="{0}"> cannot be redefined. 38 appconfig_using_invalid = Application configuration <using> element must have a "namespace" attribute. 39 appconfig_moduleid_required = Application configuration <module> element must have an "id" attribute. 40 appconfig_moduletype_required = Application configuration <module id="{0}"> must have a "class" attribute. 41 appconfig_serviceid_required = Application configuration <service> element must have an "id" attribute. 42 appconfig_servicetype_required = Application configuration <service id="{0}"> must have a "class" attribute. 43 appconfig_parameterid_required = Application configuration <parameter> element must have an "id" attribute. 44 45 securitymanager_validationkey_invalid = TSecurityManager.ValidationKey must not be empty. 46 securitymanager_encryptionkey_invalid = TSecurityManager.EncryptionKey must not be empty. 47 securitymanager_mcryptextension_required = Mcrypt PHP extension is required in order to use TSecurityManager's encryption feature. 48 49 uri_format_invalid = '{0}' is not a valid URI. 50 51 httprequest_separator_invalid = THttpRequest.UrlParamSeparator can only contain a single character. 52 httprequest_urlmanager_inexist = THttpRequest.UrlManager '{0}' does not point to an existing module. 53 httprequest_urlmanager_invalid = THttpRequest.UrlManager '{0}' must point to a module extending from TUrlManager. 54 55 httpresponse_bufferoutput_unchangeable = THttpResponse.BufferOutput cannot be modified after THttpResponse is initialized. 56 httpresponse_file_inexistent = THttpResponse cannot send file '{0}'. The file does not exist. 57 58 httpsession_sessionid_unchangeable = THttpSession.SessionID cannot be modified after the session is started. 59 httpsession_sessionname_unchangeable = THttpSession.SessionName cannot be modified after the session is started. 60 httpsession_sessionname_invalid = THttpSession.SessionName must contain alphanumeric characters only. 61 httpsession_savepath_unchangeable = THttpSession.SavePath cannot be modified after the session is started. 62 httpsession_savepath_invalid = THttpSession.SavePath '{0}' is invalid. 63 httpsession_storage_unchangeable = THttpSession.Storage cannot be modified after the session is started. 64 httpsession_cookiemode_unchangeable = THttpSession.CookieMode cannot be modified after the session is started. 65 httpsession_autostart_unchangeable = THttpSession.AutoStart cannot be modified after the session module is initialized. 66 httpsession_gcprobability_unchangeable = THttpSession.GCProbability cannot be modified after the session is started. 67 httpsession_gcprobability_invalid = THttpSession.GCProbability must be an integer between 0 and 100. 68 httpsession_transid_unchangeable = THttpSession.UseTransparentSessionID cannot be modified after the session is started. 69 httpsession_maxlifetime_unchangeable = THttpSession.Timeout cannot be modified after the session is started. 70 71 assetmanager_basepath_invalid = TAssetManager.BasePath '{0}' is invalid. Make sure it is in namespace form and points to a directory writable by the Web server process. 72 assetmanager_basepath_unchangeable = TAssetManager.BasePath cannot be modified after the module is initialized. 73 assetmanager_baseurl_unchangeable = TAssetManager.BaseUrl cannot be modified after the module is initialized. 74 assetmanager_filepath_invalid = TAssetManager is publishing an invalid file '{0}'. 75 assetmanager_tarchecksum_invalid = TAssetManager is publishing a tar file with invalid checksum '{0}'. 76 assetmanager_tarfile_invalid = TAssetManager is publishing an invalid tar file '{0}'. 77 78 sqlitecache_extension_required = TSqliteCache requires SQLite PHP extension. 79 sqlitecache_dbfile_required = TSqliteCache.DbFile is required. 80 sqlitecache_connection_failed = TSqliteCache database connection failed. {0}. 81 sqlitecache_table_creation_failed = TSqliteCache failed to create cache database. {0}. 82 sqlitecache_dbfile_unchangeable = TSqliteCache.DbFile cannot be modified after the module is initialized. 83 sqlitecache_dbfile_invalid = TSqliteCache.DbFile is invalid. Make sure it is in a proper namespace format. 84 85 memcache_extension_required = TMemCache requires memcache PHP extension. 86 memcache_connection_failed = TMemCache failed to connect to memcache server {0}:{1}. 87 memcache_host_unchangeable = TMemCache.Host cannot be modified after the module is initialized. 88 memcache_port_unchangeable = TMemCache.Port cannot be modified after the module is initialized. 89 90 apccache_extension_required = TAPCCache requires APC PHP extension. 91 apccache_add_unsupported = TAPCCache.add() is not supported. 92 apccache_replace_unsupported = TAPCCache.replace() is not supported. 93 94 errorhandler_errortemplatepath_invalid = TErrorHandler.ErrorTemplatePath '{0}' is invalid. Make sure it is in namespace form and points to a valid directory containing error template files. 95 96 pageservice_page_unknown = Page '{0}' Not Found 97 pageservice_pageclass_unknown = Page class '{0}' is unknown. 98 pageservice_basepath_invalid = TPageService.BasePath '{0}' is not a valid directory. 99 pageservice_page_required = Page Name Required 100 pageservice_defaultpage_unchangeable = TPageService.DefaultPage cannot be modified after the service is initialized. 101 pageservice_basepath_unchangeable = TPageService.BasePath cannot be modified after the service is initialized. 102 103 pageserviceconf_file_invalid = Unable to open page directory configuration file '{0}'. 104 pageserviceconf_aliaspath_invalid = <alias id="{0}"> uses an invalid file path "{1}" in page directory configuration file '{2}'. 105 pageserviceconf_alias_invalid = <alias> element must have an "id" attribute and a "path" attribute in page directory configuration file '{0}'. 106 pageserviceconf_using_invalid = <using> element must have a "namespace" attribute in page directory configuration file '{0}'. 107 pageserviceconf_module_invalid = <module> element must have an "id" attribute in page directory configuration file '{0}'. 108 pageserviceconf_moduletype_required = <module id="{0}"> must have a "class" attribute in page directory configuration file '{1}'. 109 pageserviceconf_parameter_invalid = <parameter> element must have an "id" attribute in page directory configuration file '{0}'. 110 pageserviceconf_page_invalid = <page> element must have an "id" attribute in page directory configuration file '{0}'. 111 112 template_closingtag_unexpected = Unexpected closing tag '{0}' is found. 113 template_closingtag_expected = Closing tag '{0}' is expected. 114 template_directive_nonunique = Directive '<%@ ... %>' must appear at the beginning of the template and can appear at most once. 115 template_comments_forbidden = Template comments are not allowed within property tags. 116 template_matching_unexpected = Unexpected matching. 117 template_property_unknown = {0} has no property called '{1}'. 118 template_event_unknown = {0} has no event called '{1}'. 119 template_property_readonly = {0} has a read-only property '{1}'. 120 template_event_forbidden = {0} is a non-control component. No handler can be attached to its event '{1}' in a template. 121 template_databind_forbidden = {0} is a non-control component. Expressions cannot be bound to its property '{1}'. 122 template_component_required = '{0}' is not a component. Only components can appear in a template. 123 template_format_invalid = Error in {0} (line {1}) : {2} 124 template_format_invalid2 = Error at line {0} of the following template: {1} {2} 125 template_property_duplicated = Property {0} is configured twice or more. 126 template_eventhandler_invalid = {0}.{1} can only accept a static string. 127 template_controlid_invalid = {0}.ID can only accept a static text string. 128 template_controlskinid_invalid = {0}.SkinID can only accept a static text string. 129 template_content_unexpected = Unexpected content is encountered when instantiating template: {0}. 130 template_include_invalid = Invalid template inclusion. Make sure {0} is a valid namespace pointing to an existing template file whose extension is .tpl. 131 template_tag_unexpected = Initialization for property {0} contains an unknown tag type {1}. 132 133 xmldocument_file_read_failed = TXmlDocument is unable to read file '{0}'. 134 xmldocument_file_write_failed = TXmlDocument is unable to write file '{0}'. 135 136 xmlelementlist_xmlelement_required = TXmlElementList can only accept TXmlElement objects. 137 138 authorizationrule_action_invalid = TAuthorizationRule.Action can only take 'allow' or 'deny' as the value. 139 authorizationrule_verb_invalid = TAuthorizationRule.Verb can only take 'get' or 'post' as the value. 140 141 authorizationrulecollection_authorizationrule_required = TAuthorizationRuleCollection can only accept TAuthorizationRule objects. 142 143 usermanager_userfile_invalid = TUserManager.UserFile '{0}' is not a valid file. 144 usermanager_userfile_unchangeable = TUserManager.UserFile cannot be modified. The user module has been initialized already. 145 146 authmanager_usermanager_required = TAuthManager.UserManager must be assigned a value. 147 authmanager_usermanager_inexistent = TAuthManager.UserManager '{0}' does not refer to an ID of application module. 148 authmanager_usermanager_invalid = TAuthManager.UserManager '{0}' does not refer to a valid TUserManager application module. 149 authmanager_usermanager_unchangeable = TAuthManager.UserManager cannot be modified after the module is initialized. 150 authmanager_session_required = TAuthManager requires a session application module. 151 152 thememanager_service_unavailable = TThemeManager requires TPageService to be available. This error often occurs when you configure TThemeManager outside of the page service configuration. 153 thememanager_basepath_invalid = TThemeManager.BasePath '{0}' is not a valid path alias. Make sure you have defined this alias in configuration and it points to a valid directory. 154 thememanager_basepath_invalid2 = TThemeManager.BasePath '{0}' is not a valid directory. 155 thememanager_basepath_unchangeable = TThemeManager.BasePath cannot be modified after the module is initialized. 156 157 theme_baseurl_required = TThemeManager.BasePath is required. By default, a directory named 'themes' under the directory containing the application entry script is assumed. 158 theme_path_inexistent = Theme path '{0}' does not exist. 159 theme_control_nested = Skin for control type '{0}' in theme '{1}' cannot be within another skin. 160 theme_skinid_duplicated = SkinID '{0}.{1}' is duplicated in theme '{2}'. 161 theme_databind_forbidden = Databind cannot be used in theme '{0}' for control skin '{1}.{2}' about property '{3}'. 162 theme_property_readonly = Skin is being applied to a read-only control property '{0}.{1}'. 163 theme_property_undefined = Skin is being applied to an inexistent control property '{0}.{1}'. 164 theme_tag_unexpected = Initialization for property {0} contains an unknown tag type {1}. 165 166 control_object_reregistered = Duplicated object ID '{0}' found. 167 control_id_invalid = {0}.ID '{1}' is invalid. Only alphanumeric and underline characters are allowed. The first character must be an alphabetic or underline character. 168 control_skinid_unchangeable = {0}.SkinID cannot be modified after a skin has been applied to the control or the child controls have been created. 169 control_enabletheming_unchangeable = {0}.EnableTheming cannot be modified after the child controls have been created. 170 control_stylesheet_applied = StyleSheet skin has already been applied to {0}. 171 control_id_nonunique = {0}.ID '{1}' is not unique among all controls under the same naming container. 172 173 templatecontrol_mastercontrol_invalid = Master control must be of type TTemplateControl or a child class. 174 templatecontrol_mastercontrol_required = Control '{0}' requires a master control since the control uses TContent. 175 templatecontrol_contentid_duplicated = TContent ID '{0}' is duplicated. 176 templatecontrol_placeholderid_duplicated= TContentPlaceHolder ID '{0}' is duplicated. 177 templatecontrol_directive_invalid = {0}.{1} can only accept a static text string through a template directive. 178 templatecontrol_placeholder_inexistent = TContent '{0}' does not have a matching TContentPlaceHolder. 179 180 page_form_duplicated = A page can contain at most one TForm. Use regular HTML form tags for the rest forms. 181 page_isvalid_unknown = TPage.IsValid has not been evaluated yet. 182 page_postbackcontrol_invalid = Unable to determine postback control '{0}'. 183 page_control_outofform = {0} '{1}' must be enclosed within TForm. 184 page_head_duplicated = A page can contain at most one THead. 185 page_statepersister_invalid = Page state persister must implement IPageStatePersister interface. 186 187 csmanager_pradoscript_invalid = Unknown Prado script library name '{0}'. 188 189 contentplaceholder_id_required = TContentPlaceHolder must have an ID. 190 191 content_id_required = TContent must have an ID. 192 193 controlcollection_control_required = TControlList can only accept strings or TControl objects. 194 195 webcontrol_accesskey_invalid = {0}.AccessKey '{1}' is invalid. It must be a single character only. 196 webcontrol_style_invalid = {0}.Style must take string value only. 197 198 listcontrol_selection_invalid = {0} has an invalid selection that is set before performing databinding. 199 listcontrol_selectedindex_invalid = {0}.SelectedIndex has an invalid value {1}. 200 listcontrol_selectedvalue_invalid = {0}.SelectedValue has an invalid value '{1}'. 201 listcontrol_expression_invalid = {0} is evaluating an invalid expression '{1}' : {2} 202 listcontrol_multiselect_unsupported = {0} does not support multiselection. 203 204 label_associatedcontrol_invalid = TLabel.AssociatedControl '{0}' cannot be found. 205 206 hiddenfield_focus_unsupported = THiddenField does not support setting input focus. 207 hiddenfield_theming_unsupported = THiddenField does not support theming. 208 hiddenfield_skinid_unsupported = THiddenField does not support control skin. 209 210 panel_defaultbutton_invalid = TPanel.DefaultButton '{0}' does not refer to an existing button control. 211 212 tablestyle_cellpadding_invalid = TTableStyle.CellPadding must take an integer equal to or greater than -1. 213 tablestyle_cellspacing_invalid = TTableStyle.CellSpacing must take an integer equal to or greater than -1. 214 215 pagestatepersister_pagestate_corrupted = Page state is corrupted. 216 217 sessionpagestatepersister_pagestate_corrupted = Page state is corrupted. 218 sessionpagestatepersister_historysize_invalid = TSessionPageStatePersister.History must be an integer greater than 0. 219 220 listitemcollection_item_invalid = TListItemCollection can only take strings or TListItem objects. 221 222 dropdownlist_selectedindices_unsupported= TDropDownList.SelectedIndices is read-only. 223 224 bulletedlist_autopostback_unsupported = TBulletedList.AutoPostBack is read-only. 225 bulletedlist_selectedindex_unsupported = TBulletedList.SelectedIndex is read-only. 226 bulletedlist_selectedindices_unsupported= TBulletedList.SelectedIndices is read-only. 227 bulletedlist_selectedvalue_unsupported = TBulletedList.SelectedValue is read-only. 228 229 radiobuttonlist_selectedindices_unsupported = TRadioButtonList.SelectedIndices is read-only. 230 231 logrouter_configfile_invalid = TLogRouter.ConfigFile '{0}' does not exist. 232 logrouter_routeclass_required = Class attribute is required in <route> configuration. 233 logrouter_routetype_required = Log route must be an instance of TLogRoute or its derived class. 234 235 filelogroute_logpath_invalid = TFileLogRoute.LogPath '{0}' must be a directory in namespace format and must be writable by the Web server process. 236 filelogroute_maxfilesize_invalid = TFileLogRoute.MaxFileSize must be greater than 0. 237 filelogroute_maxlogfiles_invalid = TFileLogRoute.MaxLogFiles must be greater than 0. 238 239 emaillogroute_sentfrom_required = TEmailLogRoute.SentFrom cannot be empty. 240 241 repeatinfo_repeatcolumns_invalid = TRepeatInfo.RepeatColumns must be no less than 0. 242 243 basevalidator_controltovalidate_invalid = {0}.ControlToValidate is empty or contains an invalid control ID path. 244 basevalidator_validatable_required = {0}.ControlToValidate must point to a control implementing IValidatable interface. 245 basevalidator_forcontrol_unsupported = {0}.ForControl is not supported. 246 247 comparevalidator_controltocompare_invalid = TCompareValidator.ControlToCompare contains an invalid control ID path. 248 249 listcontrolvalidator_invalid_control = {0}.ControlToValidate contains an invalid TListControl ID path, "{1}" is a {2}. 250 251 repeater_template_required = TRepeater.{0} requires a template instance implementing ITemplate interface. 252 datalist_template_required = TDataList.{0} requires a template instance implementing ITemplate interface. 253 datagrid_template_required = TDataGrid.{0} requires a template instance implementing ITemplate interface. 254 templatecolumn_template_required = TTemplateColumn.{0} requires a template instance implementing ITemplate interface. 255 256 datagrid_currentpageindex_invalid = TDataGrid.CurrentPageIndex must be no less than 0. 257 datagrid_pagesize_invalid = TDataGrid.PageSize must be greater than 0. 258 datagrid_virtualitemcount_invalid = TDataGrid.VirtualItemCount must be no less than 0. 259 260 datagridpagerstyle_pagebuttoncount_invalid = TDataGridPagerStyle.PageButtonCount must be greater than 0. 261 262 datafieldaccessor_data_invalid = TDataFieldAccessor is trying to evaluate a field value of an invalid data. Make sure the data is an array, TMap, TList, or object that contains the specified field '{0}'. 263 datafieldaccessor_datafield_invalid = TDataFieldAccessor is trying to evaluate data value of an unknown field '{0}'. 264 265 repeateritemcollection_repeateritem_required = TRepeaterItemCollection can only accept TRepeaterItem objects. 266 267 datagriditemcollection_datagriditem_required = TDataGridItemCollection can only accept TDataGridItem objects. 268 269 datagridcolumncollection_datagridcolumn_required = TDataGridColumnCollection can only accept TDataGridColumn objects. 270 271 datalistitemcollection_datalistitem_required = TDataListItemCollection can only accept TDataListItem objects. 272 273 tablerowcollection_tablerow_required = TTableRowCollection can only accept TTableRow objects. 274 275 tablecellcollection_tablerow_required = TTableCellCollection can only accept TTableCell objects. 276 277 multiview_view_required = TMultiView can only accept TView as child. 278 multiview_activeviewindex_invalid = TMultiView.ActiveViewIndex has an invalid index '{0}'. 279 multiview_view_inexistent = TMultiView cannot find the specified view. 280 multiview_viewid_invalid = TMultiView cannot find the view '{0}' to switch to. 281 282 viewcollection_view_required = TViewCollection can only accept TView as its element. 283 284 view_visible_readonly = TView.Visible is read-only. Use TView.Active to toggle its visibility. 285 286 wizard_step_invalid = The step to be activated cannot be found in wizard step collection. 287 wizard_command_invalid = Invalid wizard navigation command '{0}'. 288 289 table_tablesection_outoforder = TTable table sections must be in the order of: Header, Body and Footer. 290 291 completewizardstep_steptype_readonly = TCompleteWizardStep.StepType is read-only. 292 293 wizardstepcollection_wizardstep_required = TWizardStepCollection can only accept objects of TWizardStep or its derived classes. 294 295 texthighlighter_stylesheet_invalid = Unable to find the stylesheet file for TTextHighlighter. 296 297 hotspotcollection_hotspot_required = THotSpotCollection can only accept instance of THotSpot or its derived classes. 298 299 htmlarea_textmode_readonly = THtmlArea.TextMode is read-only. 300 htmlarea_tarfile_invalid = THtmlArea is unable to locate the TinyMCE tar file. 301 302 parametermodule_parameterfile_unchangeable = TParameterModule.ParameterFile is not changeable because the module is already initialized. 303 parametermodule_parameterfile_invalid = TParameterModule.ParameterFile '{0}' is invalid. Make sure it is in namespace format and the file extension is '.xml'. 304 parametermodule_parameterid_required = Parameter element must have 'id' attribute. 305 306 datagridcolumn_id_invalid = {0}.ID '{1}' is invalid. Only alphanumeric and underline characters are allowed. The first character must be an alphabetic or underline character. 307 datagridcolumn_expression_invalid = {0} is evaluating an invalid expression '{1}' : {2} 308 309 outputcache_duration_invalid = {0}.Duration must be an integer no less than 0. 310 311 stack_data_not_iterable = TStack can only fetch data from an array or a traversable object. 312 stack_empty = TStack is empty. 313 314 queue_data_not_iterable = TQueue can only fetch data from an array or a traversable object. 315 queue_empty = TQueue is empty. 316 317 pager_pagebuttoncount_invalid = TPager.PageButtonCount must be an integer no less than 1. 318 pager_currentpageindex_invalid = TPager.CurrentPageIndex is out of range. 319 pager_pagecount_invalid = TPager.PageCount cannot be smaller than 0. 320 pager_controltopaginate_invalid = TPager.ControlToPaginate {0} must be a valid ID path pointing to a TDataBoundControl-derived control. 321 322 databoundcontrol_pagesize_invalid = {0}.PageSize must be an integer no smaller than 1. 323 databoundcontrol_virtualitemcount_invalid = {0}.VirtualItemCount must be an integer no smaller than 0. 324 databoundcontrol_currentpageindex_invalid = {0}.CurrentPageIndex is out of range. 325 databoundcontrol_datasource_invalid = {0}.DataSource is not valid. 326 databoundcontrol_datasourceid_inexistent = databoundcontrol_datasourceid_inexistent. 327 databoundcontrol_datasourceid_invalid = databoundcontrol_datasourceid_invalid 328 databoundcontrol_datamember_invalid = databoundcontrol_datamember_invalid 329 330 clientscript_invalid_file_position = Invalid file position '{1}' for TClientScript control '{0}', must be 'Head', 'Here' or 'Begin'. 331 332 tdatepicker_autopostback_unsupported = '{0}' does not support AutoPostBack. 333 globalization_cache_path_failed = Unable to create translation message cache path '{0}'. Make sure the parent directory exists and is writable by the Web process. 334 globalization_source_path_failed = Unable to create translation message path '{0}'. Make sure the parent directory exists and is writable by the Web process.
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |