From fec9073f3a21818fa3bcfe89f0a73e861a3ad229 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 4 Sep 2003 18:30:20 +0000 Subject: initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes. git-svn-id: file:///svn/phpbb/trunk@4467 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 1 + phpBB/language/en/lang_main.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) (limited to 'phpBB/language') diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index c5dc852f0a..032b15498b 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -445,6 +445,7 @@ $lang += array( 'acl_u_chgpasswd' => 'Can change password', 'acl_u_chgcensors' => 'Can disable word censors', 'acl_u_search' => 'Can search board', + 'acl_u_savedrafts' => 'Can save drafts' ); // User pruning diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index c6a3037865..84a448b3da 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -628,7 +628,14 @@ $lang += array( 'FLASH_IS_OFF' => '[flash] is ON', 'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)', 'NOTIFY_REPLY' => 'Send me an email when a reply is posted', + 'SAVE' => 'Save', + 'LOAD' => 'Load', + 'DRAFT_SAVED' => 'Post contents successfully saved as draft.
You are able to load this draft to posts you make, or view and edit them within your User Control Panel.', + 'ENTER_DRAFT_TITLE' => 'Enter draft title', + 'DRAFT_TITLE_EXPLAIN' => 'Now you are able to change the draft title directly. At the moment the draft title is similar to the post subject.', + + 'UPDATE' => 'Update', 'POST_STORED' => 'Your message has been posted successfully', 'POST_STORED_MOD' => 'Your message has been saved but requires approval', @@ -698,6 +705,19 @@ $lang += array( 'UNWATCHED_TOPICS' => 'You are no longer watching the selected topics.', 'UNWATCHED_FORUMS_TOPICS'=> 'You are no longer watching the selected forums or topics.', + 'UCP_DRAFTS' => 'Saved drafts', + 'DRAFTS_EXPLAIN' => 'Here you can view, edit and delete your saved drafts.', + 'VIEW_EDIT' => 'View/Edit', + 'DRAFT_TITLE' => 'Draft Title', + 'SAVE_DATE' => 'Saved at', + 'NEW_OR_DELETED_TOPIC' => 'New topic or deleted', + 'EDIT_DRAFT_EXPLAIN' => 'Here you are able to edit your draft.', + 'DRAFTS_DELETED' => 'All selected drafts were successfully deleted.', + 'DRAFT_UPDATED' => 'Draft successfully updated.', + 'EMPTY_DRAFT_TITLE' => 'You must enter a draft title', + 'EMPTY_DRAFT' => 'You must enter a message to submit your changes', + 'BACK_TO_DRAFTS' => 'Back to saved drafts', + 'UCP_PROFILE' => 'Profile', -- cgit v1.2.1