]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/framework/Exceptions/messages/messages.txt
baculum: New Baculum API and Baculum Web
[bacula/bacula] / gui / baculum / framework / Exceptions / messages / messages.txt
1 prado_application_singleton_required    = Prado.Application must only be set once.
2 prado_component_unknown                                 = Unknown component type '{0}'. This may be caused by the following parsing error in the {0} class file: {1}
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_method_undefined              = Component method '{0}.{1}' is not defined.
12 component_eventhandler_invalid                  = Component event '{0}.{1}' is attached with an invalid event handler '{2}'.
13 component_expression_invalid                    = Component '{0}' is evaluating an invalid expression '{1}' : {2}.
14 component_statements_invalid                    = Component '{0}' is evaluating invalid PHP statements '{1}' : {2}.
15 component_class_behavior_defined                = Component '{0}' already has a class behavior of '{1}'.
16 component_not_a_behavior                                = Component '{0}' is being added as behavior is not a TBaseBehavior.
17 component_no_tcomponent_class_behaviors = TComponent cannot have class behaviors attached due to recursion.
18 component_no_class_provided_nor_late_binding = Adding or Removing Class Behaviors must have PHP feature Late Static Binding or a class provided as a parameter
19
20 propertyvalue_enumvalue_invalid                 = Value '{0}' is a not valid enumeration value ({1}).
21
22 list_index_invalid                                              = Index '{0}' is out of range.
23 list_item_inexistent                                    = The item cannot be found in the list.
24 list_data_not_iterable                                  = Data must be either an array or an object implementing Traversable interface.
25 list_readonly                                                   = {0} is read-only.
26
27 map_addition_disallowed                                 = The new item cannot be added to the map.
28 map_item_unremovable                                    = The item cannot be removed from the map.
29 map_data_not_iterable                                   = Data must be either an array or an object implementing Traversable interface.
30 map_readonly                                                    = {0} is read-only.
31
32 application_includefile_invalid                 = Unable to find application configuration {0}. Make sure it is in namespace format and the file ends with ".xml" or ".php".
33 application_basepath_invalid                    = Application base path '{0}' does not exist or is not a directory.
34 application_runtimepath_invalid                 = Application runtime path '{0}' does not exist or is not writable by Web server process.
35 application_service_invalid                             = Service '{0}' must implement IService interface.
36 application_service_unknown                             = Requested service '{0}' is not defined.
37 application_unavailable                                 = Application is unavailable at this time.
38 application_service_unavailable                 = Service '{0}' is unavailable at this time.
39 application_moduleid_duplicated                 = Application module ID '{0}' is not unique.
40 application_runtimepath_failed                  = Unable to create runtime path '{0}'. Make sure the parent directory exists and is writable by the Web process.
41
42 appconfig_aliaspath_invalid                             = Application configuration <alias id="{0}"> uses an invalid file path "{1}".
43 appconfig_alias_invalid                                 = Application configuration <alias> element must have an "id" attribute and a "path" attribute.
44 appconfig_alias_redefined                               = Application configuration <alias id="{0}"> cannot be redefined.
45 appconfig_using_invalid                                 = Application configuration <using> element must have a "namespace" attribute.
46 appconfig_moduleid_required                             = Application configuration <module> element must have an "id" attribute.
47 appconfig_moduletype_required                   = Application configuration <module id="{0}"> must have a "class" attribute.
48 appconfig_serviceid_required                    = Application configuration <service> element must have an "id" attribute.
49 appconfig_servicetype_required                  = Application configuration <service id="{0}"> must have a "class" attribute.
50 appconfig_parameterid_required                  = Application configuration <parameter> element must have an "id" attribute.
51 appconfig_includefile_required                  = Application configuration <include> element must have a "file" attribute.
52 appconfig_paths_invalid                                 = Application configuration <paths> cannot contain element <{0}>.
53 appconfig_modules_invalid                               = Application configuration <modules> cannot contain element <{0}>.
54 appconfig_services_invalid                              = Application configuration <services> cannot contain element <{0}>.
55 appconfig_parameters_invalid                    = Application configuration <parameters> cannot contain element <{0}>.
56 appconfig_tag_invalid                                   = Application configuration cannot contain element <{0}>.
57
58 securitymanager_validationkey_invalid   = TSecurityManager.ValidationKey must not be empty.
59 securitymanager_encryptionkey_invalid   = TSecurityManager.EncryptionKey must not be empty.
60 securitymanager_mcryptextension_required = Mcrypt PHP extension is required in order to use TSecurityManager's encryption feature.
61 securitymanager_mcryptextension_initfailed = TSecurityManager failed to initialize the mcrypt module.
62
63 uri_format_invalid                                              = '{0}' is not a valid URI.
64
65 httprequest_separator_invalid                   = THttpRequest.UrlParamSeparator can only contain a single character.
66 httprequest_urlmanager_inexist                  = THttpRequest.UrlManager '{0}' does not point to an existing module.
67 httprequest_urlmanager_invalid                  = THttpRequest.UrlManager '{0}' must point to a module extending from TUrlManager.
68
69 httpcookiecollection_httpcookie_required = THttpCookieCollection can only accept THttpCookie objects.
70
71 httpresponse_bufferoutput_unchangeable  = THttpResponse.BufferOutput cannot be modified after THttpResponse is initialized.
72 httpresponse_file_inexistent                    = THttpResponse cannot send file '{0}'. The file does not exist.
73
74 httpsession_sessionid_unchangeable              = THttpSession.SessionID cannot be modified after the session is started.
75 httpsession_sessionname_unchangeable    = THttpSession.SessionName cannot be modified after the session is started.
76 httpsession_sessionname_invalid                 = THttpSession.SessionName must contain alphanumeric characters only.
77 httpsession_savepath_unchangeable               = THttpSession.SavePath cannot be modified after the session is started.
78 httpsession_savepath_invalid                    = THttpSession.SavePath '{0}' is invalid.
79 httpsession_storage_unchangeable                = THttpSession.Storage cannot be modified after the session is started.
80 httpsession_cookiemode_unchangeable             = THttpSession.CookieMode cannot be modified after the session is started.
81 httpsession_autostart_unchangeable              = THttpSession.AutoStart cannot be modified after the session module is initialized.
82 httpsession_gcprobability_unchangeable  = THttpSession.GCProbability cannot be modified after the session is started.
83 httpsession_gcprobability_invalid               = THttpSession.GCProbability must be an integer between 0 and 100.
84 httpsession_transid_unchangeable                = THttpSession.UseTransparentSessionID cannot be modified after the session is started.
85 httpsession_transid_cookieonly                  = THttpSession.UseTransparentSessionID cannot be set when THttpSession.CookieMode is set to Only.
86 httpsession_maxlifetime_unchangeable    = THttpSession.Timeout cannot be modified after the session is started.
87
88 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.
89 assetmanager_basepath_unchangeable              = TAssetManager.BasePath cannot be modified after the module is initialized.
90 assetmanager_baseurl_unchangeable               = TAssetManager.BaseUrl cannot be modified after the module is initialized.
91 assetmanager_filepath_invalid                   = TAssetManager is publishing an invalid file '{0}'.
92 assetmanager_tarchecksum_invalid                = TAssetManager is publishing a tar file with invalid checksum '{0}'.
93 assetmanager_tarfile_invalid                    = TAssetManager is publishing an invalid tar file '{0}'.
94 assetmanager_source_directory_invalid   = TAssetManager is copying an invalid directory '{0}'.
95
96 cache_primary_duplicated                                = At most one primary cache module is allowed. {0} is trying to register as another primary cache.
97 sqlitecache_extension_required                  = TSqliteCache requires SQLite PHP extension.
98 sqlitecache_dbfile_required                             = TSqliteCache.DbFile is required.
99 sqlitecache_connection_failed                   = TSqliteCache database connection failed. {0}.
100 sqlitecache_table_creation_failed               = TSqliteCache failed to create cache database. {0}.
101 sqlitecache_dbfile_unchangeable                 = TSqliteCache.DbFile cannot be modified after the module is initialized.
102 sqlitecache_dbfile_invalid                              = TSqliteCache.DbFile is invalid. Make sure it is in a proper namespace format.
103
104 memcache_extension_required                             = TMemCache requires memcache PHP extension.
105 memcache_connection_failed                              = TMemCache failed to connect to memcache server {0}:{1}.
106 memcache_host_unchangeable                              = TMemCache.Host cannot be modified after the module is initialized.
107 memcache_port_unchangeable                              = TMemCache.Port cannot be modified after the module is initialized.
108
109 apccache_extension_required                             = TAPCCache requires APC PHP extension.
110 apccache_extension_not_enabled                  = TAPCCache need apc.enabled = 1 in php.ini in order to work.
111 apccache_extension_not_enabled_cli              = TAPCCache need apc.enable_cli = 1 in php.ini in order to work with PHP from the command line.
112
113 eacceleratorcache_extension_required    = TEACache requires eAccellerator PHP extension.
114
115 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.
116
117 pageservice_page_unknown                                = Page '{0}' Not Found
118 pageservice_pageclass_unknown                   = Page class '{0}' is unknown.
119 pageservice_basepath_invalid                    = TPageService.BasePath '{0}' is not a valid directory.
120 pageservice_page_required                               = Page Name Required
121 pageservice_defaultpage_unchangeable    = TPageService.DefaultPage cannot be modified after the service is initialized.
122 pageservice_basepath_unchangeable               = TPageService.BasePath cannot be modified after the service is initialized.
123 pageservice_pageclass_invalid                   = Page class {0} is invalid. It should be TPage or extend from TPage.
124 pageservice_includefile_invalid                 = Unable to find page service configuration {0}. Make sure it is in namespace format and the file ends with ".xml" or ".php".
125
126 pageserviceconf_file_invalid                    = Unable to open page directory configuration file '{0}'.
127 pageserviceconf_aliaspath_invalid               = <alias id="{0}"> uses an invalid file path "{1}" in page directory configuration file '{2}'.
128 pageserviceconf_alias_invalid                   = <alias> element must have an "id" attribute and a "path" attribute in page directory configuration file '{0}'.
129 pageserviceconf_using_invalid                   = <using> element must have a "namespace" attribute in page directory configuration file '{0}'.
130 pageserviceconf_module_invalid                  = <module> element must have an "id" attribute in page directory configuration file '{0}'.
131 pageserviceconf_moduletype_required             = <module id="{0}"> must have a "class" attribute in page directory configuration file '{1}'.
132 pageserviceconf_parameter_invalid               = <parameter> element must have an "id" attribute in page directory configuration file '{0}'.
133 pageserviceconf_page_invalid                    = <page> element must have an "id" attribute in page directory configuration file '{0}'.
134 pageserviceconf_includefile_required    = Page configuration <include> element must have a "file" attribute.
135
136 template_closingtag_unexpected                  = Unexpected closing tag '{0}' is found.
137 template_closingtag_expected                    = Closing tag '{0}' is expected.
138 template_directive_nonunique                    = Directive '<%@ ... %>' must appear at the beginning of the template and can appear at most once.
139 template_comments_forbidden                             = Template comments are not allowed within property tags.
140 template_matching_unexpected                    = Unexpected matching.
141 template_property_unknown                               = {0} has no property called '{1}'.
142 template_event_unknown                                  = {0} has no event called '{1}'.
143 template_property_readonly                              = {0} has a read-only property '{1}'.
144 template_event_forbidden                                = {0} is a non-control component. No handler can be attached to its event '{1}' in a template.
145 template_databind_forbidden                             = {0} is a non-control component. Expressions cannot be bound to its property '{1}'.
146 template_component_required                             = '{0}' is not a component. Only components can appear in a template.
147 template_format_invalid                                 = Invalid template syntax: {0}
148 template_property_duplicated                    = Property {0} is configured twice or more.
149 template_eventhandler_invalid                   = {0}.{1} can only accept a static string.
150 template_controlid_invalid                              = {0}.ID can only accept a static text string.
151 template_controlskinid_invalid                  = {0}.SkinID can only accept a static text string.
152 template_content_unexpected                             = Unexpected content is encountered when instantiating template: {0}.
153 template_include_invalid                                = Invalid template inclusion. Make sure {0} is a valid namespace pointing to an existing template file whose extension is .tpl.
154 template_tag_unexpected                                 = Initialization for property {0} contains an unknown tag type {1}.
155
156 xmldocument_file_read_failed                    = TXmlDocument is unable to read file '{0}'.
157 xmldocument_file_write_failed                   = TXmlDocument is unable to write file '{0}'.
158
159 xmlelementlist_xmlelement_required              = TXmlElementList can only accept TXmlElement objects.
160
161 authorizationrule_action_invalid                = TAuthorizationRule.Action can only take 'allow' or 'deny' as the value.
162 authorizationrule_verb_invalid                  = TAuthorizationRule.Verb can only take 'get' or 'post' as the value.
163
164 authorizationrulecollection_authorizationrule_required = TAuthorizationRuleCollection can only accept TAuthorizationRule objects.
165
166 usermanager_userfile_invalid                    = TUserManager.UserFile '{0}' is not a valid file.
167 usermanager_userfile_unchangeable               = TUserManager.UserFile cannot be modified. The user module has been initialized already.
168
169 authmanager_usermanager_required                = TAuthManager.UserManager must be assigned a value.
170 authmanager_usermanager_inexistent              = TAuthManager.UserManager '{0}' does not refer to an ID of application module.
171 authmanager_usermanager_invalid                 = TAuthManager.UserManager '{0}' does not refer to a valid TUserManager application module.
172 authmanager_usermanager_unchangeable    = TAuthManager.UserManager cannot be modified after the module is initialized.
173 authmanager_session_required                    = TAuthManager requires a session application module.
174
175 thememanager_service_unavailable                = TThemeManager requires TPageService to be available. This error often occurs when you configure TThemeManager outside of the page service configuration.
176 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.
177 thememanager_basepath_invalid2                  = TThemeManager.BasePath '{0}' is not a valid directory.
178 thememanager_basepath_unchangeable              = TThemeManager.BasePath cannot be modified after the module is initialized.
179
180 theme_baseurl_required                                  = TThemeManager.BasePath is required. By default, a directory named 'themes' under the directory containing the application entry script is assumed.
181 theme_path_inexistent                                   = Theme path '{0}' does not exist.
182 theme_control_nested                                    = Skin for control type '{0}' in theme '{1}' cannot be within another skin.
183 theme_skinid_duplicated                                 = SkinID '{0}.{1}' is duplicated in theme '{2}'.
184 theme_databind_forbidden                                = Databind cannot be used in theme '{0}' for control skin '{1}.{2}' about property '{3}'.
185 theme_property_readonly                                 = Skin is being applied to a read-only control property '{0}.{1}'.
186 theme_property_undefined                                = Skin is being applied to an inexistent control property '{0}.{1}'.
187 theme_tag_unexpected                                    = Initialization for property {0} contains an unknown tag type {1}.
188
189 control_object_reregistered                             = Duplicated object ID '{0}' found.
190 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.
191 control_skinid_unchangeable                             = {0}.SkinID cannot be modified after a skin has been applied to the control or the child controls have been created.
192 control_enabletheming_unchangeable              = {0}.EnableTheming cannot be modified after the child controls have been created.
193 control_stylesheet_applied                              = StyleSheet skin has already been applied to {0}.
194 control_id_nonunique                                    = {0}.ID '{1}' is not unique among all controls under the same naming container.
195
196 templatecontrol_mastercontrol_invalid   = Master control must be of type TTemplateControl or a child class.
197 templatecontrol_mastercontrol_required  = Control '{0}' requires a master control since the control uses TContent.
198 templatecontrol_contentid_duplicated    = TContent ID '{0}' is duplicated.
199 templatecontrol_placeholderid_duplicated= TContentPlaceHolder ID '{0}' is duplicated.
200 templatecontrol_directive_invalid               = {0}.{1} can only accept a static text string through a template directive.
201 templatecontrol_placeholder_inexistent  = TContent '{0}' does not have a matching TContentPlaceHolder.
202
203 page_form_duplicated                                    = A page can contain at most one TForm. Use regular HTML form tags for the rest forms.
204 page_isvalid_unknown                                    = TPage.IsValid has not been evaluated yet.
205 page_postbackcontrol_invalid                    = Unable to determine postback control '{0}'.
206 page_control_outofform                                  = {0} '{1}' must be enclosed within TForm.
207 page_head_duplicated                                    = A page can contain at most one THead.
208 page_head_required                                              = A THead control is needed in page template in order to render CSS and js in the HTML head section.
209 page_statepersister_invalid                             = Page state persister must implement IPageStatePersister interface.
210 page_csmanagerclass_invalid                             = ClientScriptManager class '{0}' must be an instance of TClientScriptManager.
211
212 csmanager_pradoscript_invalid                   = Unknown Prado script library name '{0}'.
213 csmanager_pradostyle_invalid                    = Unknown Prado style library name '{0}'.
214 csmanager_invalid_packages                              = Unkownn packages '{1}' for javascript packages defined in '{0}'. Valid packages are '{2}'.
215
216 contentplaceholder_id_required                  = TContentPlaceHolder must have an ID.
217
218 content_id_required                                             = TContent must have an ID.
219
220 controlcollection_control_required              = TControlList can only accept strings or TControl objects.
221
222 webcontrol_accesskey_invalid                    = {0}.AccessKey '{1}' is invalid. It must be a single character only.
223 webcontrol_style_invalid                                = {0}.Style must take string value only.
224
225 listcontrol_selection_invalid                   = {0} has an invalid selection that is set before performing databinding.
226 listcontrol_selectedindex_invalid               = {0}.SelectedIndex has an invalid value {1}.
227 listcontrol_selectedvalue_invalid               = {0}.SelectedValue has an invalid value '{1}'.
228 listcontrol_expression_invalid                  = {0} is evaluating an invalid expression '{1}' : {2}
229 listcontrol_multiselect_unsupported             = {0} does not support multiselection.
230
231 label_associatedcontrol_invalid                 = TLabel.AssociatedControl '{0}' cannot be found.
232
233 hiddenfield_focus_unsupported                   = THiddenField does not support setting input focus.
234 hiddenfield_theming_unsupported                 = THiddenField does not support theming.
235 hiddenfield_skinid_unsupported                  = THiddenField does not support control skin.
236
237 panel_defaultbutton_invalid                             = TPanel.DefaultButton '{0}' does not refer to an existing button control.
238
239 tablestyle_cellpadding_invalid                  = TTableStyle.CellPadding must take an integer equal to or greater than -1.
240 tablestyle_cellspacing_invalid                  = TTableStyle.CellSpacing must take an integer equal to or greater than -1.
241
242 pagestatepersister_pagestate_corrupted  = Page state is corrupted.
243
244 sessionpagestatepersister_pagestate_corrupted = Page state is corrupted.
245 sessionpagestatepersister_historysize_invalid = TSessionPageStatePersister.History must be an integer greater than 0.
246
247 listitemcollection_item_invalid                 = TListItemCollection can only take strings or TListItem objects.
248
249 dropdownlist_selectedindices_unsupported= TDropDownList.SelectedIndices is read-only.
250
251 bulletedlist_autopostback_unsupported   = TBulletedList.AutoPostBack is read-only.
252 bulletedlist_selectedindex_unsupported  = TBulletedList.SelectedIndex is read-only.
253 bulletedlist_selectedindices_unsupported= TBulletedList.SelectedIndices is read-only.
254 bulletedlist_selectedvalue_unsupported  = TBulletedList.SelectedValue is read-only.
255
256 radiobuttonlist_selectedindices_unsupported     = TRadioButtonList.SelectedIndices is read-only.
257
258 logrouter_configfile_invalid                    = TLogRouter.ConfigFile '{0}' does not exist.
259 logrouter_routeclass_required                   = Class attribute is required in <route> configuration.
260 logrouter_routetype_required                    = Log route must be an instance of TLogRoute or its derived class.
261
262 filelogroute_logpath_invalid                    = TFileLogRoute.LogPath '{0}' must be a directory in namespace format and must be writable by the Web server process.
263 filelogroute_maxfilesize_invalid                = TFileLogRoute.MaxFileSize must be greater than 0.
264 filelogroute_maxlogfiles_invalid                = TFileLogRoute.MaxLogFiles must be greater than 0.
265
266 emaillogroute_sentfrom_required                 = TEmailLogRoute.SentFrom cannot be empty.
267
268 repeatinfo_repeatcolumns_invalid                = TRepeatInfo.RepeatColumns must be no less than 0.
269
270 basevalidator_controltovalidate_invalid = {0}.ControlToValidate is empty or contains an invalid control ID path.
271 basevalidator_validatable_required              = {0}.ControlToValidate must point to a control implementing IValidatable interface.
272 basevalidator_forcontrol_unsupported    = {0}.ForControl is not supported.
273
274 comparevalidator_controltocompare_invalid = TCompareValidator.ControlToCompare contains an invalid control ID path.
275
276 listcontrolvalidator_invalid_control    = {0}.ControlToValidate contains an invalid TListControl ID path, "{1}" is a {2}.
277
278 repeater_template_required                              = TRepeater.{0} requires a template instance implementing ITemplate interface.
279 repeater_itemtype_unknown                               = Unknown repeater item type {0}.
280 repeateritemcollection_item_invalid             = TRepeaterItemCollection can only accept objects that are instance of TControl or its descendant class.
281
282 datalist_template_required                              = TDataList.{0} requires a template instance implementing ITemplate interface.
283 datalistitemcollection_datalistitem_required = TDataListItemCollection can only accept TDataListItem objects.
284
285 datagrid_template_required                              = TDataGrid.{0} requires a template instance implementing ITemplate interface.
286 templatecolumn_template_required                = TTemplateColumn.{0} requires a template instance implementing ITemplate interface.
287 datagrid_currentpageindex_invalid               = TDataGrid.CurrentPageIndex must be no less than 0.
288 datagrid_pagesize_invalid                               = TDataGrid.PageSize must be greater than 0.
289 datagrid_virtualitemcount_invalid               = TDataGrid.VirtualItemCount must be no less than 0.
290 datagriditemcollection_datagriditem_required = TDataGridItemCollection can only accept TDataGridItem objects.
291 datagridcolumncollection_datagridcolumn_required = TDataGridColumnCollection can only accept TDataGridColumn objects.
292 datagridpagerstyle_pagebuttoncount_invalid = TDataGridPagerStyle.PageButtonCount must be greater than 0.
293
294 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}'.
295 datafieldaccessor_datafield_invalid             = TDataFieldAccessor is trying to evaluate data value of an unknown field '{0}': {1}.
296
297 tablerowcollection_tablerow_required    = TTableRowCollection can only accept TTableRow objects.
298
299 tablecellcollection_tablerow_required   = TTableCellCollection can only accept TTableCell objects.
300
301 multiview_view_required                                 = TMultiView can only accept TView as child.
302 multiview_activeviewindex_invalid               = TMultiView.ActiveViewIndex has an invalid index '{0}'.
303 multiview_view_inexistent                               = TMultiView cannot find the specified view.
304 multiview_viewid_invalid                                = TMultiView cannot find the view '{0}' to switch to.
305
306 viewcollection_view_required                    = TViewCollection can only accept TView as its element.
307
308 view_visible_readonly                                   = TView.Visible is read-only. Use TView.Active to toggle its visibility.
309
310 wizard_step_invalid                                             = The step to be activated cannot be found in wizard step collection.
311 wizard_command_invalid                                  = Invalid wizard navigation command '{0}'.
312
313 table_tablesection_outoforder                   = TTable table sections must be in the order of: Header, Body and Footer.
314
315 completewizardstep_steptype_readonly    = TCompleteWizardStep.StepType is read-only.
316
317 wizardstepcollection_wizardstep_required = TWizardStepCollection can only accept objects of TWizardStep or its derived classes.
318
319 texthighlighter_stylesheet_invalid              = Unable to find the stylesheet file for TTextHighlighter.
320
321 hotspotcollection_hotspot_required              = THotSpotCollection can only accept instance of THotSpot or its derived classes.
322
323 htmlarea_textmode_readonly                              = THtmlArea.TextMode is read-only.
324 htmlarea_tarfile_invalid                                = THtmlArea is unable to locate the TinyMCE tar file.
325
326 parametermodule_parameterfile_unchangeable = TParameterModule.ParameterFile is not changeable because the module is already initialized.
327 parametermodule_parameterfile_invalid   = TParameterModule.ParameterFile '{0}' is invalid. Make sure it is in namespace format and the file extension is '.xml' or '.php'.
328 parametermodule_parameterid_required    = Parameter element must have 'id' attribute.
329
330 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.
331 datagridcolumn_expression_invalid               = {0} is evaluating an invalid expression '{1}' : {2}
332
333 outputcache_cachemoduleid_invalid               = TOutputCache.CacheModuleID is set with an invalid cache module ID {0}. Either the module does not exist or does not implement ICache interface.
334 outputcache_duration_invalid                    = {0}.Duration must be an integer no less than 0.
335
336 stack_data_not_iterable                                 = TStack can only fetch data from an array or a traversable object.
337 stack_empty                                                             = TStack is empty.
338
339 queue_data_not_iterable                                 = TQueue can only fetch data from an array or a traversable object.
340 queue_empty                                                             = TQueue is empty.
341
342 pager_pagebuttoncount_invalid                   = TPager.PageButtonCount must be an integer no less than 1.
343 pager_currentpageindex_invalid                  = TPager.CurrentPageIndex is out of range.
344 pager_pagecount_invalid                                 = TPager.PageCount cannot be smaller than 0.
345 pager_controltopaginate_invalid                 = TPager.ControlToPaginate {0} must be a valid ID path pointing to a TDataBoundControl-derived control.
346
347 databoundcontrol_pagesize_invalid               = {0}.PageSize must be an integer no smaller than 1.
348 databoundcontrol_virtualitemcount_invalid = {0}.VirtualItemCount must be an integer no smaller than 0.
349 databoundcontrol_currentpageindex_invalid = {0}.CurrentPageIndex is out of range.
350 databoundcontrol_datasource_invalid             = {0}.DataSource is not valid.
351 databoundcontrol_datasourceid_inexistent = databoundcontrol_datasourceid_inexistent.
352 databoundcontrol_datasourceid_invalid   = databoundcontrol_datasourceid_invalid
353 databoundcontrol_datamember_invalid             = databoundcontrol_datamember_invalid
354
355 clientscript_invalid_file_position              = Invalid file position '{1}' for TClientScript control '{0}', must be 'Head', 'Here' or 'Begin'.
356 clientscript_invalid_package_path               = Invalid PackagePath '{0}' for TClientScript control '{1}'.
357
358 tdatepicker_autopostback_unsupported    = '{0}' does not support AutoPostBack.
359 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.
360 globalization_source_path_failed                = Unable to create translation message path '{0}'. Make sure the parent directory exists and is writable by the Web process.
361 messagesource_connectionid_invalid      = MessageSource_Database.source '{0}' does not point to a valid TDataSourceConfig module.
362 messagesource_connectionid_required     = ConnectionID in MessageSource_Database.source is required.
363
364 callback_not_support_no_priority_state_update   = Callback request does not support unprioritized pagestate update.
365 callback_invalid_callback_options               = '{1}' is not a valid TCallbackOptions control for Callback control '{0}'.
366 callback_invalid_clientside_options             = Callback ClientSide property must be either a string that is the ID of a TCallbackOptions control or an instance of TCallbackClientSideOptions.=======
367 callback_not_support_no_priority_state_update   = Callback request does not support unprioritized pagestate update.
368 callback_invalid_handler                                = Invalid callback handler, control {0} must implement ICallbackEventHandler.
369 callback_invalid_target                                 = Invalid callback target, no such control with ID {0}.
370
371 callback_interval_be_positive                   = Interval for TCallbackTimer "{0}" must be strictly greater than zero seconds.
372 callback_decay_be_not_negative                  = Decay rate for TCallbackTimer "{0}" must be not negative.
373
374 callback_no_autopostback                                = Control "{0}" can not enable AutoPostBack.
375
376 xmltransform_xslextension_required              = TXmlTransform requires the PHP's XSL extension.
377 xmltransform_transformpath_invalid              = TXmlTransform.TransformPath '{0}' is invalid.
378 xmltransform_documentpath_invalid               = TXmlTransform.DocumentPath '{0}' is invalid.
379 xmltransform_transform_required                 = Either TransformContent or TransformPath property must be set for TXmlTransform.
380
381 ttriggeredcallback_invalid_controlid    = ControlID property for '{0}' must not be empty.
382 tactivecustomvalidator_clientfunction_unsupported = {0} does not support client side validator function.
383
384 dbconnection_open_failed                                = TDbConnection failed to establish DB connection: {0}
385 dbconnection_connection_inactive                = TDbConnection is inactive.
386 dbconnection_unsupported_driver_charset = Database driver '{0}' doesn't support setting charset.
387
388 dbcommand_prepare_failed                                = TDbCommand failed to prepare the SQL statement "{1}": {0}
389 dbcommand_execute_failed                                = TDbCommand failed to execute the SQL statement "{1}": {0}
390 dbcommand_query_failed                                  = TDbCommand failed to execute the query SQL "{1}": {0}
391 dbcommand_column_empty                                  = TDbCommand returned an empty result and could not obtain the scalar.
392 dbdatareader_rewind_invalid                             = TDbDataReader is a forward-only stream. It can only be traversed once.
393 dbtransaction_transaction_inactive              = TDbTransaction is inactive.
394
395 dbcommandbuilder_value_must_not_be_null = Property {0} must not be null as defined by column '{2}' in table '{1}'.
396
397 dbcommon_invalid_table_name                             = Database table '{0}' not found. Error message: {1}.
398 dbcommon_invalid_identifier_name        = Invalid database identifier name '{0}', see {1} for details.
399 dbtableinfo_invalid_column_name                 = Invalid column name '{0}' for database table '{1}'.
400 dbmetadata_invalid_table_view                   = Invalid table/view name '{0}', or that table/view '{0}' contains no accessible column/field definitions.
401 dbmetadata_requires_php_version                 = PHP version {1} or later is required for using {0} database.
402
403 dbtablegateway_invalid_criteria                 = Invalid criteria object, must be a string or instance of TSqlCriteria.
404 dbtablegateway_no_primary_key_found             = Table '{0}' does not contain any primary key fields.
405 dbtablegateway_missing_pk_values                = Missing primary key values in forming IN(key1, key2, ...) for table '{0}'.
406 dbtablegateway_pk_value_count_mismatch  = Composite key value count mismatch in forming IN( (key1, key2, ..), (key3, key4, ..)) for table '{0}'.
407 dbtablegateway_mismatch_args_exception  = TTableGateway finder method '{0}' expects {1} parameters but found only {2} parameters instead.
408 dbtablegateway_mismatch_column_name             = In dynamic __call() method '{0}', no matching columns were found, valid columns for table '{2}' are '{1}'.
409 dbtablegateway_invalid_table_info               = Table must be a string or an instance of TDbTableInfo.
410
411 directorycachedependency_directory_invalid = TDirectoryCacheDependency.Directory {0} does not refer to a valid directory.
412 cachedependencylist_cachedependency_required = Only objects implementing ICacheDependency can be added into TCacheDependencyList.
413
414 soapservice_configfile_invalid                  = TSoapService.ConfigFile '{0}' does not exist. Note, it has to be specified in a namespace format and the file extension must be '.xml' or '.php'.
415 soapservice_request_invalid                             = SOAP server '{0}' not found.
416 soapservice_serverid_required                   = <soap> element must have 'id' attribute.
417 soapservice_serverid_duplicated                 = SOAP server ID '{0}' is duplicated.
418 soapserver_id_invalid                                   = Invalid SOAP server ID '{0}'. It should not end with '.wsdl'.
419 soapserver_version_invalid                              = Invalid SOAP version '{0}'. It must be either '1.1' or '1.2'.
420
421 jsonservice_id_required                         = TJsonService requires 'id' attribute in its JSON elements.
422 jsonservice_response_type_invalid               = JSON class {0} is invalid. It should be TJsonResponse or extend from TJsonResponse.
423 jsonservice_class_required                      = TJsonService requires 'class' attribute in its JSON elements.
424 jsonservice_provider_unknown                    = Unknown JSON provider '{0}' requested.
425
426 dbusermanager_userclass_required                = TDbUserManager.UserClass is required.
427 dbusermanager_userclass_invalid                 = TDbUserManager.UserClass '{0}' is not a valid user class. The class must extend TDbUser.
428 dbusermanager_connectionid_invalid              = TDbUserManager.ConnectionID '{0}' does not point to a valid TDataSourceConfig module.
429 dbusermanager_connectionid_required             = TDbUserManager.ConnectionID is required.
430
431 feedservice_id_required                                 = TFeedService requires 'id' attribute in its feed elements.
432 feedservice_feedtype_invalid                    = The class feed '{0}' must implement IFeedContentProvider interface.
433 feedservice_class_required                              = TFeedService requires 'class' attribute in its feed elements.
434 feedservice_feed_unknown                                = Unknown feed '{0}' requested.
435
436 tabviewcollection_tabview_required              = TTabPanel can only accept TTabView as child.
437 tabpanel_activeviewid_invalid                   = TTabPanel.ActiveViewID has an invalid ID '{0}'.
438 tabpanel_activeviewindex_invalid                = TTabPanel.ActiveViewIndex has an invalid Index '{0}'.
439 tabpanel_view_inexistent                                = TTabPanel cannot find the specified view.
440
441 cachesession_cachemoduleid_required             = TCacheHttpSession.CacheModuleID is required.
442 cachesession_cachemodule_inexistent             = TCacheHttpSession.CacheModuleID '{0}' points to a non-existent module.
443 cachesession_cachemodule_invalid                = TCacheHttpSession.CacheModuleID '{0}' points to a module that does not implement ICache interface.
444
445 urlmapping_urlmappingpattern_required   = TUrlMapping can only contain TUrlMappingPattern or its child classes.
446 urlmapping_global_required                              = TUrlMapping must be configured as a global module.
447 urlmapping_configfile_inexistent                = TUrlMapping.ConfigFile '{0}' is not a file.
448 urlmapping_configfile_invalid                   = TUrlMapping.ConfigFile '{0}' must point to an XML file in namespace format.
449
450 urlmappingpattern_serviceparameter_required = TUrlMappingPattern.ServiceParameter is required for pattern '{0}'.
451
452 keyboard_forcontrol_required                    = TKeyboard.ForControl cannot be empty.
453 keyboard_forcontrol_invalid                             = TKeyboard.ForControl '{0}' is invalid.
454
455 captcha_tokenimagetheme_invalid                 = TCaptcha.TokenImageTheme must be an integer between {0} and {1}.
456 captcha_tokenfontsize_invalid                   = TCaptcha.TokenFontSize must be an integer between {0} and {1}.
457 captcha_mintokenlength_invalid                  = TCaptcha.MinTokenLength must be an integer between {0} and {1}.
458 captcha_maxtokenlength_invalid                  = TCaptcha.MaxTokenLength must be an integer between {0} and {1}.
459 captcha_tokenalphabet_invalid                   = TCaptcha.TokenAlphabet must be a string consisting of at least 2 characters.
460 captcha_privatekey_unknown                              = TCaptcha.PrivateKey is unknown. Please make sure that your assets directory is writable by the Web server process.
461 captcha_gd2_required                                    = TCaptcha requires PHP GD2 extension.
462 captcha_imagettftext_required                   = TCaptcha requires PHP GD2 extension with TrueType font support.
463 captcha_imagepng_required                               = TCaptcha requires PHP GD2 extension with PNG image format support.
464
465 captchavalidator_captchacontrol_required        = TReCaptchaValidator.CaptchaControl must point to an existing TCaptcha control.
466 captchavalidator_captchacontrol_inexistent      = TReCaptchaValidator.CaptchaControl {0} must point to an existing TCaptcha control.
467 captchavalidator_captchacontrol_invalid         = TReCaptchaValidator.CaptchaControl {0} must point to an existing TCaptcha control.
468
469 recaptcha_privatekey_unknown                            = TReCaptcha.PrivateKey is unknown. To use reCAPTCHA you must get an API key.
470 recaptcha_publickey_unknown                             = TReCaptcha.PublicKey is unknown. To use reCAPTCHA you must get an API key.
471
472 recaptchavalidator_captchacontrol_invalid               = TReCaptchaValidator.ControlToValidate must be an instance of TReCaptcha.
473
474 slider_handle_class_invalid                             = TSlider.HandleClass '{0}' is not a valid user class. The class must extends TSliderHandle.
475
476 cachepagestatepersister_cachemoduleid_invalid = TCachePageStatePersister.CacheModuleID '{0}' does not point to a valid cache module.
477 cachepagestatepersister_cache_required  = TCachePageStatePersister requires a cache module to be loaded.
478 cachepagestatepersister_timeout_invalid = TCachePageStatePersister.Timeout must be an integer no less than zero.
479 cachepagestatepersister_pagestate_corrupted = Page state is corrupted.
480
481 conditional_condition_invalid                   = TConditional.Condition '{0}' is not a valid PHP expression: {1}
482
483 db_cachetable_inexistent                                = TDbCache cannot find DB table '{0}' to store cached data.
484
485 ar_data_invalid                                                 = {0}.copyFrom() can only take an object or array as parameter.
486 ar_save_invalid                                                 = The {0} instance cannot be saved because it is either deleted or in an unknown state.
487 ar_delete_invalid                                               = The {0} instance cannot be deleted because it is either a new record or a record already deleted.
488
489 datasource_dbconnection_invalid                 = TDataSourceConfig.DbConnection '{0}' is invalid. Please make sure it points to a valid application module.
490 distributeddatasource_child_required            = {0} requires one '{1}' child element at minimum.
491 masterslavedbconnection_connection_exists       = {0}.{1} connection already exists.
492 masterslavedbconnection_interface_required      = {0}.{1} requires an instance implementing {2} interface.
493 slavedbconnection_requires_master                       = {0} requires a {1}.
494
495 response_status_reason_missing                  = HTTP 1.1 need reason for extended status-codes
496 response_status_reason_badchars                 = For HTTP 1.1 header, the token status-reason must not contain token CR or LF
497
498 activefileupload_temppath_invalid               = TActiveFileUpload TempPath path '{0}' does not exist or is not writable by Web server process.
499
500 tactivetablecell_control_outoftable             = {0} '{1}' must be enclosed within a TTableRow control.
501 tactivetablecell_control_notincollection = {0} '{1}' no member of the TTableCellCollection of the parent TTableRow control.
502
503 tactivetablerow_control_outoftable              = {0} '{1}' must be enclosed within a TTable control.
504 tactivetablerow_control_notincollection = {0} '{1}' no member of the TTableRowCollection of the parent TTable control.
505
506 juioptions_control_invalid                              = Control '{0}' must implement IJuiOptions.
507 juioptions_option_invalid                               = '{1}' is not a valid option for control '{0}'.
508
509 ratinglist_invalid_caption_id                   = '{0}' is not a valid caption control for TRatingList '{0}'.
510
511 accordion_activeviewid_invalid                  = TAccordion.ActiveViewID has an invalid ID '{0}'.
512 accordion_activeviewindex_invalid               = TAccordion.ActiveViewIndex has an invalid Index '{0}'.
513 accordion_view_inexistent                               = TAccordion cannot find the specified view.
514
515 juidatepicker_settextmode_unsupported = TextMode of TJuiDatePicker cannot be changed.