From 3c5c2642cbb09ee47dcb73cc152994c341273b04 Mon Sep 17 00:00:00 2001 From: Eldenroot <778890+Eldenroot@users.noreply.github.com> Date: Sun, 3 Jun 2018 10:08:42 +0200 Subject: [PATCH] Update language files - English ACP --- .../admin/config_thankyoulike.lang.php | 102 +++++++++--------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/inc/languages/english/admin/config_thankyoulike.lang.php b/inc/languages/english/admin/config_thankyoulike.lang.php index 7a7b147..c3f1d8e 100644 --- a/inc/languages/english/admin/config_thankyoulike.lang.php +++ b/inc/languages/english/admin/config_thankyoulike.lang.php @@ -1,6 +1,6 @@ Format is same as the one used by PHP\'s date() function.
Example format: m-d-Y h:i A <<will show>> 12-31-2009 12:01 PM"; +$l['tyl_dtformat_title'] = "Date/Time format"; +$l['tyl_dtformat_desc'] = "Set the format you want to use to show the Date/Time in the thanks/likes list.
Format is same as the one used by PHP\'s date() function.
Example format: m-d-Y h:i A <<will show>> 12-31-2009 12:01 PM"; $l['tyl_sortorder_title'] = "Sort Order"; $l['tyl_sortorder_desc'] = "Select the sort order for the Thank/Like list."; -$l['tyl_sortorder_op_1'] = "Username Ascending"; -$l['tyl_sortorder_op_2'] = "Username Descending"; -$l['tyl_sortorder_op_3'] = "Date/Time Added Ascending"; -$l['tyl_sortorder_op_4'] = "Date/Time Added Descending"; +$l['tyl_sortorder_op_1'] = "Username ascending"; +$l['tyl_sortorder_op_2'] = "Username descending"; +$l['tyl_sortorder_op_3'] = "Date/Time added ascending"; +$l['tyl_sortorder_op_4'] = "Date/Time added dDescending"; -$l['tyl_collapsible_title'] = "Thank/Like List Collapsible"; -$l['tyl_collapsible_desc'] = "Do you want the Thank/Like list to be collapsible (Show/Hide ability)?"; +$l['tyl_collapsible_title'] = "Thank/Like list collapsible"; +$l['tyl_collapsible_desc'] = "Do you want the Thank/Like list to be collapsible (show/hide ability)?"; -$l['tyl_colldefault_title'] = "Default Collapsible State"; +$l['tyl_colldefault_title'] = "Default collapsible state"; $l['tyl_colldefault_desc'] = "If you want the list to be collapsible, what is the default state you want it in when the page loads, open or closed (hidden)?"; -$l['tyl_colldefault_op_1'] = "List Shown"; -$l['tyl_colldefault_op_2'] = "List Hidden (Collapsed)"; +$l['tyl_colldefault_op_1'] = "List shown"; +$l['tyl_colldefault_op_2'] = "List hidden (collapsed)"; -$l['tyl_hidelistforgroups_title'] = "Hide Thank You/Like List"; -$l['tyl_hidelistforgroups_desc'] = "Select User Groups which cannot see Thank You/Like list."; +$l['tyl_hidelistforgroups_title'] = "Hide Thank You/Like list"; +$l['tyl_hidelistforgroups_desc'] = "Select usergroups which cannot see Thank You/Like list."; -$l['tyl_displaygrowl_title'] = "Display Add/Remove Notification Popup"; +$l['tyl_displaygrowl_title'] = "Display Add/Remove notification popup"; $l['tyl_displaygrowl_desc'] = "Choose ON to enable the Ajax notification popup window."; -$l['tyl_limits_title'] = "Enable User group based Thank You/Likes Limits?"; -$l['tyl_limits_desc'] = "Choose Yes to enable this feature and check the usergroup settings."; -$l['tyl_highlight_popular_posts_title'] = "Highlight Posts with X Numbers of Thank You/Likes?"; -$l['tyl_highlight_popular_posts_desc'] = "Choose Yes to enable this feature and define your style of CSS class .popular_post in thankyoulike.css (in your theme)."; -$l['tyl_highlight_popular_posts_count_title'] = "Numbers of Thank You/Likes for Highlight Posts"; +$l['tyl_limits_title'] = "Enable usergroup based Thank You/Likes limits?"; +$l['tyl_limits_desc'] = "Choose YES to enable this feature and check the usergroup settings."; +$l['tyl_highlight_popular_posts_title'] = "Highlight posts with X numbers of Thank You/Likes?"; +$l['tyl_highlight_popular_posts_desc'] = "Choose YES to enable this feature and define your style of CSS class .popular_post in thankyoulike.css (in your theme)."; +$l['tyl_highlight_popular_posts_count_title'] = "Numbers of Thank You/Likes for highlight posts"; $l['tyl_highlight_popular_posts_count_desc'] = "Set the number of Thank You/Likes the post will be highlighted."; -$l['tyl_limits_permissions_system'] = "Thanks/Likes Limits"; -$l['tyl_limits_permissions_title'] = "Maximum Thanks/Likes Allowed Per 24 Hours:"; +$l['tyl_limits_permissions_system'] = "Thanks/Likes limits"; +$l['tyl_limits_permissions_title'] = "Maximum Thanks/Likes allowed per 24 hours:"; $l['tyl_limits_permissions_desc'] = "Here you can enter the maximum number of thanks/likes that users in this group can give per day (24 hours). To allow unlimited reputations per hour, enter 0."; $l['tyl_uninstall'] = 'Thank You/Like System - Uninstallation'; $l['tyl_uninstall_message'] = 'Do you wish to drop all plugin data entries from the database?'; -$l['setting_thankyoulike_promotion_rcv'] = 'Thank You/Like Received'; +$l['setting_thankyoulike_promotion_rcv'] = 'Thank You/Like received'; $l['setting_thankyoulike_promotion_rcv_desc'] = 'Enter the number of received Thanks/Likes required. Thanks/Likes count must be selected as a required value for this to be included. Select the type of comparison for Thanks/Likes.'; -$l['setting_thankyoulike_promotion_gvn'] = 'Thank You/Like Given'; +$l['setting_thankyoulike_promotion_gvn'] = 'Thank You/Like given'; $l['setting_thankyoulike_promotion_gvn_desc'] = 'Enter the number of given Thanks/Likes required. Thanks/Likes count must be selected as a required value for this to be included. Select the type of comparison for Thanks/Likes.'; $l['tyl_recount'] = "Recount Thank You/Like";