diff options
author | xue <> | 2006-05-30 03:30:14 +0000 |
---|---|---|
committer | xue <> | 2006-05-30 03:30:14 +0000 |
commit | 75f28186a995aa930f6db9f05ec7b63bbd2cd284 (patch) | |
tree | 9621a9db8c69daf951f87fb57996428d57d710a6 /demos/blog/protected/Common/messages.txt | |
parent | 2ea02214b2fb6bedb58dbbd318ef171a9e146524 (diff) |
Merge from 3.0 branch till 1103
Diffstat (limited to 'demos/blog/protected/Common/messages.txt')
-rw-r--r-- | demos/blog/protected/Common/messages.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/demos/blog/protected/Common/messages.txt b/demos/blog/protected/Common/messages.txt index deb15ee3..2a18aac2 100644 --- a/demos/blog/protected/Common/messages.txt +++ b/demos/blog/protected/Common/messages.txt @@ -1,4 +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}.
\ No newline at end of file +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 |