IDailyGaming- Konto zablokowane
- 2 1 0
Wersja MyBB: 1.8
Witam, proszę o przetłumaczenie pluginu myprofie.
Witam, proszę o przetłumaczenie pluginu myprofie.
Cytat:<?php
/**
* The MIT License (MIT)
*
* Copyright © 2015 Mohamed Benjelloun
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
// report center
$l['report_reason_comment'] = "Report Comment";
$l['mp_report_from'] = "<a href=\"{1}\">Comment</a> from {2}";
$l['mp_report_to'] = "<br /><span class=\"smalltext\">On {1}'s profile</span>";
// usercp
$l['mp_my_profile'] = "My Profile"; // more fun way to say My Profile.
$l['mp_comments_open'] = "Allow comments on my profile.";
$l['mp_comments_approve'] = "I should approve comments before they are published on my profile.";
$l['mp_who_can_leave_comments'] = "Who can leave comments on my profile?";
$l['mp_nobody_can_leave_comments'] = "Nobody";
$l['mp_friendlist_can_leave_comments'] = "Buddy list";
$l['mp_anyone_can_leave_comments'] = "Any registered user";
$l['mp_comments_notification'] = "Receive a notification when someone leaves a comment on my profile.";
// modcp
$l['mp_myprofile_comments'] = "My Profile Comments";
// member.php
$l['mp_profile_comments_no_comments_to_display'] = "No comments to display";
$l['mp_profile_comments_add_comment'] = "Add Comment";
$l['mp_profile_comments_edit_comment'] = "Edit Comment";
$l['mp_profile_comments_no_comment_selected'] = "No comment selected.";
$l['mp_profile_last_visitors'] = "Last Visitors";
$l['mp_profile_comments_no_user_selected'] = "No user selected.";
$l['mp_profile_visitors_no_visit'] = "Not visited yet.";
$l['mp_profile_buddylist'] = "Buddy List";
$l['mp_profile_comments_comments'] = "Comments";
$l['mp_profile_comments_total'] = "Total";
$l['mp_profile_visitor_count'] = "Total profile views :";
// xmlhttp.php
$l['mp_profile_comments_invalid_user'] = "Invalid user";
// comment
$l['mp_comments_action_approve'] = "Approve";
$l['mp_comments_action_reply'] = "Reply";
$l['mp_comments_action_edit'] = "Edit";
$l['mp_comments_action_delete'] = "Delete";
$l['mp_comments_action_report'] = "Report";
$l['mp_comments_comment_status'] = "Status";
$l['mp_comments_comment_private'] = "Private";
$l['mp_comments_comment_public'] = "Public";
$l['mp_comments_stats_sent'] = "sent";
$l['mp_comments_stats_received'] = "received";
$l['mp_comments_moderation'] = "Moderation";
$l['mp_comments_action_delete_all_comments'] = "Delete all comments";
$l['mp_comments_dismiss_notice'] = "Dismiss this notice";
$l['mp_comments_cannot_send_comments'] = "You can't send comments.";
$l['mp_comments_banned_user'] = "You can't sent comments to a banned user.";
$l['mp_comments_user_closed_comments'] = "The user has disabled all comments.";
$l['mp_comments_user_ignored_you'] = "Sorry, but the user has added you to their ignore list.";
$l['mp_comments_not_friend_with_user'] = "The user only accepts comments from friends.";
$l['mp_comments_comment_wrong_length'] = "Please verify that your comment's length is between {1} and {2} characters.";
$l['mp_comments_cannot_delete_comment'] = "You can't delete the selected comment.";
$l['mp_comments_comment_added_successfully'] = "The comment has been added successfully.";
$l['mp_comments_comment_not_found'] = "The comment you selected couldn't be found.";
$l['mp_comments_comment_deleted_successfully'] = "The comment has been deleted successfully.";
$l['mp_comments_cannot_approve_comment'] = "You can't approve the selected comment.";
$l['mp_comments_comment_approved_successfully'] = "The comment has been approved successfully.";
$l['mp_comments_cannot_edit_comment'] = "You can't edit the selected comment.";
$l['mp_comments_comment_edited_successfully'] = "The comment has been edited successfully.";
$l['mp_comments_no_comment_to_display'] = "No comment to display.";
$l['mp_comments_confirm_delete'] = "Are you sure you want to delete that comment?";
$l['mp_comments_confirm_delete_all'] = "Are you sure you want to delete all the comments?";
$l['mp_comments_comments_deleted_successfully'] = "All the comments have been deleted successfully.";
$l['mp_comments_wait_flood_time'] = "Please wait {1} second(s) before you can make another comment.";
// global
$l['mp_comments_new_comments'] = "You have received <b>{1}{2} new comment(s){3}</b> in your profile.";
// buddylist
$l['mp_buddylist_no_friend'] = "{1} hasn't made any friends yet.";
$l['mp_buddylist_friends'] = "{1} has made {2} friends, {3} of whom are displayed on this page.";
$l['mp_referredby'] = "Referred By:";
$l['mp_referredby_none'] = "N/A";
// permissions
$l['mp_myprofile_permissions_ucp'] = "Profile Privacy:";
$l['myprofile_permissions_everybody'] = "Visible to Everybody";
$l['myprofile_permissions_nobody'] = "Visible to Nobody";
$l['myprofile_permissions_buddies'] = "Visible Only to Buddies";
// alert
// The following sentence will be : username has left you a comment on your profile.
$l["myprofile_alert"] = "{1} has left you a comment on your profile.";