|
From: Paul S. O. <ps...@us...> - 2001-10-10 14:22:29
|
Update of /cvsroot/phpbb/phpBB2/language In directory usw-pr-cvs1:/tmp/cvs-serv29677/language Modified Files: lang_english.php Log Message: Some lang file changes for profile, viewtopic and posting Index: lang_english.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english.php,v retrieving revision 1.154 retrieving revision 1.155 diff -C2 -r1.154 -r1.155 *** lang_english.php 2001/10/09 23:28:31 1.154 --- lang_english.php 2001/10/10 14:22:27 1.155 *************** *** 284,288 **** $lang['Flood_Error'] = "You cannot make another post so soon after your last, please try again in a short while."; - $lang['Sorry_edit_own_posts'] = "Sorry but you can only edit your own posts"; $lang['Empty_subject'] = "You must specifiy a subject when posting a new topic"; $lang['Empty_message'] = "You must enter a message when posting"; --- 284,287 ---- *************** *** 294,297 **** --- 293,304 ---- $lang['No_valid_mode'] = "You can only post, reply edit or quote messages, please return and try again"; $lang['No_such_post'] = "There is no such post, please return and try again"; + $lang['Edit_own_posts'] = "Sorry but you can only edit your own posts"; + $lang['Delete_own_posts'] = "Sorry but you can only delete your own posts"; + $lang['Cannot_delete_replied'] = "Sorry but you may not delete posts that have been replied to"; + $lang['Cannot_delete_poll'] = "Sorry but you cannot delete an active poll"; + $lang['Empty_poll_title'] = "You must enter a title for your poll"; + $lang['To_few_poll_options'] = "You must enter at least two poll options"; + $lang['To_many_poll_options'] = "You have tried to enter too many poll options"; + $lang['Post_has_no_poll'] = "This post has no poll"; $lang['Add_poll'] = "Add a Poll"; *************** *** 305,311 **** $lang['Poll_for_explain'] = "[ Enter 0 or leave blank for a never ending poll ]"; $lang['Delete_poll'] = "Delete Poll"; - $lang['Empty_poll_title'] = "You must enter a title for your poll"; - $lang['To_few_poll_options'] = "You must enter at least two poll options"; - $lang['To_many_poll_options'] = "You have tried to enter too many poll options"; $lang['Attach_signature'] = "Attach signature (signatures can be changed in profile)"; --- 312,315 ---- *************** *** 415,423 **** $lang['Search_user_posts'] = "Search for posts by this user"; $lang['Interests'] = "Interests"; ! $lang['Occupation'] = "Occupation"; $lang['posts_per_day'] = "posts per day"; $lang['of_total'] = "of total"; // follows percentage of total posts $lang['Wrong_Profile'] = "You cannot modify a profile that is not your own."; $lang['Bad_username'] = "The username you choose has been taken or is disallowed by the administrator."; --- 419,429 ---- $lang['Search_user_posts'] = "Search for posts by this user"; $lang['Interests'] = "Interests"; ! $lang['Occupation'] = "Occupation"; ! $lang['Poster_rank'] = "Poster rank"; $lang['posts_per_day'] = "posts per day"; $lang['of_total'] = "of total"; // follows percentage of total posts + $lang['No_user_id_specified'] = "Sorry but that user does not exist"; $lang['Wrong_Profile'] = "You cannot modify a profile that is not your own."; $lang['Bad_username'] = "The username you choose has been taken or is disallowed by the administrator."; |