From 75f28186a995aa930f6db9f05ec7b63bbd2cd284 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 30 May 2006 03:30:14 +0000 Subject: Merge from 3.0 branch till 1103 --- demos/blog/protected/Common/messages.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'demos/blog/protected/Common/messages.txt') 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 -- cgit v1.2.3