Commit 4675bb36 authored by Foivos S. Zakkak's avatar Foivos S. Zakkak

First commit

parents
Greek translation for question2answer.
Copyright (C) 2013 Foivos S. Zakkak
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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This diff is collapsed.
<?php
/*
Question2Answer (c) Gideon Greenspan
http://www.question2answer.org/
File: qa-include/qa-lang-emails.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for email notifications
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(
'a_commented_body' => "Your answer on ^site_title has a new comment by ^c_handle:\n\n^open^c_content^close\n\nYour answer was:\n\n^open^c_context^close\n\nYou may respond by adding your own comment:\n\n^url\n\nThank you,\n\n^site_title",
'a_commented_subject' => 'Your ^site_title answer has a new comment',
'a_followed_body' => "Your answer on ^site_title has a new related question by ^q_handle:\n\n^open^q_title^close\n\nYour answer was:\n\n^open^a_content^close\n\nClick below to answer the new question:\n\n^url\n\nThank you,\n\n^site_title",
'a_followed_subject' => 'Your ^site_title answer has a related question',
'a_selected_body' => "Congratulations! Your answer on ^site_title has been selected as the best by ^s_handle:\n\n^open^a_content^close\n\nThe question was:\n\n^open^q_title^close\n\nClick below to see your answer:\n\n^url\n\nThank you,\n\n^site_title",
'a_selected_subject' => 'Your ^site_title answer has been selected!',
'c_commented_body' => "A new comment by ^c_handle has been added after your comment on ^site_title:\n\n^open^c_content^close\n\nThe discussion is following:\n\n^open^c_context^close\n\nYou may respond by adding another comment:\n\n^url\n\nThank you,\n\n^site_title",
'c_commented_subject' => 'Your ^site_title comment has been added to',
'confirm_body' => "Please click below to confirm your email address for ^site_title.\n\n^url\n\nThank you,\n^site_title",
'confirm_subject' => '^site_title - Email Address Confirmation',
'feedback_body' => "Comments:\n^message\n\nName:\n^name\n\nEmail:\n^email\n\nPrevious page:\n^previous\n\nUser:\n^url\n\nIP address:\n^ip\n\nBrowser:\n^browser",
'feedback_subject' => '^ feedback',
'flagged_body' => "A post by ^p_handle has received ^flags:\n\n^open^p_context^close\n\nClick below to see the post:\n\n^url\n\nThank you,\n\n^site_title",
'flagged_subject' => '^site_title has a flagged post',
'moderate_body' => "A post by ^p_handle requires your approval:\n\n^open^p_context^close\n\nClick below to approve or reject the post:\n\n^url\n\nThank you,\n\n^site_title",
'moderate_subject' => '^site_title moderation',
'new_password_body' => "Your new password for ^site_title is below.\n\nPassword: ^password\n\nIt is recommended to change this password immediately after logging in.\n\nThank you,\n^site_title\n^url",
'new_password_subject' => '^site_title - Your New Password',
'private_message_body' => "You have been sent a private message by ^f_handle on ^site_title:\n\n^open^message^close\n\n^moreThank you,\n\n^site_title\n\n\nTo block private messages, visit your account page:\n^a_url",
'private_message_info' => "More information about ^f_handle:\n\n^url\n\n",
'private_message_reply' => "Click below to reply to ^f_handle by private message:\n\n^url\n\n",
'private_message_subject' => 'Message from ^f_handle on ^site_title',
'q_answered_body' => "Your question on ^site_title has been answered by ^a_handle:\n\n^open^a_content^close\n\nYour question was:\n\n^open^q_title^close\n\nIf you like this answer, you may select it as the best:\n\n^url\n\nThank you,\n\n^site_title",
'q_answered_subject' => 'Your ^site_title question was answered',
'q_commented_body' => "Your question on ^site_title has a new comment by ^c_handle:\n\n^open^c_content^close\n\nYour question was:\n\n^open^c_context^close\n\nYou may respond by adding your own comment:\n\n^url\n\nThank you,\n\n^site_title",
'q_commented_subject' => 'Your ^site_title question has a new comment',
'q_posted_body' => "A new question has been asked by ^q_handle:\n\n^open^q_title\n\n^q_content^close\n\nClick below to see the question:\n\n^url\n\nThank you,\n\n^site_title",
'q_posted_subject' => '^site_title has a new question',
'reset_body' => "Please click below to reset your password for ^site_title.\n\n^url\n\nAlternatively, enter the code below into the field provided.\n\nCode: ^code\n\nIf you did not ask to reset your password, please ignore this message.\n\nThank you,\n^site_title",
'reset_subject' => '^site_title - Reset Forgotten Password',
'to_handle_prefix' => "^,\n\n",
'welcome_body' => "Thank you for registering for ^site_title.\n\n^custom^confirmYour login details are as follows:\n\nEmail: ^email\nPassword: ^password\n\nPlease keep this information safe for future reference.\n\nThank you,\n\n^site_title\n^url",
'welcome_confirm' => "Please click below to confirm your email address.\n\n^url\n\n",
'welcome_subject' => 'Welcome to ^site_title!',
);
/*
Omit PHP closing tag to help avoid accidental output
*/
\ No newline at end of file
<?php
/*
Question2Answer (c) Gideon Greenspan
http://www.question2answer.org/
File: qa-include/qa-lang-main.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases commonly used throughout Q2A
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_answer' => '1 answer',
'1_comment' => '1 comment',
'1_day' => '1 day',
'1_disliked' => '1 dislike',
'1_flag' => '1 flag',
'1_hour' => '1 hour',
'1_liked' => '1 like',
'1_minute' => '1 minute',
'1_month' => '1 month',
'1_point' => '1 point',
'1_question' => '1 question',
'1_second' => '1 second',
'1_tag' => '1 tag',
'1_user' => '1 user',
'1_view' => '1 view',
'1_vote' => '1 vote',
'1_week' => '1 week',
'1_year' => '1 year',
'add_category_x_favorites' => 'Add category ^ to my favorites',
'add_favorites' => 'Add to my favorites',
'add_tag_x_favorites' => 'Add tag ^ to my favorites',
'all_categories' => 'All categories',
'anonymous' => 'anonymous',
'answer_edited' => 'answer edited',
'answer_reshown' => 'answer reshown',
'answer_selected' => 'answer selected',
'answered_qs_in_x' => 'Most answered questions in ^',
'answered_qs_title' => 'Most answered questions',
'answered' => 'answered',
'asked_related_q' => 'asked related question',
'asked' => 'asked',
'by_x' => 'by ^',
'cancel_button' => 'Cancel',
'closed' => 'closed',
'comment_edited' => 'comment edited',
'comment_moved' => 'comment moved',
'comment_reshown' => 'comment reshown',
'commented' => 'commented',
'date_day_min_digits' => 1, // 1 or 2
'date_format_other_years' => '^month ^day, ^year',
'date_format_this_year' => '^month ^day',
'date_month_1' => 'Jan',
'date_month_2' => 'Feb',
'date_month_3' => 'Mar',
'date_month_4' => 'Apr',
'date_month_5' => 'May',
'date_month_6' => 'Jun',
'date_month_7' => 'Jul',
'date_month_8' => 'Aug',
'date_month_9' => 'Sep',
'date_month_10' => 'Oct',
'date_month_11' => 'Nov',
'date_month_12' => 'Dec',
'date_year_digits' => 4, // 2 or 4
'edited' => 'edited',
'field_required' => 'Please enter something in this field',
'general_error' => 'A server error occurred - please try again.',
'hidden' => 'hidden',
'highest_users' => 'Top scoring users',
'hot_qs_in_x' => 'Hot questions in ^',
'hot_qs_title' => 'Hot questions',
'image_not_read' => 'The image could not be read. Please upload one of: ^',
'image_too_big_x_pc' => 'This image is too big. Please scale to ^% then try again.',
'in_category_x' => 'in ^',
'ip_address_x' => 'IP address ^',
'logged_in_x' => 'Hello ^',
'max_length_x' => 'Maximum length is ^ characters',
'me' => 'me',
'meta_order' => '^what^when^where^who', // you can reorder but DO NOT translate! e.g. <answered> <15 hours ago> <in Problems> <by me (500 points)>
'min_length_x' => 'Please provide more information - at least ^ characters',
'max_upload_size_x' => 'Maximum upload size is ^',
'moved' => 'moved',
'nav_account' => 'My Account',
'nav_activity' => 'All Activity',
'nav_admin' => 'Admin',
'nav_ask' => 'Ask a Question',
'nav_categories' => 'Categories',
'nav_feedback' => 'Send feedback',
'nav_home' => 'Home',
'nav_hot' => 'Hot!',
'nav_login' => 'Login',
'nav_logout' => 'Logout',
'nav_most_answers' => 'Most answers',
'nav_most_recent' => 'Recent',
'nav_most_views' => 'Most views',
'nav_most_votes' => 'Most votes',
'nav_no_answer' => 'No answer',
'nav_no_selected_answer' => 'No selected answer',
'nav_no_upvoted_answer' => 'No upvoted answer',
'nav_qa' => 'Q&A',
'nav_qs' => 'Questions',
'nav_register' => 'Register',
'nav_tags' => 'Tags',
'nav_unanswered' => 'Unanswered',
'nav_updates' => 'My Updates',
'nav_users' => 'Users',
'no_active_users' => 'No active users found',
'no_answers_found' => 'No answers found',
'no_answers_in_x' => 'No answers in ^',
'no_categories_found' => 'No categories found',
'no_category' => 'No category',
'no_comments_found' => 'No comments found',
'no_comments_in_x' => 'No comments in ^',
'no_questions_found' => 'No questions found',
'no_questions_in_x' => 'No questions in ^',
'no_related_qs_title' => 'No related questions found',
'no_results_for_x' => 'No results found for ^',
'no_tags_found' => 'No tags found',
'no_una_questions_found' => 'No unanswered questions found',
'no_una_questions_in_x' => 'No unanswered questions in ^',
'no_unselected_qs_found' => 'No questions found without a selected answer',
'no_unupvoteda_qs_found' => 'No questions found without an upvoted answer',
'page_label' => 'Page:',
'page_next' => 'next',
'page_not_found' => 'Page not found',
'page_prev' => 'prev',
'popular_tags' => 'Most popular tags',
'questions_tagged_x' => 'Recent questions tagged ^',
'recategorized' => 'recategorized',
'recent_activity_in_x' => 'Recent activity in ^',
'recent_activity_title' => 'Recent activity',
'recent_as_in_x' => 'Recently answered questions in ^',
'recent_as_title' => 'Recently answered questions',
'recent_cs_in_x' => 'Recently added comments in ^',
'recent_cs_title' => 'Recently added comments',
'recent_qs_as_in_x' => 'Recent questions and answers in ^',
'recent_qs_as_title' => 'Recent questions and answers',
'recent_qs_in_x' => 'Recent questions in ^',
'recent_qs_title' => 'Recent questions',
'related_qs_title' => 'Related questions',
'remove_favorites' => 'Remove from my favorites',
'remove_x_favorites' => 'Remove ^ from my favorites',
'reopened' => 'reopened',
'reshown' => 'reshown',
'results_for_x' => 'Search results for ^',
'retagged' => 'retagged',
'save_button' => 'Save Changes',
'search_button' => 'Search',
'search_explanation' => 'Please enter some text into the search box and try again.',
'search_title' => 'Search results',
'selected' => 'selected',
'send_button' => 'Send',
'suggest_ask' => 'Help get things started by ^1asking a question^2.',
'suggest_category_qs' => 'To see more, click for all the ^1questions in this category^2.',
'suggest_qs_tags' => 'To see more, click for the ^1full list of questions^2 or ^3popular tags^4.',
'suggest_qs' => 'To see more, click for the ^1full list of questions^2.',
'unanswered_qs_in_x' => 'Questions without answers in ^',
'unanswered_qs_title' => 'Recent questions without answers',
'unselected_qs_in_x' => 'Questions without a selected answer in ^',
'unselected_qs_title' => 'Recent questions without a selected answer',
'unupvoteda_qs_in_x' => 'Questions without an upvoted answer in ^',
'unupvoteda_qs_title' => 'Recent questions without an upvoted answer',
'upload_limit' => 'Too many uploads - please try again in an hour',
'view_q_must_confirm' => 'Please ^5confirm your email address^6 to view question pages.',
'view_q_must_login' => 'Please ^1log in^2 or ^3register^4 to view question pages.',
'viewed_qs_in_x' => 'Most viewed questions in ^',
'viewed_qs_title' => 'Most viewed questions',
'vote_disabled_down' => 'Voting down is only available to some users',
'vote_disabled_hidden_a' => 'You cannot vote on hidden answers',
'vote_disabled_hidden_q' => 'You cannot vote on hidden questions',
'vote_disabled_level' => 'Voting is only available to some users',
'vote_disabled_my_a' => 'You cannot vote on your own answers',
'vote_disabled_my_q' => 'You cannot vote on your own questions',
'vote_disabled_q_page_only' => 'Please view this question to vote',
'vote_down_must_confirm' => 'Please ^5confirm your email address^6 to vote down.',
'vote_down_popup' => 'Click to vote down',
'vote_limit' => 'Too many votes received - please try again in an hour',
'vote_must_confirm' => 'Please ^5confirm your email address^6 to vote.',
'vote_must_login' => 'Please ^1log in^2 or ^3register^4 to vote.',
'vote_not_allowed' => 'Voting on this is not allowed',
'vote_up_popup' => 'Click to vote up',
'voted_down_popup' => 'You have voted this down - click to remove vote',
'voted_qs_in_x' => 'Highest voted questions in ^',
'voted_qs_title' => 'Highest voted questions',
'voted_up_popup' => 'You have voted this up - click to remove vote',
'x_ago' => '^ ago',
'x_answers' => '^ answers',
'x_comments' => '^ comments',
'x_days' => '^ days',
'x_disliked' => '^ dislike',
'x_flags' => '^ flags',
'x_hours' => '^ hours',
'x_liked' => '^ like',
'x_minutes' => '^ minutes',
'x_months' => '^ months',
'x_points' => '^ points',
'x_questions' => '^ questions',
'x_seconds' => '^ seconds',
'x_tags' => '^ tags',
'x_users' => '^ users',
'x_views' => '^ views',
'x_votes' => '^ votes',
'x_weeks' => '^ weeks',
'x_years' => '^ years',
);
/*
Omit PHP closing tag to help avoid accidental output
*/
\ No newline at end of file
<?php
/*
Question2Answer (c) Gideon Greenspan
http://www.question2answer.org/
File: qa-include/qa-lang-misc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Miscellaneous language phrases
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(
'block_ip_button' => 'Block IP address',
'browse_categories' => 'Browse categories',
'captcha_confirm_fix' => 'To avoid this verification in future, please ^5confirm your email address^6.',
'captcha_error' => 'Please complete the anti-spam verification',
'captcha_label' => 'Anti-spam verification:',
'captcha_login_fix' => 'To avoid this verification in future, please ^1log in^2 or ^3register^4.',
'feed_a_edited_prefix' => 'Answer edited: ',
'feed_a_prefix' => 'Answered: ',
'feed_a_reshown_prefix' => 'Answer reshown: ',
'feed_a_selected_prefix' => 'Answer selected: ',
'feed_c_edited_prefix' => 'Comment edited: ',
'feed_c_moved_prefix' => 'Comment moved: ',
'feed_c_prefix' => 'Commented: ',
'feed_c_reshown_prefix' => 'Comment reshown: ',
'feed_closed_prefix' => 'Closed: ',
'feed_edited_prefix' => 'Edited: ',
'feed_hidden_prefix' => 'Hidden: ',
'feed_not_found' => 'Feed not found',
'feed_recategorized_prefix' => 'Recategorized: ',
'feed_reopened_prefix' => 'Reopened: ',
'feed_reshown_prefix' => 'Reshown: ',
'feed_retagged_prefix' => 'Retagged: ',
'feedback_email' => 'Your email: (optional)',
'feedback_empty' => 'Please use this field to send some comments or suggestions',
'feedback_message' => 'Your comments or suggestions for ^:',
'feedback_name' => 'Your name: (optional)',
'feedback_sent' => 'Your message below was sent - thank you.',
'feedback_title' => 'Send feedback',
'hide_all_ip_button' => 'Hide all posts from this IP',
'host_name' => 'Host name:',
'matches_blocked_ips' => 'Matches blocked IP addresses:',
'message_empty' => 'Please enter your message to send to this user',
'message_explanation' => 'This will be sent as a notification from ^. Your email address will not be revealed unless you include it in the message.',
'message_for_x' => 'Your message for ^:',
'message_limit' => 'Too many private messages sent - please try again in an hour',
'message_must_login' => 'Please ^1log in^2 or ^3register^4 to send private messages.',
'message_received_x_ago' => 'Received ^ ago:',
'message_recent_history' => 'Recent correspondence with ^',
'message_sent_x_ago' => 'Sent ^ ago:',
'message_sent' => 'Your private message below was sent',
'my_favorites_title' => 'My favorites',
'nav_all_my_updates' => 'All my updates',
'nav_my_content' => 'My content',
'nav_my_details' => 'My details',
'nav_my_favorites' => 'My favorites',
'no_activity_from_x' => 'No activity from ^',
'no_favorite_categories' => 'No favorite categories',
'no_favorite_qs' => 'No favorite questions',
'no_favorite_tags' => 'No favorite tags',
'no_favorite_users' => 'No favorite users',
'no_recent_updates' => 'No recent updates',
'no_updates_content' => 'No recent updates for my content',
'no_updates_favorites' => 'No updates for my favorites',
'private_message_title' => 'Send a private message',
'recent_activity_from_x' => 'Recent activity from ^',
'recent_updates_content' => 'Recent updates for my content',
'recent_updates_favorites' => 'Recent updates for my favorites',
'recent_updates_title' => 'Recent updates for me',
'site_in_maintenance' => 'This site is currently down for maintenance - please come back soon.',
'suggest_favorites_add' => 'To add a question or other item to your favorites, click the ^ at the top of its page.',
'suggest_update_favorites' => 'For more updates, add items to ^1your favorites^2.',
'unblock_ip_button' => 'Unblock IP address',
);
/*
Omit PHP closing tag to help avoid accidental output
*/
\ No newline at end of file
This diff is collapsed.
<?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
*/
\ No newline at end of file
<?php
/*
Question2Answer (c) Gideon Greenspan
http://www.question2answer.org/
File: qa-include/qa-lang-question.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for question 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_answer_title' => '1 Answer',
'a_convert_to_c_on' => 'Convert this answer into a comment on:',
'a_convert_to_c' => 'Convert this answer into a comment',
'a_convert_warn_cs' => 'Warning: This conversion cannot be reversed and will also move this answer\'s comments.',
'a_convert_warn' => 'Warning: This conversion cannot be reversed.',
'a_notify_email' => 'Email me at this address if my answer is selected or commented on:',
'a_notify_label' => 'Email me if my answer is selected or commented on',
'a_notify_x_label' => 'Email me (^) if my answer is selected or commented on',
'a_waiting_your_approval' => 'This answer is waiting for your approval',
'a_your_waiting_approval' => 'Your answer will be checked and approved shortly.',
'add_answer_button' => 'Add answer',
'add_comment_button' => 'Add comment',
'add_q_favorites' => 'Add this question to my favorites',
'answer_button' => 'answer',
'answer_limit' => 'Too many answers received - please try again in an hour',
'answer_must_confirm' => 'Please ^5confirm your email address^6 to answer this question.',
'answer_must_login' => 'Please ^1log in^2 or ^3register^4 to answer this question.',
'answer_q_popup' => 'Answer this question',
'approve_button' => 'approve',
'ask_button' => 'Ask the Question',
'ask_follow_from_a' => 'Your question will be related to this answer:',
'ask_follow_title' => 'Ask a related question',
'ask_limit' => 'Too many questions received - please try again in an hour',
'ask_must_confirm' => 'Please ^5confirm your email address^6 to ask a question.',
'ask_must_login' => 'Please ^1log in^2 or ^3register^4 to ask a question.',
'ask_same_q' => 'Before proceeding, please check your question was not asked already:',
'ask_title' => 'Ask a question',
'c_notify_email' => 'Email me at this address if a comment is added after mine:',
'c_notify_label' => 'Email me if a comment is added after mine',
'c_notify_x_label' => 'Email me (^) if a comment is added after mine',
'c_waiting_your_approval' => 'This comment is waiting for your approval',
'c_your_waiting_approval' => 'Your comment will be checked and approved shortly.',
'category_js_note' => 'To select any category, please enable Javascript in your web browser.',
'category_required' => 'Please choose a category',
'claim_button' => 'I wrote this',
'clear_flags_button' => 'clear flags',
'clear_flags_popup' => 'Remove flags by all users',
'close_button' => 'close',
'close_duplicate_error' => 'The duplicate question could not be found - please try entering the number from a different question URL, e.g. 123.',
'close_duplicate' => 'This is a duplicate of another question',
'close_form_button' => 'Close question',
'close_form_title' => 'Close this question',
'close_original_note' => 'You can also enter the question number from the URL, e.g. 123.',
'close_original_title' => 'URL of the original question:',
'close_q_popup' => 'Close this question to any new answers',
'close_reason_title' => 'Reason for closing this question:',
'closed_as_duplicate' => 'closed as a duplicate of:',
'closed_with_note' => 'closed with the note:',
'comment_a_popup' => 'Add a comment on this answer',
'comment_button' => 'comment',
'comment_limit' => 'Too many comments received - please try again in an hour',
'comment_must_confirm' => 'Please ^5confirm your email address^6 to add a comment.',
'comment_must_login' => 'Please ^1log in^2 or ^3register^4 to add a comment.',
'comment_on_a' => 'On answer: ',
'comment_on_q' => 'On question: ',
'comment_q_popup' => 'Add a comment on this question',
'delete_a_popup' => 'Delete this answer permanently',
'delete_button' => 'delete',
'delete_c_popup' => 'Delete this comment permanently',
'delete_q_popup' => 'Delete this question permanently',
'duplicate_content' => 'Your submission appears to be a duplicate.',
'edit_a_popup' => 'Edit this answer',
'edit_a_title' => 'Edit answer',
'edit_button' => 'edit',
'edit_c_popup' => 'Edit this comment',
'edit_c_title' => 'Edit comment',
'edit_must_confirm' => 'Please ^5confirm your email address^6 to edit this.',
'edit_must_login' => 'Please ^1log in^2 or ^3register^4 to edit this.',
'edit_q_popup' => 'Edit this question',
'edit_q_title' => 'Edit Question',
'example_tags' => 'Example tags: ',
'flag_a_popup' => 'Flag this answer as spam or inappropriate',
'flag_button' => 'flag',
'flag_c_popup' => 'Flag this comment as spam or inappropriate',
'flag_hide_button' => 'flag and hide',
'flag_limit' => 'Too many posts flagged - please try again in an hour',
'flag_must_confirm' => 'Please ^5confirm your email address^6 to flag posts.',
'flag_must_login' => 'Please ^1log in^2 or ^3register^4 to flag posts.',
'flag_not_allowed' => 'Flagging this is not allowed',
'flag_q_popup' => 'Flag this question as spam or inappropriate',
'follow_a_popup' => 'Ask a new question relating to this answer',
'follow_button' => 'ask related question',
'follows_a' => 'related to an answer for:',
'follows_q' => 'about the question:',
'hide_a_popup' => 'Hide this answer',
'hide_button' => 'hide',
'hide_c_popup' => 'Hide this comment',
'hide_q_popup' => 'Hide this question',
'matching_tags' => 'Matching tags: ',
'max_tags_x' => 'A maximum of ^ tags are allowed',
'min_tags_x' => 'Please provide at least ^ tag/s',
'notify_email_note' => 'Privacy: Your email address will only be used for sending these notifications.',
'q_category_label' => 'Category:',
'q_content_label' => 'More information for the question:',
'q_hidden_author' => 'This question has been hidden by its author',
'q_hidden_flagged' => 'This question has been flagged and hidden',
'q_hidden_other' => 'This question has been hidden',
'q_notify_email' => 'Email me at this address if my question is answered or commented on:',
'q_notify_label' => 'Email me if my question is answered or commented on',
'q_notify_x_label' => 'Email me (^) if my question is answered or commented on',
'q_tags_comma_label' => 'Tags - use comma (,) as a separator:',
'q_tags_label' => 'Tags - use hyphens to combine words:',
'q_title_label' => 'The question in one sentence:',
'q_waiting_approval' => 'This question is waiting for approval',
'q_waiting_your_approval' => 'This question is waiting for your approval',
'q_your_waiting_approval' => 'Your question will be checked and approved shortly.',
'recat_button' => 'recategorize',
'recat_popup' => 'Change this question\'s category',
'recat_q_title' => 'Recategorize question',
'reject_button' => 'reject',
'remove_q_favorites' => 'Remove this question from my favorites',
'reopen_button' => 'reopen',
'reply_button' => 'reply',
'reply_c_popup' => 'Reply to this comment',
'reshow_button' => 'reshow',
'retag_button' => 'retag',
'retag_cat_popup' => 'Change this question\'s category or tags',
'retag_popup' => 'Change this question\'s tags',
'retag_q_title' => 'Retag question',
'select_popup' => 'Click to select as best answer',
'select_text' => 'Best answer',
'show_1_comment' => 'Show 1 comment',
'show_1_previous_comment' => 'Show 1 previous comment',
'show_x_comments' => 'Show ^ comments',
'show_x_previous_comments' => 'Show ^ previous comments',
'unflag_button' => 'unflag',
'unflag_popup' => 'Remove the flag that you added',
'unselect_popup' => 'Click to remove selection',
'x_answers_title' => '^ Answers',
'your_answer_title' => 'Your answer',
'your_comment_a' => 'Your comment on this answer:',
'your_comment_q' => 'Your comment on this question:',
);
/*
Omit PHP closing tag to help avoid accidental output
*/
\ No newline at end of file
<?php
/*
Question2Answer (c) Gideon Greenspan
http://www.question2answer.org/
File: qa-include/qa-lang-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for user management
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(
'about' => 'About',
'add_user_x_favorites' => 'Add user ^ to my favorites',
'avatar_default' => 'Default',
'avatar_gravatar' => 'Show my ^1Gravatar^2',
'avatar_label' => 'Avatar:',
'avatar_none' => 'None',
'block_user_button' => 'Block User',
'blocked_users' => 'Blocked users',
'change_email_link' => ' - ^1change email^2',
'change_password' => 'Change Password',
'confirm_complete' => 'Thank you - your email address has been confirmed',
'confirm_emailed' => 'A confirmation link has been emailed to you. Please click the link to confirm your email address.',
'confirm_required' => 'To complete your registration, please click the confirmation link that has been emailed to you, or ^1request another^2.',
'confirm_title' => 'Email Address Confirmation',
'confirm_wrong_log_in' => 'Code not correct - please ^1log in^2 to send a new link',
'confirm_wrong_resend' => 'Code not correct - please click below to send a new link',
'delete_user_button' => 'Delete User',
'edit_user_button' => 'Edit this User',
'email_confirmed' => 'Confirmed',
'email_exists' => 'Email already belongs to an account',
'email_handle_label' => 'Email or Username:',
'email_invalid' => 'Email is invalid - please check carefully',
'email_label' => 'Email:',
'email_not_confirmed' => 'Not yet confirmed',
'email_please_confirm' => 'Please ^5confirm^6',
'email_required' => 'Email address required - not public',
'forgot_link' => 'I forgot my password',
'full_name' => 'Full name',
'handle_empty' => 'Username must not be empty',
'handle_exists' => 'Username is taken - please try another',
'handle_has_bad' => 'Username may not contain: ^',
'handle_label' => 'Username:',
'hide_all_user_button' => 'Hide all posts by this user',
'last_login_label' => 'Last login:',
'last_write_label' => 'Last write action:',
'level_admin' => 'Administrator',
'level_editor' => 'Editor',
'level_expert' => 'Expert',
'level_moderator' => 'Moderator',
'level_super' => 'Super Administrator',
'location' => 'Location',
'log_in_to_access' => 'You may now ^1log in^2 to access your account.',
'login_button' => 'Log In',
'login_limit' => 'Too many login attempts - please try again in an hour',
'login_title' => 'Log in',
'mass_mailings_explanation' => 'Subscribe to emails sent out to all users',
'mass_mailings' => 'Mass mailings:',
'member_for' => 'Member for:',
'member_type' => 'Type:',
'new_password_1' => 'New password:',
'new_password_2' => 'Retype new password:',
'no_blocked_users' => 'No blocked users found',
'no_permission' => 'You do not have permission to perform this operation',
'old_password' => 'Old password:',
'only_shown_admins' => '(only shown to admins)',
'only_shown_moderators' => '(only shown to moderators)',
'password_changed' => 'Password changed',
'password_label' => 'Password:',
'password_min' => 'Password must be at least ^ characters',
'password_mismatch' => 'New passwords do not match',
'password_none' => 'None. To log in directly, set a password below.',
'password_sent' => 'Your new password was emailed to you',
'password_to_set' => 'Please set on your account page',
'password_wrong' => 'Password not correct',
'private_messages_explanation' => 'Allow users to email me (without seeing my address)',
'private_messages' => 'Private messages:',
'profile_saved' => 'Profile saved',
'register_button' => 'Register',
'register_limit' => 'Too many registrations - please try again in an hour',
'register_suspended' => 'Registration of new users has been temporarily suspended. Please try again soon.',
'register_title' => 'Register as a new user',
'registered_user' => 'Registered user',
'remember_label' => 'Remember me on this computer',
'remember' => 'Remember',
'remove_avatar' => 'Remove avatar:',
'reset_code_another' => 'send another',
'reset_code_emailed' => 'You have been emailed your reset code',
'reset_code_label' => 'Code:',
'reset_code_wrong' => 'Code not correct',
'reset_title' => 'Reset Forgotten Password',
'save_profile' => 'Save Profile',
'save_user' => 'Save User',
'send_confirm_button' => 'Send Confirmation Link',
'send_password_button' => 'Send New Password',
'send_reset_button' => 'Send Reset Password Email',
'send_reset_note' => 'A message will be sent to your email address with instructions.',
'special_users' => 'Special users',
'unblock_user_button' => 'Unblock User',
'unsubscribe_complete' => 'You have been unsubscribed from mass mailings sent out by ^0. You may resubscribe at any time via your ^1account^2 page.',
'unsubscribe_title' => 'Unsubscribe',
'unsubscribe_wrong_log_in' => 'Code not correct - please ^1log in^2 to unsubscribe',
'unsubscribe' => 'Unsubscribe:',
'user_blocked' => '(blocked)',
'user_not_found' => 'User not found',
'website' => 'Website',
'x_ago_from_y' => '^1 ago from ^2',
);
/*
Omit PHP closing tag to help avoid accidental output
*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment