summaryrefslogtreecommitdiff
path: root/demos/activeblog/protected/App_Controls/messages.txt
diff options
context:
space:
mode:
authorjrags <>2007-02-21 16:31:50 +0000
committerjrags <>2007-02-21 16:31:50 +0000
commit0da331cb45cf202bf7fbd519c8d65f5956c85b2b (patch)
tree7c73d6f7e0ae58a053720a6c0ff35ace2acb6c40 /demos/activeblog/protected/App_Controls/messages.txt
parenta2555e2441f51147e9e773f38624021067744d21 (diff)
Converted BlogDataModule Record classes to use active record, also changed the data module to load the database into the active record handler
Diffstat (limited to 'demos/activeblog/protected/App_Controls/messages.txt')
-rw-r--r--demos/activeblog/protected/App_Controls/messages.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/activeblog/protected/App_Controls/messages.txt b/demos/activeblog/protected/App_Controls/messages.txt
new file mode 100644
index 00000000..2a18aac2
--- /dev/null
+++ b/demos/activeblog/protected/App_Controls/messages.txt
@@ -0,0 +1,12 @@
+blogdatamodule_dbconnect_failed = Unable to connect to database: {0}
+blogdatamodule_dbfile_invalid = BlogDataModule.DbFile='{0}' is invalid.
+blogdatamodule_createdatabase_failed = BlogDataModule failed to create database when executing SQL: {1}. Last SQL error is: {0}.
+blogdatamodule_query_failed = Failed to execute SQL: {1}. Last SQL error is: {0}.
+
+newuser_registration_disallowed = The Weblog system is running in single user mode and does not allow new user registration.
+profile_edit_disallowed = You are not allowed to modify user profile {0}.
+profile_id_invalid = Unable to retrieve user profile {0}.
+
+post_id_invalid = Unable to retrieve post {0}.
+post_edit_disallowed = You are not allowed to modify post {0}.
+post_view_disallowed = You are not allowed to read post {0}. \ No newline at end of file