diff options
Diffstat (limited to 'framework/Exceptions/messages.en')
-rw-r--r-- | framework/Exceptions/messages.en | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.en b/framework/Exceptions/messages.en index 9c5dae1c..688901c2 100644 --- a/framework/Exceptions/messages.en +++ b/framework/Exceptions/messages.en @@ -43,6 +43,9 @@ assetmanager_basepath_invalid = TAssetManager.BasePath '%s' is invalid. Make s assetmanager_basepath_unchangeable = TAssetManager.BasePath cannot be modified after the module is initialized.
assetmanager_baseurl_unchangeable = TAssetManager.BaseUrl cannot be modified after the module is initialized.
+pageservice_page_unknown = Page not found: %s
+
+
body_contents_not_allowed = %s: body contents are not allowed.
control_id_not_unique = Control ID '%s' is not unique for control type '%s'.
control_not_found = Unable to find a control with ID '%s'.
|