• File: wce-en_US.po
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/custom-css-js-php/lang/wce-en_US.po
  • Date Modified: 03/07/2020 11:14 AM
  • File size: 7.11 KB
  • MIME-type: text/x-po
  • Charset: utf-8
msgid ""
msgstr ""
"Project-Id-Version: Custom CSS-JS-PHP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-02-20 10:48+0530\n"
"PO-Revision-Date: 2020-02-20 10:48+0530\n"
"Last-Translator: Flipper Code <hello@flippercode.com>\n"
"Language-Team: flippercode <hello@flippercode.com>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
"X-Poedit-Basepath: ..\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Poedit-SearchPath-0: .\n"

#: assets/css/jquery-ui/jquery-ui.min.js:10
msgid "'"
msgstr ""

#: classes/wcjp-form.php:11
msgid "Custom css-js-php"
msgstr ""

#: core/class.plugin-lite.php:671
msgid "Hide"
msgstr ""

#: core/class.plugin-overview.php:438
msgid "Download WP Google Map Pro 4.0.0"
msgstr ""

#: core/class.tabular.php:227 core/class.tabular.php:413
msgid "Selected "
msgstr ""

#: core/class.tabular.php:244
msgid "Manage "
msgstr ""

#: core/class.tabular.php:589 modules/code/views/managephp.php:39
msgid "Filter"
msgstr ""

#: core/class.tabular.php:649
msgid "Select Page"
msgstr ""

#: custom-css-js-php.php:313 custom-css-js-php.php:345
#: modules/shortcode/views/pmp-posts-listing.php:28
msgid "Are you sure to delete item?"
msgstr ""

#: custom-css-js-php.php:325 custom-css-js-php.php:326
msgid "CSS-JS-PHP"
msgstr ""

#: modules/code/model.code.php:41
msgid "Add CSS"
msgstr ""

#: modules/code/model.code.php:42 modules/code/views/addcss.php:31
#: modules/code/views/addphp.php:31
msgid "Manage CSS"
msgstr ""

#: modules/code/model.code.php:43
msgid "Add JS"
msgstr ""

#: modules/code/model.code.php:44 modules/code/views/addjs.php:31
msgid "Manage JS"
msgstr ""

#: modules/code/model.code.php:45
msgid "Add PHP"
msgstr ""

#: modules/code/model.code.php:46
msgid "Manage PHP"
msgstr ""

#: modules/code/model.code.php:130
msgid "Something went wrong. Please try again."
msgstr ""

#: modules/code/model.code.php:132
msgid "Code updated successfully"
msgstr ""

#: modules/code/model.code.php:134
msgid "Code added successfully."
msgstr ""

#: modules/code/views/addcss.php:31
msgid "CSS Code"
msgstr ""

#: modules/code/views/addcss.php:34 modules/code/views/addcss.php:38
#: modules/code/views/addjs.php:34 modules/code/views/addjs.php:38
#: modules/code/views/addphp.php:34 modules/code/views/addphp.php:38
#: modules/code/views/managecss.php:69 modules/code/views/managejs.php:71
#: modules/code/views/managephp.php:71
msgid "Title"
msgstr ""

#: modules/code/views/addcss.php:36 modules/code/views/addjs.php:36
#: modules/code/views/addphp.php:36
msgid "Give a title to code snippet."
msgstr ""

#: modules/code/views/addcss.php:43 modules/code/views/addjs.php:43
#: modules/code/views/addphp.php:43 modules/code/views/managecss.php:33
#: modules/code/views/managecss.php:69 modules/code/views/managejs.php:35
#: modules/code/views/managejs.php:71 modules/code/views/managephp.php:35
#: modules/code/views/managephp.php:71
msgid "Shortcode"
msgstr ""

#: modules/code/views/addcss.php:44 modules/code/views/addjs.php:44
msgid "wp_head"
msgstr ""

#: modules/code/views/addcss.php:45 modules/code/views/addjs.php:45
msgid "wp_footer"
msgstr ""

#: modules/code/views/addcss.php:49 modules/code/views/addjs.php:49
#: modules/code/views/managecss.php:69 modules/code/views/managejs.php:71
#: modules/code/views/managephp.php:71
msgid "Apply Using"
msgstr ""

#: modules/code/views/addcss.php:53
msgid ""
"wp_head and wp_footer are actions. Your theme must have wp_head() before "
"closing head tag or wp_footer() before closing body tag."
msgstr ""

