<?php /* Question2Answer (c) Gideon Greenspan http://www.question2answer.org/ File: qa-include/qa-lang-profile.php Version: See define()s at top of qa-include/qa-base.php Description: Language phrases for user profile page This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. More about this license: http://www.question2answer.org/license.php */ return array( '1_chosen_as_best' => ' (1 chosen as best)', '1_down_vote' => '1 down vote', '1_up_vote' => '1 up vote', '1_with_best_chosen' => ' (1 with best answer chosen)', 'activity_by_x' => 'Activity by ^', 'answers' => 'Answers:', 'bonus_points' => 'Bonus points:', 'comments' => 'Comments:', 'extra_privileges' => 'Extra privileges:', 'gave_out' => 'Gave out:', 'my_account_title' => 'My account details', 'no_posts_by_x' => 'No posts by ^', 'permit_anon_view_ips' => 'Viewing IPs of anonymous posts', 'permit_close_q' => 'Closing any question', 'permit_delete_hidden' => 'Deleting hidden posts', 'permit_edit_a' => 'Editing any answer', 'permit_edit_c' => 'Editing any comment', 'permit_edit_q' => 'Editing any question', 'permit_flag' => 'Flagging posts', 'permit_hide_show' => 'Hiding or showing any post', 'permit_moderate' => 'Approving or rejecting posts', 'permit_post_a' => 'Answering questions', 'permit_post_c' => 'Adding comments', 'permit_post_q' => 'Asking questions', 'permit_recat' => 'Recategorizing any question', 'permit_retag' => 'Retagging any question', 'permit_select_a' => 'Selecting answer for any question', 'permit_view_q_page' => 'Viewing question pages', 'permit_vote_a' => 'Voting on answers', 'permit_vote_down' => 'Voting posts down', 'permit_vote_q' => 'Voting on questions', 'questions' => 'Questions:', 'ranked_x' => ' (ranked #^)', 'received' => 'Received:', 'recent_activity_by_x' => 'Recent activity by ^', 'score' => 'Score:', 'send_private_message' => ' - ^1send private message^2', 'set_bonus_button' => 'Update bonus', 'title' => 'Title:', 'user_x' => 'User ^', 'voted_on' => 'Voted on:', 'x_chosen_as_best' => ' (^ chosen as best)', 'x_down_votes' => '^ down votes', 'x_up_votes' => '^ up votes', 'x_with_best_chosen' => ' (^ with best answer chosen)', ); /* Omit PHP closing tag to help avoid accidental output */