This commit is contained in:
erwanlr
2020-09-05 11:14:47 +02:00
parent c6802ccdd2
commit e2d616a53f
18 changed files with 3462 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
Version 1.0.0 - Wednesday, 02nd September 2020
- Initial release

View File

@@ -0,0 +1,316 @@
# Copyright (C) 2020 WebEmpire
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: WP Widget Styler 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-widget-styler\n"
"POT-Creation-Date: 2020-09-01 13:52:38+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n1.0.2\n"
#: classes/class-wp-widget-styler-config.php:220
msgid "Title Tag"
msgstr ""
#: classes/class-wp-widget-styler-config.php:223
msgid "H1"
msgstr ""
#: classes/class-wp-widget-styler-config.php:224
msgid "H2"
msgstr ""
#: classes/class-wp-widget-styler-config.php:225
msgid "H3"
msgstr ""
#: classes/class-wp-widget-styler-config.php:226
msgid "H4"
msgstr ""
#: classes/class-wp-widget-styler-config.php:227
msgid "H5"
msgstr ""
#: classes/class-wp-widget-styler-config.php:228
msgid "Span"
msgstr ""
#: classes/class-wp-widget-styler-config.php:229
msgid "Paragraph"
msgstr ""
#: classes/class-wp-widget-styler-config.php:238
msgid "Hide Widget Title"
msgstr ""
#: classes/class-wp-widget-styler-config.php:250
#: classes/class-wp-widget-styler-config.php:326
msgid "Desktop"
msgstr ""
#: classes/class-wp-widget-styler-config.php:251
#: classes/class-wp-widget-styler-config.php:327
msgid "Tablet"
msgstr ""
#: classes/class-wp-widget-styler-config.php:252
#: classes/class-wp-widget-styler-config.php:328
msgid "Mobile"
msgstr ""
#: classes/class-wp-widget-styler-config.php:254
msgid "Overall Alignment"
msgstr ""
#: classes/class-wp-widget-styler-config.php:256
msgid "Left"
msgstr ""
#: classes/class-wp-widget-styler-config.php:257
msgid "Center"
msgstr ""
#: classes/class-wp-widget-styler-config.php:258
msgid "Right"
msgstr ""
#: classes/class-wp-widget-styler-config.php:290
msgid "Apply text color to widget title."
msgstr ""
#: classes/class-wp-widget-styler-config.php:318
msgid "Display rule for responsive devices."
msgstr ""
#: classes/class-wp-widget-styler-config.php:319
#: includes/wp-widget-styler-addons.php:47
msgid "Responsive Visibility"
msgstr ""
#: classes/class-wp-widget-styler-config.php:320
msgid "Checked devices will not show this widget."
msgstr ""
#: classes/class-wp-widget-styler-config.php:357
msgid "Display Locations"
msgstr ""
#: classes/class-wp-widget-styler-config.php:358
msgid "Add locations for where this widget should appear."
msgstr ""
#: classes/class-wp-widget-styler-config.php:400
msgid "Exclude Locations"
msgstr ""
#: classes/class-wp-widget-styler-config.php:401
msgid "This widget will not appear at these locations."
msgstr ""
#: classes/class-wp-widget-styler-config.php:443
msgid "User Logic"
msgstr ""
#: classes/class-wp-widget-styler-config.php:445
msgid "Users with this targeted login status roles will not load this widget."
msgstr ""
#: classes/class-wp-widget-styler-config.php:448
msgid "All Logged In Users"
msgstr ""
#: classes/class-wp-widget-styler-config.php:449
msgid "All Logged Out Users"
msgstr ""
#: classes/class-wp-widget-styler-config.php:478
msgid "Custom ID"
msgstr ""
#: classes/class-wp-widget-styler-config.php:480
msgid "No need to add \"#\" in ID name."
msgstr ""
#: classes/class-wp-widget-styler-config.php:482
msgid "idname"
msgstr ""
#: classes/class-wp-widget-styler-config.php:490
msgid "Custom Class"
msgstr ""
#: classes/class-wp-widget-styler-config.php:492
msgid "No need to add \".\" in class name. Separate each class with space."
msgstr ""
#: classes/class-wp-widget-styler-config.php:494
msgid "classname"
msgstr ""
#: classes/class-wp-widget-styler-loader.php:316
msgid "Confiure WP Widget Styler Settings"
msgstr ""
#: classes/class-wp-widget-styler-loader.php:316
msgid "Configure"
msgstr ""
#: classes/class-wp-widget-styler-meta-fields.php:463
msgid "Ok, You Deserve It »"
msgstr ""
#: includes/wp-widget-styler-addons.php:37 public/widget-styler-general.php:22
msgid "General"
msgstr ""
#: includes/wp-widget-styler-addons.php:38
msgid "A General section includes Title Tag, Visibility, Alignment options."
msgstr ""
#: includes/wp-widget-styler-addons.php:42
msgid "Style"
msgstr ""
#: includes/wp-widget-styler-addons.php:43
msgid "It includes all Colors & Background settings for your widget."
msgstr ""
#: includes/wp-widget-styler-addons.php:48
msgid ""
"A Responsive Visibility section provides you privilege to Show / Hide your "
"widget on responsive devices."
msgstr ""
#: includes/wp-widget-styler-addons.php:52
msgid "Display Rules"
msgstr ""
#: includes/wp-widget-styler-addons.php:53
msgid ""
"A Display Rules section let's you enable your current widget based on "
"Display rulesets."
msgstr ""
#: includes/wp-widget-styler-addons.php:57
msgid "Exclusion Rules"
msgstr ""
#: includes/wp-widget-styler-addons.php:58
msgid ""
"A Exclusion Rules section let's you disable your current widget based on "
"Exclusion rulesets."
msgstr ""
#: includes/wp-widget-styler-addons.php:62
msgid "User Login State Conditional Logic"
msgstr ""
#: includes/wp-widget-styler-addons.php:63
msgid ""
"A User Login State Conditional Logic section grants you to control widget "
"visibility based on user login status."
msgstr ""
#: includes/wp-widget-styler-addons.php:67
msgid "Advanced"
msgstr ""
#: includes/wp-widget-styler-addons.php:68
msgid "An Advanced section includes Custom Classes & ID privilege for the widget."
msgstr ""
#: public/widget-styler-admin.php:24
msgid "Activate All"
msgstr ""
#: public/widget-styler-admin.php:25
msgid "Deactivate All"
msgstr ""
#: public/widget-styler-admin.php:34
msgid "Settings saved successfully."
msgstr ""
#: public/widget-styler-general.php:79
msgid "Contact Developer"
msgstr ""
#: public/widget-styler-general.php:85
msgid "Get in touch with our WP Widget Styler developers. We're happy to help!"
msgstr ""
#: public/widget-styler-general.php:90
msgid "Get Support »"
msgstr ""
#: public/widget-styler-general.php:105
#. translators: %1$s: demos link.
msgid "Code Snippets"
msgstr ""
#: public/widget-styler-general.php:110
msgid "Custom codes are listed here, which will help you for custom requirements."
msgstr ""
#: public/widget-styler-general.php:112
msgid "Actions / Filters / CSS »"
msgstr ""
#: public/widget-styler-general.php:118
msgid "Thanking You!"
msgstr ""
#: public/widget-styler-general.php:124
msgid "Thanks for choosing the WP Widget Styler. We hope you like it!!!"
msgstr ""
#: public/widget-styler-general.php:130
msgid "Could you please do us a BIG favor and give it a 5-star rating on WordPress?"
msgstr ""
#: public/widget-styler-general.php:135
msgid ""
"This would boost our motivation and help other users make a comfortable "
"decision while choosing the Widget Styler."
msgstr ""
#: public/widget-styler-general.php:140
msgid "Ok, you deserve it »"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "WP Widget Styler"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://wordpress.org/plugins/wp-widget-styler/"
msgstr ""
#. Description of the plugin/theme
msgid "Power-up your WordPress widgets using these awesome styler configurations."
msgstr ""
#. Author of the plugin/theme
msgid "WebEmpire"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://webempire.org.in/"
msgstr ""