<?php
/*
The MIT License
Copyright 2016 MiArz.
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.
*/
/*
Created on : 2016-07-02, 21:27:06
Author : MiArz
*/
$l['lightavatars_view'] = "Preview";
$l['lightavatars_custom'] = "Individual styles";
$l['lightavatars_custom_desc'] = "Adds a css class with an username. Example: .lavatar--exampleuser{style} .lavatar__link--exampleuser{style} .lavatar__img--exampleuser{style}";
$l['lightavatars_link'] = "Classes for the link to user's profile";
$l['lightavatars_link_desc'] = "There are no standard styles at the moment";
$l['lightavatars_img'] = "Classes for an user's avatar image;";
$l['lightavatars_img_desc'] = "Styles: normal | small | big | normalborder | smallborder | bigborder | whiteborder | blackborder | greyborder | lightgreyborder | greyfilter | invertfilter | saturatefilter | sepiafilter | circleborder | radiusborder";
$l['lightavatars_forumbit_depth2_forum_lastpost'] = "Styles for the template called forumbit_depth2_forum_lastpost";
$l['lightavatars_forumbit_depth2_forum_lastpost_desc'] = "Styles: hide | normal | small | big";
$l['lightavatars_forumbit_depth1_forum_lastpost'] = "Styles for the template called forumbit_depth1_forum_lastpost";
$l['lightavatars_forumbit_depth1_forum_lastpost_desc'] = "Styles: hide | normal | small | big";
$l['lightavatars_forumdisplay_thread_firstpost'] = "Author's styles for the template called forumdisplay_thread";
$l['lightavatars_forumdisplay_thread_firstpost_desc'] = "Styles: hide | normal | small | big";
$l['lightavatars_forumdisplay_thread_lastpost'] = "Last poster's styles for the template called forumdisplay_thread";
$l['lightavatars_forumdisplay_thread_lastpost_desc'] = "Styles: hide | normal | small | big";
$l['lightavatars_search_results_posts_post'] = "Styles for the template called search_results_posts_post";
$l['lightavatars_search_results_posts_post_desc'] = "Styles: hide | normal | small | big";
$l['lightavatars_search_results_threads_thread_firstpost'] = "Author's styles for the template called search_results_threads_thread";
$l['lightavatars_search_results_threads_thread_firstpost_desc'] = "Styles: hide | normal | small | big";
$l['lightavatars_search_results_threads_thread_lastpost'] = "Last poster's styles for the template called search_results_threads_thread";
$l['lightavatars_search_results_threads_thread_lastpost_desc'] = "Styles: hide | normal | small | big";
$l['lightavatars_private_messagebit'] = "Styles for the template called private_messagebit";
$l['lightavatars_private_messagebit_desc'] = "Styles: hide | normal | small | big";
$l['lightavatars_desc'] = 'Display users\' avatars on the forum';
$l['lightavatars_shortcut'] = 'Settings';