#: modules/code/views/addcss.php:58
msgid "Paste css code here"
msgstr ""

#: modules/code/views/addcss.php:60
msgid ""
"You can write or paste css code here. No need to add &#60;style&#62; tag. "
"Read about <a target=\"_blank\" href=\"https://codex.wordpress.org/"
"Plugin_API/Action_Reference/wp_head\">wp_head</a> and <a target=\"_blank\" "
"href=\"https://codex.wordpress.org/Plugin_API/Action_Reference/wp_footer"
"\">wp_footer</a> "
msgstr ""

#: modules/code/views/addcss.php:70 modules/code/views/addjs.php:70
msgid "Turn Off"
msgstr ""

#: modules/code/views/addcss.php:73 modules/code/views/addjs.php:73
msgid ""
"This source code will not be in use if checked. Useful if your code is "
"incomplete and you want to save it. "
msgstr ""

#: modules/code/views/addcss.php:79
msgid "Save CSS"
msgstr ""

#: modules/code/views/addjs.php:31
msgid "Javascript Code"
msgstr ""

#: modules/code/views/addjs.php:57
msgid "Paste js code here"
msgstr ""

#: modules/code/views/addjs.php:59
msgid ""
"You can write or paste javascript code here. No need to add &#60;script&#62; "
"tag. Read about <a target=\"_blank\" href=\"https://codex.wordpress.org/"
"Plugin_API/Action_Reference/wp_head\">wp_head</a> and <a target=\"_blank\" "
"href=\"https://codex.wordpress.org/Plugin_API/Action_Reference/wp_footer"
"\">wp_footer</a> "
msgstr ""

#: modules/code/views/addjs.php:79
msgid "Save JS"
msgstr ""

#: modules/code/views/addphp.php:31
msgid "PHP Code"
msgstr ""

#: modules/code/views/addphp.php:44
msgid "WP Action"
msgstr ""

#: modules/code/views/addphp.php:45
msgid "WP Filter"
msgstr ""

#: modules/code/views/addphp.php:49
msgid "Apply using"
msgstr ""

#: modules/code/views/addphp.php:63
msgid "Action/Filter Name"
msgstr ""

#: modules/code/views/addphp.php:65
msgid ""
"Write wordpress action or filter name. Available <a href=\"https://codex."
"wordpress.org/Plugin_API/Action_Reference\" >Actions</a> and <a href="
"\"https://codex.wordpress.org/Plugin_API/Filter_Reference\" >filters</a>."
msgstr ""

#: modules/code/views/addphp.php:72
msgid "Enter php code here"
msgstr ""

#: modules/code/views/addphp.php:74
msgid ""
"You can write or paste php code here. You need to add code in this format :  "
"<b>&#60;&#63;php //echo \"Hello world\"; &#63;&#62; </b><br>You need to use "
"php opening and closing bracket at the starting and end of php code snippet"
msgstr ""

#: modules/code/views/addphp.php:82
msgid "Save PHP"
msgstr ""

#: modules/code/views/managecss.php:35 modules/code/views/managejs.php:37
msgid "wp_head()"
msgstr ""

#: modules/code/views/managecss.php:37 modules/code/views/managejs.php:39
msgid "wp_footer()"
msgstr ""

#: modules/code/views/managecss.php:49 modules/code/views/managejs.php:51
#: modules/code/views/managephp.php:51
msgid "Enabled"
msgstr ""

#: modules/code/views/managecss.php:51 modules/code/views/managejs.php:53
#: modules/code/views/managephp.php:53
msgid "Disabled"
msgstr ""

#: modules/code/views/managecss.php:69 modules/code/views/managejs.php:71
#: modules/code/views/managephp.php:71
msgid "Status"
msgstr ""

#: modules/code/views/managephp.php:37
msgid "Action"
msgstr ""

#: modules/code/views/managephp.php:71
msgid "Action/Filter"
msgstr ""

#: modules/overview/model.overview.php:27
msgid "How to Use"
msgstr ""

#: modules/overview/views/how.php:18
msgid "How it Works"
msgstr ""

#: modules/overview/views/how.php:23
msgid "How to Add Custom CSS"
msgstr ""

#: modules/overview/views/how.php:38
msgid "How to Add Custom Javascript"
msgstr ""

#: modules/overview/views/how.php:53
msgid "How to Add PHP Code"
msgstr ""

#: modules/overview/views/how.php:68
msgid "How to Remove PHP Errors"
msgstr ""