1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

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
This commit is contained in:
Meik Sievertsen
2003-09-04 18:30:20 +00:00
parent 52e42838d9
commit fec9073f3a
11 changed files with 415 additions and 60 deletions

View File

@@ -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

View File

@@ -628,7 +628,14 @@ $lang += array(
'FLASH_IS_OFF' => '[flash] is <u>ON</u>',
'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.<br />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',