language
stringlengths 0
24
| filename
stringlengths 9
214
| code
stringlengths 99
9.93M
|
---|---|---|
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/fewcents/composer_file/package.json | {
"name": "fewcents",
"version": "1.1.3",
"main": "index.js",
"dependencies": {
"@wordpress/hooks": "^3.2.0",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"jwt-decode": "^3.1.2",
"react": "^16.7.0",
"react-countdown": "^2.3.2",
"react-dom": "^16.7.0",
"react-hot-toast": "^2.1.1",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-spinners": "^0.11.0",
"redux": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.2",
"cross-env": "^5.0.1",
"css-loader": "^6.2.0",
"style-loader": "^3.2.1",
"url-loader": "^4.1.1",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"start": "cross-env BABEL_ENV=default webpack --watch"
}
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/ffsystems/change_log/CHANGELOG.md | Changelog
==========
#### v1.0.0 - June 01, 2021
First release of the FFSystems for Wordpress plugin. |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/fiber-admin/change_log/changelog.txt | == Changelog ==
= 1.0.6 =
*Release Date - 24 August 2021*
* Fixed: Some minor bugs, security issues
* Changed: Revise code for PHP warnings
= 1.0.5 =
*Release Date - 20 August 2021*
* Fixed: Some minor bugs, security issues
= 1.0.4 =
*Release Date - 19 August 2021*
* Fixed: Some minor bugs, security issues
* Changed: Update Stable Tag
= 1.0.3 =
*Release Date - 18 August 2021*
* Fixed: Some minor bugs, security issues
* Changed: Update source code by WordPress review
= 1.0.2 =
*Release Date - 17 August 2021*
* Fixed: Color picker not working
* Fixed: Link color setting not working
* Added: Extra CSS for login page
* Fixed: Update include directory
* Changed: Improve preview image upload
* Added: Background image for login page
* Added: Auto convert email text to a link
= 1.0.1 =
* Fixed: default option with Hide WordPress branding option
= 1.0.0 =
*Release Date - 15 August 2021*
* The very first version |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/fil-dariadna/translation_file/lang/fildariadna-en.po | msgid ""
msgstr ""
"Project-Id-Version: fildariadna 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-10 23:45+0100\n"
"PO-Revision-Date: 2013-02-22 20:56+0100\n"
"Last-Translator: Efraim Bayarri <[email protected]>\n"
"Language-Team: \n"
"Language: \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-Poedit-SearchPath-0: fildariadna\n"
#: fildariadna.php:72
msgid "accessed: "
msgstr "accessed: "
#: fildariadna.php:142
msgid "You do not have sufficient permissions to access this page."
msgstr "You do not have sufficient permissions to access this page."
#: fildariadna.php:148
msgid "Fil d'Ariadna gives you a shortcode to insert in your pages and will"
msgstr "Fil d'Ariadna gives you a shortcode to insert in your pages and will"
#: fildariadna.php:150
msgid "display a breadcrumb of the last pages or posts visited by the current"
msgstr "display a breadcrumb of the last pages or posts visited by the current"
#: fildariadna.php:152
msgid "LOGGED user."
msgstr "LOGGED user."
#: fildariadna.php:154
msgid "Just insert the shortcode"
msgstr "Just insert the shortcode"
#: fildariadna.php:156
msgid "in your pages and that's all."
msgstr "in your pages and that's all."
#: fildariadna.php:158
msgid "The only option you need to change, is the number of visited pages"
msgstr "The only option you need to change, is the number of visited pages"
#: fildariadna.php:160
msgid "you want to show to logged in users."
msgstr "you want to show to logged in users."
#: fildariadna.php:164
msgid "OPTIONS"
msgstr "OPTIONS"
#: fildariadna.php:166
msgid "Maximum number of entries per user:"
msgstr "Maximum number of entries per user:"
#: fildariadna.php:168
msgid "Update"
msgstr "Update"
#: fildariadna.php:171
msgid "Database version: "
msgstr "Database version: "
#: fildariadna.php:173
msgid "Plugin version: "
msgstr "Plugin version: " |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/fin-accounting-for-woocommerce/change_log/changelog.md | # Change Log
All notable changes to this project will be documented in this file.
Follow latest changes on project website (finpose.com/changelog)
## [1.0.0] - 2019-12-11
### Added:
- Initial Release |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/financial-ratio/composer_file/package.json | {
"name": "financial-ratio-block",
"version": "1.0.1",
"description": "Example block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format",
"lint": "wp-scripts lint-style && wp-scripts lint-js",
"lint:fix": "wp-scripts lint-style --fix && wp-scripts lint-js --fix",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-copy-php",
"env": "wp-env",
"audit": "npm audit --registry='https://registry.npmjs.org/'",
"audit:fix": "npm audit fix --registry='https://registry.npmjs.org/'",
"test:unit": "echo 'skipping, no tests configured yet'"
},
"devDependencies": {
"@wordpress/components": "^23.9.0",
"@wordpress/env": "^6.0.0",
"@wordpress/scripts": "^26.3.0",
"eslint": "^8.40.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2"
},
"dependencies": {
"@wordpress/blocks": "^12.10.0",
"@wordpress/element": "^5.10.0",
"mutation-observer": "^1.0.3",
"react": "^18.2.0"
}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/fintecture-payment-gateway/translation_file/languages/fintecture-gateway-fr_FR.po | # Copyright (C) 2019 Fintecture
# This file is distributed under the same license as the Fintecture Payment Gateway plugin.
msgid ""
msgstr ""
"Project-Id-Version: Fintecture Payment Gateway 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fintecture-"
"gateway\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-12-02T18:54:52+00:00\n"
"PO-Revision-Date: 2019-12-02 19:59+0100\n"
"X-Generator: Poedit 2.2.4\n"
"X-Domain: fintecture-gateway\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Language: fr\n"
#. Plugin Name of the plugin
#: includes/class-wc-fintecture-gateway.php:27
msgid "Fintecture Payment Gateway"
msgstr "Fintecture Payment Gateway"
#. Description of the plugin
msgid ""
"Extends WooCommerce by enabling users to pay securely and directly from "
"their bank account"
msgstr ""
"Etend WooCommerce en ajoutant la fonctionalité de virement bancaire de "
"manière simplifié et automatisé"
#. Author of the plugin
msgid "Fintecture"
msgstr "Fintecture"
#. Author URI of the plugin
msgid "https://www.fintecture.com/"
msgstr "https://www.fintecture.com/"
#: fintecture-gateway.php:50
msgid "Settings"
msgstr "Paramètres"
#: includes/admin/fintecture-settings.php:9
msgid "Enable/Disable"
msgstr "Activer/Désactiver"
#: includes/admin/fintecture-settings.php:10
msgid "Enable this payment gateway"
msgstr "Activer cette passerelle de paiement"
#: includes/admin/fintecture-settings.php:12
msgid "Enable this module to include the Fintecture Payment Gateway."
msgstr "Activez ce module pour inclure la passerelle de paiement Fintecture."
#: includes/admin/fintecture-settings.php:16
msgid "Choose your environment"
msgstr "Choisissez votre environnement"
#: includes/admin/fintecture-settings.php:18
msgid "Enable Sandbox Mode"
msgstr "Activer le mode Sandbox"
#: includes/admin/fintecture-settings.php:20
msgid "Switch to Production to start accepting real payments."
msgstr ""
"Le mode Sandbox vous permet de tester la passerelle de paiement en faisant "
"des transactions fictives."
#: includes/admin/fintecture-settings.php:24
msgid "Title"
msgstr "Titre"
#: includes/admin/fintecture-settings.php:27
#: includes/class-wc-fintecture-gateway.php:58
msgid "Pay by Bank"
msgstr "Payer par Banque"
#: includes/admin/fintecture-settings.php:31
msgid "Description"
msgstr "Description"
#: includes/admin/fintecture-settings.php:34
#: includes/class-wc-fintecture-gateway.php:59
msgid "Pay securely directly from your bank account"
msgstr "Payez de manière sécurisé directement depuis votre compte bancaire"
#: includes/admin/fintecture-settings.php:39
msgid "Disable description"
msgstr "Désactiver description"
#: includes/admin/fintecture-settings.php:41
msgid "Hide description at checkout."
msgstr "Ne pas afficher la description."
#: includes/admin/fintecture-settings.php:46
msgid "Fintecture App ID"
msgstr "Fintecture App ID"
#: includes/admin/fintecture-settings.php:49
#: includes/admin/fintecture-settings.php:74
msgid ""
"This is the app ID provided to you when creating an application on "
"Fintecture. <a href=\"https://console.fintecture.com/auth/register\">Click "
"here to create an account if you dont have one</a>"
msgstr ""
"<strong>L’app ID</strong> vous ait attribué lors de la création de API keys "
"sur Fintecture. <a href=\\”https://console.fintecture.com/auth/register"
"\\”>Cliquez ici pour créer un compte</a>"
#: includes/admin/fintecture-settings.php:52
msgid "Fintecture App Secret"
msgstr "Fintecture App Secret"
#: includes/admin/fintecture-settings.php:55
#: includes/admin/fintecture-settings.php:80
msgid ""
"This is the app Secret provided to you when creating an application on "
"Fintecture. <a href=\"https://console.fintecture.com/auth/register\">Click "
"here to create an account if you dont have one</a>"
msgstr ""
"<strong>L’app secret</strong> vous ait attribué lors de la création de API "
"keys sur Fintecture. <a href=\\”https://console.fintecture.com/auth/register"
"\\”>Cliquez ici pour créer un compte</a>"
#: includes/admin/fintecture-settings.php:58
msgid "Fintecture App Private Key"
msgstr "Fintecture App Clef Privé"
#: includes/admin/fintecture-settings.php:61
#: includes/admin/fintecture-settings.php:86
msgid ""
"This is the app Private Key provided to you when creating an application on "
"Fintecture. <a href=\"https://console.fintecture.com/auth/register\">Click "
"here to create an account if you dont have one</a>"
msgstr ""
"<strong>La clef privé</strong> vous ait attribué lors de la création de API "
"keys sur Fintecture. <a href=\\”https://console.fintecture.com/auth/register"
"\\”>Cliquez ici pour créer un compte</a>"
#: includes/admin/fintecture-settings.php:64
msgid "Test production keys"
msgstr "Tester la production"
#: includes/admin/fintecture-settings.php:67
#: includes/admin/fintecture-settings.php:92
msgid "You can test your connection with your credentials"
msgstr "Vous pouvez tester vos la connecions avec vos identifiants"
#: includes/admin/fintecture-settings.php:68
#: includes/class-wc-fintecture-gateway.php:56
msgid "Test your production connection"
msgstr "Tester vos clefs en production"
#: includes/admin/fintecture-settings.php:71
msgid "Fintecture Sandbox App ID"
msgstr "Fintecture Sandbox App ID"
#: includes/admin/fintecture-settings.php:77
msgid "Fintecture Sandbox App Secret"
msgstr "Fintecture Sandbox App Secret"
#: includes/admin/fintecture-settings.php:83
msgid "Fintecture Sandbox App Private Key"
msgstr "Fintecture Sandbox App Clef Privé"
#: includes/admin/fintecture-settings.php:89
msgid "Test sandbox keys"
msgstr "Tester la sandbox"
#: includes/admin/fintecture-settings.php:93
#: includes/class-wc-fintecture-gateway.php:57
msgid "Test your sandbox connection"
msgstr "Testez vos clefs en sandbox"
#: includes/admin/fintecture-settings.php:99
msgid "Connection failed"
msgstr "La connexion a échoué"
#: includes/admin/fintecture-settings.php:105
msgid "Connection successed"
msgstr "Connexion réussie"
#: includes/class-wc-fintecture-gateway.php:28
msgid "Fintecture Payment Gateway Plug-in for WooCommerce"
msgstr "Fintecture Payment Gateway Plug-in for WooCommerce"
#: includes/class-wc-fintecture-gateway.php:153
msgid "Awaiting payment"
msgstr "En attente de paiement"
#: includes/class-wc-fintecture-gateway.php:186
msgid "An error occurred while processing your request"
msgstr "Une erreur s’est produite lors du traitement de votre demande"
#. translators: %s is replaced with "string"
#: includes/class-wc-fintecture-gateway.php:235
msgid ""
"Error. Please enable <a target='_blank' href='%s'>CURL extension</a> in PHP. "
"<a target='_blank' href='%s'>Read here »</a>"
msgstr ""
"Erreur. Veuillez activer <a target=‘_blank’ href=‘%s’>l’extension CURL</a> "
"en PHP. <a target=‘_blank’ href=‘%s’>Lire ici »</a>"
#: includes/class-wc-fintecture-gateway.php:429
msgid "Error. Please try again."
msgstr "Erreur. Veuillez réessayer."
#: includes/class-wc-fintecture-gateway.php:447
msgid "Possible fraud."
msgstr "Fraude possible." |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/firepro/composer_file/package.json | {
"name": "firepro",
"version": "0.1.0",
"description": "Example block written with ESNext standard and JSX support – build step required.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "node compile/compile.js && wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/scripts": "^12.1.1",
"raw-loader": "^4.0.2"
},
"dependencies": {
"@wordpress/media-utils": "^1.18.0"
}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/firmasite-members-menu/translation_file/languages/firmasite-members-menu-tr_TR.po | msgid ""
msgstr ""
"Project-Id-Version: FirmaSite Members Menu v1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2013-08-14 14:06:08+0000\n"
"Last-Translator: admin <[email protected]>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: CSL v1.x\n"
"X-Poedit-Language: Turkish\n"
"X-Poedit-Country: TURKEY\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-Bookmarks: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes"
#. translators: plugin header field 'Name'
#: init.php:0
#: init.php:13
#@ firmasite-members-menu
msgid "FirmaSite Members Menu"
msgstr "FirmaSite Üyelere Özel Menü"
#. translators: plugin header field 'PluginURI'
#: init.php:0
#@ firmasite-members-menu
msgid "http://theme.firmasite.com/"
msgstr ""
#. translators: plugin header field 'Description'
#: init.php:0
#: init.php:14
#@ firmasite-members-menu
msgid "You can select alternative menus for showing only to the logged in members."
msgstr "Sadece üyelere gösterilecek alternatif menü seçebilirsiniz."
#. translators: plugin header field 'Author'
#: init.php:0
#@ firmasite-members-menu
msgid "Ünsal Korkmaz"
msgstr ""
#. translators: plugin header field 'AuthorURI'
#: init.php:0
#@ firmasite-members-menu
msgid "http://unsalkorkmaz.com"
msgstr ""
#. translators: plugin header field 'Version'
#: init.php:0
#@ firmasite-members-menu
msgid "1.0"
msgstr ""
#: init.php:24
#@ firmasite-members-menu
msgid " (Members Only)"
msgstr "(Üyelere Özel)" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/firmasite-options/translation_file/languages/firmasite-options-tr_TR.po | msgid ""
msgstr ""
"Project-Id-Version: FirmaSite Options v1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2013-09-08 20:06:05+0000\n"
"Last-Translator: admin <[email protected]>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: CSL v1.x\n"
"X-Poedit-Language: Turkish\n"
"X-Poedit-Country: TURKEY\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-Bookmarks: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes"
#: theme-options/firmasite-font.php:39
#, php-format
#@ firmasite-options
msgid "Only <strong>%s</strong> supported fonts are displaying. You can modify font filter for supporting your language!"
msgstr ""
#: theme-options/firmasite-font.php:40
#@ firmasite-options
msgid "Font:"
msgstr ""
#: theme-options/firmasite-layout.php:27
#@ firmasite-options
msgid "Layout"
msgstr ""
#: theme-options/firmasite-layout.php:31
#@ firmasite-options
msgid "Content - Sidebar"
msgstr ""
#: theme-options/firmasite-layout.php:32
#@ firmasite-options
msgid "Sidebar - Content"
msgstr ""
#: theme-options/firmasite-layout.php:33
#@ firmasite-options
msgid "Only Content. No sidebar (Short)"
msgstr ""
#: theme-options/firmasite-layout.php:34
#@ firmasite-options
msgid "Only Content. No sidebar (Long)"
msgstr ""
#: theme-options/firmasite-loop-style.php:27
#@ firmasite-options
msgid "Loop Style"
msgstr ""
#: theme-options/firmasite-loop-style.php:31
#@ firmasite-options
msgid "Ordered List"
msgstr ""
#: theme-options/firmasite-loop-style.php:32
#@ firmasite-options
msgid "Ordered List (Excerpt)"
msgstr ""
#: theme-options/firmasite-loop-style.php:33
#@ firmasite-options
msgid "Vertical List (Excerpt)"
msgstr ""
#: theme-options/firmasite-style.php:40
#@ firmasite-options
msgid "Theme Style"
msgstr ""
#. translators: plugin header field 'Name'
#: theme-options.php:0
#@ firmasite-options
msgid "FirmaSite Options"
msgstr ""
#. translators: plugin header field 'PluginURI'
#: theme-options.php:0
#@ firmasite-options
msgid "http://firmasite.com"
msgstr ""
#. translators: plugin header field 'Description'
#: theme-options.php:0
#@ firmasite-options
msgid "This plugin provides theme display options for users & visitors."
msgstr ""
#. translators: plugin header field 'Author'
#: theme-options.php:0
#@ firmasite-options
msgid "Ünsal Korkmaz"
msgstr ""
#. translators: plugin header field 'AuthorURI'
#: theme-options.php:0
#@ firmasite-options
msgid "http://unsalkorkmaz.com"
msgstr ""
#. translators: plugin header field 'Version'
#: theme-options.php:0
#@ firmasite-options
msgid "1.0"
msgstr ""
#: theme-options.php:43
#@ firmasite-options
msgid "You can change some options and watch the theme's magic :)"
msgstr "" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/firstform/translation_file/languages/firstform-ja.po | # Copyright (C) 2015 FirstForm
# This file is distributed under the same license as the FirstForm package.
msgid ""
msgstr ""
"Project-Id-Version: FirstForm 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/firstform\n"
"POT-Creation-Date: 2015-06-13 05:00:00+00:00\n"
"PO-Revision-Date: 2015-06-13 14:04+0900\n"
"Last-Translator: fnotes <[email protected]>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n"
#: firstform.php:468 firstform.php:469
msgid "inquiry"
msgstr "問い合わせ"
#: firstform.php:476 firstform.php:477
msgid "shortcode"
msgstr "ショートコード"
#: firstform.php:506
msgid "Configuration"
msgstr "環境設定"
#: firstform.php:508
msgid "Change was preserved."
msgstr "変更を保存しました。"
#: firstform.php:514
msgid "Attachment preservation directory"
msgstr "添付ファイル保管ディレクトリ"
#: firstform.php:520
msgid "Operation at the time of acceptance completion"
msgstr "受付完了時の動作"
#: firstform.php:524
msgid "URL to move (no movement in the blank)"
msgstr "移動させるURL(空欄で移動なし)"
#: firstform.php:528
msgid "Display"
msgstr "表示"
#: firstform.php:538
msgid "Mail settings for the user at the time of acceptance"
msgstr "受付時のユーザー用メール設定"
#: firstform.php:542
msgid "From address (no transmitted in blank)"
msgstr "送信元アドレス(空欄で送信なし)"
#: firstform.php:546
msgid "Sender's name"
msgstr "送信者名"
#: firstform.php:550 firstform.php:569
msgid "Subject (no transmitted in blank)"
msgstr "件名(空欄で送信なし)"
#: firstform.php:554 firstform.php:573
msgid "Body of letter"
msgstr "本文"
#: firstform.php:559 firstform.php:578
msgid "#FORM_CONTENT# is replaced the users input"
msgstr "#FORM_CONTENT# でユーザの入力を置き換え"
#: firstform.php:565
msgid "Mail settings for the reception at the time of administrator"
msgstr "受付時の管理者用メール設定"
#: firstform.php:585
msgid "Save"
msgstr "保存する"
#: firstform.php:605
msgid "Shortcode"
msgstr "ショートコード"
#: firstform.php:609
msgid "Base"
msgstr "基本構成"
#: firstform.php:618
msgid "Form Items"
msgstr "フォーム項目"
#: firstform.php:622
msgid "text"
msgstr "テキスト入力欄"
#: firstform.php:623
msgid "radio"
msgstr "ラジオボタン"
#: firstform.php:624
msgid "checkbox"
msgstr "チェックボックス"
#: firstform.php:625
msgid "select"
msgstr "ドロップダウン"
#: firstform.php:626
msgid "textarea"
msgstr "複数行テキスト入力欄"
#: firstform.php:627 firstform.php:755
msgid "file"
msgstr "ファイル"
#: firstform.php:628
msgid "submit"
msgstr "送信ボタン"
#: firstform.php:629
msgid "reset"
msgstr "リセットボタン"
#: firstform.php:630
msgid "button"
msgstr "ボタン"
#: firstform.php:631
msgid "hidden"
msgstr "隠しデータ"
#: firstform.php:635
msgid "No check"
msgstr "チェックなし"
#: firstform.php:636
msgid "required"
msgstr "必須"
#: firstform.php:637 firstform.php:743 firstform.php:764
msgid "email"
msgstr "メールアドレス"
#: firstform.php:638
msgid "zip"
msgstr "郵便番号"
#: firstform.php:639
msgid "tel"
msgstr "電話番号"
#: firstform.php:640
msgid "numeric"
msgstr "数値"
#: firstform.php:641
msgid "alphanumeric"
msgstr "英数字"
#: firstform.php:644
msgid "Name element"
msgstr "name要素"
#: firstform.php:649
msgid "addcode"
msgstr "追加コード"
#: firstform.php:652
msgid "Code, posts, can be installed fixed page, the widget."
msgstr "コードは投稿、固定ページ、ウィジェットに設置できます。"
#: firstform.php:653
msgid "Add"
msgstr "追加"
#: firstform.php:658
msgid "Specification"
msgstr "仕様など"
#: firstform.php:661
msgid "[fform_area] or [fform_multi_area] is start"
msgstr "[fform_area] または [fform_multi_area] で開始"
#: firstform.php:662
msgid "[/fform_area] or [/fform_multi_area] is end"
msgstr "[/fform_area] または [/fform_multi_area] で終了"
#: firstform.php:665
msgid ""
"options=\"\" is set of choices, :separated choices, ,separated value,display "
"(optional)"
msgstr "options=\"\" で選択肢、:区切りで選択肢、,区切りでvalue,表示(省略可)"
#: firstform.php:668
msgid "name=\"name*\" is arranging a plurality of the same item"
msgstr "name=\"name*\" で同じ項目を複数配置可能"
#: firstform.php:671
msgid "ext=\".jpg,.png,.gif\" is file extension limit"
msgstr "ext=\".jpg,.png,.gif\" でファイル拡張子制限"
#: firstform.php:672
msgid "ext_message=\"\" is warning statement"
msgstr "ext_message=\"\" で警告文を設定"
#: firstform.php:673
msgid "size=number is file size limit"
msgstr "size=数値 でファイルサイズ制限"
#: firstform.php:674
msgid "size_message=\"\" is warning statement"
msgstr "size_message=\"\" で警告文を設定"
#: firstform.php:677
msgid "[fform caution] is display error"
msgstr "[fform caution] でエラーを表示"
#: firstform.php:678
msgid "message=\"\" is warning statement"
msgstr "message=\"\" で警告文を設定"
#: firstform.php:679
msgid "confirm=\"\" is confirm button value"
msgstr "confirm=\"\" で確認ボタンの表記"
#: firstform.php:680
msgid "tomail is destination"
msgstr "tomail でその入力欄を送信先に"
#: firstform.php:683
msgid "Configurable, such as id=\"\" class=\"\""
msgstr "id=\"\" class=\"\" などの設定可"
#: firstform.php:736
msgid "inquiry list"
msgstr "お問い合わせリスト"
#: firstform.php:738
msgid "the relevant data was removed"
msgstr "該当データを削除しました。"
#: firstform.php:743 firstform.php:764
msgid "inquiryNo"
msgstr "問合せ番号"
#: firstform.php:743 firstform.php:764
msgid "page"
msgstr "page"
#: firstform.php:743 firstform.php:764
msgid "content"
msgstr "内容"
#: firstform.php:743 firstform.php:764
msgid "attachment"
msgstr "添付"
#: firstform.php:743 firstform.php:764
msgid "IP address"
msgstr "IP"
#: firstform.php:743 firstform.php:764
msgid "created date"
msgstr "受付日時"
#: firstform.php:768
msgid "delete"
msgstr "削除する"
#. Plugin Name of the plugin/theme
msgid "FirstForm"
msgstr "FirstForm"
#. Plugin URI of the plugin/theme
msgid "http://wp.first-notes.com/"
msgstr "http://wp.first-notes.com/"
#. Description of the plugin/theme
msgid "inquiryForm"
msgstr "問い合わせフォームをショートコードで簡単作成"
#. Author of the plugin/theme
msgid "fnotes"
msgstr "fnotes"
#. Author URI of the plugin/theme
msgid "http://first-notes.com/"
msgstr "http://first-notes.com/" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/five-minute-webshop/translation_file/languages/wp-stripe-bancontact-nl_BE.po | # Blank WordPress Pot
# Copyright 2014 ...
# This file is distributed under the GNU General Public License v3 or later.
msgid ""
msgstr ""
"Project-Id-Version: WP Stripe Bancontact Pot v1.0.0\n"
"Report-Msgid-Bugs-To: Translator Name <[email protected]>\n"
"POT-Creation-Date: 2020-05-22 16:27+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: Rutger De Wilde <[email protected]>\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
"X-Poedit-Basepath: ..\n"
"X-Generator: Poedit 2.3\n"
"X-Poedit-SearchPath-0: .\n"
#: includes/class-wp-stripe-bancontact.php:155
msgid "Manage Products"
msgstr "Artikels Beheren"
#: includes/class-wp-stripe-bancontact.php:158
#: includes/pages/add_product.php:14
msgid "Add Product"
msgstr "Artikel Toevoegen"
#: includes/class-wp-stripe-bancontact.php:161
#: includes/pages/edit_coupon.php:12 includes/pages/edit_product.php:27
msgid "Edit Product"
msgstr "Artikel Bewerken"
#: includes/class-wp-stripe-bancontact.php:164
#: includes/pages/settings_orders.php:8
msgid "Manage Orders"
msgstr "Orders Beheren"
#: includes/class-wp-stripe-bancontact.php:167
msgid "Manage Coupons"
msgstr "Coupons Beheren"
#: includes/class-wp-stripe-bancontact.php:170 includes/pages/add_coupon.php:7
msgid "Add Coupon"
msgstr "Coupon Toevoegen"
#: includes/class-wp-stripe-bancontact.php:173
msgid "Edit Coupon"
msgstr "Coupon Bewerken"
#: includes/class-wp-stripe-bancontact.php:176
#: includes/class-wp-stripe-bancontact.php:353
#: includes/pages/settings_shipping.php:58
msgid "Shipping"
msgstr "Verzending"
#: includes/class-wp-stripe-bancontact.php:181
msgid "Settings"
msgstr "Instellingen"
#: includes/class-wp-stripe-bancontact.php:286
msgid "The Five Minute Webshop plugin requires an SSL connection."
msgstr "De Five Minute Webshop plugin vereist een SSL verbinding."
#: includes/class-wp-stripe-bancontact.php:292
msgid ""
"You need to connect to Stripe to use the Five Minute Webshop plugin. You can "
"do this in the "
msgstr ""
"Je dient te verbinden met Stripe alvorens je de Five Minute Webshop plugin "
"kan gebruiken. Je kan dit doen in de "
#: includes/class-wp-stripe-bancontact.php:292
msgid "settings"
msgstr "instellingen"
#: includes/class-wp-stripe-bancontact.php:319
msgid "Something went wrong. Please contact site administrator."
msgstr "Er is iets misgelopen, contacteer aub de site administrator."
#: includes/class-wp-stripe-bancontact.php:320
msgid ""
"Something went wrong checking your payment. Please check your email for "
"order confirmation."
msgstr ""
"Er is iets misgelopen bij het controleren van de betaling. Gelieve jouw "
"email te controleren voor de order bevestiging."
#: includes/class-wp-stripe-bancontact.php:321
msgid "We're sorry but your payment was not successful. Please try again."
msgstr ""
"Het spijt ons maar de betaling is niet geslaagd. Probeer het alsjeblieft "
"opnieuw."
#: includes/class-wp-stripe-bancontact.php:322
msgid "Your order was canceled. "
msgstr "Uw order werd geannuleerd. "
#: includes/class-wp-stripe-bancontact.php:323
msgid "Payment Successful!"
msgstr "Betaling geslaagd!"
#: includes/class-wp-stripe-bancontact.php:324
msgid "You are being redirected to the home page"
msgstr "Je wordt nu doorverwezen naar de homepagina"
#: includes/class-wp-stripe-bancontact.php:325
msgid "Rechecking Payment"
msgstr "Betaling opnieuw controleren"
#: includes/class-wp-stripe-bancontact.php:326
#: includes/components/class-wp-sb-list-table-coupons.php:64
#: includes/components/class-wp-sb-list-table-products.php:66
#: includes/pages/edit_product.php:24 includes/pages/settings_shipping.php:34
msgid "Delete"
msgstr "Verwijderen"
#: includes/class-wp-stripe-bancontact.php:327
msgid "Are you sure you want to delete this product?"
msgstr "Bent u zeker dat u dit artikel wilt verwijderen?"
#: includes/class-wp-stripe-bancontact.php:328
msgid "You must set a code"
msgstr "Een code is verplicht"
#: includes/class-wp-stripe-bancontact.php:329
msgid "you must set either a fixed amount or a percentage"
msgstr "je moet ofwel een vast bedrag, ofwel een percentage ingeven"
#: includes/class-wp-stripe-bancontact.php:330
msgid "you must set either a fixed amount or a percentage, not both"
msgstr ""
"je moet ofwel een vast bedrag, ofwel een percentage ingeven, maar niet beiden"
#: includes/class-wp-stripe-bancontact.php:331
msgid "Fixed amount must be numeric"
msgstr "Het vast bedrag dient numeriek te zijn"
#: includes/class-wp-stripe-bancontact.php:332
msgid "Percentage must be numeric"
msgstr "Het percentage dient numeriek te zijn"
#: includes/class-wp-stripe-bancontact.php:333
msgid "you must set a quantity"
msgstr "je moet een aantal ingeven"
#: includes/class-wp-stripe-bancontact.php:334
msgid "Quantity must be numeric"
msgstr "Aantal dient numeriek te zijn"
#: includes/class-wp-stripe-bancontact.php:335
msgid "Coupon"
msgstr "Coupon"
#: includes/class-wp-stripe-bancontact.php:336
msgid "Coupon has been used up"
msgstr "Coupon is opgebruikt"
#: includes/class-wp-stripe-bancontact.php:337
msgid "Coupon has expired"
msgstr "Coupon is vervallen"
#: includes/class-wp-stripe-bancontact.php:338
msgid "Please provide a coupon code"
msgstr "Gelieve een coupon code in te geven"
#: includes/class-wp-stripe-bancontact.php:339
msgid "Coupon code invalid"
msgstr "Coupon code is ongeldig"
#: includes/class-wp-stripe-bancontact.php:340
msgid "Are you sure you want to delete this coupon?"
msgstr "Bent u zeker dat u deze coupon wilt verwijderen?"
#: includes/class-wp-stripe-bancontact.php:341
msgid "Select image to upload"
msgstr "Selecteer een afbeelding om te uploaden"
#: includes/class-wp-stripe-bancontact.php:342
msgid "Use this image"
msgstr "Gebruik deze afbeelding"
#: includes/class-wp-stripe-bancontact.php:343
msgid "Copied!"
msgstr "Gekopiëerd!"
#: includes/class-wp-stripe-bancontact.php:344
msgid "Account Connected"
msgstr "Account Geconnecteerd"
#: includes/class-wp-stripe-bancontact.php:345
#: includes/components/class-wp-sb-list-table-orders.php:20
#: includes/pages/edit_product.php:17 includes/shortcodes/class-checkout.php:40
msgid "Name"
msgstr "Naam"
#: includes/class-wp-stripe-bancontact.php:346
#: includes/pages/edit_product.php:21
msgid "Unit Of Measure"
msgstr "Eenheid"
#: includes/class-wp-stripe-bancontact.php:347
#: includes/pages/edit_product.php:19
msgid "Value"
msgstr "Waarde"
#: includes/class-wp-stripe-bancontact.php:348
msgid "Less Info"
msgstr "Minder Info"
#: includes/class-wp-stripe-bancontact.php:349
#: includes/shortcodes/class-simple-product.php:44
msgid "More Info"
msgstr "Meer Info"
#: includes/class-wp-stripe-bancontact.php:350
#: includes/pages/settings_shipping.php:31
#: includes/pages/settings_shipping.php:64
msgid "Shipping Cost"
msgstr "Verzendingskost"
#: includes/class-wp-stripe-bancontact.php:351
#: includes/pages/settings_shipping.php:32
#: includes/pages/settings_shipping.php:65
msgid "Cost"
msgstr "Kost"
#: includes/class-wp-stripe-bancontact.php:352
msgid "Saved"
msgstr "Opgeslagen"
#: includes/class-wp-stripe-bancontact.php:354
msgid "Free Shipping"
msgstr "Gratis Verzending"
#: includes/class-wp-stripe-bancontact.php:355
msgid "We're sorry, we do not offer shipping to your country."
msgstr "Het spijt ons, wij bieden geen verzending naar jouw land aan."
#: includes/components/class-wp-sb-list-table-coupons.php:15
#: includes/pages/add_coupon.php:12 includes/pages/add_coupon.php:13
#: includes/pages/edit_coupon.php:17 includes/pages/edit_coupon.php:18
msgid "Code"
msgstr "Code"
#: includes/components/class-wp-sb-list-table-coupons.php:16
#: includes/pages/add_coupon.php:17 includes/pages/add_coupon.php:18
#: includes/pages/edit_coupon.php:21 includes/pages/edit_coupon.php:22
msgid "Fixed Amount"
msgstr "Vast Bedrag"
#: includes/components/class-wp-sb-list-table-coupons.php:17
#: includes/pages/add_coupon.php:22 includes/pages/add_coupon.php:23
#: includes/pages/edit_coupon.php:25 includes/pages/edit_coupon.php:26
msgid "Percentage"
msgstr "Percentage"
#: includes/components/class-wp-sb-list-table-coupons.php:18
#: includes/pages/add_coupon.php:27 includes/pages/add_coupon.php:28
#: includes/pages/edit_coupon.php:29 includes/pages/edit_coupon.php:30
msgid "Total Quantity"
msgstr "Totale Hoeveelheid"
#: includes/components/class-wp-sb-list-table-coupons.php:19
msgid "Quantity Remaining"
msgstr "Resterende Hoeveelheid"
#: includes/components/class-wp-sb-list-table-orders.php:21
#: includes/shortcodes/class-checkout.php:41
msgid "Email"
msgstr "Email"
#: includes/components/class-wp-sb-list-table-orders.php:22
msgid "Amount"
msgstr "Bedrag"
#: includes/components/class-wp-sb-list-table-orders.php:23
msgid "Date"
msgstr "Datum"
#: includes/components/class-wp-sb-list-table-orders.php:24
msgid "Type"
msgstr "Type"
#: includes/components/class-wp-sb-list-table-orders.php:25
msgid "Status"
msgstr "Status"
#: includes/components/class-wp-sb-list-table-orders.php:75
msgid "Stripe payment"
msgstr "Stripe betaling"
#: includes/components/class-wp-sb-list-table-products.php:17
#: includes/pages/add_product.php:27 includes/pages/add_product.php:28
#: includes/pages/edit_product.php:40 includes/pages/edit_product.php:41
msgid "Title"
msgstr "Titel"
#: includes/components/class-wp-sb-list-table-products.php:18
#: includes/pages/add_product.php:37 includes/pages/add_product.php:38
#: includes/pages/edit_product.php:50 includes/pages/edit_product.php:51
msgid "Unit Price"
msgstr "Eenheidsprijs"
#: includes/components/class-wp-sb-list-table-products.php:19
#: includes/pages/add_product.php:42 includes/pages/add_product.php:43
#: includes/pages/edit_product.php:55 includes/pages/edit_product.php:56
msgid "VAT Percentage"
msgstr "BTW Percentage"
#: includes/components/class-wp-sb-list-table-products.php:20
msgid "Shortcode"
msgstr "Shortcode"
#: includes/components/class-wp-sb-list-table-products.php:67
#: includes/pages/edit_coupon.php:33 includes/pages/edit_product.php:68
msgid "Edit"
msgstr "Bewerken"
#: includes/components/class-wp-sb-list-table-products.php:73
msgid "Copy to clipboard"
msgstr "Kopiëer naar klembord"
#: includes/functions/functions.php:56
msgid "Order Confirmation From "
msgstr "Order Bevestiging Van "
#: includes/functions/functions.php:58
msgid "TEST Order Confirmation From "
msgstr "TEST Order Bevestiging Van "
#: includes/functions/functions.php:68
msgid "Dear "
msgstr "Beste "
#: includes/functions/functions.php:69
msgid ""
"We are pleased to confirm we have received your order of the following "
"items: "
msgstr ""
"We kunnen u met plezier bevestigen dat we het order van de volgende artikels "
"goed ontvangen hebben: "
#: includes/functions/functions.php:77
msgid "Quantity"
msgstr "Hoeveelheid"
#: includes/functions/functions.php:82
msgid "Order status: "
msgstr "Order status: "
#: includes/functions/functions.php:83
msgid "Payment received"
msgstr "Betaling ontvangen"
#: includes/functions/functions.php:84
msgid "Thank you for your order!"
msgstr "Bedankt voor jouw order!"
#: includes/functions/functions.php:85
msgid "Sincerely,"
msgstr "Met vriendelijke groeten,"
#: includes/functions/functions.php:87
msgid "powered by "
msgstr "powered by "
#: includes/libraries/class-wp-list-table.php:169
msgid "List View"
msgstr "Lijst weergave"
#: includes/libraries/class-wp-list-table.php:170
msgid "Excerpt View"
msgstr "Uittreksel weergave"
#: includes/libraries/class-wp-list-table.php:335
msgid "No items found."
msgstr "Geen artikels gevonden."
#: includes/libraries/class-wp-list-table.php:464
msgid "Select bulk action"
msgstr "Selecteer bulk actie"
#: includes/libraries/class-wp-list-table.php:466
msgid "Bulk Actions"
msgstr "Bulk Acties"
#: includes/libraries/class-wp-list-table.php:476
msgid "Apply"
msgstr "Toepassen"
#: includes/libraries/class-wp-list-table.php:528
#: includes/libraries/class-wp-list-table.php:1350
msgid "Show more details"
msgstr "Toon meer details"
#: includes/libraries/class-wp-list-table.php:596
msgid "Filter by date"
msgstr "Filteren op datum"
#: includes/libraries/class-wp-list-table.php:598
msgid "All dates"
msgstr "Alle datums"
#: includes/libraries/class-wp-list-table.php:613
#, php-format
msgid "%1$s %2$d"
msgstr "%1$s %2$d"
#: includes/libraries/class-wp-list-table.php:664
#, php-format
msgid "%s comment"
msgid_plural "%s comments"
msgstr[0] "%s opmerking"
msgstr[1] "%s opmerkingen"
#: includes/libraries/class-wp-list-table.php:665
#, php-format
msgid "%s approved comment"
msgid_plural "%s approved comments"
msgstr[0] "%s goedgekeurde opmerking"
msgstr[1] "%s goedgekeurde opmerkingen"
#: includes/libraries/class-wp-list-table.php:666
#, php-format
msgid "%s pending comment"
msgid_plural "%s pending comments"
msgstr[0] "%s openstaande opmerking"
msgstr[1] "%s openstaande opmerkingen"
#: includes/libraries/class-wp-list-table.php:672
#: includes/libraries/class-wp-list-table.php:694
#: includes/libraries/class-wp-list-table.php:717
msgid "No comments"
msgstr "Geen opmerkingen"
#: includes/libraries/class-wp-list-table.php:694
msgid "No approved comments"
msgstr "Geen goedgekeurde opmerkingen"
#: includes/libraries/class-wp-list-table.php:717
msgid "No pending comments"
msgstr "Geen openstaande opmerkingen"
#: includes/libraries/class-wp-list-table.php:793
#: includes/libraries/class-wp-list-table.php:1374
#, php-format
msgid "%s item"
msgid_plural "%s items"
msgstr[0] "%s artikel"
msgstr[1] "%s artikels"
#: includes/libraries/class-wp-list-table.php:830
msgid "First page"
msgstr "Eerste pagina"
#: includes/libraries/class-wp-list-table.php:841
msgid "Previous page"
msgstr "Vorige pagina"
#: includes/libraries/class-wp-list-table.php:848
#: includes/libraries/class-wp-list-table.php:852
msgid "Current Page"
msgstr "Huidige pagina"
#: includes/libraries/class-wp-list-table.php:858
#, php-format
msgctxt "paging"
msgid "%1$s of %2$s"
msgstr "%1$s van %2$s"
#: includes/libraries/class-wp-list-table.php:866
msgid "Next page"
msgstr "Volgende pagina"
#: includes/libraries/class-wp-list-table.php:877
msgid "Last page"
msgstr "Laatste pagina"
#: includes/libraries/class-wp-list-table.php:1099
msgid "Select All"
msgstr "Selecteer alles"
#: includes/pages/add_coupon.php:32
msgid "Expiration Date"
msgstr "Vervaldatum"
#: includes/pages/add_coupon.php:37 includes/pages/add_product.php:54
msgid "Add"
msgstr "Toevoegen"
#: includes/pages/add_product.php:22 includes/pages/edit_product.php:35
msgid "Upload image"
msgstr "Afbeelding uploaden"
#: includes/pages/add_product.php:32 includes/pages/add_product.php:33
#: includes/pages/edit_product.php:45 includes/pages/edit_product.php:46
msgid "Description"
msgstr "Omschrijving"
#: includes/pages/add_product.php:47 includes/pages/edit_product.php:60
#: includes/shortcodes/class-simple-product.php:49
msgid "Specifications"
msgstr "Specificaties"
#: includes/pages/add_product.php:49 includes/pages/edit_product.php:63
msgid "Add Specification"
msgstr "Specificatie toevoegen"
#: includes/pages/cart.php:13
msgid "VAT included"
msgstr "BTW inclusief"
#: includes/pages/cart.php:14
msgid "There are no items in the shopping cart"
msgstr "Geen artikels gevonden in het winkelmandje"
#: includes/pages/general_settings.php:30
msgid ""
"This plugin requires an SSL connection. Without SSL you cannot connect to "
"stripe and cannot process payments."
msgstr ""
"Deze plugin vereist een SSL connectie. Zonder SSL kan je niet verbinden met "
"stripe en kan je geen betalingen ontvangen."
#: includes/pages/general_settings.php:38
msgid "You are currently connected to Stripe, click here to disconnect."
msgstr ""
"Je bent momenteel verbonden met Stripe, klik hier om de verbinding te "
"verbreken."
#: includes/pages/general_settings.php:38
msgid "Disconnect"
msgstr "Verbinding Verbreken"
#: includes/pages/general_settings.php:42
msgid "General settings"
msgstr "Algemene instellingen"
#: includes/pages/general_settings.php:50
msgid "Test Mode"
msgstr "Test Modus"
#: includes/pages/general_settings.php:50
msgid ""
"Test mode. if this option is checked, only the test keys will be used and "
"test data will be registered to Stripe. Check your dashboard on your stripe."
"com account. There is an option for viewing test data. Please make sure "
"everything works properly in test mode before unchecking this box. Orders in "
"test mode will not be visible in production and vice versa. You will need to "
"reconnect when going live."
msgstr ""
"Test Modus. Als deze optie is aangevinkt, zullen enkel de test keys gebruikt "
"worden en enkel testdata zal doorgestuurd worden naar Stripe. Controleer uw "
"dashboard op uw stripe.com account. U vindt er een optie voor het bekijken "
"van test data. Controleer en test alles eerst goed in test modus alvorens "
"dit uit te vinken. Bestelling in test modus zullen niet zichtbaar zijn in "
"productie en vice versa. Je zal opnieuw moeten connecteren wanneer je "
"overschakelt naar 'live'."
#: includes/pages/general_settings.php:55
msgid "Cart Icon Menu"
msgstr "Menu Winkelmandje"
#: includes/pages/general_settings.php:55
msgid ""
"The Menu where you want to place the cart icon to go to the checkout page."
msgstr ""
"Het Menu waar je het winkelmandje om naar de checkout pagina te gaan aan wil "
"toevoegen."
#: includes/pages/general_settings.php:62
msgid "Cart Icon Color"
msgstr "Kleur Winkelmandje"
#: includes/pages/general_settings.php:62
msgid "The color of the cart menu icon in hex format."
msgstr "De gewenste kleur van het winkelmandje in hex formaat."
#: includes/pages/general_settings.php:67
msgid "Checkout Cart Page"
msgstr "Checkout Winkelmandje Pagina"
#: includes/pages/general_settings.php:67
msgid ""
"The checkout cart page to redirect to when clicking the shopping cart. A "
"default page is generated on activiation of this plugin. Use the "
"[checkout_bc] shortcode to create your own."
msgstr ""
"De checkout pagina waarnaar doorverwezen wordt als op het winkelmandje "
"geklikt wordt. Er wordt een standaard pagina aangemaakt bij het activeren "
"van deze plugin. Gebruik de [checkout_bc] shortcode om je eigen pagina te "
"maken."
#: includes/pages/general_settings.php:74
msgid "Creditcard Checkout Page"
msgstr "Creditcard Checkout Pagina"
#: includes/pages/general_settings.php:74
msgid ""
"The checkout page for credit cards to redirect to when clicking the pay "
"button in the checkout page. A default page is generated on activiation of "
"this plugin. Use the [checkout_cc] shortcode to create your own."
msgstr ""
"De checkout pagina voor creditcards waarnaar doorverwezen wordt als op de "
"betalen knop in de checkout pagina geklikt wordt. Er wordt een standaard "
"pagina aangemaakt bij het activeren van deze plugin. Gebruik de "
"[checkout_cc] shortcode om je eigen pagina te maken."
#: includes/pages/general_settings.php:81
msgid "Check Payment Page"
msgstr "Controleer Betaling Pagina"
#: includes/pages/general_settings.php:81
msgid ""
"The check payment page to redirect to after payment. A default page is "
"generated on activiation of this plugin. Use the [confirmation_bc] shortcode "
"to create your own."
msgstr ""
"De controleer betaling pagina om naar door te verwijzen na de betaling. Een "
"standaard pagina wordt gegenereerd bij het activeren van deze plugin. "
"Gebruik de [confirmation_bc] shortcode om je eigen pagina te maken."
#: includes/pages/general_settings.php:88
msgid "Bcc Orders Email"
msgstr "Bcc Orders Email"
#: includes/pages/general_settings.php:88
msgid "Optional email address for you to receive confirmed orders"
msgstr "Optioneel email adres om order bevestigingen te ontvangen"
#: includes/pages/general_settings.php:95
#: includes/pages/settings_shipping.php:77
msgid "Save Changes"
msgstr "Opslaan"
#: includes/pages/settings_coupons.php:8
msgid "Manage coupons"
msgstr "Coupons beheren"
#: includes/pages/settings_coupons.php:8 includes/pages/settings_products.php:8
msgid "Add New"
msgstr "Toevoegen"
#: includes/pages/settings_coupons.php:13 includes/pages/settings_orders.php:16
#: includes/pages/settings_products.php:13
msgid "search"
msgstr "zoeken"
#: includes/pages/settings_orders.php:21
msgid ""
"You are not connected to Stripe. You can do this in the settings of this "
"plugin."
msgstr ""
"Je bent niet verbonden met Stripe. Je kan dit doen in de instellingen van "
"deze plugin."
#: includes/pages/settings_products.php:8
msgid "Manage products"
msgstr "Artikels beheren"
#: includes/pages/settings_shipping.php:63
msgid "Ship to all countries"
msgstr "Naar alle landen verzenden"
#: includes/pages/settings_shipping.php:72
msgid "Add Country"
msgstr "Land Toevoegen"
#: includes/shortcodes/class-checkout-credit-card.php:15
#: includes/shortcodes/class-checkout.php:47
msgid "Pay"
msgstr "Betalen"
#: includes/shortcodes/class-checkout.php:27
msgid "Coupon Code"
msgstr "Coupon Code"
#: includes/shortcodes/class-checkout.php:28
msgid "Validate"
msgstr "Valideer"
#: includes/shortcodes/class-checkout.php:42
msgid "Address line 1"
msgstr "Adreslijn 1"
#: includes/shortcodes/class-checkout.php:43
msgid "Address line 2"
msgstr "Adreslijn 2"
#: includes/shortcodes/class-checkout.php:44
msgid "Zip"
msgstr "Postcode"
#: includes/shortcodes/class-checkout.php:45
msgid "City"
msgstr "Plaats"
#: includes/shortcodes/class-confirmation.php:10
msgid "Checking payment "
msgstr "Betaling controleren "
#: includes/shortcodes/class-confirmation.php:11
msgid "Back to homepage"
msgstr "Terug naar de homepage"
#: includes/shortcodes/class-simple-product.php:13
msgid "Product id has the wrong format"
msgstr "Artikel id heeft het verkeerde formaat"
#: includes/shortcodes/class-simple-product.php:17
msgid "Product not found"
msgstr "Artikel niet gevonden"
#: includes/shortcodes/class-simple-product.php:60
msgid "Something went wrong, please contact site administrator."
msgstr "Er is iets misgelopen, contacteer aub de site administrator."
#~ msgid "Publishable Key"
#~ msgstr "Publishable Key"
#~ msgid ""
#~ "The publishable key from stripe. Check your dashboard on your stripe.com "
#~ "account."
#~ msgstr ""
#~ "De publishable key van Stripe. Controleer uw dashboard op uw stripe.com "
#~ "account."
#~ msgid "Secret Key"
#~ msgstr "Secret Key"
#~ msgid ""
#~ "The secret key from stripe. Check your dashboard on your stripe.com "
#~ "account."
#~ msgstr ""
#~ "De secret key van Stripe. Controleer uw dashboard op uw stripe.com "
#~ "account."
#~ msgid "Webhook Secret Key"
#~ msgstr "Webhook Secret Key"
#~ msgid ""
#~ "The webhook secret key from stripe. Check your dashboard on your stripe."
#~ "com account. You can set webhooks under the Developers section."
#~ msgstr ""
#~ "Dewebhook secret key van Stripe. Controleer uw dashboard op uw stripe.com "
#~ "account. U kan de webhooks instellen onder de rubriek Developers."
#~ msgid "Test Publishable Key"
#~ msgstr "Test Publishable Key"
#~ msgid ""
#~ "The test publishable key from stripe. Check your dashboard on your stripe."
#~ "com account."
#~ msgstr ""
#~ "De test publishable key van Stripe. Controleer uw dashboard op uw stripe."
#~ "com account."
#~ msgid "Test Secret Key"
#~ msgstr "Test Secret Key"
#~ msgid ""
#~ "The test secret key from stripe. Check your dashboard on your stripe.com "
#~ "account."
#~ msgstr ""
#~ "De test secret key van Stripe. Controleer uw dashboard op uw stripe.com "
#~ "account."
#~ msgid "Test Webhook Secret Key"
#~ msgstr "Test Webhook Secret Key"
#~ msgid ""
#~ "The test webhook secret key from stripe. Check your dashboard on your "
#~ "stripe.com account. You can set webhooks under the Developers section."
#~ msgstr ""
#~ "De test webhook secret key van Stripe. Controleer uw dashboard op uw "
#~ "stripe.com account. U kan de webhooks instellen onder de rubriek "
#~ "Developers."
#~ msgid "Add to cart"
#~ msgstr "Aan winkelmandje toevoegen" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/five-star-ratings-shortcode/composer_file/package.json | {
"name": "five-star-ratings-shortcode",
"version": "1.1.4",
"description": "This plugin adds accessible, attractive 5-star ratings anywhere on your site with a simple shortcode. The plugin uses Font Awesome icons via their SVG + JavaScript method.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile-sass": "node-sass -w assets/scss -o assets/css --output-style expanded",
"minify-css": "postcss assets/css/admin.css -o assets/css/admin.min.css -w",
"bundledDependencies": [
"fontawesome"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/seezee/Five-Star-Ratings-Plugin.git"
},
"keywords": [
"icon",
"wordpress",
"star",
"ratings",
"shortcode",
"accessible"
],
"author": "Chris J. Zähller",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/seezee/Five-Star-Ratings-Plugin/issues"
},
"homepage": "https://github.com/seezee/Five-Star-Ratings-Plugin#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"node-sass": "^4.14.1"
},
"devDependencies": {
"cssnano": "^4.1.10",
"postcss-cli": "^6.1.3"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/fiveprayer/composer_file/package.json | {
"name": "fiveprayer",
"version": "1.0.1",
"description": "Five Prayer Plugin is For Muslim WordPress Website",
"main": "index.js",
"files": [
"build",
"php",
"/FivePrayer.php"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build ",
"start:hot": "wp-scripts start --hot",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"release": "release-it"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.5",
"@wordpress/dom-ready": "^3.19.0",
"@wordpress/element": "^4.17.0",
"@wordpress/scripts": "^24.3.0",
"react-redux": "^7.1.24",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.4.0",
"styled-components": "^5.3.5",
"typescript": "^4.8.3"
},
"devDependencies": {
"@types/react-redux": "^7.1.24",
"@types/styled-components": "^5.1.26",
"release-it": "^15.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamaaldev/fiveprayer.git"
},
"keywords": [
"prayer",
"muslim",
"fiveprayer"
],
"author": "jamaaldev",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jamaaldev/fiveprayer/issues"
},
"homepage": "https://github.com/jamaaldev/fiveprayer#readme"
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/fix-api-url/translation_file/languages/fix-api-url-pt_BR.po | msgid ""
msgstr ""
"Project-Id-Version: Fix API URL 0.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\n"
"POT-Creation-Date: 2021-09-28T16:04:42-03:00\n"
"PO-Revision-Date: 2021-09-28 16:00:42-03:00\n"
"Last-Translator: Ederson Peka <[email protected]>\n"
"Language-Team: Ederson Peka <[email protected]>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-09-28T16:00:42-03:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
#. Plugin Name of the plugin
msgid "Fix API URL"
msgstr "Conserta a URL da API"
#. Plugin URI of the plugin
msgid "https://ederson.peka.nom.br"
msgstr ""
#. Description of the plugin
msgid "Uses site_url() instead of home_url() to build the API URL. Useful for having WordPress as a Headless CMS."
msgstr "Usa o método site_url() em lugar do home_url() para construir a URL da API. Útil para ter o WordPress como \"CMS Headless\"."
#. Author of the plugin
msgid "Ederson Peka"
msgstr ""
#. Author URI of the plugin
msgid "https://profiles.wordpress.org/edersonpeka/"
msgstr "" |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/fix-pay-checkout-gateway-para-wc/change_log/changelog.txt | *** Changelog ***
= 1.0.0 =
* Beta release
= 1.0.1 =
* Adicionando cancelamento da venda
= 1.0.2 =
* Adicionando validação no valor do cancelamento
= 1.0.3 =
* Ajuste no valor do cancelamento
= 1.0.4 =
* Ajustes internos para futura inserção de novos tipos de pagamento
= 1.0.5 =
* Mudança nas credenciais de configuração
= 1.0.6 =
* Ajustes campos adicionais
= 1.0.7 =
* Ajustes nas instruções do plugin |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/flash-show-and-hide-box/change_log/CHANGELOG.md | ## Change Log ##
### [1.6][1.6] ###
* Transfer ownership
### [1.5][1.5] ###
* Added: Join translate.wordpress.org
### 1.4.2.1 ###
* Tested up to: 4.4
### 1.4.2 ###
* Fixed: Notice undefined index.
### 1.4.1.1 ###
* Tested up to: 4.0
### 1.4.1 ###
* Tested up to: 3.9.1
### 1.4 ###
* Fixed: Fixed option 'load_js_at_front_page' do not work.
### 1.3.2 ###
* New: Anded settings menu in plugins page.
### 1.3 ###
* New: support UBB code to display flash.
* Fixed: Cannot display flash when without version.
### 1.2.1 ###
* Removed: Remove log info.
### 1.2 ###
* Added: Add show flash at front page option.
* Removed: Remove load js library option.
### 1.1.1 ###
* Modify: Edit JavaScript with JSHint rules.
### 1.1 ###
* Fixed: Cannot load jQuery file.
### 1.0 ###
* Initial public release.
[1.6]: https://github.com/litefeel/flash-show-and-hide-box/releases/tag/1.6
[1.5]: https://github.com/litefeel/flash-show-and-hide-box/releases/tag/1.5
[1.4.2.1]: https://github.com/litefeel/flash-show-and-hide-box/releases/tag/1.4.2.1
[1.4.2]: https://github.com/litefeel/flash-show-and-hide-box/releases/tag/1.4.2
[1.4.1]: https://github.com/litefeel/flash-show-and-hide-box/releases/tag/1.4.1 |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/flashspeed/change_log/changelog.txt | = 1.0.5 - 2022-07-03 =
* Enhancement - more consistent variable names
* Enhancement - bump WordPress and PHP version requirements
* Enhancement - cleaner URLs for preload script
* Add - Expect-CT header
= 1.0.4.3 - 2022-07-01 =
* Enhancement - additional escaping
* Fix - correct file path
= 1.0.3 - 2022-06-30 =
* Enhancement - escaping
* Enhancement - change plugin name and slug
= 1.0.2 - 2022-06-29 =
* Enhancement - prefix all options and function names
* Enhancement - add missing doc blocks
* Enhancement - change textdomain
* Update - readme.txt
= 1.0.1 - 2022-06-27 =
* First public release |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/flat-twitter/translation_file/lang/flat-twitter-en_EN.po | msgid ""
msgstr ""
"Project-Id-Version: Flat Twitter 1.0\n"
"POT-Creation-Date: 2014-12-05 15:45+0100\n"
"PO-Revision-Date: 2014-12-05 15:49+0100\n"
"Last-Translator: Lambert Mata <[email protected]>\n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../admin/lmb-flat-twitter-admin.php:69
msgid "Consumer Key"
msgstr "Consumer Key"
#: ../admin/lmb-flat-twitter-admin.php:77
msgid "Consumer Secret"
msgstr "Consumer Secret"
#: ../admin/lmb-flat-twitter-admin.php:85
msgid "Access Token"
msgstr "Access Token"
#: ../admin/lmb-flat-twitter-admin.php:93
msgid "Access Token Secret"
msgstr "Access Token Secret"
#: ../admin/lmb-flat-twitter-admin.php:101
msgid "Submit"
msgstr "Submit"
#: ../admin/lmb-flat-twitter-admin.php:110
msgid "Important"
msgstr "Important"
#: ../admin/lmb-flat-twitter-admin.php:112
msgid ""
"In order to obtain the required \"keys\" and \"tokens\", create a Twitter "
"Application at the following link.\""
msgstr ""
"In order to obtain the required \"keys\" and \"tokens\", create a Twitter "
"Application at the following link.\""
#: ../admin/lmb-flat-twitter-admin.php:138
msgid "Flat Twitter Settings"
msgstr "Flat Twitter Settings"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:22
msgid "A Widget for displaying Twitter Feeds"
msgstr "A Widget for displaying Twitter Feeds"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:61
#: ../inc/class-lmb-flat-twitter-profile-widget.php:71
msgid "Username:"
msgstr "Username:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:65
#: ../inc/class-lmb-flat-twitter-profile-widget.php:75
msgid "Your Twitter username."
msgstr "Your Twitter username."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:71
#: ../inc/class-lmb-flat-twitter-profile-widget.php:97
msgid "Widget width:"
msgstr "Widget width:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:75
#: ../inc/class-lmb-flat-twitter-profile-widget.php:101
msgid "The width in pixels (without px). The minimum width is 280px."
msgstr "The width in pixels (without px). The minimum width is 280px."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:81
msgid "Display Feeds Media:"
msgstr "Display Feeds Media:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:85
msgid "Yes"
msgstr "Yes"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:87
msgid "On click"
msgstr "On click"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:89
msgid "Hide"
msgstr "Hide"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:93
msgid "Wheter or not to show the youtube video/photo of a tweet."
msgstr "Wheter or not to show the youtube video/photo of a tweet."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:99
msgid "Enable Live Update"
msgstr "Enable Live Update"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:105
msgid "Display Feeds Border"
msgstr "Display Feeds Border"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:111
#: ../inc/class-lmb-flat-twitter-profile-widget.php:169
msgid "Avatar Style:"
msgstr "Avatar Style:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:115
#: ../inc/class-lmb-flat-twitter-profile-widget.php:125
#: ../inc/class-lmb-flat-twitter-profile-widget.php:173
msgid "Round"
msgstr "Round"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:117
#: ../inc/class-lmb-flat-twitter-profile-widget.php:127
#: ../inc/class-lmb-flat-twitter-profile-widget.php:175
msgid "Rectangular"
msgstr "Rectangular"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:125
#: ../inc/class-lmb-flat-twitter-profile-widget.php:183
msgid "Display Avatar Border"
msgstr "Display Avatar Border"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:131
#: ../inc/class-lmb-flat-twitter-profile-widget.php:189
msgid "Avatar Border Color:"
msgstr "Avatar Border Color:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:135
#: ../inc/class-lmb-flat-twitter-profile-widget.php:193
msgid "This will be ignored if the Avatar Border is not displayed."
msgstr "This will be ignored if the Avatar Border is not displayed."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:141
msgid "Tweets to Display:"
msgstr "Tweets to Display:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:145
msgid "How many tweets will be displayed."
msgstr "How many tweets will be displayed."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:151
msgid "Refresh Rate:"
msgstr "Refresh Rate:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:155
msgid "How many minutes before refreshing. The minimum is 1 minute."
msgstr "How many minutes before refreshing. The minimum is 1 minute."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:161
msgid "Feed Type:"
msgstr "Feed Type:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:165
msgid "User Timeline"
msgstr "User Timeline"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:167
msgid "Home Timeline"
msgstr "Home Timeline"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:169
msgid "Search"
msgstr "Search"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:173
msgid "User Timeline requires the username to be set."
msgstr "User Timeline requires the username to be set."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:175
msgid "Home Timeline does not require the username to be set."
msgstr "Home Timeline does not require the username to be set."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:177
msgid "Search require the search query to be set."
msgstr "Search require the search query to be set."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:183
msgid "Search Query:"
msgstr "Search Query:"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:187
msgid ""
"Please click here to find more about the Twitter available search options."
msgstr ""
"Please click here to find more about the Twitter available search options."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:372
msgid "If you choose the user timeline feed, you must specify the username!"
msgstr "If you choose the user timeline feed, you must specify the username!"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:380
msgid "If you choose the search feed, you must specify the search query!"
msgstr "If you choose the search feed, you must specify the search query!"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:408
#: ../inc/lmb-flat-twitter-feed-update.php:60
msgid "Authentication tokens not set!"
msgstr "Authentication tokens not set!"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:458
#: ../inc/class-lmb-flat-twitter-profile-widget.php:478
#: ../inc/lmb-flat-twitter-feed-update.php:110
msgid "<br>Please check the username you entered in the screen name option"
msgstr "<br>Please check the username you entered in the screen name option"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:458
#: ../inc/class-lmb-flat-twitter-profile-widget.php:478
#: ../inc/lmb-flat-twitter-feed-update.php:110
msgid "Error code: "
msgstr "Error code: "
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:460
#: ../inc/class-lmb-flat-twitter-profile-widget.php:480
#: ../inc/lmb-flat-twitter-feed-update.php:112
msgid "Could not complete the request."
msgstr "Could not complete the request."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:570
#: ../inc/lmb-flat-twitter-feed-update.php:218
msgid "An error occured while trying to retrieve data! Please refresh."
msgstr "An error occured while trying to retrieve data! Please refresh."
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:653
#: ../inc/lmb-flat-twitter-feed-update.php:298
msgid "Reply"
msgstr "Reply"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:665
#: ../inc/lmb-flat-twitter-feed-update.php:310
msgid "Retweet"
msgstr "Retweet"
#: ../inc/class-lmb-flat-twitter-feeds-widget.php:677
#: ../inc/lmb-flat-twitter-feed-update.php:322
msgid "Favorite"
msgstr "Favorite"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:23
msgid "A Widget for displaying Twitter Profiles"
msgstr "A Widget for displaying Twitter Profiles"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:26
msgid "Flat Twitter Profile"
msgstr "Flat Twitter Profile"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:81
msgid "Layout:"
msgstr "Layout:"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:85
msgid "Default"
msgstr "Default"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:87
msgid "Minimal"
msgstr "Minimal"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:89
msgid "Horizontal"
msgstr "Horizontal"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:107
msgid "Background Color:"
msgstr "Background Color:"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:115
msgid "Remove widget border."
msgstr "Remove widget border."
#: ../inc/class-lmb-flat-twitter-profile-widget.php:121
msgid "Follow Button Style:"
msgstr "Follow Button Style:"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:135
msgid "Follow Button Color:"
msgstr "Follow Button Color:"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:143
msgid "Cover Style:"
msgstr "Cover Style:"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:147
msgid "Banner"
msgstr "Banner"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:149
msgid "Color"
msgstr "Color"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:153
msgid ""
"If no banner is available, which means that you have not set any in your "
"account, the cover will try to use the cover color when defined."
msgstr ""
"If no banner is available, which means that you have not set any in your "
"account, the cover will try to use the cover color when defined."
#: ../inc/class-lmb-flat-twitter-profile-widget.php:159
msgid "Cover Color:"
msgstr "Cover Color:"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:163
msgid ""
"Note that the cover color will be applied only if the cover style is set to "
"\"Color\"."
msgstr ""
"Note that the cover color will be applied only if the cover style is set to "
"\"Color\"."
#: ../inc/class-lmb-flat-twitter-profile-widget.php:199
msgid "Display Followers Count"
msgstr "Display Followers Count"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:201
msgid "Display Following Count"
msgstr "Display Following Count"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:203
msgid "Display Tweets Count"
msgstr "Display Tweets Count"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:209
msgid "Display Bio"
msgstr "Display Bio"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:438
msgid "Please specify the Screen Name!"
msgstr "Please specify the Screen Name!"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:462
msgid "Token parameters missing! Please check your settings."
msgstr "Token parameters missing! Please check your settings."
#: ../inc/class-lmb-flat-twitter-profile-widget.php:541
msgid ""
"When horizontal layout is selected, at least one counter must be enabled!"
msgstr ""
"When horizontal layout is selected, at least one counter must be enabled!"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:604
msgid "follow"
msgstr "follow"
#: ../inc/class-lmb-flat-twitter-profile-widget.php:661
msgid "following"
msgstr "following" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/flc-forma-lms-connector/translation_file/languages/flc-forma-lms-connector-it_IT.po | msgid ""
msgstr ""
"Project-Id-Version: FLC forma.lms connector 2.0\n"
"POT-Creation-Date: 2018-11-30 15:01+0100\n"
"PO-Revision-Date: 2018-11-30 15:01+0100\n"
"Last-Translator: \n"
"Language-Team: Joint Technologies: http://www.joint-tech.it\n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-KeywordsList: gettext;dgettext:2;dcgettext:2;ngettext:1,2;"
"dngettext:2,3;dcngettext:2,3;__;___:1;___:1,2c;__ngettext:1,2;"
"__ngettext_noop:1,2;_c;_e;_ex:1,2c;_n;_n:1,2;_n_noop;_n_noop:1,2;"
"_nc:1,2;_nx;_nx:1,2,4c;_nx:4c,1,2;_nx_noop;_nx_noop:1,2,3c;"
"_nx_noop:4c,1,2;_x;_x:1,2c;esc_attr_;esc_attr__;esc_attr_e;esc_attr_x;"
"esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x;esc_html_x:1,2c;"
"n___:1,2;n___:1,2,4c;translate\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: vendor\n"
#: includes/classes/class.addonspage.php:19
msgid "Installed"
msgstr "Installate"
#: includes/classes/class.addonspage.php:30
#: includes/classes/class.addonspage.php:37
msgid "Add-on"
msgstr "Estensione"
#: includes/classes/class.addonspage.php:31
#: includes/classes/class.addonspage.php:38
msgid "Code"
msgstr "Codice"
#: includes/classes/class.addonspage.php:32
#: includes/classes/class.addonspage.php:39
msgid "Status"
msgstr "Stato"
#: includes/classes/class.addonspage.php:53
msgid "No add-on installed."
msgstr "Nessuna estensione installata."
#: includes/classes/class.addonspage.php:63 includes/plugin.php:125
msgid "Add-ons"
msgstr "Estensioni"
#: includes/classes/class.settingspage.php:23
msgid "Version"
msgstr "Versione"
#: includes/classes/class.settingspage.php:31
#: includes/classes/class.settingspage.php:177
msgid "Address"
msgstr "Indirizzo"
#: includes/classes/class.settingspage.php:42
msgid "API"
msgstr "API"
#: includes/classes/class.settingspage.php:49
#: includes/classes/class.settingspage.php:180
#: includes/entities/entity.sso.php:45
msgid "Key"
msgstr "Chiave"
#: includes/classes/class.settingspage.php:57
#: includes/classes/class.settingspage.php:183
msgid "Secret"
msgstr "Codice segreto"
#: includes/classes/class.settingspage.php:86
msgid "General"
msgstr "Generali"
#: includes/classes/class.settingspage.php:111 includes/plugin.php:124
msgid "Settings"
msgstr "Impostazioni"
#: includes/classes/class.settingspage.php:134
msgid "1.3"
msgstr "1.3"
#: includes/classes/class.settingspage.php:135
msgid "1.4"
msgstr "1.4"
#: includes/classes/class.settingspage.php:136
msgid "2.0 or greater"
msgstr "2.0 o maggiore"
#: includes/classes/class.settingspage.php:185
msgid "Missing required fields:"
msgstr "Campi obbligatori mancanti:"
#: includes/classes/class.settingspage.php:190
msgid ""
"The system is unable to communicate with forma.lms. Please check your "
"configuration."
msgstr ""
"Il sistema non è in grado di comunicare con forma.lms. Si prega di "
"controllare la configurazione."
#: includes/entities/abstract.entity.php:34
msgid "Enabled"
msgstr "Abilitato"
#: includes/entities/abstract.entity.php:53
msgid "Entity"
msgstr "Entità"
#: includes/entities/entity.sso.php:64
msgid "SSO"
msgstr "SSO"
#: includes/entities/entity.user.php:62
msgid "Users"
msgstr "Utenti"
#: includes/plugin.php:119 includes/plugin.php:120 includes/plugin.php:121
#, php-format
msgid "%s notice"
msgstr "%s avviso"
#: includes/plugin.php:119 includes/plugin.php:120 includes/plugin.php:121
#, php-format
msgid "%s notices"
msgstr "%s avvisi"
#: includes/plugin.php:123 includes/plugin.php:124 includes/plugin.php:125
msgid "FLC"
msgstr "FLC"
#: includes/plugin.php:124
#, php-format
msgid "%s - settings"
msgstr "%s - impostazioni"
#: includes/plugin.php:125
#, php-format
msgid "%s - add-ons"
msgstr "%s - estensioni" |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/flexible-widget-title/change_log/CHANGELOG.md | ### 2.0
* Add the ability to change the `[]` syntax
* Tested on wordpress 4.1.1
### 1.0.3
* Tested on wordpress 4.1.0
### 1.0.2
* Fixed [Issue#1](https://github.com/hyyan/flexible-widget-title/issues/1)
### 1.0.1
* Prevented direct access for the plugin file
### 1.0.0
* Added screenshot.png
* Added wordpress ```readme.txt``` file
###0.2.1
Avoided notice which are generated because of titles which are shorter than two chars
###0.2
* Added support for "github-updater" plugin
* Changed plugin name to ```Hyyan Flexible Widget Title```
###0.1
* Initial commit |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/flickr-me/change_log/changelog.txt | Flickr Me 1.0.0
===============
* Initial release
Flickr Me 1.0.1
===============
* The widget now fetches feeds over HTTPS to prevent mix-content warnings (Props to Nick Dery)
Flickr Me 1.0.2
===============
* Fixed undefined index errors in the widget
Flickr Me 1.0.3
===============
* Fixed PHP Strict Standard errors in the class
Flickr Me 1.0.4
===============
* Changed text domain name space and updated language files
* Added error handling when variable is an instance of WP_Error
Flickr Me 1.0.5
===============
* Updated widget to be compatible with WordPress 4.3
Flickr Me 1.0.6
===============
* Compatibility release for WordPress 4.5 |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/flickr-shortcode-importer/change_log/CHANGELOG.md | # CHANGELOG - Flickr Shortcode Importer
## master
## 2.2.3
* Changed support email address to [email protected]
* Confirm WordPress 4.7.2 compatibility
* Removed stillmaintained.com project status button
* Require Aihrus Framework version 1.2.9
* Update Axelerant FAQ links
## 2.2.2
* Samples text update
* Update readme verbiage
* Update requirements
## 2.2.1
* Require Aihrus Framework version 1.2.2
* Update store branding
## 2.2.0
* Aihrus Framework version 1.2.0
* RESOLVE static referencing of $this->flickset_id
* Update branding to Axelerant
* Update file headers
* Update tests
## 2.1.1
* Clean up 2.0.3 directories from SVN
* RESOLVE Bulk import [flickr] shortcoded media
* RESOLVE Check for photo data '_content' field
* RESOLVE Return no content in case getPhotoInfo fails
## 2.1.0
* Add option Set Descriptions
* Aihrus Framework version 1.1.4
* Clean up FAQ
* Convert TODO to https://github.com/michael-cannon/flickr-shortcode-importer/issues
* Correct [ gallery] tag inclusion
* RESOLVE PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Flickr_Shortcode_Importer::activation() should not be called statically
* RESOLVES #3 After importing via post "Import [flickr] content", it's not unchecked
* RESOLVES #4 Import of image description
* RESOLVES #5 https URLs fails
* RESOLVES #6 Migrate from FlickrManager fails?
* RESOLVES dan-coulter/phpflickr#38 unexpected 'unset'
* Revise readme installation
* Revise readme structure
* Specify a “Text Domain” and “Domain Path”
* Update file structure
* Update [PHP Wrapper for the Flickr API](https://github.com/dan-coulter/phpflickr)
* Use Codeship.io than Travis CI
## 2.0.3
* Correct support forums location
* transformmed > transformed
## 2.0.2
* Simplify `wp_enqueue_style` handling
## 2.0.1
* Add media ids to gallery shortcode insertion
* Add screenshot 14. Imported [flickr-gallery] photoset as [gallery] with media ids
* Change $2 donation request to $5
* Revise ci rules
* Travis ignore WordPress.WhiteSpace.ControlStructureSpacing - false positives
* Update &$this to $this
* Update bio
* Use https jQuery transport
## 2.0.0
* Add setting options for Flickr User ID and Images Per Page
* Coding standards updates
* Correct fsi_get_option call
* Correct label for "Import [flickr] content" checkbox
* Correct settings URL
* Escape HTML in localizations as needed
* Include [flickr-gallery] in Ajax importing
* Migrate code to updated framework
* Remove "Compatiblity" verbiage
* Remove blank descriptions from settings options
* Remove mention of premium version
* Remove most `debug_mode` checks
* Rename WP_AJAX call
* Update API
* Update CHANGELOG and TODO content
* Update POT
* Update import examples
* Update progress bar scripts and styles
* Update readme verbiage
* Use `empty` vs. `isset` checks
## 1.8.1
* Author URL update
* Copyright year update
* TODO Add media ids to gallery shortcode insertion
* Update POT
## 1.8.0
* Aihrus branding
* `fsi_save_post` condition check
* Remove in2code reference
## 1.7.11
* Init internal post_types
* Debug import routine via [ponyandmeow.com](http://ponyandmeow.com/)
* Detect for no photos in flickrset
## 1.7.10
* Post type value bug fix
## 1.7.9
* Support custom post types
* Revise admin_init to init with is_admin check
## 1.7.8
* Use admin_init
## 1.7.7
* Post [flickr] Import Widget? - Thank you Roy Halpin for the idea
## 1.7.6
* Check if function_exists for add_screen_meta_link
## 1.7.5
* Use Flickr photo id than src to consistently reload imports as needed
## 1.7.4
* Add update_fsi_options function
* Turn off force_reimport after usage
* Further test and review force_reimport
## 1.7.3
* Fix licensing relations
## 1.7.2
* Consistent `Photo by ` text string
* Rearrange attribution_link and attribution_text
* screen-meta-links endif fix
* Revise Reset heading verbiage
* Reorder options
* Enable license appending to image description
* Add image reimport option
* Make okay for WordPress 3.3
## 1.7.1
* Keep Import [flickr] content checked in page/post edit screens
## 1.7.0
* Enable importing from edit page and post screen
* Add screenshot 13
## 1.6.1
* Import Flickr video - optional rendering as video/object/embed tag using Flickr src or locally
* Add option Replace Filename with Image Title?
* Add option Image Import Size
* Reorder settings slightly
* Update settings verbiage
* Give fsi_get_options default option
* Set class description for checkbox labels
* Add option Image Link Size
* Add option Link Image to Attachment Page?
* Set fsi_get_options defaults where applicable
* Clean up options
* Remove option Image Link Size - redundant
* Add [flickr-gallery] screenshot
* Add image wrap and attribution screenshot
## 1.6.0
* Remove repeated comment
* CHANGE Don't remove first [flickr] from post by default
* Support [flickr]flickr URL[/flickr] shortcodes
* Revised video importing - Imported swf videos are no-go
* Source formatting
* Add option Skip Importing Videos
## 1.5.3
* Add add_theme_support( 'post-thumbnails' )
* Display more debug
* Verbiage updates
## 1.5.2
* Import [flickr-gallery mode="photoset" photoset="72157626986038277"] shortcode content
* Import [flickr-gallery mode="tag" tags="typo3" tag_mode="all"] shortcode content
* Import [flickr-gallery mode="interesting"] shortcode content
* Import [flickr-gallery mode="recent"] shortcode content
* Import [flickr-gallery mode="search" tags="barcamp" group_id="431412@N25"] shortcode content
## 1.5.1
* Reduce find tag greediness
## 1.5.0
* Pull in largest original source when no original secret or format exists
* Update POT
## 1.4.9
* Update languages
## 1.4.8
* Fix reset operations
## 1.4.7
* Include media and author image
## 1.4.6
* Enable Image Wrap Class
* Enable Attribution
* skip_importing_post_ids validate for integer CSV
* Use Flickr username for backlink
## 1.4.5
* Adapt for staticflickr.com URL
## 1.4.4
* Validate CSV input
* Options > Settings verbiage update
* Create top right meta links between options and import screens
* Sectionalize settings
* Create flickr link in description?
* Enable debug mode
* Edit flickr link text
## 1.4.3
* Add option Set own Flickr API key
## 1.4.2
* Add option Posts to Import
* Add option Skip Importing Post IDs...
* Add screenshots 9 & 10 for Before & After Flickr Shortcode Importer for Flickr-sourced A/IMG Tag
## 1.4.1
* Add A/IMG, Warning and FAQ updates readme
* Resolve http://wordpress.org/support/topic/flickr-shortcode-importer-plugin?replies=3#post-2283617
## 1.4.0
* Production worthy
## 1.3.5
* Rename ChangeLog to changelog.txt
* Convert Flickr sourced IMG to [flickr]
## 1.3.4
* Check for camera given photo title
* html_entity_decode photo description
* Update Options screenshot
* Put progress for a/img to shortcode conversion - moved convert_flickr_sourced_tags() into ajax_process_shortcode()
* Update readme verbiage
## 1.3.3
* Add option Default A Tag Class
## 1.3.2
* Properly call cbMkReadableStr
## 1.3.1
* Update plugin description
## 1.3.0
* Fix over zealous replacement of content for A/IMG tag to [flickr] conversion
* Use cbMkReadableStr to pretty print media filenames as a title as needed
* Update Options screenshot
* Replace preg_match_all with explode and preg_match to handle single line of many A/IMG tags
* Line break after shortcodes to ensure proper reading by WordPress
* Add option Default Image Alignment
* Add option Default Image Size
* Add warnings to readme
* Import Flickr-based A/IMG tags
* Set get_shortcode_size default to medium
* Add Estimated time required to import notice
## 1.2.0
* Add option Set Captions
* Add option Force Set Featured Image
* Add option Make Nice Image Title?
* Allow 2 minutes per photo import before timing out
* Add Flickr Shortcode Importer before & after screenshots for [flickrset]
* Import [flickrset] shortcode content
## 1.1.0
* Add Flickr Shortcode Importer Options screenshot
* Add option Remove First Flickr Shortcode
* Add option to setting Featured Image or not
* Add import page link to options page
* Add conversion limit option
* Polish up About Flickr Shortcode Importer section
* Add text domain
* Rename class.settings.php to class.options.php
* Add [flickr] Options link to [flickr] Import page
* Add icon to [flickr] Import page
* Flickr Shortcode Importer Options page added
* [flickr] Options linked from Plugins
* Update pot file
* Remove old settings file
* Use Alison Barret's class My_Theme_Options
* Add ob_settings.php options page helper for using Settings API
* TODO video import
* Backup or reversion reminders
## 1.0.1
* Replace duplicate lookup by guid with _flickr_src in postmeta
* RenderVideo via FlickrManager code
* Remove [flickr] lookup LIMIT
## 1.0.0
* Initial release for production use
## 0.1.0
* Initial release for production testing
* Prep for further production testing;
* Remove import LIMIT;
* Turn off duplicate handling due to being unable to process guid setting or recall;
* Remove unused helper files;
* Add screenshots;
* Set version 0.1.0;
* Correct featured image setting and first_image removal handling;
* Prevent duplicate [flickr] imports;
* Revise readme content;
* Handle featured image setting;
* Remove first [flickr] from post_content;
* Correct [flickr] replacement for attachment links
* Load phpFlickr;
* In test mode;
* Verbiage updates;
* Process shortcode via do_shortcode;
* Readme thank you
* Update method names for FSI;
* Remove unused methods;
* Begin post pulling with [flickr];
* Set 5-minute time limit per post;
* Update verbiage for FSI usage
* UL shortcode samples
* Update for coding standard;
* Disallow production use
* Set version 0.0.0
* Domain text;
* Add language
* Don't Use Text
* Add PHPFlickr library;
* Add FlickManager reference
* Update verbiage to Flickr Shortcode Importer;
* Ignore options for now
## 0.0.1
* Initial code release |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/flickr-zoom-badge/translation_file/flickr-zoom-badge-da_DK.po | # Flickr Zoom Badge
# Copyright (C) 2009 Morten Hybye Frederiksen
# This file is distributed under the same license as the plugin itself.
# Morten Høybye Frederiksen <[email protected]>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: flickr-zoom-badge 1.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/flickr-zoom-badge\n"
"POT-Creation-Date: 2009-08-30 21:42+0000\n"
"PO-Revision-Date: 2009-08-31 20:33+0100\n"
"Last-Translator: Morten Høybye Frederiksen <[email protected]>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: flickr-zoom-badge.php:169
msgid "Title"
msgstr "Titel"
#: flickr-zoom-badge.php:170
msgid "Flickr ID"
msgstr "Flickr-ID"
#: flickr-zoom-badge.php:171
msgid "Tags (separated by commas)"
msgstr "Tags (adskilt med komma)"
#: flickr-zoom-badge.php:179
#: flickr-zoom-badge.php:180
msgid "Flickr Zoom Badge"
msgstr "Flickr Zoom Badge"
#. Description of an extension
msgid "Show photos from Flickr based on user and/or tag(s), with zoom effect without using Flash."
msgstr "Vis billeder fra Flickr baseret på bruger og/eller tags, med zoom-effekt uden brug af Flash." |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/flickrtips/change_log/changelog.txt | == 1.6 released 2009-05-17
* added support for Flickr Group Pool URLs
== 1.5 released 2008-08-12
* new Flickr API connection code that doesn't depend on PHP allow_url_fopen setting
== 1.4 released 2008-07-24
* fixed bug that broke FlickrTips when WordPress URL and Blog URL are different
* verified working with WordPress 2.6
== 1.3.1 released 2007-09-03
* fixed fatal typo that caused plugin not to work (except on my server, of course). Sorry!
* same fix applied to 1.3 code
== 1.3 released 2007-09-02 ==
* added support for direct links to image URLs (jpg, gif, png)
== 1.2.1 released 2007-09-02 ==
* fixed bug with non-English characters in Flickr tags
== 1.2 released 2007-04-16 ==
* added tags URL support: http://flickr.com/<user>/tags/<tag>/
== 1.1.3 released 2007-04-16 ==
* fixed bug in window.onload event
== 1.1.2 released 2007-04-12 ==
* improved inconsistent display in Windows IE
* improved image object caching
== 1.1.1 released 2007-04-11 ==
* bugfix: spinny-wheel "wait" graphic was not being loaded
* bugfix: disabled misleading underlining of collection links (Flickr API does not support collections yet)
* added 1-pixel separation between photoset tiles
== 1.1 released 2007-04-11 ==
* added photoset support
* highlight flickr links with pink dotted underline
== 1.0 released 2007-04-09 ==
* Verified browser support (others may work too; untested)
* Windows IE 6+
* Firefox 1+
* Safari 2
* Opera 8+
* OmniWeb 5+
* Individual Flickr photo page links only: http://flickr.com/photos/<user_id>/<photo_id>/ |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/float-gateway/change_log/changelog.txt | Changelog
0.7 Added UAT Toggle Option to toggle between LIVE and UAT
0.71 Added Toggle Options for Cart, Product Listing, and Mini Cart
0.72 Mini Sidebar Float Position Changes
0.73 Updated Float Logo Size on Checkout Page
0.74 Fixed JS Issue where it overwrites other gateways' price
0.75 Fixed display position of Float on Archive Page to below the price
0.76 Fixed Integer issue
0.76.1 Improved Security
0.76.2 Styling Updates
0.76.3 Styling Updates
0.76.4 Fixed Pricing Variable Issue
0.76.5 Styling Updates
0.76.6 Added Shortcode Functionality
0.76.7 Added Option to disable Float on Product Listing Page
0.76.8 Styling Updates
0.8 Multisite Compatibility added
0.8.1 Defined Error Message on front-end when using incorrect keys
0.8.2 Added the option to hide "For orders over x" on the mini-cart, product and cart page
0.8.3 Fixed Variable Issues and added support for products without a price
0.8.4 Updated URL's
0.8.5 Fixed Page Builder issue where there is no price/product and the shortcode is being used
0.8.5 Improved Security Fixes
0.8.5 Improved Code Readability
1.0.0 Stable Release
1.0.1 Fixed Shortcode Variable Price issue
1.0.2 Divi Page Builder Fix and Security Fixes
1.0.3 More Divi Page Builder Fixes
1.0.4 Improved Error handling and frontend tweaks
1.0.5 Improved Security
1.0.6 Updated Checkout Title |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/floating-contact/translation_file/languages/floating-contact-de_DE.po | # Copyright (C) 2019 Christoph Nagel
# This file is distributed under the GPL-3.0.
msgid ""
msgstr ""
"Project-Id-Version: Floating Contact Button 1.0\n"
"Report-Msgid-Bugs-To: <[email protected]>\n"
"POT-Creation-Date: 2019-04-23 08:00:00+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-05-19 12:46+0200\n"
"Language-Team: Christoph Nagel <[email protected]>\n"
"X-Generator: Poedit 2.2.1\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Basepath: ..\n"
"X-Textdomain-Support: yes\n"
"Last-Translator: \n"
"Language: de_DE\n"
"X-Poedit-SearchPath-0: .\n"
#: floating-contact.php:4
msgid "Integrates a floating contact button and opens an modal with your favorite contact form."
msgstr ""
"Integriert einen Floating-Kontakt-Button und öffnet ein Modal mit einem bevorzugten "
"Kontaktformular."
#: floating-contact.php:69
msgid "Plugin Settings"
msgstr "Plugin Einstellungen"
#: floating-contact.php:71
msgid "Insert here your shortcode:"
msgstr "Shortcode einfügen:"
#: floating-contact.php:79
msgid "Button color (optional):"
msgstr "Button Farbe (optional):"
#: floating-contact.php:92
msgid ""
"1. Install your favorite contact form plugin. Tested with Contact Form 7, Ninja Forms & "
"Caldera Forms."
msgstr ""
"1. Installieren sie ihr bevorzugtes Kontaktformular-Plugin. Getestet mit Contact Form 7, "
"Ninja Forms & Caldera Forms."
#: floating-contact.php:93
msgid ""
"2. Generate a form and entering the shortcode into the field. This form will shown in the "
"modal, when the Floating Contact Button is clicked."
msgstr ""
"2. Generieren sie ein Formular und geben sie den Shortcode in das Feld ein. Dieses Formular "
"wird im Modal angezeigt, wenn auf die Schaltfläche des \"Floating Contact Button\" geklickt "
"wird."
#: floating-contact.php:94
msgid "3. Change the main color of the button (default value: #ff0000)."
msgstr "3. Ändern sie die Hauptfarbe der Schaltfläche (Standardwert: #ff0000)."
#: floating-contact.php:124
msgid "Settings Saved"
msgstr "Einstellungen gespeichert"
#: floating-contact.php:135
msgid "Save Settings"
msgstr "Speichern"
#: floating-contact.php:151
msgid "Close"
msgstr "Schliessen" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/fluentform/glue_file/glue.json | {
"plugin_name": "FluentForm",
"plugin_slug": "fluentform",
"plugin_text_domain": "fluentform",
"plugin_version": "1.3.4",
"plugin_description": "The most advanced drag and drop form builder plugin for WordPress",
"plugin_uri": "https://wpfluentform.com",
"plugin_license": "GPLv2 or later",
"author_name": "WPFluentForm Team",
"author_email": "[email protected]",
"author_uri": "https://wpfluentform.com",
"autoload": {
"namespace": "FluentForm",
"mapping": {
"App": "app",
"Framework": "framework"
}
}
} |
JavaScript | wpscan/spec/fixtures/dynamic_finders/plugin_version/fluentform/javascript_comment/public/libs/jquery-datetimepicker/jquery.datetimepicker.full.js | /*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2016
* @version 1.3.4
*
* Date formatter utility library that allows formatting date/time variables or Date objects using PHP DateTime format.
* @see http://php.net/manual/en/function.date.php
*
* For more JQuery plugins visit http://plugins.krajee.com
* For more Yii related demos visit http://demos.krajee.com
*/var DateFormatter;!function(){"use strict";var t,e,r,n,a,u,i;u=864e5,i=3600,t=function(t,e){return"string"==typeof t&&"string"==typeof e&&t.toLowerCase()===e.toLowerCase()},e=function(t,r,n){var a=n||"0",u=t.toString();return u.length<r?e(a+u,r):u},r=function(t){var e,n;for(t=t||{},e=1;e<arguments.length;e++)if(n=arguments[e])for(var a in n)n.hasOwnProperty(a)&&("object"==typeof n[a]?r(t[a],n[a]):t[a]=n[a]);return t},n=function(t,e){for(var r=0;r<e.length;r++)if(e[r].toLowerCase()===t.toLowerCase())return r;return-1},a={dateSettings:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],meridiem:["AM","PM"],ordinal:function(t){var e=t%10,r={1:"st",2:"nd",3:"rd"};return 1!==Math.floor(t%100/10)&&r[e]?r[e]:"th"}},separators:/[ \-+\/\.T:@]/g,validParts:/[dDjlNSwzWFmMntLoYyaABgGhHisueTIOPZcrU]/g,intParts:/[djwNzmnyYhHgGis]/g,tzParts:/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,tzClip:/[^-+\dA-Z]/g},DateFormatter=function(t){var e=this,n=r(a,t);e.dateSettings=n.dateSettings,e.separators=n.separators,e.validParts=n.validParts,e.intParts=n.intParts,e.tzParts=n.tzParts,e.tzClip=n.tzClip},DateFormatter.prototype={constructor:DateFormatter,getMonth:function(t){var e,r=this;return e=n(t,r.dateSettings.monthsShort)+1,0===e&&(e=n(t,r.dateSettings.months)+1),e},parseDate:function(e,r){var n,a,u,i,s,o,c,f,l,h,d=this,g=!1,m=!1,p=d.dateSettings,y={date:null,year:null,month:null,day:null,hour:0,min:0,sec:0};if(!e)return null;if(e instanceof Date)return e;if("U"===r)return u=parseInt(e),u?new Date(1e3*u):e;switch(typeof e){case"number":return new Date(e);case"string":break;default:return null}if(n=r.match(d.validParts),!n||0===n.length)throw new Error("Invalid date format definition.");for(a=e.replace(d.separators,"\x00").split("\x00"),u=0;u<a.length;u++)switch(i=a[u],s=parseInt(i),n[u]){case"y":case"Y":if(!s)return null;l=i.length,y.year=2===l?parseInt((70>s?"20":"19")+i):s,g=!0;break;case"m":case"n":case"M":case"F":if(isNaN(s)){if(o=d.getMonth(i),!(o>0))return null;y.month=o}else{if(!(s>=1&&12>=s))return null;y.month=s}g=!0;break;case"d":case"j":if(!(s>=1&&31>=s))return null;y.day=s,g=!0;break;case"g":case"h":if(c=n.indexOf("a")>-1?n.indexOf("a"):n.indexOf("A")>-1?n.indexOf("A"):-1,h=a[c],c>-1)f=t(h,p.meridiem[0])?0:t(h,p.meridiem[1])?12:-1,s>=1&&12>=s&&f>-1?y.hour=s+f-1:s>=0&&23>=s&&(y.hour=s);else{if(!(s>=0&&23>=s))return null;y.hour=s}m=!0;break;case"G":case"H":if(!(s>=0&&23>=s))return null;y.hour=s,m=!0;break;case"i":if(!(s>=0&&59>=s))return null;y.min=s,m=!0;break;case"s":if(!(s>=0&&59>=s))return null;y.sec=s,m=!0}if(g===!0&&y.year&&y.month&&y.day)y.date=new Date(y.year,y.month-1,y.day,y.hour,y.min,y.sec,0);else{if(m!==!0)return null;y.date=new Date(0,0,0,y.hour,y.min,y.sec,0)}return y.date},guessDate:function(t,e){if("string"!=typeof t)return t;var r,n,a,u,i,s,o=this,c=t.replace(o.separators,"\x00").split("\x00"),f=/^[djmn]/g,l=e.match(o.validParts),h=new Date,d=0;if(!f.test(l[0]))return t;for(a=0;a<c.length;a++){if(d=2,i=c[a],s=parseInt(i.substr(0,2)),isNaN(s))return null;switch(a){case 0:"m"===l[0]||"n"===l[0]?h.setMonth(s-1):h.setDate(s);break;case 1:"m"===l[0]||"n"===l[0]?h.setDate(s):h.setMonth(s-1);break;case 2:if(n=h.getFullYear(),r=i.length,d=4>r?r:4,n=parseInt(4>r?n.toString().substr(0,4-r)+i:i.substr(0,4)),!n)return null;h.setFullYear(n);break;case 3:h.setHours(s);break;case 4:h.setMinutes(s);break;case 5:h.setSeconds(s)}u=i.substr(d),u.length>0&&c.splice(a+1,0,u)}return h},parseFormat:function(t,r){var n,a=this,s=a.dateSettings,o=/\\?(.?)/gi,c=function(t,e){return n[t]?n[t]():e};return n={d:function(){return e(n.j(),2)},D:function(){return s.daysShort[n.w()]},j:function(){return r.getDate()},l:function(){return s.days[n.w()]},N:function(){return n.w()||7},w:function(){return r.getDay()},z:function(){var t=new Date(n.Y(),n.n()-1,n.j()),e=new Date(n.Y(),0,1);return Math.round((t-e)/u)},W:function(){var t=new Date(n.Y(),n.n()-1,n.j()-n.N()+3),r=new Date(t.getFullYear(),0,4);return e(1+Math.round((t-r)/u/7),2)},F:function(){return s.months[r.getMonth()]},m:function(){return e(n.n(),2)},M:function(){return s.monthsShort[r.getMonth()]},n:function(){return r.getMonth()+1},t:function(){return new Date(n.Y(),n.n(),0).getDate()},L:function(){var t=n.Y();return t%4===0&&t%100!==0||t%400===0?1:0},o:function(){var t=n.n(),e=n.W(),r=n.Y();return r+(12===t&&9>e?1:1===t&&e>9?-1:0)},Y:function(){return r.getFullYear()},y:function(){return n.Y().toString().slice(-2)},a:function(){return n.A().toLowerCase()},A:function(){var t=n.G()<12?0:1;return s.meridiem[t]},B:function(){var t=r.getUTCHours()*i,n=60*r.getUTCMinutes(),a=r.getUTCSeconds();return e(Math.floor((t+n+a+i)/86.4)%1e3,3)},g:function(){return n.G()%12||12},G:function(){return r.getHours()},h:function(){return e(n.g(),2)},H:function(){return e(n.G(),2)},i:function(){return e(r.getMinutes(),2)},s:function(){return e(r.getSeconds(),2)},u:function(){return e(1e3*r.getMilliseconds(),6)},e:function(){var t=/\((.*)\)/.exec(String(r))[1];return t||"Coordinated Universal Time"},I:function(){var t=new Date(n.Y(),0),e=Date.UTC(n.Y(),0),r=new Date(n.Y(),6),a=Date.UTC(n.Y(),6);return t-e!==r-a?1:0},O:function(){var t=r.getTimezoneOffset(),n=Math.abs(t);return(t>0?"-":"+")+e(100*Math.floor(n/60)+n%60,4)},P:function(){var t=n.O();return t.substr(0,3)+":"+t.substr(3,2)},T:function(){var t=(String(r).match(a.tzParts)||[""]).pop().replace(a.tzClip,"");return t||"UTC"},Z:function(){return 60*-r.getTimezoneOffset()},c:function(){return"Y-m-d\\TH:i:sP".replace(o,c)},r:function(){return"D, d M Y H:i:s O".replace(o,c)},U:function(){return r.getTime()/1e3||0}},c(t,t)},formatDate:function(t,e){var r,n,a,u,i,s=this,o="",c="\\";if("string"==typeof t&&(t=s.parseDate(t,e),!t))return null;if(t instanceof Date){for(a=e.length,r=0;a>r;r++)i=e.charAt(r),"S"!==i&&i!==c&&(r>0&&e.charAt(r-1)===c?o+=i:(u=s.parseFormat(i,t),r!==a-1&&s.intParts.test(i)&&"S"===e.charAt(r+1)&&(n=parseInt(u)||0,u+=s.dateSettings.ordinal(n)),o+=u));return o}return""}}}();
/**
* @preserve jQuery DateTimePicker
* @homepage http://xdsoft.net/jqplugins/datetimepicker/
* @author Chupurnov Valeriy (<[email protected]>)
*/
/**
* @param {jQuery} $
*/
var datetimepickerFactory = function ($) {
'use strict';
var default_options = {
i18n: {
ar: { // Arabic
months: [
"كانون الثاني", "شباط", "آذار", "نيسان", "مايو", "حزيران", "تموز", "آب", "أيلول", "تشرين الأول", "تشرين الثاني", "كانون الأول"
],
dayOfWeekShort: [
"ن", "ث", "ع", "خ", "ج", "س", "ح"
],
dayOfWeek: ["الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد"]
},
ro: { // Romanian
months: [
"Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"
],
dayOfWeekShort: [
"Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ"
],
dayOfWeek: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă"]
},
id: { // Indonesian
months: [
"Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"
],
dayOfWeekShort: [
"Min", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"
],
dayOfWeek: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"]
},
is: { // Icelandic
months: [
"Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júní", "Júlí", "Ágúst", "September", "Október", "Nóvember", "Desember"
],
dayOfWeekShort: [
"Sun", "Mán", "Þrið", "Mið", "Fim", "Fös", "Lau"
],
dayOfWeek: ["Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur"]
},
bg: { // Bulgarian
months: [
"Януари", "Февруари", "Март", "Април", "Май", "Юни", "Юли", "Август", "Септември", "Октомври", "Ноември", "Декември"
],
dayOfWeekShort: [
"Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"
],
dayOfWeek: ["Неделя", "Понеделник", "Вторник", "Сряда", "Четвъртък", "Петък", "Събота"]
},
fa: { // Persian/Farsi
months: [
'فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'
],
dayOfWeekShort: [
'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'
],
dayOfWeek: ["یکشنبه", "دوشنبه", "سهشنبه", "چهارشنبه", "پنجشنبه", "جمعه", "شنبه", "یکشنبه"]
},
ru: { // Russian
months: [
'Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'
],
dayOfWeekShort: [
"Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"
],
dayOfWeek: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"]
},
uk: { // Ukrainian
months: [
'Січень', 'Лютий', 'Березень', 'Квітень', 'Травень', 'Червень', 'Липень', 'Серпень', 'Вересень', 'Жовтень', 'Листопад', 'Грудень'
],
dayOfWeekShort: [
"Ндл", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Сбт"
],
dayOfWeek: ["Неділя", "Понеділок", "Вівторок", "Середа", "Четвер", "П'ятниця", "Субота"]
},
en: { // English
months: [
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
],
dayOfWeekShort: [
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
],
dayOfWeek: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
},
el: { // Ελληνικά
months: [
"Ιανουάριος", "Φεβρουάριος", "Μάρτιος", "Απρίλιος", "Μάιος", "Ιούνιος", "Ιούλιος", "Αύγουστος", "Σεπτέμβριος", "Οκτώβριος", "Νοέμβριος", "Δεκέμβριος"
],
dayOfWeekShort: [
"Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ"
],
dayOfWeek: ["Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο"]
},
de: { // German
months: [
'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'
],
dayOfWeekShort: [
"So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"
],
dayOfWeek: ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"]
},
nl: { // Dutch
months: [
"januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december"
],
dayOfWeekShort: [
"zo", "ma", "di", "wo", "do", "vr", "za"
],
dayOfWeek: ["zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag"]
},
tr: { // Turkish
months: [
"Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"
],
dayOfWeekShort: [
"Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts"
],
dayOfWeek: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"]
},
fr: { //French
months: [
"Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"
],
dayOfWeekShort: [
"Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"
],
dayOfWeek: ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]
},
es: { // Spanish
months: [
"Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"
],
dayOfWeekShort: [
"Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"
],
dayOfWeek: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"]
},
th: { // Thai
months: [
'มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'กรกฎาคม', 'สิงหาคม', 'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม'
],
dayOfWeekShort: [
'อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.'
],
dayOfWeek: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"]
},
pl: { // Polish
months: [
"styczeń", "luty", "marzec", "kwiecień", "maj", "czerwiec", "lipiec", "sierpień", "wrzesień", "październik", "listopad", "grudzień"
],
dayOfWeekShort: [
"nd", "pn", "wt", "śr", "cz", "pt", "sb"
],
dayOfWeek: ["niedziela", "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota"]
},
pt: { // Portuguese
months: [
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"
],
dayOfWeekShort: [
"Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab"
],
dayOfWeek: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"]
},
ch: { // Simplified Chinese
months: [
"一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"
],
dayOfWeekShort: [
"日", "一", "二", "三", "四", "五", "六"
]
},
se: { // Swedish
months: [
"Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"
],
dayOfWeekShort: [
"Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör"
]
},
km: { // Khmer (ភាសាខ្មែរ)
months: [
"មករា", "កុម្ភៈ", "មិនា", "មេសា", "ឧសភា", "មិថុនា", "កក្កដា", "សីហា", "កញ្ញា", "តុលា", "វិច្ឆិកា", "ធ្នូ"
],
dayOfWeekShort: ["អាទិ", "ច័ន្ទ", "អង្គារ", "ពុធ", "ព្រហ", "សុក្រ", "សៅរ៍"],
dayOfWeek: ["អាទិត្យ", "ច័ន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍"]
},
kr: { // Korean
months: [
"1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"
],
dayOfWeekShort: [
"일", "월", "화", "수", "목", "금", "토"
],
dayOfWeek: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"]
},
it: { // Italian
months: [
"Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"
],
dayOfWeekShort: [
"Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"
],
dayOfWeek: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"]
},
da: { // Dansk
months: [
"Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"
],
dayOfWeekShort: [
"Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"
],
dayOfWeek: ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"]
},
no: { // Norwegian
months: [
"Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"
],
dayOfWeekShort: [
"Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"
],
dayOfWeek: ['Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag']
},
ja: { // Japanese
months: [
"1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"
],
dayOfWeekShort: [
"日", "月", "火", "水", "木", "金", "土"
],
dayOfWeek: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜"]
},
vi: { // Vietnamese
months: [
"Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12"
],
dayOfWeekShort: [
"CN", "T2", "T3", "T4", "T5", "T6", "T7"
],
dayOfWeek: ["Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy"]
},
sl: { // Slovenščina
months: [
"Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"
],
dayOfWeekShort: [
"Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"
],
dayOfWeek: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota"]
},
cs: { // Čeština
months: [
"Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"
],
dayOfWeekShort: [
"Ne", "Po", "Út", "St", "Čt", "Pá", "So"
]
},
hu: { // Hungarian
months: [
"Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"
],
dayOfWeekShort: [
"Va", "Hé", "Ke", "Sze", "Cs", "Pé", "Szo"
],
dayOfWeek: ["vasárnap", "hétfő", "kedd", "szerda", "csütörtök", "péntek", "szombat"]
},
az: { //Azerbaijanian (Azeri)
months: [
"Yanvar", "Fevral", "Mart", "Aprel", "May", "Iyun", "Iyul", "Avqust", "Sentyabr", "Oktyabr", "Noyabr", "Dekabr"
],
dayOfWeekShort: [
"B", "Be", "Ça", "Ç", "Ca", "C", "Ş"
],
dayOfWeek: ["Bazar", "Bazar ertəsi", "Çərşənbə axşamı", "Çərşənbə", "Cümə axşamı", "Cümə", "Şənbə"]
},
bs: { //Bosanski
months: [
"Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"
],
dayOfWeekShort: [
"Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"
],
dayOfWeek: ["Nedjelja","Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"]
},
ca: { //Català
months: [
"Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"
],
dayOfWeekShort: [
"Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds"
],
dayOfWeek: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"]
},
'en-GB': { //English (British)
months: [
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
],
dayOfWeekShort: [
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
],
dayOfWeek: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
},
et: { //"Eesti"
months: [
"Jaanuar", "Veebruar", "Märts", "Aprill", "Mai", "Juuni", "Juuli", "August", "September", "Oktoober", "November", "Detsember"
],
dayOfWeekShort: [
"P", "E", "T", "K", "N", "R", "L"
],
dayOfWeek: ["Pühapäev", "Esmaspäev", "Teisipäev", "Kolmapäev", "Neljapäev", "Reede", "Laupäev"]
},
eu: { //Euskara
months: [
"Urtarrila", "Otsaila", "Martxoa", "Apirila", "Maiatza", "Ekaina", "Uztaila", "Abuztua", "Iraila", "Urria", "Azaroa", "Abendua"
],
dayOfWeekShort: [
"Ig.", "Al.", "Ar.", "Az.", "Og.", "Or.", "La."
],
dayOfWeek: ['Igandea', 'Astelehena', 'Asteartea', 'Asteazkena', 'Osteguna', 'Ostirala', 'Larunbata']
},
fi: { //Finnish (Suomi)
months: [
"Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kesäkuu", "Heinäkuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"
],
dayOfWeekShort: [
"Su", "Ma", "Ti", "Ke", "To", "Pe", "La"
],
dayOfWeek: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai"]
},
gl: { //Galego
months: [
"Xan", "Feb", "Maz", "Abr", "Mai", "Xun", "Xul", "Ago", "Set", "Out", "Nov", "Dec"
],
dayOfWeekShort: [
"Dom", "Lun", "Mar", "Mer", "Xov", "Ven", "Sab"
],
dayOfWeek: ["Domingo", "Luns", "Martes", "Mércores", "Xoves", "Venres", "Sábado"]
},
hr: { //Hrvatski
months: [
"Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"
],
dayOfWeekShort: [
"Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"
],
dayOfWeek: ["Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"]
},
ko: { //Korean (한국어)
months: [
"1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"
],
dayOfWeekShort: [
"일", "월", "화", "수", "목", "금", "토"
],
dayOfWeek: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"]
},
lt: { //Lithuanian (lietuvių)
months: [
"Sausio", "Vasario", "Kovo", "Balandžio", "Gegužės", "Birželio", "Liepos", "Rugpjūčio", "Rugsėjo", "Spalio", "Lapkričio", "Gruodžio"
],
dayOfWeekShort: [
"Sek", "Pir", "Ant", "Tre", "Ket", "Pen", "Šeš"
],
dayOfWeek: ["Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis"]
},
lv: { //Latvian (Latviešu)
months: [
"Janvāris", "Februāris", "Marts", "Aprīlis ", "Maijs", "Jūnijs", "Jūlijs", "Augusts", "Septembris", "Oktobris", "Novembris", "Decembris"
],
dayOfWeekShort: [
"Sv", "Pr", "Ot", "Tr", "Ct", "Pk", "St"
],
dayOfWeek: ["Svētdiena", "Pirmdiena", "Otrdiena", "Trešdiena", "Ceturtdiena", "Piektdiena", "Sestdiena"]
},
mk: { //Macedonian (Македонски)
months: [
"јануари", "февруари", "март", "април", "мај", "јуни", "јули", "август", "септември", "октомври", "ноември", "декември"
],
dayOfWeekShort: [
"нед", "пон", "вто", "сре", "чет", "пет", "саб"
],
dayOfWeek: ["Недела", "Понеделник", "Вторник", "Среда", "Четврток", "Петок", "Сабота"]
},
mn: { //Mongolian (Монгол)
months: [
"1-р сар", "2-р сар", "3-р сар", "4-р сар", "5-р сар", "6-р сар", "7-р сар", "8-р сар", "9-р сар", "10-р сар", "11-р сар", "12-р сар"
],
dayOfWeekShort: [
"Дав", "Мяг", "Лха", "Пүр", "Бсн", "Бям", "Ням"
],
dayOfWeek: ["Даваа", "Мягмар", "Лхагва", "Пүрэв", "Баасан", "Бямба", "Ням"]
},
'pt-BR': { //Português(Brasil)
months: [
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"
],
dayOfWeekShort: [
"Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"
],
dayOfWeek: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"]
},
sk: { //Slovenčina
months: [
"Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"
],
dayOfWeekShort: [
"Ne", "Po", "Ut", "St", "Št", "Pi", "So"
],
dayOfWeek: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"]
},
sq: { //Albanian (Shqip)
months: [
"Janar", "Shkurt", "Mars", "Prill", "Maj", "Qershor", "Korrik", "Gusht", "Shtator", "Tetor", "Nëntor", "Dhjetor"
],
dayOfWeekShort: [
"Die", "Hën", "Mar", "Mër", "Enj", "Pre", "Shtu"
],
dayOfWeek: ["E Diel", "E Hënë", "E Martē", "E Mërkurë", "E Enjte", "E Premte", "E Shtunë"]
},
'sr-YU': { //Serbian (Srpski)
months: [
"Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"
],
dayOfWeekShort: [
"Ned", "Pon", "Uto", "Sre", "čet", "Pet", "Sub"
],
dayOfWeek: ["Nedelja","Ponedeljak", "Utorak", "Sreda", "Četvrtak", "Petak", "Subota"]
},
sr: { //Serbian Cyrillic (Српски)
months: [
"јануар", "фебруар", "март", "април", "мај", "јун", "јул", "август", "септембар", "октобар", "новембар", "децембар"
],
dayOfWeekShort: [
"нед", "пон", "уто", "сре", "чет", "пет", "суб"
],
dayOfWeek: ["Недеља","Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота"]
},
sv: { //Svenska
months: [
"Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"
],
dayOfWeekShort: [
"Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör"
],
dayOfWeek: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"]
},
'zh-TW': { //Traditional Chinese (繁體中文)
months: [
"一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"
],
dayOfWeekShort: [
"日", "一", "二", "三", "四", "五", "六"
],
dayOfWeek: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"]
},
zh: { //Simplified Chinese (简体中文)
months: [
"一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"
],
dayOfWeekShort: [
"日", "一", "二", "三", "四", "五", "六"
],
dayOfWeek: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"]
},
ug:{ // Uyghur(ئۇيغۇرچە)
months: [
"1-ئاي","2-ئاي","3-ئاي","4-ئاي","5-ئاي","6-ئاي","7-ئاي","8-ئاي","9-ئاي","10-ئاي","11-ئاي","12-ئاي"
],
dayOfWeek: [
"يەكشەنبە", "دۈشەنبە","سەيشەنبە","چارشەنبە","پەيشەنبە","جۈمە","شەنبە"
]
},
he: { //Hebrew (עברית)
months: [
'ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר'
],
dayOfWeekShort: [
'א\'', 'ב\'', 'ג\'', 'ד\'', 'ה\'', 'ו\'', 'שבת'
],
dayOfWeek: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת", "ראשון"]
},
hy: { // Armenian
months: [
"Հունվար", "Փետրվար", "Մարտ", "Ապրիլ", "Մայիս", "Հունիս", "Հուլիս", "Օգոստոս", "Սեպտեմբեր", "Հոկտեմբեր", "Նոյեմբեր", "Դեկտեմբեր"
],
dayOfWeekShort: [
"Կի", "Երկ", "Երք", "Չոր", "Հնգ", "Ուրբ", "Շբթ"
],
dayOfWeek: ["Կիրակի", "Երկուշաբթի", "Երեքշաբթի", "Չորեքշաբթի", "Հինգշաբթի", "Ուրբաթ", "Շաբաթ"]
},
kg: { // Kyrgyz
months: [
'Үчтүн айы', 'Бирдин айы', 'Жалган Куран', 'Чын Куран', 'Бугу', 'Кулжа', 'Теке', 'Баш Оона', 'Аяк Оона', 'Тогуздун айы', 'Жетинин айы', 'Бештин айы'
],
dayOfWeekShort: [
"Жек", "Дүй", "Шей", "Шар", "Бей", "Жум", "Ише"
],
dayOfWeek: [
"Жекшемб", "Дүйшөмб", "Шейшемб", "Шаршемб", "Бейшемби", "Жума", "Ишенб"
]
},
rm: { // Romansh
months: [
"Schaner", "Favrer", "Mars", "Avrigl", "Matg", "Zercladur", "Fanadur", "Avust", "Settember", "October", "November", "December"
],
dayOfWeekShort: [
"Du", "Gli", "Ma", "Me", "Gie", "Ve", "So"
],
dayOfWeek: [
"Dumengia", "Glindesdi", "Mardi", "Mesemna", "Gievgia", "Venderdi", "Sonda"
]
},
ka: { // Georgian
months: [
'იანვარი', 'თებერვალი', 'მარტი', 'აპრილი', 'მაისი', 'ივნისი', 'ივლისი', 'აგვისტო', 'სექტემბერი', 'ოქტომბერი', 'ნოემბერი', 'დეკემბერი'
],
dayOfWeekShort: [
"კვ", "ორშ", "სამშ", "ოთხ", "ხუთ", "პარ", "შაბ"
],
dayOfWeek: ["კვირა", "ორშაბათი", "სამშაბათი", "ოთხშაბათი", "ხუთშაბათი", "პარასკევი", "შაბათი"]
}
},
ownerDocument: document,
contentWindow: window,
value: '',
rtl: false,
format: 'Y/m/d H:i',
formatTime: 'H:i',
formatDate: 'Y/m/d',
startDate: false, // new Date(), '1986/12/08', '-1970/01/05','-1970/01/05',
step: 60,
monthChangeSpinner: true,
closeOnDateSelect: false,
closeOnTimeSelect: true,
closeOnWithoutClick: true,
closeOnInputClick: true,
timepicker: true,
datepicker: true,
weeks: false,
defaultTime: false, // use formatTime format (ex. '10:00' for formatTime: 'H:i')
defaultDate: false, // use formatDate format (ex new Date() or '1986/12/08' or '-1970/01/05' or '-1970/01/05')
minDate: false,
maxDate: false,
minTime: false,
maxTime: false,
minDateTime: false,
disabledMinTime: false,
disabledMaxTime: false,
allowTimes: [],
opened: false,
initTime: true,
inline: false,
theme: '',
onSelectDate: function () {},
onSelectTime: function () {},
onChangeMonth: function () {},
onGetWeekOfYear: function () {},
onChangeYear: function () {},
onChangeDateTime: function () {},
onShow: function () {},
onClose: function () {},
onGenerate: function () {},
withoutCopyright: true,
inverseButton: false,
hours12: false,
next: 'xdsoft_next',
prev : 'xdsoft_prev',
dayOfWeekStart: 0,
parentID: 'body',
timeHeightInTimePicker: 25,
timepickerScrollbar: true,
todayButton: true,
prevButton: true,
nextButton: true,
defaultSelect: true,
scrollMonth: true,
scrollTime: true,
scrollInput: true,
lazyInit: false,
mask: false,
validateOnBlur: true,
allowBlank: true,
yearStart: 1950,
yearEnd: 2050,
monthStart: 0,
monthEnd: 11,
style: '',
id: '',
fixed: false,
roundTime: 'round', // ceil, floor
className: '',
weekends: [],
highlightedDates: [],
highlightedPeriods: [],
allowDates : [],
allowDateRe : null,
disabledDates : [],
disabledWeekDays: [],
yearOffset: 0,
beforeShowDay: null,
enterLikeTab: true,
showApplyButton: false
};
var dateHelper = null,
globalLocaleDefault = 'en',
globalLocale = 'en';
var dateFormatterOptionsDefault = {
meridiem: ['AM', 'PM']
};
var initDateFormatter = function(){
var locale = default_options.i18n[globalLocale],
opts = {
days: locale.dayOfWeek,
daysShort: locale.dayOfWeekShort,
months: locale.months,
monthsShort: $.map(locale.months, function(n){ return n.substring(0, 3) })
};
if (typeof DateFormatter === 'function') {
dateHelper = new DateFormatter({
dateSettings: $.extend({}, dateFormatterOptionsDefault, opts)
});
}
};
// for locale settings
$.datetimepicker = {
setLocale: function(locale){
var newLocale = default_options.i18n[locale] ? locale : globalLocaleDefault;
if (globalLocale !== newLocale) {
globalLocale = newLocale;
// reinit date formatter
initDateFormatter();
}
},
setDateFormatter: function(dateFormatter) {
dateHelper = dateFormatter;
},
RFC_2822: 'D, d M Y H:i:s O',
ATOM: 'Y-m-d\TH:i:sP',
ISO_8601: 'Y-m-d\TH:i:sO',
RFC_822: 'D, d M y H:i:s O',
RFC_850: 'l, d-M-y H:i:s T',
RFC_1036: 'D, d M y H:i:s O',
RFC_1123: 'D, d M Y H:i:s O',
RSS: 'D, d M Y H:i:s O',
W3C: 'Y-m-d\TH:i:sP'
};
// first init date formatter
initDateFormatter();
// fix for ie8
if (!window.getComputedStyle) {
window.getComputedStyle = function (el) {
this.el = el;
this.getPropertyValue = function (prop) {
var re = /(-([a-z]))/g;
if (prop === 'float') {
prop = 'styleFloat';
}
if (re.test(prop)) {
prop = prop.replace(re, function (a, b, c) {
return c.toUpperCase();
});
}
return el.currentStyle[prop] || null;
};
return this;
};
}
if (!Array.prototype.indexOf) {
Array.prototype.indexOf = function (obj, start) {
var i, j;
for (i = (start || 0), j = this.length; i < j; i += 1) {
if (this[i] === obj) { return i; }
}
return -1;
};
}
Date.prototype.countDaysInMonth = function () {
return new Date(this.getFullYear(), this.getMonth() + 1, 0).getDate();
};
$.fn.xdsoftScroller = function (options, percent) {
return this.each(function () {
var timeboxparent = $(this),
pointerEventToXY = function (e) {
var out = {x: 0, y: 0},
touch;
if (e.type === 'touchstart' || e.type === 'touchmove' || e.type === 'touchend' || e.type === 'touchcancel') {
touch = e.originalEvent.touches[0] || e.originalEvent.changedTouches[0];
out.x = touch.clientX;
out.y = touch.clientY;
} else if (e.type === 'mousedown' || e.type === 'mouseup' || e.type === 'mousemove' || e.type === 'mouseover' || e.type === 'mouseout' || e.type === 'mouseenter' || e.type === 'mouseleave') {
out.x = e.clientX;
out.y = e.clientY;
}
return out;
},
timebox,
parentHeight,
height,
scrollbar,
scroller,
maximumOffset = 100,
start = false,
startY = 0,
startTop = 0,
h1 = 0,
touchStart = false,
startTopScroll = 0,
calcOffset = function () {};
if (percent === 'hide') {
timeboxparent.find('.xdsoft_scrollbar').hide();
return;
}
if (!$(this).hasClass('xdsoft_scroller_box')) {
timebox = timeboxparent.children().eq(0);
parentHeight = timeboxparent[0].clientHeight;
height = timebox[0].offsetHeight;
scrollbar = $('<div class="xdsoft_scrollbar"></div>');
scroller = $('<div class="xdsoft_scroller"></div>');
scrollbar.append(scroller);
timeboxparent.addClass('xdsoft_scroller_box').append(scrollbar);
calcOffset = function calcOffset(event) {
var offset = pointerEventToXY(event).y - startY + startTopScroll;
if (offset < 0) {
offset = 0;
}
if (offset + scroller[0].offsetHeight > h1) {
offset = h1 - scroller[0].offsetHeight;
}
timeboxparent.trigger('scroll_element.xdsoft_scroller', [maximumOffset ? offset / maximumOffset : 0]);
};
scroller
.on('touchstart.xdsoft_scroller mousedown.xdsoft_scroller', function (event) {
if (!parentHeight) {
timeboxparent.trigger('resize_scroll.xdsoft_scroller', [percent]);
}
startY = pointerEventToXY(event).y;
startTopScroll = parseInt(scroller.css('margin-top'), 10);
h1 = scrollbar[0].offsetHeight;
if (event.type === 'mousedown' || event.type === 'touchstart') {
if (options.ownerDocument) {
$(options.ownerDocument.body).addClass('xdsoft_noselect');
}
$([options.ownerDocument.body, options.contentWindow]).on('touchend mouseup.xdsoft_scroller', function arguments_callee() {
$([options.ownerDocument.body, options.contentWindow]).off('touchend mouseup.xdsoft_scroller', arguments_callee)
.off('mousemove.xdsoft_scroller', calcOffset)
.removeClass('xdsoft_noselect');
});
$(options.ownerDocument.body).on('mousemove.xdsoft_scroller', calcOffset);
} else {
touchStart = true;
event.stopPropagation();
event.preventDefault();
}
})
.on('touchmove', function (event) {
if (touchStart) {
event.preventDefault();
calcOffset(event);
}
})
.on('touchend touchcancel', function () {
touchStart = false;
startTopScroll = 0;
});
timeboxparent
.on('scroll_element.xdsoft_scroller', function (event, percentage) {
if (!parentHeight) {
timeboxparent.trigger('resize_scroll.xdsoft_scroller', [percentage, true]);
}
percentage = percentage > 1 ? 1 : (percentage < 0 || isNaN(percentage)) ? 0 : percentage;
scroller.css('margin-top', maximumOffset * percentage);
setTimeout(function () {
timebox.css('marginTop', -parseInt((timebox[0].offsetHeight - parentHeight) * percentage, 10));
}, 10);
})
.on('resize_scroll.xdsoft_scroller', function (event, percentage, noTriggerScroll) {
var percent, sh;
parentHeight = timeboxparent[0].clientHeight;
height = timebox[0].offsetHeight;
percent = parentHeight / height;
sh = percent * scrollbar[0].offsetHeight;
if (percent > 1) {
scroller.hide();
} else {
scroller.show();
scroller.css('height', parseInt(sh > 10 ? sh : 10, 10));
maximumOffset = scrollbar[0].offsetHeight - scroller[0].offsetHeight;
if (noTriggerScroll !== true) {
timeboxparent.trigger('scroll_element.xdsoft_scroller', [percentage || Math.abs(parseInt(timebox.css('marginTop'), 10)) / (height - parentHeight)]);
}
}
});
timeboxparent.on('mousewheel', function (event) {
var top = Math.abs(parseInt(timebox.css('marginTop'), 10));
top = top - (event.deltaY * 20);
if (top < 0) {
top = 0;
}
timeboxparent.trigger('scroll_element.xdsoft_scroller', [top / (height - parentHeight)]);
event.stopPropagation();
return false;
});
timeboxparent.on('touchstart', function (event) {
start = pointerEventToXY(event);
startTop = Math.abs(parseInt(timebox.css('marginTop'), 10));
});
timeboxparent.on('touchmove', function (event) {
if (start) {
event.preventDefault();
var coord = pointerEventToXY(event);
timeboxparent.trigger('scroll_element.xdsoft_scroller', [(startTop - (coord.y - start.y)) / (height - parentHeight)]);
}
});
timeboxparent.on('touchend touchcancel', function () {
start = false;
startTop = 0;
});
}
timeboxparent.trigger('resize_scroll.xdsoft_scroller', [percent]);
});
};
$.fn.datetimepicker = function (opt, opt2) {
var result = this,
KEY0 = 48,
KEY9 = 57,
_KEY0 = 96,
_KEY9 = 105,
CTRLKEY = 17,
DEL = 46,
ENTER = 13,
ESC = 27,
BACKSPACE = 8,
ARROWLEFT = 37,
ARROWUP = 38,
ARROWRIGHT = 39,
ARROWDOWN = 40,
TAB = 9,
F5 = 116,
AKEY = 65,
CKEY = 67,
VKEY = 86,
ZKEY = 90,
YKEY = 89,
ctrlDown = false,
options = ($.isPlainObject(opt) || !opt) ? $.extend(true, {}, default_options, opt) : $.extend(true, {}, default_options),
lazyInitTimer = 0,
createDateTimePicker,
destroyDateTimePicker,
lazyInit = function (input) {
input
.on('open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart', function initOnActionCallback() {
if (input.is(':disabled') || input.data('xdsoft_datetimepicker')) {
return;
}
clearTimeout(lazyInitTimer);
lazyInitTimer = setTimeout(function () {
if (!input.data('xdsoft_datetimepicker')) {
createDateTimePicker(input);
}
input
.off('open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart', initOnActionCallback)
.trigger('open.xdsoft');
}, 100);
});
};
createDateTimePicker = function (input) {
var datetimepicker = $('<div class="xdsoft_datetimepicker xdsoft_noselect"></div>'),
xdsoft_copyright = $('<div class="xdsoft_copyright"><a target="_blank" href="http://xdsoft.net/jqplugins/datetimepicker/">xdsoft.net</a></div>'),
datepicker = $('<div class="xdsoft_datepicker active"></div>'),
month_picker = $('<div class="xdsoft_monthpicker"><button type="button" class="xdsoft_prev"></button><button type="button" class="xdsoft_today_button"></button>' +
'<div class="xdsoft_label xdsoft_month"><span></span><i></i></div>' +
'<div class="xdsoft_label xdsoft_year"><span></span><i></i></div>' +
'<button type="button" class="xdsoft_next"></button></div>'),
calendar = $('<div class="xdsoft_calendar"></div>'),
timepicker = $('<div class="xdsoft_timepicker active"><button type="button" class="xdsoft_prev"></button><div class="xdsoft_time_box"></div><button type="button" class="xdsoft_next"></button></div>'),
timeboxparent = timepicker.find('.xdsoft_time_box').eq(0),
timebox = $('<div class="xdsoft_time_variant"></div>'),
applyButton = $('<button type="button" class="xdsoft_save_selected blue-gradient-button">Save Selected</button>'),
monthselect = $('<div class="xdsoft_select xdsoft_monthselect"><div></div></div>'),
yearselect = $('<div class="xdsoft_select xdsoft_yearselect"><div></div></div>'),
triggerAfterOpen = false,
XDSoft_datetime,
xchangeTimer,
timerclick,
current_time_index,
setPos,
timer = 0,
_xdsoft_datetime,
forEachAncestorOf;
if (options.id) {
datetimepicker.attr('id', options.id);
}
if (options.style) {
datetimepicker.attr('style', options.style);
}
if (options.weeks) {
datetimepicker.addClass('xdsoft_showweeks');
}
if (options.rtl) {
datetimepicker.addClass('xdsoft_rtl');
}
datetimepicker.addClass('xdsoft_' + options.theme);
datetimepicker.addClass(options.className);
month_picker
.find('.xdsoft_month span')
.after(monthselect);
month_picker
.find('.xdsoft_year span')
.after(yearselect);
month_picker
.find('.xdsoft_month,.xdsoft_year')
.on('touchstart mousedown.xdsoft', function (event) {
var select = $(this).find('.xdsoft_select').eq(0),
val = 0,
top = 0,
visible = select.is(':visible'),
items,
i;
month_picker
.find('.xdsoft_select')
.hide();
if (_xdsoft_datetime.currentTime) {
val = _xdsoft_datetime.currentTime[$(this).hasClass('xdsoft_month') ? 'getMonth' : 'getFullYear']();
}
select[visible ? 'hide' : 'show']();
for (items = select.find('div.xdsoft_option'), i = 0; i < items.length; i += 1) {
if (items.eq(i).data('value') === val) {
break;
} else {
top += items[0].offsetHeight;
}
}
select.xdsoftScroller(options, top / (select.children()[0].offsetHeight - (select[0].clientHeight)));
event.stopPropagation();
return false;
});
month_picker
.find('.xdsoft_select')
.xdsoftScroller(options)
.on('touchstart mousedown.xdsoft', function (event) {
this.touchmoved = false;
event.stopPropagation();
event.preventDefault();
})
.on('touchmove', '.xdsoft_option', function () {
this.touchmoved = true;
})
.on('touchend mousedown.xdsoft', '.xdsoft_option', function () {
if (!this.touchmoved) {
if (_xdsoft_datetime.currentTime === undefined || _xdsoft_datetime.currentTime === null) {
_xdsoft_datetime.currentTime = _xdsoft_datetime.now();
}
var year = _xdsoft_datetime.currentTime.getFullYear();
if (_xdsoft_datetime && _xdsoft_datetime.currentTime) {
_xdsoft_datetime.currentTime[$(this).parent().parent().hasClass('xdsoft_monthselect') ? 'setMonth' : 'setFullYear']($(this).data('value'));
}
$(this).parent().parent().hide();
datetimepicker.trigger('xchange.xdsoft');
if (options.onChangeMonth && $.isFunction(options.onChangeMonth)) {
options.onChangeMonth.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'));
}
if (year !== _xdsoft_datetime.currentTime.getFullYear() && $.isFunction(options.onChangeYear)) {
options.onChangeYear.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'));
}
}
});
datetimepicker.getValue = function () {
return _xdsoft_datetime.getCurrentTime();
};
datetimepicker.setOptions = function (_options) {
var highlightedDates = {};
options = $.extend(true, {}, options, _options);
if (_options.allowTimes && $.isArray(_options.allowTimes) && _options.allowTimes.length) {
options.allowTimes = $.extend(true, [], _options.allowTimes);
}
if (_options.weekends && $.isArray(_options.weekends) && _options.weekends.length) {
options.weekends = $.extend(true, [], _options.weekends);
}
if (_options.allowDates && $.isArray(_options.allowDates) && _options.allowDates.length) {
options.allowDates = $.extend(true, [], _options.allowDates);
}
if (_options.allowDateRe && Object.prototype.toString.call(_options.allowDateRe)==="[object String]") {
options.allowDateRe = new RegExp(_options.allowDateRe);
}
if (_options.highlightedDates && $.isArray(_options.highlightedDates) && _options.highlightedDates.length) {
$.each(_options.highlightedDates, function (index, value) {
var splitData = $.map(value.split(','), $.trim),
exDesc,
hDate = new HighlightedDate(dateHelper.parseDate(splitData[0], options.formatDate), splitData[1], splitData[2]), // date, desc, style
keyDate = dateHelper.formatDate(hDate.date, options.formatDate);
if (highlightedDates[keyDate] !== undefined) {
exDesc = highlightedDates[keyDate].desc;
if (exDesc && exDesc.length && hDate.desc && hDate.desc.length) {
highlightedDates[keyDate].desc = exDesc + "\n" + hDate.desc;
}
} else {
highlightedDates[keyDate] = hDate;
}
});
options.highlightedDates = $.extend(true, [], highlightedDates);
}
if (_options.highlightedPeriods && $.isArray(_options.highlightedPeriods) && _options.highlightedPeriods.length) {
highlightedDates = $.extend(true, [], options.highlightedDates);
$.each(_options.highlightedPeriods, function (index, value) {
var dateTest, // start date
dateEnd,
desc,
hDate,
keyDate,
exDesc,
style;
if ($.isArray(value)) {
dateTest = value[0];
dateEnd = value[1];
desc = value[2];
style = value[3];
}
else {
var splitData = $.map(value.split(','), $.trim);
dateTest = dateHelper.parseDate(splitData[0], options.formatDate);
dateEnd = dateHelper.parseDate(splitData[1], options.formatDate);
desc = splitData[2];
style = splitData[3];
}
while (dateTest <= dateEnd) {
hDate = new HighlightedDate(dateTest, desc, style);
keyDate = dateHelper.formatDate(dateTest, options.formatDate);
dateTest.setDate(dateTest.getDate() + 1);
if (highlightedDates[keyDate] !== undefined) {
exDesc = highlightedDates[keyDate].desc;
if (exDesc && exDesc.length && hDate.desc && hDate.desc.length) {
highlightedDates[keyDate].desc = exDesc + "\n" + hDate.desc;
}
} else {
highlightedDates[keyDate] = hDate;
}
}
});
options.highlightedDates = $.extend(true, [], highlightedDates);
}
if (_options.disabledDates && $.isArray(_options.disabledDates) && _options.disabledDates.length) {
options.disabledDates = $.extend(true, [], _options.disabledDates);
}
if (_options.disabledWeekDays && $.isArray(_options.disabledWeekDays) && _options.disabledWeekDays.length) {
options.disabledWeekDays = $.extend(true, [], _options.disabledWeekDays);
}
if ((options.open || options.opened) && (!options.inline)) {
input.trigger('open.xdsoft');
}
if (options.inline) {
triggerAfterOpen = true;
datetimepicker.addClass('xdsoft_inline');
input.after(datetimepicker).hide();
}
if (options.inverseButton) {
options.next = 'xdsoft_prev';
options.prev = 'xdsoft_next';
}
if (options.datepicker) {
datepicker.addClass('active');
} else {
datepicker.removeClass('active');
}
if (options.timepicker) {
timepicker.addClass('active');
} else {
timepicker.removeClass('active');
}
if (options.value) {
_xdsoft_datetime.setCurrentTime(options.value);
if (input && input.val) {
input.val(_xdsoft_datetime.str);
}
}
if (isNaN(options.dayOfWeekStart)) {
options.dayOfWeekStart = 0;
} else {
options.dayOfWeekStart = parseInt(options.dayOfWeekStart, 10) % 7;
}
if (!options.timepickerScrollbar) {
timeboxparent.xdsoftScroller(options, 'hide');
}
if (options.minDate && /^[\+\-](.*)$/.test(options.minDate)) {
options.minDate = dateHelper.formatDate(_xdsoft_datetime.strToDateTime(options.minDate), options.formatDate);
}
if (options.maxDate && /^[\+\-](.*)$/.test(options.maxDate)) {
options.maxDate = dateHelper.formatDate(_xdsoft_datetime.strToDateTime(options.maxDate), options.formatDate);
}
if (options.minDateTime && /^\+(.*)$/.test(options.minDateTime)) {
options.minDateTime = _xdsoft_datetime.strToDateTime(options.minDateTime).dateFormat(options.formatDate);
}
applyButton.toggle(options.showApplyButton);
month_picker
.find('.xdsoft_today_button')
.css('visibility', !options.todayButton ? 'hidden' : 'visible');
month_picker
.find('.' + options.prev)
.css('visibility', !options.prevButton ? 'hidden' : 'visible');
month_picker
.find('.' + options.next)
.css('visibility', !options.nextButton ? 'hidden' : 'visible');
setMask(options);
if (options.validateOnBlur) {
input
.off('blur.xdsoft')
.on('blur.xdsoft', function () {
if (options.allowBlank && (!$.trim($(this).val()).length ||
(typeof options.mask === "string" && $.trim($(this).val()) === options.mask.replace(/[0-9]/g, '_')))) {
$(this).val(null);
datetimepicker.data('xdsoft_datetime').empty();
} else {
var d = dateHelper.parseDate($(this).val(), options.format);
if (d) { // parseDate() may skip some invalid parts like date or time, so make it clear for user: show parsed date/time
$(this).val(dateHelper.formatDate(d, options.format));
} else {
var splittedHours = +([$(this).val()[0], $(this).val()[1]].join('')),
splittedMinutes = +([$(this).val()[2], $(this).val()[3]].join(''));
// parse the numbers as 0312 => 03:12
if (!options.datepicker && options.timepicker && splittedHours >= 0 && splittedHours < 24 && splittedMinutes >= 0 && splittedMinutes < 60) {
$(this).val([splittedHours, splittedMinutes].map(function (item) {
return item > 9 ? item : '0' + item;
}).join(':'));
} else {
$(this).val(dateHelper.formatDate(_xdsoft_datetime.now(), options.format));
}
}
datetimepicker.data('xdsoft_datetime').setCurrentTime($(this).val());
}
datetimepicker.trigger('changedatetime.xdsoft');
datetimepicker.trigger('close.xdsoft');
});
}
options.dayOfWeekStartPrev = (options.dayOfWeekStart === 0) ? 6 : options.dayOfWeekStart - 1;
datetimepicker
.trigger('xchange.xdsoft')
.trigger('afterOpen.xdsoft');
};
datetimepicker
.data('options', options)
.on('touchstart mousedown.xdsoft', function (event) {
event.stopPropagation();
event.preventDefault();
yearselect.hide();
monthselect.hide();
return false;
});
//scroll_element = timepicker.find('.xdsoft_time_box');
timeboxparent.append(timebox);
timeboxparent.xdsoftScroller(options);
datetimepicker.on('afterOpen.xdsoft', function () {
timeboxparent.xdsoftScroller(options);
});
datetimepicker
.append(datepicker)
.append(timepicker);
if (options.withoutCopyright !== true) {
datetimepicker
.append(xdsoft_copyright);
}
datepicker
.append(month_picker)
.append(calendar)
.append(applyButton);
$(options.parentID)
.append(datetimepicker);
XDSoft_datetime = function () {
var _this = this;
_this.now = function (norecursion) {
var d = new Date(),
date,
time;
if (!norecursion && options.defaultDate) {
date = _this.strToDateTime(options.defaultDate);
d.setFullYear(date.getFullYear());
d.setMonth(date.getMonth());
d.setDate(date.getDate());
}
if (options.yearOffset) {
d.setFullYear(d.getFullYear() + options.yearOffset);
}
if (!norecursion && options.defaultTime) {
time = _this.strtotime(options.defaultTime);
d.setHours(time.getHours());
d.setMinutes(time.getMinutes());
}
return d;
};
_this.isValidDate = function (d) {
if (Object.prototype.toString.call(d) !== "[object Date]") {
return false;
}
return !isNaN(d.getTime());
};
_this.setCurrentTime = function (dTime, requireValidDate) {
if (typeof dTime === 'string') {
_this.currentTime = _this.strToDateTime(dTime);
}
else if (_this.isValidDate(dTime)) {
_this.currentTime = dTime;
}
else if (!dTime && !requireValidDate && options.allowBlank && !options.inline) {
_this.currentTime = null;
}
else {
_this.currentTime = _this.now();
}
datetimepicker.trigger('xchange.xdsoft');
};
_this.empty = function () {
_this.currentTime = null;
};
_this.getCurrentTime = function () {
return _this.currentTime;
};
_this.nextMonth = function () {
if (_this.currentTime === undefined || _this.currentTime === null) {
_this.currentTime = _this.now();
}
var month = _this.currentTime.getMonth() + 1,
year;
if (month === 12) {
_this.currentTime.setFullYear(_this.currentTime.getFullYear() + 1);
month = 0;
}
year = _this.currentTime.getFullYear();
_this.currentTime.setDate(
Math.min(
new Date(_this.currentTime.getFullYear(), month + 1, 0).getDate(),
_this.currentTime.getDate()
)
);
_this.currentTime.setMonth(month);
if (options.onChangeMonth && $.isFunction(options.onChangeMonth)) {
options.onChangeMonth.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'));
}
if (year !== _this.currentTime.getFullYear() && $.isFunction(options.onChangeYear)) {
options.onChangeYear.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'));
}
datetimepicker.trigger('xchange.xdsoft');
return month;
};
_this.prevMonth = function () {
if (_this.currentTime === undefined || _this.currentTime === null) {
_this.currentTime = _this.now();
}
var month = _this.currentTime.getMonth() - 1;
if (month === -1) {
_this.currentTime.setFullYear(_this.currentTime.getFullYear() - 1);
month = 11;
}
_this.currentTime.setDate(
Math.min(
new Date(_this.currentTime.getFullYear(), month + 1, 0).getDate(),
_this.currentTime.getDate()
)
);
_this.currentTime.setMonth(month);
if (options.onChangeMonth && $.isFunction(options.onChangeMonth)) {
options.onChangeMonth.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'));
}
datetimepicker.trigger('xchange.xdsoft');
return month;
};
_this.getWeekOfYear = function (datetime) {
if (options.onGetWeekOfYear && $.isFunction(options.onGetWeekOfYear)) {
var week = options.onGetWeekOfYear.call(datetimepicker, datetime);
if (typeof week !== 'undefined') {
return week;
}
}
var onejan = new Date(datetime.getFullYear(), 0, 1);
//First week of the year is th one with the first Thursday according to ISO8601
if (onejan.getDay() !== 4) {
onejan.setMonth(0, 1 + ((4 - onejan.getDay()+ 7) % 7));
}
return Math.ceil((((datetime - onejan) / 86400000) + onejan.getDay() + 1) / 7);
};
_this.strToDateTime = function (sDateTime) {
var tmpDate = [], timeOffset, currentTime;
if (sDateTime && sDateTime instanceof Date && _this.isValidDate(sDateTime)) {
return sDateTime;
}
tmpDate = /^([+-]{1})(.*)$/.exec(sDateTime);
if (tmpDate) {
tmpDate[2] = dateHelper.parseDate(tmpDate[2], options.formatDate);
}
if (tmpDate && tmpDate[2]) {
timeOffset = tmpDate[2].getTime() - (tmpDate[2].getTimezoneOffset()) * 60000;
currentTime = new Date((_this.now(true)).getTime() + parseInt(tmpDate[1] + '1', 10) * timeOffset);
} else {
currentTime = sDateTime ? dateHelper.parseDate(sDateTime, options.format) : _this.now();
}
if (!_this.isValidDate(currentTime)) {
currentTime = _this.now();
}
return currentTime;
};
_this.strToDate = function (sDate) {
if (sDate && sDate instanceof Date && _this.isValidDate(sDate)) {
return sDate;
}
var currentTime = sDate ? dateHelper.parseDate(sDate, options.formatDate) : _this.now(true);
if (!_this.isValidDate(currentTime)) {
currentTime = _this.now(true);
}
return currentTime;
};
_this.strtotime = function (sTime) {
if (sTime && sTime instanceof Date && _this.isValidDate(sTime)) {
return sTime;
}
var currentTime = sTime ? dateHelper.parseDate(sTime, options.formatTime) : _this.now(true);
if (!_this.isValidDate(currentTime)) {
currentTime = _this.now(true);
}
return currentTime;
};
_this.str = function () {
return dateHelper.formatDate(_this.currentTime, options.format);
};
_this.currentTime = this.now();
};
_xdsoft_datetime = new XDSoft_datetime();
applyButton.on('touchend click', function (e) {//pathbrite
e.preventDefault();
datetimepicker.data('changed', true);
_xdsoft_datetime.setCurrentTime(getCurrentValue());
input.val(_xdsoft_datetime.str());
datetimepicker.trigger('close.xdsoft');
});
month_picker
.find('.xdsoft_today_button')
.on('touchend mousedown.xdsoft', function () {
datetimepicker.data('changed', true);
_xdsoft_datetime.setCurrentTime(0, true);
datetimepicker.trigger('afterOpen.xdsoft');
}).on('dblclick.xdsoft', function () {
var currentDate = _xdsoft_datetime.getCurrentTime(), minDate, maxDate;
currentDate = new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate());
minDate = _xdsoft_datetime.strToDate(options.minDate);
minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
if (currentDate < minDate) {
return;
}
maxDate = _xdsoft_datetime.strToDate(options.maxDate);
maxDate = new Date(maxDate.getFullYear(), maxDate.getMonth(), maxDate.getDate());
if (currentDate > maxDate) {
return;
}
input.val(_xdsoft_datetime.str());
input.trigger('change');
datetimepicker.trigger('close.xdsoft');
});
month_picker
.find('.xdsoft_prev,.xdsoft_next')
.on('touchend mousedown.xdsoft', function () {
var $this = $(this),
timer = 0,
stop = false;
(function arguments_callee1(v) {
if ($this.hasClass(options.next)) {
_xdsoft_datetime.nextMonth();
} else if ($this.hasClass(options.prev)) {
_xdsoft_datetime.prevMonth();
}
if (options.monthChangeSpinner) {
if (!stop) {
timer = setTimeout(arguments_callee1, v || 100);
}
}
}(500));
$([options.ownerDocument.body, options.contentWindow]).on('touchend mouseup.xdsoft', function arguments_callee2() {
clearTimeout(timer);
stop = true;
$([options.ownerDocument.body, options.contentWindow]).off('touchend mouseup.xdsoft', arguments_callee2);
});
});
timepicker
.find('.xdsoft_prev,.xdsoft_next')
.on('touchend mousedown.xdsoft', function () {
var $this = $(this),
timer = 0,
stop = false,
period = 110;
(function arguments_callee4(v) {
var pheight = timeboxparent[0].clientHeight,
height = timebox[0].offsetHeight,
top = Math.abs(parseInt(timebox.css('marginTop'), 10));
if ($this.hasClass(options.next) && (height - pheight) - options.timeHeightInTimePicker >= top) {
timebox.css('marginTop', '-' + (top + options.timeHeightInTimePicker) + 'px');
} else if ($this.hasClass(options.prev) && top - options.timeHeightInTimePicker >= 0) {
timebox.css('marginTop', '-' + (top - options.timeHeightInTimePicker) + 'px');
}
/**
* Fixed bug:
* When using css3 transition, it will cause a bug that you cannot scroll the timepicker list.
* The reason is that the transition-duration time, if you set it to 0, all things fine, otherwise, this
* would cause a bug when you use jquery.css method.
* Let's say: * { transition: all .5s ease; }
* jquery timebox.css('marginTop') will return the original value which is before you clicking the next/prev button,
* meanwhile the timebox[0].style.marginTop will return the right value which is after you clicking the
* next/prev button.
*
* What we should do:
* Replace timebox.css('marginTop') with timebox[0].style.marginTop.
*/
timeboxparent.trigger('scroll_element.xdsoft_scroller', [Math.abs(parseInt(timebox[0].style.marginTop, 10) / (height - pheight))]);
period = (period > 10) ? 10 : period - 10;
if (!stop) {
timer = setTimeout(arguments_callee4, v || period);
}
}(500));
$([options.ownerDocument.body, options.contentWindow]).on('touchend mouseup.xdsoft', function arguments_callee5() {
clearTimeout(timer);
stop = true;
$([options.ownerDocument.body, options.contentWindow])
.off('touchend mouseup.xdsoft', arguments_callee5);
});
});
xchangeTimer = 0;
// base handler - generating a calendar and timepicker
datetimepicker
.on('xchange.xdsoft', function (event) {
clearTimeout(xchangeTimer);
xchangeTimer = setTimeout(function () {
if (_xdsoft_datetime.currentTime === undefined || _xdsoft_datetime.currentTime === null) {
_xdsoft_datetime.currentTime = _xdsoft_datetime.now();
}
var table = '',
start = new Date(_xdsoft_datetime.currentTime.getFullYear(), _xdsoft_datetime.currentTime.getMonth(), 1, 12, 0, 0),
i = 0,
j,
today = _xdsoft_datetime.now(),
maxDate = false,
minDate = false,
minDateTime = false,
hDate,
day,
d,
y,
m,
w,
classes = [],
customDateSettings,
newRow = true,
time = '',
h,
line_time,
description;
while (start.getDay() !== options.dayOfWeekStart) {
start.setDate(start.getDate() - 1);
}
table += '<table><thead><tr>';
if (options.weeks) {
table += '<th></th>';
}
for (j = 0; j < 7; j += 1) {
table += '<th>' + options.i18n[globalLocale].dayOfWeekShort[(j + options.dayOfWeekStart) % 7] + '</th>';
}
table += '</tr></thead>';
table += '<tbody>';
if (options.maxDate !== false) {
maxDate = _xdsoft_datetime.strToDate(options.maxDate);
maxDate = new Date(maxDate.getFullYear(), maxDate.getMonth(), maxDate.getDate(), 23, 59, 59, 999);
}
if (options.minDate !== false) {
minDate = _xdsoft_datetime.strToDate(options.minDate);
minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
}
if (options.minDateTime !== false) {
minDateTime = _xdsoft_datetime.strToDate(options.minDateTime);
minDateTime = new Date(minDateTime.getFullYear(), minDateTime.getMonth(), minDateTime.getDate(), minDateTime.getHours(), minDateTime.getMinutes(), minDateTime.getSeconds());
}
while (i < _xdsoft_datetime.currentTime.countDaysInMonth() || start.getDay() !== options.dayOfWeekStart || _xdsoft_datetime.currentTime.getMonth() === start.getMonth()) {
classes = [];
i += 1;
day = start.getDay();
d = start.getDate();
y = start.getFullYear();
m = start.getMonth();
w = _xdsoft_datetime.getWeekOfYear(start);
description = '';
classes.push('xdsoft_date');
if (options.beforeShowDay && $.isFunction(options.beforeShowDay.call)) {
customDateSettings = options.beforeShowDay.call(datetimepicker, start);
} else {
customDateSettings = null;
}
if(options.allowDateRe && Object.prototype.toString.call(options.allowDateRe) === "[object RegExp]"){
if(!options.allowDateRe.test(dateHelper.formatDate(start, options.formatDate))){
classes.push('xdsoft_disabled');
}
}
if(options.allowDates && options.allowDates.length>0){
if(options.allowDates.indexOf(dateHelper.formatDate(start, options.formatDate)) === -1){
classes.push('xdsoft_disabled');
}
}
if ((maxDate !== false && start > maxDate) || (minDateTime !== false && start < minDateTime) || (minDate !== false && start < minDate) || (customDateSettings && customDateSettings[0] === false)) {
classes.push('xdsoft_disabled');
}
if (options.disabledDates.indexOf(dateHelper.formatDate(start, options.formatDate)) !== -1) {
classes.push('xdsoft_disabled');
}
if (options.disabledWeekDays.indexOf(day) !== -1) {
classes.push('xdsoft_disabled');
}
if (input.is('[disabled]')) {
classes.push('xdsoft_disabled');
}
if (customDateSettings && customDateSettings[1] !== "") {
classes.push(customDateSettings[1]);
}
if (_xdsoft_datetime.currentTime.getMonth() !== m) {
classes.push('xdsoft_other_month');
}
if ((options.defaultSelect || datetimepicker.data('changed')) && dateHelper.formatDate(_xdsoft_datetime.currentTime, options.formatDate) === dateHelper.formatDate(start, options.formatDate)) {
classes.push('xdsoft_current');
}
if (dateHelper.formatDate(today, options.formatDate) === dateHelper.formatDate(start, options.formatDate)) {
classes.push('xdsoft_today');
}
if (start.getDay() === 0 || start.getDay() === 6 || options.weekends.indexOf(dateHelper.formatDate(start, options.formatDate)) !== -1) {
classes.push('xdsoft_weekend');
}
if (options.highlightedDates[dateHelper.formatDate(start, options.formatDate)] !== undefined) {
hDate = options.highlightedDates[dateHelper.formatDate(start, options.formatDate)];
classes.push(hDate.style === undefined ? 'xdsoft_highlighted_default' : hDate.style);
description = hDate.desc === undefined ? '' : hDate.desc;
}
if (options.beforeShowDay && $.isFunction(options.beforeShowDay)) {
classes.push(options.beforeShowDay(start));
}
if (newRow) {
table += '<tr>';
newRow = false;
if (options.weeks) {
table += '<th>' + w + '</th>';
}
}
table += '<td data-date="' + d + '" data-month="' + m + '" data-year="' + y + '"' + ' class="xdsoft_date xdsoft_day_of_week' + start.getDay() + ' ' + classes.join(' ') + '" title="' + description + '">' +
'<div>' + d + '</div>' +
'</td>';
if (start.getDay() === options.dayOfWeekStartPrev) {
table += '</tr>';
newRow = true;
}
start.setDate(d + 1);
}
table += '</tbody></table>';
calendar.html(table);
month_picker.find('.xdsoft_label span').eq(0).text(options.i18n[globalLocale].months[_xdsoft_datetime.currentTime.getMonth()]);
month_picker.find('.xdsoft_label span').eq(1).text(_xdsoft_datetime.currentTime.getFullYear());
// generate timebox
time = '';
h = '';
m = '';
line_time = function line_time(h, m) {
var now = _xdsoft_datetime.now(), optionDateTime, current_time,
isALlowTimesInit = options.allowTimes && $.isArray(options.allowTimes) && options.allowTimes.length;
now.setHours(h);
h = parseInt(now.getHours(), 10);
now.setMinutes(m);
m = parseInt(now.getMinutes(), 10);
optionDateTime = new Date(_xdsoft_datetime.currentTime);
optionDateTime.setHours(h);
optionDateTime.setMinutes(m);
classes = [];
if ((options.minDateTime !== false && options.minDateTime > optionDateTime) || (options.maxTime !== false && _xdsoft_datetime.strtotime(options.maxTime).getTime() < now.getTime()) || (options.minTime !== false && _xdsoft_datetime.strtotime(options.minTime).getTime() > now.getTime())) {
classes.push('xdsoft_disabled');
} else if ((options.minDateTime !== false && options.minDateTime > optionDateTime) || ((options.disabledMinTime !== false && now.getTime() > _xdsoft_datetime.strtotime(options.disabledMinTime).getTime()) && (options.disabledMaxTime !== false && now.getTime() < _xdsoft_datetime.strtotime(options.disabledMaxTime).getTime()))) {
classes.push('xdsoft_disabled');
} else if (input.is('[disabled]')) {
classes.push('xdsoft_disabled');
}
current_time = new Date(_xdsoft_datetime.currentTime);
current_time.setHours(parseInt(_xdsoft_datetime.currentTime.getHours(), 10));
if (!isALlowTimesInit) {
current_time.setMinutes(Math[options.roundTime](_xdsoft_datetime.currentTime.getMinutes() / options.step) * options.step);
}
if ((options.initTime || options.defaultSelect || datetimepicker.data('changed')) && current_time.getHours() === parseInt(h, 10) && ((!isALlowTimesInit && options.step > 59) || current_time.getMinutes() === parseInt(m, 10))) {
if (options.defaultSelect || datetimepicker.data('changed')) {
classes.push('xdsoft_current');
} else if (options.initTime) {
classes.push('xdsoft_init_time');
}
}
if (parseInt(today.getHours(), 10) === parseInt(h, 10) && parseInt(today.getMinutes(), 10) === parseInt(m, 10)) {
classes.push('xdsoft_today');
}
time += '<div class="xdsoft_time ' + classes.join(' ') + '" data-hour="' + h + '" data-minute="' + m + '">' + dateHelper.formatDate(now, options.formatTime) + '</div>';
};
if (!options.allowTimes || !$.isArray(options.allowTimes) || !options.allowTimes.length) {
for (i = 0, j = 0; i < (options.hours12 ? 12 : 24); i += 1) {
for (j = 0; j < 60; j += options.step) {
h = (i < 10 ? '0' : '') + i;
m = (j < 10 ? '0' : '') + j;
line_time(h, m);
}
}
} else {
for (i = 0; i < options.allowTimes.length; i += 1) {
h = _xdsoft_datetime.strtotime(options.allowTimes[i]).getHours();
m = _xdsoft_datetime.strtotime(options.allowTimes[i]).getMinutes();
line_time(h, m);
}
}
timebox.html(time);
opt = '';
for (i = parseInt(options.yearStart, 10) + options.yearOffset; i <= parseInt(options.yearEnd, 10) + options.yearOffset; i += 1) {
opt += '<div class="xdsoft_option ' + (_xdsoft_datetime.currentTime.getFullYear() === i ? 'xdsoft_current' : '') + '" data-value="' + i + '">' + i + '</div>';
}
yearselect.children().eq(0)
.html(opt);
for (i = parseInt(options.monthStart, 10), opt = ''; i <= parseInt(options.monthEnd, 10); i += 1) {
opt += '<div class="xdsoft_option ' + (_xdsoft_datetime.currentTime.getMonth() === i ? 'xdsoft_current' : '') + '" data-value="' + i + '">' + options.i18n[globalLocale].months[i] + '</div>';
}
monthselect.children().eq(0).html(opt);
$(datetimepicker)
.trigger('generate.xdsoft');
}, 10);
event.stopPropagation();
})
.on('afterOpen.xdsoft', function () {
if (options.timepicker) {
var classType, pheight, height, top;
if (timebox.find('.xdsoft_current').length) {
classType = '.xdsoft_current';
} else if (timebox.find('.xdsoft_init_time').length) {
classType = '.xdsoft_init_time';
}
if (classType) {
pheight = timeboxparent[0].clientHeight;
height = timebox[0].offsetHeight;
top = timebox.find(classType).index() * options.timeHeightInTimePicker + 1;
if ((height - pheight) < top) {
top = height - pheight;
}
timeboxparent.trigger('scroll_element.xdsoft_scroller', [parseInt(top, 10) / (height - pheight)]);
} else {
timeboxparent.trigger('scroll_element.xdsoft_scroller', [0]);
}
}
});
timerclick = 0;
calendar
.on('touchend click.xdsoft', 'td', function (xdevent) {
xdevent.stopPropagation(); // Prevents closing of Pop-ups, Modals and Flyouts in Bootstrap
timerclick += 1;
var $this = $(this),
currentTime = _xdsoft_datetime.currentTime;
if (currentTime === undefined || currentTime === null) {
_xdsoft_datetime.currentTime = _xdsoft_datetime.now();
currentTime = _xdsoft_datetime.currentTime;
}
if ($this.hasClass('xdsoft_disabled')) {
return false;
}
currentTime.setDate(1);
currentTime.setFullYear($this.data('year'));
currentTime.setMonth($this.data('month'));
currentTime.setDate($this.data('date'));
datetimepicker.trigger('select.xdsoft', [currentTime]);
input.val(_xdsoft_datetime.str());
if (options.onSelectDate && $.isFunction(options.onSelectDate)) {
options.onSelectDate.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'), xdevent);
}
datetimepicker.data('changed', true);
datetimepicker.trigger('xchange.xdsoft');
datetimepicker.trigger('changedatetime.xdsoft');
if ((timerclick > 1 || (options.closeOnDateSelect === true || (options.closeOnDateSelect === false && !options.timepicker))) && !options.inline) {
datetimepicker.trigger('close.xdsoft');
}
setTimeout(function () {
timerclick = 0;
}, 200);
});
timebox
.on('touchstart', 'div', function (xdevent) {
this.touchmoved = false;
})
.on('touchmove', 'div', function (xdevent) {
this.touchmoved = true;
})
.on('touchend click.xdsoft', 'div', function (xdevent) {
if (!this.touchmoved) {
xdevent.stopPropagation();
var $this = $(this),
currentTime = _xdsoft_datetime.currentTime;
if (currentTime === undefined || currentTime === null) {
_xdsoft_datetime.currentTime = _xdsoft_datetime.now();
currentTime = _xdsoft_datetime.currentTime;
}
if ($this.hasClass('xdsoft_disabled')) {
return false;
}
currentTime.setHours($this.data('hour'));
currentTime.setMinutes($this.data('minute'));
datetimepicker.trigger('select.xdsoft', [currentTime]);
datetimepicker.data('input').val(_xdsoft_datetime.str());
if (options.onSelectTime && $.isFunction(options.onSelectTime)) {
options.onSelectTime.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'), xdevent);
}
datetimepicker.data('changed', true);
datetimepicker.trigger('xchange.xdsoft');
datetimepicker.trigger('changedatetime.xdsoft');
if (options.inline !== true && options.closeOnTimeSelect === true) {
datetimepicker.trigger('close.xdsoft');
}
}
});
datepicker
.on('mousewheel.xdsoft', function (event) {
if (!options.scrollMonth) {
return true;
}
if (event.deltaY < 0) {
_xdsoft_datetime.nextMonth();
} else {
_xdsoft_datetime.prevMonth();
}
return false;
});
input
.on('mousewheel.xdsoft', function (event) {
if (!options.scrollInput) {
return true;
}
if (!options.datepicker && options.timepicker) {
current_time_index = timebox.find('.xdsoft_current').length ? timebox.find('.xdsoft_current').eq(0).index() : 0;
if (current_time_index + event.deltaY >= 0 && current_time_index + event.deltaY < timebox.children().length) {
current_time_index += event.deltaY;
}
if (timebox.children().eq(current_time_index).length) {
timebox.children().eq(current_time_index).trigger('mousedown');
}
return false;
}
if (options.datepicker && !options.timepicker) {
datepicker.trigger(event, [event.deltaY, event.deltaX, event.deltaY]);
if (input.val) {
input.val(_xdsoft_datetime.str());
}
datetimepicker.trigger('changedatetime.xdsoft');
return false;
}
});
datetimepicker
.on('changedatetime.xdsoft', function (event) {
if (options.onChangeDateTime && $.isFunction(options.onChangeDateTime)) {
var $input = datetimepicker.data('input');
options.onChangeDateTime.call(datetimepicker, _xdsoft_datetime.currentTime, $input, event);
delete options.value;
$input.trigger('change');
}
})
.on('generate.xdsoft', function () {
if (options.onGenerate && $.isFunction(options.onGenerate)) {
options.onGenerate.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'));
}
if (triggerAfterOpen) {
datetimepicker.trigger('afterOpen.xdsoft');
triggerAfterOpen = false;
}
})
.on('click.xdsoft', function (xdevent) {
xdevent.stopPropagation();
});
current_time_index = 0;
/**
* Runs the callback for each of the specified node's ancestors.
*
* Return FALSE from the callback to stop ascending.
*
* @param {DOMNode} node
* @param {Function} callback
* @returns {undefined}
*/
forEachAncestorOf = function (node, callback) {
do {
node = node.parentNode;
if (!node || callback(node) === false) {
break;
}
} while (node.nodeName !== 'HTML');
};
/**
* Sets the position of the picker.
*
* @returns {undefined}
*/
setPos = function () {
var dateInputOffset,
dateInputElem,
verticalPosition,
left,
position,
datetimepickerElem,
dateInputHasFixedAncestor,
$dateInput,
windowWidth,
verticalAnchorEdge,
datetimepickerCss,
windowHeight,
windowScrollTop;
$dateInput = datetimepicker.data('input');
dateInputOffset = $dateInput.offset();
dateInputElem = $dateInput[0];
verticalAnchorEdge = 'top';
verticalPosition = (dateInputOffset.top + dateInputElem.offsetHeight) - 1;
left = dateInputOffset.left;
position = "absolute";
windowWidth = $(options.contentWindow).width();
windowHeight = $(options.contentWindow).height();
windowScrollTop = $(options.contentWindow).scrollTop();
if ((options.ownerDocument.documentElement.clientWidth - dateInputOffset.left) < datepicker.parent().outerWidth(true)) {
var diff = datepicker.parent().outerWidth(true) - dateInputElem.offsetWidth;
left = left - diff;
}
if ($dateInput.parent().css('direction') === 'rtl') {
left -= (datetimepicker.outerWidth() - $dateInput.outerWidth());
}
if (options.fixed) {
verticalPosition -= windowScrollTop;
left -= $(options.contentWindow).scrollLeft();
position = "fixed";
} else {
dateInputHasFixedAncestor = false;
forEachAncestorOf(dateInputElem, function (ancestorNode) {
if (ancestorNode === null) {
return false;
}
if (options.contentWindow.getComputedStyle(ancestorNode).getPropertyValue('position') === 'fixed') {
dateInputHasFixedAncestor = true;
return false;
}
});
if (dateInputHasFixedAncestor) {
position = 'fixed';
//If the picker won't fit entirely within the viewport then display it above the date input.
if (verticalPosition + datetimepicker.outerHeight() > windowHeight + windowScrollTop) {
verticalAnchorEdge = 'bottom';
verticalPosition = (windowHeight + windowScrollTop) - dateInputOffset.top;
} else {
verticalPosition -= windowScrollTop;
}
} else {
if (verticalPosition + datetimepicker[0].offsetHeight > windowHeight + windowScrollTop) {
verticalPosition = dateInputOffset.top - datetimepicker[0].offsetHeight + 1;
}
}
if (verticalPosition < 0) {
verticalPosition = 0;
}
if (left + dateInputElem.offsetWidth > windowWidth) {
left = windowWidth - dateInputElem.offsetWidth;
}
}
datetimepickerElem = datetimepicker[0];
forEachAncestorOf(datetimepickerElem, function (ancestorNode) {
var ancestorNodePosition;
ancestorNodePosition = options.contentWindow.getComputedStyle(ancestorNode).getPropertyValue('position');
if (ancestorNodePosition === 'relative' && windowWidth >= ancestorNode.offsetWidth) {
left = left - ((windowWidth - ancestorNode.offsetWidth) / 2);
return false;
}
});
datetimepickerCss = {
position: position,
left: left,
top: '', //Initialize to prevent previous values interfering with new ones.
bottom: '' //Initialize to prevent previous values interfering with new ones.
};
datetimepickerCss[verticalAnchorEdge] = verticalPosition;
datetimepicker.css(datetimepickerCss);
};
datetimepicker
.on('open.xdsoft', function (event) {
var onShow = true;
if (options.onShow && $.isFunction(options.onShow)) {
onShow = options.onShow.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'), event);
}
if (onShow !== false) {
datetimepicker.show();
setPos();
$(options.contentWindow)
.off('resize.xdsoft', setPos)
.on('resize.xdsoft', setPos);
if (options.closeOnWithoutClick) {
$([options.ownerDocument.body, options.contentWindow]).on('touchstart mousedown.xdsoft', function arguments_callee6() {
datetimepicker.trigger('close.xdsoft');
$([options.ownerDocument.body, options.contentWindow]).off('touchstart mousedown.xdsoft', arguments_callee6);
});
}
}
})
.on('close.xdsoft', function (event) {
var onClose = true;
month_picker
.find('.xdsoft_month,.xdsoft_year')
.find('.xdsoft_select')
.hide();
if (options.onClose && $.isFunction(options.onClose)) {
onClose = options.onClose.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input'), event);
}
if (onClose !== false && !options.opened && !options.inline) {
datetimepicker.hide();
}
event.stopPropagation();
})
.on('toggle.xdsoft', function () {
if (datetimepicker.is(':visible')) {
datetimepicker.trigger('close.xdsoft');
} else {
datetimepicker.trigger('open.xdsoft');
}
})
.data('input', input);
timer = 0;
datetimepicker.data('xdsoft_datetime', _xdsoft_datetime);
datetimepicker.setOptions(options);
function getCurrentValue() {
var ct = false, time;
if (options.startDate) {
ct = _xdsoft_datetime.strToDate(options.startDate);
} else {
ct = options.value || ((input && input.val && input.val()) ? input.val() : '');
if (ct) {
ct = _xdsoft_datetime.strToDateTime(ct);
} else if (options.defaultDate) {
ct = _xdsoft_datetime.strToDateTime(options.defaultDate);
if (options.defaultTime) {
time = _xdsoft_datetime.strtotime(options.defaultTime);
ct.setHours(time.getHours());
ct.setMinutes(time.getMinutes());
}
}
}
if (ct && _xdsoft_datetime.isValidDate(ct)) {
datetimepicker.data('changed', true);
} else {
ct = '';
}
return ct || 0;
}
function setMask(options) {
var isValidValue = function (mask, value) {
var reg = mask
.replace(/([\[\]\/\{\}\(\)\-\.\+]{1})/g, '\\$1')
.replace(/_/g, '{digit+}')
.replace(/([0-9]{1})/g, '{digit$1}')
.replace(/\{digit([0-9]{1})\}/g, '[0-$1_]{1}')
.replace(/\{digit[\+]\}/g, '[0-9_]{1}');
return (new RegExp(reg)).test(value);
},
getCaretPos = function (input) {
try {
if (options.ownerDocument.selection && options.ownerDocument.selection.createRange) {
var range = options.ownerDocument.selection.createRange();
return range.getBookmark().charCodeAt(2) - 2;
}
if (input.setSelectionRange) {
return input.selectionStart;
}
} catch (e) {
return 0;
}
},
setCaretPos = function (node, pos) {
node = (typeof node === "string" || node instanceof String) ? options.ownerDocument.getElementById(node) : node;
if (!node) {
return false;
}
if (node.createTextRange) {
var textRange = node.createTextRange();
textRange.collapse(true);
textRange.moveEnd('character', pos);
textRange.moveStart('character', pos);
textRange.select();
return true;
}
if (node.setSelectionRange) {
node.setSelectionRange(pos, pos);
return true;
}
return false;
};
if(options.mask) {
input.off('keydown.xdsoft');
}
if (options.mask === true) {
if (typeof moment != 'undefined') {
options.mask = options.format
.replace(/Y{4}/g, '9999')
.replace(/Y{2}/g, '99')
.replace(/M{2}/g, '19')
.replace(/D{2}/g, '39')
.replace(/H{2}/g, '29')
.replace(/m{2}/g, '59')
.replace(/s{2}/g, '59');
} else {
options.mask = options.format
.replace(/Y/g, '9999')
.replace(/F/g, '9999')
.replace(/m/g, '19')
.replace(/d/g, '39')
.replace(/H/g, '29')
.replace(/i/g, '59')
.replace(/s/g, '59');
}
}
if ($.type(options.mask) === 'string') {
if (!isValidValue(options.mask, input.val())) {
input.val(options.mask.replace(/[0-9]/g, '_'));
setCaretPos(input[0], 0);
}
input.on('keydown.xdsoft', function (event) {
var val = this.value,
key = event.which,
pos,
digit;
if (((key >= KEY0 && key <= KEY9) || (key >= _KEY0 && key <= _KEY9)) || (key === BACKSPACE || key === DEL)) {
pos = getCaretPos(this);
digit = (key !== BACKSPACE && key !== DEL) ? String.fromCharCode((_KEY0 <= key && key <= _KEY9) ? key - KEY0 : key) : '_';
if ((key === BACKSPACE || key === DEL) && pos) {
pos -= 1;
digit = '_';
}
while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
pos += (key === BACKSPACE || key === DEL) ? -1 : 1;
}
val = val.substr(0, pos) + digit + val.substr(pos + 1);
if ($.trim(val) === '') {
val = options.mask.replace(/[0-9]/g, '_');
} else {
if (pos === options.mask.length) {
event.preventDefault();
return false;
}
}
pos += (key === BACKSPACE || key === DEL) ? 0 : 1;
while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
pos += (key === BACKSPACE || key === DEL) ? -1 : 1;
}
if (isValidValue(options.mask, val)) {
this.value = val;
setCaretPos(this, pos);
} else if ($.trim(val) === '') {
this.value = options.mask.replace(/[0-9]/g, '_');
} else {
input.trigger('error_input.xdsoft');
}
} else {
if (([AKEY, CKEY, VKEY, ZKEY, YKEY].indexOf(key) !== -1 && ctrlDown) || [ESC, ARROWUP, ARROWDOWN, ARROWLEFT, ARROWRIGHT, F5, CTRLKEY, TAB, ENTER].indexOf(key) !== -1) {
return true;
}
}
event.preventDefault();
return false;
});
}
}
_xdsoft_datetime.setCurrentTime(getCurrentValue());
input
.data('xdsoft_datetimepicker', datetimepicker)
.on('open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart', function () {
if (input.is(':disabled') || (input.data('xdsoft_datetimepicker').is(':visible') && options.closeOnInputClick)) {
return;
}
clearTimeout(timer);
timer = setTimeout(function () {
if (input.is(':disabled')) {
return;
}
triggerAfterOpen = true;
_xdsoft_datetime.setCurrentTime(getCurrentValue(), true);
if(options.mask) {
setMask(options);
}
datetimepicker.trigger('open.xdsoft');
}, 100);
})
.on('keydown.xdsoft', function (event) {
var elementSelector,
key = event.which;
if ([ENTER].indexOf(key) !== -1 && options.enterLikeTab) {
elementSelector = $("input:visible,textarea:visible,button:visible,a:visible");
datetimepicker.trigger('close.xdsoft');
elementSelector.eq(elementSelector.index(this) + 1).focus();
return false;
}
if ([TAB].indexOf(key) !== -1) {
datetimepicker.trigger('close.xdsoft');
return true;
}
})
.on('blur.xdsoft', function () {
datetimepicker.trigger('close.xdsoft');
});
};
destroyDateTimePicker = function (input) {
var datetimepicker = input.data('xdsoft_datetimepicker');
if (datetimepicker) {
datetimepicker.data('xdsoft_datetime', null);
datetimepicker.remove();
input
.data('xdsoft_datetimepicker', null)
.off('.xdsoft');
$(options.contentWindow).off('resize.xdsoft');
$([options.contentWindow, options.ownerDocument.body]).off('mousedown.xdsoft touchstart');
if (input.unmousewheel) {
input.unmousewheel();
}
}
};
$(options.ownerDocument)
.off('keydown.xdsoftctrl keyup.xdsoftctrl')
.on('keydown.xdsoftctrl', function (e) {
if (e.keyCode === CTRLKEY) {
ctrlDown = true;
}
})
.on('keyup.xdsoftctrl', function (e) {
if (e.keyCode === CTRLKEY) {
ctrlDown = false;
}
});
this.each(function () {
var datetimepicker = $(this).data('xdsoft_datetimepicker'), $input;
if (datetimepicker) {
if ($.type(opt) === 'string') {
switch (opt) {
case 'show':
$(this).select().focus();
datetimepicker.trigger('open.xdsoft');
break;
case 'hide':
datetimepicker.trigger('close.xdsoft');
break;
case 'toggle':
datetimepicker.trigger('toggle.xdsoft');
break;
case 'destroy':
destroyDateTimePicker($(this));
break;
case 'reset':
this.value = this.defaultValue;
if (!this.value || !datetimepicker.data('xdsoft_datetime').isValidDate(dateHelper.parseDate(this.value, options.format))) {
datetimepicker.data('changed', false);
}
datetimepicker.data('xdsoft_datetime').setCurrentTime(this.value);
break;
case 'validate':
$input = datetimepicker.data('input');
$input.trigger('blur.xdsoft');
break;
default:
if (datetimepicker[opt] && $.isFunction(datetimepicker[opt])) {
result = datetimepicker[opt](opt2);
}
}
} else {
datetimepicker
.setOptions(opt);
}
return 0;
}
if ($.type(opt) !== 'string') {
if (!options.lazyInit || options.open || options.inline) {
createDateTimePicker($(this));
} else {
lazyInit($(this));
}
}
});
return result;
};
$.fn.datetimepicker.defaults = default_options;
function HighlightedDate(date, desc, style) {
"use strict";
this.date = date;
this.desc = desc;
this.style = style;
}
};
;(function (factory) {
if ( typeof define === 'function' && define.amd ) {
// AMD. Register as an anonymous module.
define(['jquery', 'jquery-mousewheel'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS style for Browserify
module.exports = factory(require('jquery'));;
} else {
// Browser globals
factory(jQuery);
}
}(datetimepickerFactory));
/*!
* jQuery Mousewheel 3.1.13
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*/
(function (factory) {
if ( typeof define === 'function' && define.amd ) {
// AMD. Register as an anonymous module.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS style for Browserify
module.exports = factory;
} else {
// Browser globals
factory(jQuery);
}
}(function ($) {
var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll'],
toBind = ( 'onwheel' in document || document.documentMode >= 9 ) ?
['wheel'] : ['mousewheel', 'DomMouseScroll', 'MozMousePixelScroll'],
slice = Array.prototype.slice,
nullLowestDeltaTimeout, lowestDelta;
if ( $.event.fixHooks ) {
for ( var i = toFix.length; i; ) {
$.event.fixHooks[ toFix[--i] ] = $.event.mouseHooks;
}
}
var special = $.event.special.mousewheel = {
version: '3.1.12',
setup: function() {
if ( this.addEventListener ) {
for ( var i = toBind.length; i; ) {
this.addEventListener( toBind[--i], handler, false );
}
} else {
this.onmousewheel = handler;
}
// Store the line height and page height for this particular element
$.data(this, 'mousewheel-line-height', special.getLineHeight(this));
$.data(this, 'mousewheel-page-height', special.getPageHeight(this));
},
teardown: function() {
if ( this.removeEventListener ) {
for ( var i = toBind.length; i; ) {
this.removeEventListener( toBind[--i], handler, false );
}
} else {
this.onmousewheel = null;
}
// Clean up the data we added to the element
$.removeData(this, 'mousewheel-line-height');
$.removeData(this, 'mousewheel-page-height');
},
getLineHeight: function(elem) {
var $elem = $(elem),
$parent = $elem['offsetParent' in $.fn ? 'offsetParent' : 'parent']();
if (!$parent.length) {
$parent = $('body');
}
return parseInt($parent.css('fontSize'), 10) || parseInt($elem.css('fontSize'), 10) || 16;
},
getPageHeight: function(elem) {
return $(elem).height();
},
settings: {
adjustOldDeltas: true, // see shouldAdjustOldDeltas() below
normalizeOffset: true // calls getBoundingClientRect for each event
}
};
$.fn.extend({
mousewheel: function(fn) {
return fn ? this.bind('mousewheel', fn) : this.trigger('mousewheel');
},
unmousewheel: function(fn) {
return this.unbind('mousewheel', fn);
}
});
function handler(event) {
var orgEvent = event || window.event,
args = slice.call(arguments, 1),
delta = 0,
deltaX = 0,
deltaY = 0,
absDelta = 0,
offsetX = 0,
offsetY = 0;
event = $.event.fix(orgEvent);
event.type = 'mousewheel';
// Old school scrollwheel delta
if ( 'detail' in orgEvent ) { deltaY = orgEvent.detail * -1; }
if ( 'wheelDelta' in orgEvent ) { deltaY = orgEvent.wheelDelta; }
if ( 'wheelDeltaY' in orgEvent ) { deltaY = orgEvent.wheelDeltaY; }
if ( 'wheelDeltaX' in orgEvent ) { deltaX = orgEvent.wheelDeltaX * -1; }
// Firefox < 17 horizontal scrolling related to DOMMouseScroll event
if ( 'axis' in orgEvent && orgEvent.axis === orgEvent.HORIZONTAL_AXIS ) {
deltaX = deltaY * -1;
deltaY = 0;
}
// Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatabilitiy
delta = deltaY === 0 ? deltaX : deltaY;
// New school wheel delta (wheel event)
if ( 'deltaY' in orgEvent ) {
deltaY = orgEvent.deltaY * -1;
delta = deltaY;
}
if ( 'deltaX' in orgEvent ) {
deltaX = orgEvent.deltaX;
if ( deltaY === 0 ) { delta = deltaX * -1; }
}
// No change actually happened, no reason to go any further
if ( deltaY === 0 && deltaX === 0 ) { return; }
// Need to convert lines and pages to pixels if we aren't already in pixels
// There are three delta modes:
// * deltaMode 0 is by pixels, nothing to do
// * deltaMode 1 is by lines
// * deltaMode 2 is by pages
if ( orgEvent.deltaMode === 1 ) {
var lineHeight = $.data(this, 'mousewheel-line-height');
delta *= lineHeight;
deltaY *= lineHeight;
deltaX *= lineHeight;
} else if ( orgEvent.deltaMode === 2 ) {
var pageHeight = $.data(this, 'mousewheel-page-height');
delta *= pageHeight;
deltaY *= pageHeight;
deltaX *= pageHeight;
}
// Store lowest absolute delta to normalize the delta values
absDelta = Math.max( Math.abs(deltaY), Math.abs(deltaX) );
if ( !lowestDelta || absDelta < lowestDelta ) {
lowestDelta = absDelta;
// Adjust older deltas if necessary
if ( shouldAdjustOldDeltas(orgEvent, absDelta) ) {
lowestDelta /= 40;
}
}
// Adjust older deltas if necessary
if ( shouldAdjustOldDeltas(orgEvent, absDelta) ) {
// Divide all the things by 40!
delta /= 40;
deltaX /= 40;
deltaY /= 40;
}
// Get a whole, normalized value for the deltas
delta = Math[ delta >= 1 ? 'floor' : 'ceil' ](delta / lowestDelta);
deltaX = Math[ deltaX >= 1 ? 'floor' : 'ceil' ](deltaX / lowestDelta);
deltaY = Math[ deltaY >= 1 ? 'floor' : 'ceil' ](deltaY / lowestDelta);
// Normalise offsetX and offsetY properties
if ( special.settings.normalizeOffset && this.getBoundingClientRect ) {
var boundingRect = this.getBoundingClientRect();
offsetX = event.clientX - boundingRect.left;
offsetY = event.clientY - boundingRect.top;
}
// Add information to the event object
event.deltaX = deltaX;
event.deltaY = deltaY;
event.deltaFactor = lowestDelta;
event.offsetX = offsetX;
event.offsetY = offsetY;
// Go ahead and set deltaMode to 0 since we converted to pixels
// Although this is a little odd since we overwrite the deltaX/Y
// properties with normalized deltas.
event.deltaMode = 0;
// Add event and delta to the front of the arguments
args.unshift(event, delta, deltaX, deltaY);
// Clearout lowestDelta after sometime to better
// handle multiple device types that give different
// a different lowestDelta
// Ex: trackpad = 3 and mouse wheel = 120
if (nullLowestDeltaTimeout) { clearTimeout(nullLowestDeltaTimeout); }
nullLowestDeltaTimeout = setTimeout(nullLowestDelta, 200);
return ($.event.dispatch || $.event.handle).apply(this, args);
}
function nullLowestDelta() {
lowestDelta = null;
}
function shouldAdjustOldDeltas(orgEvent, absDelta) {
// If this is an older event and the delta is divisable by 120,
// then we are assuming that the browser is treating this as an
// older mouse wheel event and that we should divide the deltas
// by 40 to try and get a more usable deltaFactor.
// Side note, this actually impacts the reported scroll distance
// in older browsers and can cause scrolling to be slower than native.
// Turn this off by setting $.event.special.mousewheel.settings.adjustOldDeltas to false.
return special.settings.adjustOldDeltas && orgEvent.type === 'mousewheel' && absDelta % 120 === 0;
}
})); |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/fluid-checkout/composer_file/package.json | {
"name": "fluid-checkout",
"version": "1.2.2",
"description": "Provides a fluid checkout experience for any WooCommerce store. Ask for shipping information before billing in a linear and multi-step checkout, add options for gift message and packaging and add a coupon code field at the checkout page that does not distract your customers. Similar to the Shopify checkout, and even better.",
"main": "fluid-checkout.php",
"scripts": {
"version": "gulp build && git add -A",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {},
"author": "Fluidweb.co",
"license": "GPL-3.0",
"copyright": "Copyright (c) 2021, Fluidweb OÜ",
"homepage": "https://fluidcheckout.com",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"load-json-file": "^6.2.0",
"uglify-js": "^3.8.0"
},
"dependencies": {
"collapsible-block": "^1.1.6",
"flyout-block": "^1.1.2",
"mailcheck": "^1.1.1",
"require-bundle-js": "^1.0.0",
"require-polyfills": "^1.0.0",
"sticky-states": "^1.0.6"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/focus-sitecall-lite/composer_file/package.json | {
"name": "site-call-wp-plugin-lite",
"version": "1.0.1",
"description": "Sitecall Lite Wordpress Plugin",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-wp-pot": "^2.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ftdev/site-call-wp-plugin-lite.git"
},
"author": "Focus Telecom Polska Sp. z o.o.",
"license": "ISC",
"homepage": "https://bitbucket.org/ftdev/site-call-wp-plugin-lite#readme"
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/focusable/composer_file/package.json | {
"name": "focusable",
"version": "1.2.0",
"description": "A WordPress plugin that displays a ring on the focusable elements when navigating through keyboard.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KhizarWeb/focusable.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KhizarWeb/focusable/issues"
},
"homepage": "https://github.com/KhizarWeb/focusable#readme",
"devDependencies": {
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.2.2",
"laravel-mix": "^6.0.13",
"postcss": "^8.2.6",
"sass": "^1.32.8",
"sass-loader": "^10.1.1"
}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/folding-stats-plus/translation_file/lang/de_DE.po | # SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Folding-Stats-Plus v2.0.3\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/folding-stats-plus\n"
"POT-Creation-Date: 2009-10-10 16:25+0000\n"
"PO-Revision-Date: 2010-07-08 12:19+0100\n"
"Last-Translator: Rian <[email protected]>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-Language: German\n"
"X-Poedit-Country: GERMANY\n"
#: folding.php:63
msgid "Error!!!"
msgstr "Fehler!!!"
#: folding.php:100
msgid "Title:"
msgstr "Titel:"
#: folding.php:103
msgid "Name:"
msgstr "Name:"
#: folding.php:106
msgid "Team:"
msgstr "Team:"
#: folding.php:109
msgid "Outer:"
msgstr "Außen"
#: folding.php:112
msgid "Inner:"
msgstr "Innen:"
#: folding.php:133
msgid "FoldingStats error!!"
msgstr "FoldingStats Fehler!!"
#: folding.php:144
msgid "User Rank"
msgstr "Benutzerrang"
#: folding.php:146
#: folding.php:160
msgid "Points"
msgstr "Punkte"
#: folding.php:147
#: folding.php:161
msgid "24h Avg"
msgstr "24St Mwt"
#: folding.php:148
#: folding.php:162
msgid "This week"
msgstr "Diese Woche"
#: folding.php:149
#: folding.php:163
msgid "Work Units"
msgstr "Arbeitseinheit"
#: folding.php:159
msgid "Rank"
msgstr "Rang"
#: folding.php:164
msgid "Team Users"
msgstr "Teambenutzer"
#: folding.php:165
msgid "Your Rank"
msgstr "Ihr Rang" |
wpscan/spec/fixtures/dynamic_finders/plugin_version/font-awesome-4-menus/style_comment/css/font-awesome.css | /*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
} |
|
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/fontsampler/change_log/changelog.txt | # 0.4.4
- FIX: Made 'init' and 'fina' Opentype Features available in the context menu for fonts that support them
# 0.4.3
- TWEAK: Improved admin interface slider responsivness and sanity checks
- TWEAK: Fixed compability with misc plugins (css class conflicts)
# 0.4.1 & 0.4.2
- TWEAK: Hotfix to suppress a debug message
# 0.4.0
- FEATURE: Implemented option for handling notdef glyphs
- FEATURE: Implemented language locale picker, which allows previewing Opentype locl substitutions
- FEATURE: Implemented default translations for frontend strings
- FEATURE: Included translations: English, German, Finnish, Persian
- FEATURE: Added more Javascript events for various UI operations, making it easier to customise and extend the plugin
- FEATURE: Added 'fontsampler_enqueue_styles' filter hook to programatically trigger enqueuing the fontsampler styles (e.g. if you have programatically triggered the shortcode and want to ensure the styles are loaded in the head tag)
- FEATURE: Implemented automatic detection and rewrite for mixed content problems when serving a site over https, but font files are stored in the media gallery with http
- TWEAK: The Fontsampler UI CSS and HTML structure has changed slightly (mainly: using flex-box display)
- TWEAK: Improved shortcode detection and outputting of fontsampler styles to the header of pages on which the fontsampler shortcode is detected
- TWEAK: Improved rendering for right-to-left languages in frontend and backend
- TWEAK: Fixed the warning about the minimum PHP version required for Fontsampler to be 5.6.33
- TWEAK: Warning and error messages now use the default Wordpress styling
- FIX: Fixed an issue where settings overwrites for the sample texts dropdown would incorrectly render the default settings' sample texts
- FIX: Fixed the appearance of color picker buttons in the Fontsampler admin area
- FIX: Improvement that prevents the same font file being loaded several times when used in several different Fontsamplers on the same page, potentially resulting in a MASSIVE performance improvement
- FIX: Implemented a fix that prevented "Oblique" styles from being detected as different than their roman counter-part
- NOTICE: Deprecating Specimen and Link UI fields; those will get removed with 0.5.0 and replaced with hooks to enable customising
- NOTICE: Deprecating "Legacy formats" now still included (hidden by default) in the admin area; those will get removed with 0.5.0
# 0.3.7 & 0.3.8
- Implemented shortcode attribute to overwrite or dynamically set the default text
- Implemented shortcode attribute to overwrite or dynamically set the fonts and font files
- Implemented events called on the wrapper after initialisation and font change
- Now serving all frontend javascript assets as one minified file (previously 20+ dynamic file calls)
- Now serving all backend javascript assets as one minified file (previously 30+ dynamic file calls)
- Fixed a compability issue arising from other plugins using the same javascript dependency manager
- Fixed an issue where OpenType features that are enabled by default did not have their UI elements reflect that correctly
- Fixed an issue where switching fonts would revert selections made in the OpenType modal
# 0.3.6
- Implemented a feature that strips pasted text of its original styling
- Fixed an issue that caused dropdowns to not work on mobile devices
- Fixed an issue in the admin area that overwrote font names when uploading several fonts at once
- Fixed several styling and preview issues in the admin area
# 0.3.1 - 0.3.5
- Hotfix to prevent buggy PHP 5.6 T_PAAMAYIM_NEKUDOTAYIM (::) error
- Hotfix to prevent directory permissions check to detect a false positive
- Hotfix to make admin area Fontsamlpler dropdowns correctly select picked fonts
# 0.3.0
- Added a "What's new" tab that is shown after an updated, informing users of recent changes
- Changed the default behaviour regarding font names. Font names in Fontsamplers will be shown as stored in the admin area, instead of being extracted from the PostScript names in the files themselves
- Adding a new font file in the admin area will automatically extract the PostScript font name from the file, but let's users store any arbitrary font name when creating the font set
- Adding a new font file in the admin area will immediately render a preview of the font
- Added PHP version check to avoid users running PHP versions lower than 5.6 trying to run Fontsampler
- Fixed permissions check and creation of custom css files for storing Fontsampler custom css settings
- Added the notifications highlight number also to the Fontsampler sidebar menu to attract attention to potential issues when browsing anywhere in the admin area
- Changed the display of Fontsamplers in the admin area: The font name is directly rendered in the font, additionally there is a flag showing if a Fontsampler uses custom or default options
- Updated Opentype.js dependency to fix a Safari specific bug that would fail to detect several different distinct styles of one font family
- Fixed an issue with the uninstall script that would prevent Fontsampler from being fully uninstalled in some circumstances
- Temporarily removed Woff2 until the Opentype.js implementation is fully working; any already uploaded and stored woff2 files will still be there once this feature is ready for prime time in an upcoming release
- Fontsampler is now officially brought to you as an Open Source initiative of Underscore Type - same developer, different name ;)
# 0.2.6
- Fixed an issue preventing the set custom initial size of a Fontsampler to work as intended
- Fixed "Add or replace" and "Delete" buttons not working in the Fonts & Files tab
- Fixed an issue where the Jquery dependency would not load for some users
- A Fontsampler with custom settings will by default inherit default styling implicitly rather than explicitly, thus keeping styling as default
- Implemented option to specify "buy" and "speciment" links' target, i.e. allowing those links to open either in the same or in a new browser window / tab
- Added a css color option for inactive buttons (e.g. in the alignment multiselect, or inverting multiselect)
- Added the Opentype dropdown dialog's text to inherit the UI label text css settings
- Confirmed compatibility for WP core 4.8.x
# 0.2.5
- Hotfix resolving an issue where on-the-fly generation of more than one custom css file would result in faulty custom css files
- Hotfix to make sure new custom css options added in 0.2.4 will use the default value upon update
# 0.2.4
- Fixed a database issue that prevented per Fontsampler custom settings from being saved
- Fixed an issue that prevented backend sliders from working properly
- Fixed an issue that prevented the invert button to work properly for per Fontsampler custom styling
- Automatically re-generate the reset CSS after resetting settings to the defaults
- Added (back) the possibility to set the font size, line height or letter spacing of a Fontsampler even though the respective user interface slider is disabled
- Added automatic sanity check to admin min, initial and max sliders to avoid impossible overlap
- Added more css options and tweaks to how some are applied to allow better customization
# 0.2.3
- All font files are now handled via the WP media gallery popup in the admin area
- Added option to delete all linked media gallery files when deleting a fontset
- Added option to selected existing webfont file from media gallery for several fontsets
- Added file and folder permissions check and notification to the admin area
- Fixed an issue where removing one file would remove all files of a fontset
- Fixed an issue where the initially selected font of a Fontsampler would not get saved
- Fixed an issue where a setting in the server's php.ini would limit the amount of inline fonts that could be uploaded inline while adding a new Fontsampler
# 0.2.2
- Hotfix fixing missing default setting units for font size, line height and letterspacing sliders after saving settings
- Implemented further checks for ensuring the default settings are valid
- Implemented "Fix from defaults" action in case some default settings were invalid
# 0.2.1
- Hotfix for Fontsampler sliders not working in the user-facing frontend
- Small fix to prevent unnecessarily breaking older versions of PHP
# 0.2.0
- Complete style overhaul for the admin area
- Supporting fully customisable settings on a per Fontsampler basis
- Color themes can be customised for each Fontsampler
- Added "Notifications" tab to admin area informing of any detected problems
- Implemented sorting and storing a default Fontsampler layout order in the settings
- Implemented action to reset the settings to the shipped defaults (in case you get carried away tweaking the settings ;) )
- Implemented copy-to-clipboard button in admin area for improved ease of use
- Fixed iOS 8 javascript errors from an included library
- Updated sponsors (Yay, thanks!)
- Internally restructured the database and templating system for more modular future development
- Improved the database migration routine to give better error messages to admin users
# 0.1.7
- Hotfix to upload filetype filter
# 0.1.6
- Implemented workaround for WP core bug preventing file uploads for some users
- Fixed uninstall script to run without error messages
# 0.1.5
- Fixed PHP 7 compatibility issues
- Fixed issue that failed to apply css changes as a result from a plugin update
- Forced browsers with spellcheckers and autocorrect to ignore the fontsampler text input
# 0.1.4
- Updated to allow for more lenient italic detection (now also from Font name)
- Fix small possible alignment interference from theme CSS
# 0.1.3
- Fontsamplers now support families with different widths
- Each fontsampler instance is now wrapped in a DOM element with the fontsampler's ID for custom styling
- Fixed a small interface alignment issues
# 0.1.2
- Added editable default setting for alignment
- Fixed some alignment issues not properly respecting editable UI block height and underline
# 0.1.1
- Fontsampler layout preview and manipulation improved, including options for column count and column span of individual user interface elements
- Fontsampler layout preview now renders an actual mock Fontsampler in the admin interface to better visualise the layout
- Added option to add links for Buying and viewing a Specimen to the interface
- Added default label text and images for those two links to the settings
- Added column and row gutter, as well as row height as customisable settings
- Activating the "Invert" UI option will add "fontsampler-inverted" to the <body>, so you can define styles for when it's active (e.g. inverting the overall page background color)
- Improved under the hood generation of css files when customising Fontsampler styling
- Improved under the hood admin javascript loading |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/football-leagues-by-anwppro/change_log/changelog.txt | == Changelog ==
= 0.10.4 - 2019-03-21 =
* fixed styles in FL Matches widget
= 0.10.3 - 2019-03-21 =
* added multisite support
* improved and unified block headers
* improved "match slim" layout: hover effect, all block as a link, removed clubs link
* added "date_from" and "date_to" params to the matches shortcode (format YYYY-MM-DD)
* minor fixes
= 0.10.2 - 2019-03-10 =
* added players dropdown live filter (match edit)
* added sorting option for player dropdown (on match edit page)
= 0.10.1 - 2019-03-03 =
* fixed error with not rendering players in match event after save
* added cards in the match statistic block
* added custom Match title separator option
* fixed some not translated strings
= 0.10.0 - 2019-03-03 =
* added round support for knockout competitions
* improved admin UI on the Competition edit page
* improved Clubs selector on the Competition page
* improved admin UI on Match (creating and editing)
* added option to edit Match structure
* added country option in the Leagues
= 0.9.2 - 2019-02-22 =
* improved compatibility with WordPress 5.1
* updated included libs (Bootstrap, Plyr)
* added Greek language (thanks to @spirossm)
* minor bug fixes
= 0.9.1 - 2019-02-03 =
* fixed: missing quote in standing shortcode
* bump minimum PHP version up to 5.5
* minor styles improvements
= 0.9.0 - 2019-01-15 =
* added: main color for Club (used in stats bars)
* added: option to override player positions text in plugin settings
* added: option in Cards widget to hide points column
* improved: admin UI (metaboxes)
* updated included dependencies
* minor fixes; performance, code and styles improvements
= 0.8.5 - 2018-12-23 =
* added: matchweek sorting option in Matches shortcode
* added: competition logo in match list
* added: options for custom match date and time format
* improvements: hide not published stadium from match header
* improved performance (players caching)
* minor fixes and improvements
= 0.8.4 - 2018-12-12 =
* added: exclude_ids option in Standing shortcode and widget
* changed: Club template structure
* fixed: incorrect conceded goals in stats for away team if home squad not set
* changed: overflow scrollbar library
* improved: if active season isn’t set, latest term is used
* fixed: error in PHP < 5.5
= 0.8.3 - 2018-12-02 =
* added: Player shortcode (same as widget)
* added: club option in the Player widget and shortcode
* added: default player photo option
* added: shortcodes button in the Gutenberg Classic block
* added: German language (thanks to Jörg)
* changed: template files for Player
= 0.8.2 - 2018-11-19 =
* added: batch import/creation tool for clubs and players
* fixed: loading admin scripts in some non-English sites
* fixed: penalty shootout sorting
= 0.8.1 - 2018-11-11 =
* improved: Player statistics (added icons instead of texts, added stats for goalkeepers, fixed error on calculating own goals, improved recalculation speed)
* added: custom round-robin format option
* added: player short name used instead of full in most templates
* updated: language files
* Attention! After this update required to recalculate stats (Football Leagues >> Settings >> Service Links >> Recalculate Stats for All Matches and Players)
= 0.8.0 - 2018-11-03 =
* added: Player widget
* added: option to override "Matchweek" text
* added: custom content metabox for most instances: Match, Club, Competition, Player, Stadium. You can use it for custom content or shortcodes.
* added: page about premium version
* updated: tutorials page
* fixed: icons style error with some icon fonts
* fixed: hide zero (not set) minute in Match events
* minor fixes and improvements
= 0.7.5 - 2018-10-21 =
* added: ability to change match duration (full and extra time)
* improved: time format now is set from WP settings (Settings > General > Time Format)
* improved: club abbreviation is used by default in match list widgets
* improved: text truncate in widgets (when column is too narrow)
* added: many filters and action into code (for developers)
* minor fixes and improvements
= 0.7.4 - 2018-10-08 =
* added Club Kit image option in club
* added Cards shortcode
* added new options in Cards widget (sort by points, hide with zero, link below widget)
* added new option in Competition Header shortcode (title as a link)
* fixed SVG icons rendering in IE
* added translation to Romanian
* minor fixes and improvements
= 0.7.3 - 2018-09-25 =
* added Referees support
* added Cards Widget
* added ability to change player number for match
* improved interface in admin Match screen
* added ability to attach coaches to match
* changed competition tabs layout (buttons instead of tabs)
* changed match template structure
* improved - goals and cards are added to player stats even if empty lineups
* added option to load alternative page template (plugin settings)
* added translation to Italian and Slovenian
* minor fixes and improvements
= 0.7.2 - 2018-09-18 =
* improved Competition layout (changed grouping for multistage competitions)
* improved Standing Table layout (especially for phones and laptops)
* improved support for Twentysixteen theme (added special layout)
* minor fixes and improvements
= 0.7.1 - 2018-09-07 =
* fixed error on PHP < 7.0
= 0.7.0 - 2018-09-07 =
* added staff members
* added draggable sorting for the squad, match players and events in admin
* added custom fields for club and stadium
* added rendering extra minutes for cards, goals, substitutes and missed penalties in Match
* minor fixes and improvements
= 0.6.6 - 2018-08-19 =
* Fixed error on recalculating stats
= 0.6.5 - 2018-08-18 =
* added French translation (thanks to @belgofoot)
* added custom fields in the player
* added match video section (supported Media Gallery, Youtube or Vimeo)
* added penalty shootout section in the match
* added aggregate text for matches (useful for knockout)
* added half time and full time (if extra time) score in match header
* added notes about match extra time and penalties (in list and single match)
* fixed incorrect minutes calculation on getting the red card on the bench (match resave needed)
* fixed player minutes after the halftime substitution (1 min correction)
* fixed “Matchweek” not translation ready in widgets and shortcode
* fixed incorrect flags (Curaçao, Kosovo)
* improved the default table style for better compatibility
* fixed incorrect (manually entered) player’s date of birth crashes pages
= 0.6.4 - 2018-07-21 =
* fixed 'Support' page rendering on PHP < 7.0
* fixed JS error on edit stadium without saved Google Maps API key
* added tooltip with country name on flag hover
* added options to show/hide matches blocks on stadium page
* added lightbox gallery for stadium photos
* updated Bootstrap 4 to the latest version (4.1.2)
* fixed parsing shortcodes in match description
* added text caption under the player photo (on the Player page)
* added option to hide/show player photo caption
* added attendance in the match header
* added Danish translation (thanks to @cbdk)
= 0.6.3 - 2018-07-17 =
* minor fixes in countries and flags (thanks to @belgofoot)
= 0.6.2 - 2018-07-10 =
* fixed styling issues in IE (clubs and matches widget)
* fixed rendering localized date for non-english sites in some layouts
* improved mobile layouts
* improved and fixed minor issues in templates
= 0.6.1 - 2018-07-07 =
* added match shortcode
= 0.6.0 - 2018-05-22 =
* improved compatibility with 3d party themes
* updated Bootstrap to version 4.1.1
* added Polish language (thanks to @forzza)
= 0.5.7 - 2018-05-01 =
* fixed player match time calculation in stats (after red card)
* added new icon for goal from penalty
* added section "Missed Penalties" in finished match
* URGENT! - after this update required to recalculate players statistic (Football Leagues >> Settings >> Service Links >> Recalculate Stats for All Matches an Players)
= 0.5.6 - 2018-04-22 =
* fixed player match time calculation in stats
* fixed error with displaying incorrect card type in player profile
* updated bootstrap to the latest version
* URGENT! - after this update required to recalculate players statistic (Football Leagues >> Settings >> Service Links >> Recalculate Stats for All Matches an Players)
= 0.5.5 - 2018-04-09 =
* improved translation ready status
* added Russian language
* fixed several bugs
* minor improvements
= 0.5.4 - 2018-03-30 =
* added shortcodes dropdown list in WP editor
* fixed bugs in PHP 5.4
* minor fixes
= 0.5.3 - 2018-03-28 =
* added an option to disable Bootstrap 4 files (useful if your theme already has them or in conflicts)
* added a matchweek filter in matches admin table
* fixed a bug in Competition Header shortcode with displaying several seasons
* fixed a bug with incorrect automatic match title (thanks to forzza)
* fixed compatibility with PHP below 5.6 (thanks to forzza)
* minor usability fixes
* released new Demo Site - [Demo 1 - Aneto theme](http://football.anwp.pro/demo-belarus-main/)
= 0.5.2 - 2018-03-23 =
* fix bug with rendering club form in standing table (resave of standing table needed)
= 0.5.1 - 2018-03-23 =
* added competition header shortcode
* added players shortcode and widget (scorers and assists)
* added club form in standing table
* added notes below standing table
* improved standing table rendering
* improved clubs shortcode and widget (added grid layout)
* improved stadium page (new fields, gallery, latest matches and fixtures)
* fixed bug with initial points calculation
* minor and bug fixes
= 0.5.0 - 2018-03-15 =
* added automatic players statistic calculations (according to match lineups and events)
* improved player page:
* added season stats summary
* added table with players matches + stats
* added season dropdown selector
* added SQUAD shortcode
* added squad table layout and set up as default ( you can change it in plugin settings )
* added season selector in club
* added latest matches and fixtures in club page
* added flipped countdown in match fixture page
* added latest matches with club form (series) in match fixture page
* added standing table colors for selected place or selected club
* minor and bug fixes
* URGENT! - after this update required to recalculate players statistic (Football Leagues >> Settings >> Service Links >> Recalculate Stats for All Matches an Players)
= 0.4.5 - 2018-03-07 =
* added multiseason support for competition
* added season selector in match
* improved admin interface for match, club and season
* minor and bug fixes
= 0.4.4 - 2018-03-04 =
* added: new options in Matches widget and shortcode
* added: modern layout in Matches widget
* added: tooltips in standing table
* improved: competition content layouts
* improved: club logos rendering in match list
* fixed: disable TGMPA class if already exists in other plugin or theme to prevent conflict
= 0.4.3 - 2018-02-25 =
* added clubs widget and shortcode
* added matches widget and shortcode - [shortcode params](https://anwp.pro/football-leagues/shortcodes-for-football-league-plugin/)
* minor fixes
= 0.4.2 - 2018-02-17 =
* improved and updated multistage competition workflow - [How to setup multistage competition](https://anwp.pro/football-leagues/how-to-setup-competition-with-multiple-stages/)
* added default competition template (you change it in Display Options metabox in Competition)
* minor fixes
* after this update required to resave all multistage competitions and recalculate match statistic (Football Leagues >> Settings >> Service Links >> Recalculate Stats for All Matches)
= 0.4.1 - 2018-02-15 =
* improved documentation
* admin: added new player status - "on trial"
* admin: added club filter in players
* admin: improved club selector in competition
* admin: improved match event modal
* admin: replaced modal lib (for better compatibility with IE)
* club squad:
* added badges for players on loan
* hide players with trial and left status
* minor fixes
= 0.4.0 - 2018-02-11 =
* Initial public release |
JavaScript | wpscan/spec/fixtures/dynamic_finders/plugin_version/for-the-visually-impaired/javascript_comment/js/js.for.the.visually.impaired.js | /*!
* For the visually impaired v 0.54
* https://984.ru/for-the-visually-impaired.html
*/
!function(i){var s={vi_init:function(t){var t=i.extend({"base-style":"",def_cvi_txt_size:js_vi_script.txt_size,def_cvi_sxema:js_vi_script.sxema,def_cvi_image:js_vi_script.image,def_cvi_font:js_vi_script.font,def_cvi_kerning:js_vi_script.kerning,def_cvi_line:js_vi_script.line,def_butt_txt:js_vi_script.btxt,def_close_txt:js_vi_script.btxt2,def_close_img2:js_vi_script.img_close2,def_auto_p_on:js_vi_script.auto_p_on,vi_container:"body"},t);i("*").each(function(){void 0==i(this).attr("original-font-size")&&i(this).attr("original-font-size",i(this).css("font-size")),void 0==i(this).attr("original-border-color")&&i(this).attr("original-border-color",i(this).css("border-color")),void 0==i(this).attr("original-background-color")&&i(this).attr("original-background-color",i(this).css("background-color")),void 0==i(this).attr("original-background-image")&&i(this).attr("original-background-image",i(this).css("background-image")),void 0==i(this).attr("original-color")&&i(this).attr("original-color",i(this).css("color")),void 0==i(this).attr("original-box-shadow")&&i(this).attr("original-box-shadow",i(this).css("box-shadow")),void 0==i(this).attr("original-text-shadow")&&i(this).attr("original-text-shadow",i(this).css("text-shadow")),void 0==i(this).attr("original-font-family")&&i(this).attr("original-font-family",i(this).css("font-family")),void 0==i(this).attr("original-letter-spacing")&&i(this).attr("original-letter-spacing",i(this).css("letter-spacing")),void 0==i(this).attr("original-line-height")&&i(this).attr("original-line-height",i(this).css("line-height"))}),"1"==t.def_auto_p_on&&Cookies.set("ftvi_init_id","1",{path:"/"}),"1"==Cookies.get("ftvi_init_id")?(i("svg").hide(),i(".bt_widget-vi-on").hide(),i(".bt_menu-vi-on").hide(),i(".bt_menu-vi-on").after(i('<li id="'+i(".bt_menu-vi-on").attr("id")+'"class="vi-closes"><a href="#" class="vi-close" title="'+t.def_close_txt+'">'+t.def_close_img2+" "+t.def_close_txt+"</a></li>")),i(".bt_widget-vi-on").after(i('<div class="vi-closes"><a href="#" class="vi-close" title="'+t.def_close_txt+'">'+t.def_close_img2+" "+t.def_close_txt+"</a></div>")),s.panel(),s.clicks(t),s.vi_changeParams(Cookies.get("cvi_txt_size")||t.def_cvi_txt_size,Cookies.get("cvi_sxema")||t.def_cvi_sxema,Cookies.get("cvi_image")||t.def_cvi_image,Cookies.get("cvi_font")||t.def_cvi_font,Cookies.get("cvi_kerning")||t.def_cvi_kerning,Cookies.get("cvi_line")||t.def_cvi_line)):(Cookies.remove("ftvi_init_id",{path:"/"}),i(".vi-closes,.vi-close").remove()),i(".bt_widget-vi-on, .bt_menu-vi-on").click(function(){return Cookies.set("ftvi_init_id","1",{path:"/"}),i("svg").hide(),i(".bt_menu-vi-on").hide(),i(".bt_menu-vi-on").after(i('<li id="'+i(".bt_menu-vi-on").attr("id")+'"class="vi-closes"><a href="#" class="vi-close" title="'+t.def_close_txt+'">'+t.def_close_img2+" "+t.def_close_txt+"</a></li>")),i(".bt_widget-vi-on").hide(),i(".bt_widget-vi-on").after(i('<a href="#" class="vi-close" title="'+t.def_close_txt+'">'+t.def_close_img2+" "+t.def_close_txt+"</a>")),s.panel(),s.clicks(t),s.vi_changeParams(Cookies.get("cvi_txt_size")||t.def_cvi_txt_size,Cookies.get("cvi_sxema")||t.def_cvi_sxema,Cookies.get("cvi_image")||t.def_cvi_image,Cookies.get("cvi_font")||t.def_cvi_font,Cookies.get("cvi_kerning")||t.def_cvi_kerning,Cookies.get("cvi_line")||t.def_cvi_line),!1})},panel:function(){if(Cookies.get("ftvi_init_id")){if(i("body").addClass("visually-impaired-controls-enable"),i('<div class="visually-impaired-controls"></div>').prependTo("body"),1==js_vi_script.scrool_panel){var s=i(document).scrollTop();s>30?i(".visually-impaired-controls").css({left:"0",right:0,"margin-left":"auto","margin-right":"auto","margin-bottom":"20px",position:"fixed","z-index":99999}):i(".visually-impaired-controls").removeAttr("style"),i(window).scroll(function(){i(document).scrollTop()>30?i(".visually-impaired-controls").css({left:"0",right:0,"margin-left":"auto","margin-right":"auto","margin-bottom":"20px",position:"fixed","z-index":99999}):i(".visually-impaired-controls").removeAttr("style")})}i('<div class="vi_panel"></div>').appendTo(".visually-impaired-controls"),i('<span id="vi-fontsize"><a href="#" id="vi-fontsize-smallest" title="'+js_vi_script.fs_title1+'">A</a><a href="#" id="vi-fontsize-small" title="'+js_vi_script.fs_title2+'">A</a><a href="#" id="vi-fontsize-normal" title="'+js_vi_script.fs_title3+'">A</a><a href="#" id="vi-fontsize-big" title="'+js_vi_script.fs_title4+'">A</a><a href="#" id="vi-fontsize-bigest" title="'+js_vi_script.fs_title5+'">A</a></span><span id="vi-colors"><a href="#" id="vi-color1" title="'+js_vi_script.sxem_title1+'">'+js_vi_script.sxem_title+'</a><a href="#" id="vi-color2" title="'+js_vi_script.sxem_title2+'">'+js_vi_script.sxem_title+'</a><a href="#" id="vi-color3" title="'+js_vi_script.sxem_title3+'">'+js_vi_script.sxem_title+'</a><a href="#" id="vi-color4" title="'+js_vi_script.sxem_title4+'">'+js_vi_script.sxem_title+'</a><a href="#" id="vi-color5" title="'+js_vi_script.sxem_title5+'">'+js_vi_script.sxem_title+'</a></span><span id="vi-images"><a href="#" class="vi-images-on" title="'+js_vi_script.img_title_on+'"></a><a href="#" class="vi-images-gs" title="'+js_vi_script.img_title_gs+'"></a><a href="#" class="vi-images-off" title="'+js_vi_script.img_title_off+'"></a></span><span id="vi-settings"><a href="#" class="vi-popped" title="'+js_vi_script.setting_title+'"></a><span id="vi-clos"><a href="#" class="vi-close" title="'+js_vi_script.close_title+'"></a></span>').appendTo(".vi_panel"),i('<div class="vi-popp"></div>').appendTo(".vi_panel"),i("<h2>"+js_vi_script.settings_title+' : </h2><p class="vi-choose-font-family">'+js_vi_script.setfont_title+' : <a class="vi-font-family-a" href="#">Arial</a> <a class="vi-font-family-tnr" href="#">Times New Roman</a></p><p class="vi-choose-letter-spacing">'+js_vi_script.setsplet+' : <a class="vi-letter-spacing-n" href="#">'+js_vi_script.standart+'</a> <a class="vi-letter-spacing-s" href="#">'+js_vi_script.average+'</a> <a class="vi-letter-spacing-b" href="#">'+js_vi_script.big+'</a></p><p class="vi-choose-line-height">'+js_vi_script.setspline+' : <a class="vi-line-height-n" href="#">'+js_vi_script.standart+'</a> <a class="vi-line-height-s" href="#">'+js_vi_script.average+'</a> <a class="vi-line-height-b" href="#">'+js_vi_script.big+"</a></p><h2>"+js_vi_script.sel_sxem+' : </h2><ul class="vi-choose-colors"><li id="vi-colors1"><a href="#"><span>—</span>'+js_vi_script.sxem_title1+'</a></li><li id="vi-colors2"><a href="#"><span>—</span>'+js_vi_script.sxem_title2+'</a></li><li id="vi-colors3"><a href="#"><span>—</span>'+js_vi_script.sxem_title3+'</a></li><li id="vi-colors4"><a href="#"><span>—</span>'+js_vi_script.sxem_title4+'</a></li><li id="vi-colors5"><a href="#"><span>—</span>'+js_vi_script.sxem_title5+'</a></li></ul><p class="vi-saveit"><a class="vi-closepopped" href="#"><span>'+js_vi_script.closepanel+'</span></a> <a class="vi-default" href="#"><span>'+js_vi_script.defsetpanel+"</span></a></p>").appendTo(".vi-popp")}else i(".vi-close").remove(),i(".bt_menu-vi-on").show(),i(".bt_widget-vi-on").show(),i("*").each(function(){void 0!=i(this).attr("original-border-color")&&i(this).css("border-color",i(this).attr("original-border-color")),void 0!=i(this).attr("original-background-color")&&i(this).css("background-color",i(this).attr("original-background-color")),void 0!=i(this).attr("original-background-image")&&i(this).css("background-image",i(this).attr("original-background-image")),void 0!=i(this).attr("original-color")&&i(this).css("color",i(this).attr("original-color")),void 0!=i(this).attr("original-font-size")&&i(this).css("font-size",i(this).attr("original-font-size")),void 0!=i(this).attr("original-font-family")&&i(this).css("font-family",i(this).attr("original-font-family")),void 0!=i(this).attr("original-letter-spacing")&&i(this).css("letter-spacing",i(this).attr("original-letter-spacing")),void 0!=i(this).attr("original-line-height")&&i(this).css("line-height",i(this).attr("original-line-height")),void 0!=i(this).attr("original-box-shadow")&&i(this).css("box-shadow",i(this).attr("original-box-shadow")),void 0!=i(this).attr("original-text-shadow")&&i(this).css("text-shadow",i(this).attr("original-text-shadow")),i(this).attr("style",i(this).attr("original-style"))}),i("svg").show(),i("img").show().removeClass("vi-gs-images"),i("body").removeClass("visually-impaired-controls-enable"),"1"==js_vi_script.reload_page&&location.reload()},clicks:function(t){i("#vi-close, .vi-close").click(function(){return Cookies.remove("ftvi_init_id",{path:"/"}),i(".vi-closes,.vi-close").remove(),i(".visually-impaired-controls").remove(),i(".vi-no-images").remove(),s.panel(),!1}),i(".vi-images-on").click(function(){return 0==i(".vi-images-on").hasClass("active")&&s.vi_changeParams(!1,!1,"1"),!1}),i(".vi-images-gs").click(function(){return 0==i(".vi-images-gs").hasClass("active")&&s.vi_changeParams(!1,!1,"2"),!1}),i(".vi-images-off").click(function(){return 0==i(".vi-images-off").hasClass("active")&&s.vi_changeParams(!1,!1,"0"),!1}),i("#vi-color1, #vi-colors1").click(function(){return s.vi_changeParams(!1,"1"),!1}),i("#vi-color2, #vi-colors2").click(function(){return s.vi_changeParams(!1,"2"),!1}),i("#vi-color3, #vi-colors3").click(function(){return s.vi_changeParams(!1,"3"),!1}),i("#vi-color4, #vi-colors4").click(function(){return s.vi_changeParams(!1,"4"),!1}),i("#vi-color5, #vi-colors5").click(function(){return s.vi_changeParams(!1,"5"),!1}),i("#vi-fontsize-smallest").click(function(){return s.vi_changeParams("14"),!1}),i("#vi-fontsize-small").click(function(){return s.vi_changeParams("16"),!1}),i("#vi-fontsize-normal").click(function(){return s.vi_changeParams("18"),!1}),i("#vi-fontsize-big").click(function(){return s.vi_changeParams("22"),!1}),i("#vi-fontsize-bigest").click(function(){return s.vi_changeParams("26"),!1}),i(".vi-popped,.vi-closepopped").click(function(){return i(".vi-popp").slideToggle("slow"),!1}),i(".vi-font-family-a").click(function(){return s.vi_changeParams(!1,!1,!1,"1"),!1}),i(".vi-font-family-tnr").click(function(){return s.vi_changeParams(!1,!1,!1,"2"),!1}),i(".vi-letter-spacing-n").click(function(){return s.vi_changeParams(!1,!1,!1,!1,"0"),!1}),i(".vi-letter-spacing-s").click(function(){return s.vi_changeParams(!1,!1,!1,!1,"2"),!1}),i(".vi-letter-spacing-b").click(function(){return s.vi_changeParams(!1,!1,!1,!1,"5"),!1}),i(".vi-line-height-n").click(function(){return s.vi_changeParams(!1,!1,!1,!1,!1,"0"),!1}),i(".vi-line-height-s").click(function(){return s.vi_changeParams(!1,!1,!1,!1,!1,"2"),!1}),i(".vi-line-height-b").click(function(){return s.vi_changeParams(!1,!1,!1,!1,!1,"4"),!1}),i(".vi-default").click(function(){return s.vi_changeParams(js_vi_script.txt_size,js_vi_script.sxema,js_vi_script.image,js_vi_script.font,js_vi_script.kerning,js_vi_script.line),!1})},vi_changeParams:function(s,t,e,a,o,r){if(s){switch(i("#vi-fontsize-smallest,#vi-fontsize-small,#vi-fontsize-normal,#vi-fontsize-big,#vi-fontsize-bigest").removeClass("active"),s){case"16":i("#vi-fontsize-small").addClass("active");break;case"18":i("#vi-fontsize-normal").addClass("active");break;case"22":i("#vi-fontsize-big").addClass("active");break;case"26":i("#vi-fontsize-bigest").addClass("active");break;default:i("#vi-fontsize-smallest").addClass("active")}Cookies.set("cvi_txt_size",s,{path:"/"}),i("*").not(".visually-impaired-controls,.visually-impaired-controls *,.bt_widget-vi,.bt_widget-vi *").each(function(){"bold"==i(this).css("font-weight")?i(this).css({"font-size":Math.round(1.2*s)+"px"}):i(this).css({"font-size":s+"px"})})}if(t){Cookies.set("cvi_sxema",t,{path:"/"});var l="#000",c="#fff";switch(t){case"1":l="#000",c="#fff",i("#vi-color1,#vi-colors1,#vi-color2,#vi-colors2,#vi-color3,#vi-colors3,#vi-color4,#vi-colors4,#vi-color5,#vi-colors5").removeClass("active"),i("#vi-color1,#vi-colors1").addClass("active");break;case"2":l="#fff",c="#000",i("#vi-color1,#vi-colors1,#vi-color2,#vi-colors2,#vi-color3,#vi-colors3,#vi-color4,#vi-colors4,#vi-color5,#vi-colors5").removeClass("active"),i("#vi-color2,#vi-colors2").addClass("active");break;case"3":l="#063462",c="#9dd1ff",i("#vi-color1,#vi-colors1,#vi-color2,#vi-colors2,#vi-color3,#vi-colors3,#vi-color4,#vi-colors4,#vi-color5,#vi-colors5").removeClass("active"),i("#vi-color3,#vi-colors3").addClass("active");break;case"4":l="#4d4b43",c="#f7f3d6",i("#vi-color1,#vi-colors1,#vi-color2,#vi-colors2,#vi-color3,#vi-colors3,#vi-color4,#vi-colors4,#vi-color5,#vi-colors5").removeClass("active"),i("#vi-color4,#vi-colors4").addClass("active");break;case"5":l="#a9e44d",c="#3b2716",i("#vi-color1,#vi-colors1,#vi-color2,#vi-colors2,#vi-color3,#vi-colors3,#vi-color4,#vi-colors4,#vi-color5,#vi-colors5").removeClass("active"),i("#vi-color5,#vi-colors5").addClass("active");break;default:l="#000",c="#fff",i("#vi-color1,#vi-colors1,#vi-color2,#vi-colors2,#vi-color3,#vi-colors3,#vi-color4,#vi-colors4,#vi-color5,#vi-colors5").removeClass("active"),i("#vi-color1,#vi-colors1").addClass("active")}i("*").not(".visually-impaired-controls,.visually-impaired-controls *").each(function(){i(this).css({color:l}),i(this).css({"border-color":l}),i(this).css({"background-color":c}),"1"!==js_vi_script.allbackgrnd&&i(this).css({"background-image":"none"}),i(this).css({"box-shadow":"none"}),i(this).css({"text-shadow":"none"})})}if(e&&(Cookies.set("cvi_image",e,{path:"/"}),"1"==e?(i(".vi-images-on,.vi-images-gs,.vi-images-off").removeClass("active"),i(".vi-images-on").addClass("active"),i(".vi-no-images").remove(),i("img").not(".visually-impaired-controls,.visually-impaired-controls *,.bt_widget-vi,.bt_widget-vi *").each(function(){i(this).show().removeClass("vi-gs-images")})):"2"==e?(i("img").not(".visually-impaired-controls,.visually-impaired-controls *,.bt_widget-vi,.bt_widget-vi *").each(function(){i(this).show().addClass("vi-gs-images")}),i(".vi-images-on,.vi-images-gs,.vi-images-off").removeClass("active"),i(".vi-images-gs").addClass("active"),i(".vi-no-images").remove()):(i("img").not(".visually-impaired-controls,.visually-impaired-controls *,.bt_widget-vi,.bt_widget-vi *").each(function(){var s=this.alt||js_vi_script.noimgdescr,t=i(this).attr("class")||"",e=i(this).attr("id")||"vi-no-images";i(this).hide(),1==js_vi_script.razmer_images?i(this).after(i('<div id="'+e+'" class="vi-no-images '+t+'" style="width: '+i(this).width()+"px; height: "+i(this).height()+'px">').html(js_vi_script.picture+" : "+s)):i(this).after(i('<div class="vi-no-images">').text(js_vi_script.picture+" : "+s))}),i(".vi-images-on,.vi-images-gs,.vi-images-off").removeClass("active"),i(".vi-images-off").addClass("active"))),a){if(Cookies.set("cvi_font",a,{path:"/"}),"1"==a){i(".vi-font-family-a,.vi-font-family-tnr").removeClass("active"),i(".vi-font-family-a").addClass("active");var v="Arial, sans-serif"}else{i(".vi-font-family-a,.vi-font-family-tnr").removeClass("active"),i(".vi-font-family-tnr").addClass("active");var v='"Times New roman", serif'}i("*").not(".visually-impaired-controls,.visually-impaired-controls *,.bt_widget-vi,.bt_widget-vi *").each(function(){i(this).css({"font-family":v})})}if(o){switch(Cookies.set("cvi_kerning",o,{path:"/"}),o){case"2":i(".vi-letter-spacing-n,.vi-letter-spacing-s,.vi-letter-spacing-b").removeClass("active"),i(".vi-letter-spacing-s").addClass("active");break;case"5":i(".vi-letter-spacing-n,.vi-letter-spacing-s,.vi-letter-spacing-b").removeClass("active"),i(".vi-letter-spacing-b").addClass("active");break;default:i(".vi-letter-spacing-n,.vi-letter-spacing-s,.vi-letter-spacing-b").removeClass("active"),i(".vi-letter-spacing-n").addClass("active")}i("*").not(".visually-impaired-controls,.visually-impaired-controls *,.bt_widget-vi,.bt_widget-vi *").each(function(){i(this).css({"letter-spacing":Math.round(o)+"px"})})}if(r){switch(Cookies.set("cvi_line",r,{path:"/"}),r){case"2":i(".vi-line-height-n,.vi-line-height-s,.vi-line-height-b").removeClass("active"),i(".vi-line-height-s").addClass("active");break;case"4":i(".vi-line-height-n,.vi-line-height-s,.vi-line-height-b").removeClass("active"),i(".vi-line-height-b").addClass("active");break;default:i(".vi-line-height-n,.vi-line-height-s,.vi-line-height-b").removeClass("active"),i(".vi-line-height-n").addClass("active")}i("*").not(".visually-impaired-controls,.visually-impaired-controls *,.bt_widget-vi,.bt_widget-vi *").each(function(){r>0?i(this).css({"line-height":r}):i(this).css({"line-height":""})})}}};i.fn.specialVisualy=function(t){return s[t]?s[t].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof t&&t?void i.error("Method named "+t+" exists for jQuery.specialVisualy"):s.bind.apply(this,arguments)}}(jQuery),jQuery(document).ready(function(i){i(".bt_widget-vi-on").specialVisualy("vi_init",{})}); |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/force-refresh/composer_file/composer.json | {
"name" : "JordanLeven/Force_Refresh",
"description" : "Force Refresh is a simple plugin that allows you to force a page refresh for users currently visiting your site.",
"version" : "2.1",
"require": {
"zordius/lightncandy": "dev-master"
},
"config": {
"vendor-dir": "library/vendor/"
}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/force-wave-dash/translation_file/lang/force_wave_dash-ja.po | msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2010-01-09 21:02+0900\n"
"Last-Translator: IKEDA Yuriko <[email protected]>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Poedit-Language: Japanese\n"
"X-Poedit-Country: JAPAN\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;_x:2c,1;_n:1,2;_n_noop:1,2;_c;__ngettext:1,2;__ngettext_noop:1,2\n"
msgid "http://wordpress.org/extend/plugins/force-wave-dash/"
msgstr "http://wppluginsj.sourceforge.jp/force-wave-dash/"
msgid "Canonicalize some Unicode characters. Fullwidth tild to Wave Dash etc."
msgstr "いくつかの Unicode 文字を正規化します。全角チルダを波ダッシュにする等。"
msgid "IKEDA Yuriko"
msgstr "池田百合子"
msgid "http://en.yuriko.net/"
msgstr "http://www.yuriko.net/cat/wordpress/" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/foreup-forms/composer_file/package.json | {
"name": "foreup-forms",
"version": "1.1.6",
"description": "Forms that integrate with foreUP Golf Software",
"author": "Nathan Johnson <[email protected]>",
"license": "GPLv2",
"private": true,
"scripts": {
"dev": "cross-env WEBPACK_ENV=development webpack --progress --colors --watch --hide-modules",
"dev-build": "cross-env WEBPACK_ENV=development webpack",
"build": "cross-env WEBPACK_ENV=production webpack"
},
"dependencies": {
"axios": "^0.18.0",
"vue": "^2.5.2",
"vue-recaptcha-v3": "^1.4.0",
"vue-router": "^3.0.1"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.8",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.5.8",
"vue-loader": "^13.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.11.0",
"webpack-cli": "^2.0.14"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/forge/change_log/changelog.txt | = 1.4.6 =
* Tweaks: Modified connections to work with WP remote functions
= 1.4.5 =
* Tweaks: History no longer clears on publishing
= 1.4.4 =
* Fixes: Fixed refresh triggers sent to iframe, as well as premissions
* Fixes: Fixed icon selector not displaying correctly on the builder interface
= 1.4.3 =
* Tweaks: Improved error handling for connections
* Fixes: Fixed issues when loading the preview with querystrings
= 1.4.2 =
* Fixes: Fixed visual editor not showing up sometimes
* Fixes: Fixed colorpicker system colors not displaying sometimes
* Fixes: Fixed blank templates not rendering correctly
* Fixes: Fixed CSS styling that broke overlays for sliders
= 1.4.1 =
* Feature: Added special resizing buttons when working with Templates
* Tweaks: Restored row overlay color for better legibility
* Fixes: Fixed an issue when trying to access the builder as a guest
= 1.4.0 =
* Feature: The codebase has been overhauled to display the builder layout inside an iframe
* Feature: You can now change your lout dimensions to mobile device resolutions
* Feature: The builder is now docked to the left side of the screen
* Feature: Adding new elements no longer locks the builder
* Feature: Elements are now copied instantly, and without disrupting workflow
* Feature: The change history dropdown now updates a lot faster
* Feature: Saving changes is now faster and non-obtrusive
* Feature: All elements now have top margins, which can be set to negative
* Tweaks: The builder noy only adds a top margin if there's not enough room
= 1.3.11 =
* Fixes: Fixed templates page
* Fixes: Added checks to ensure template embeds don't crash on old versions of PHP
= 1.3.10 =
* Fixes: Fixed a small error that ocurred on some native WordPress widgets
= 1.3.9 =
* Fixes: Added support for PHP 5.2.X and older when using closures
= 1.3.8 =
* Feature: Templates are now baseline functionality, so you can reuse your designs
* Feature: Added a widget for embedding Forge templates anywhere
* Feature: Added a shortcode for Forge templates
* Tweaks: Large headings will now scale down automatically on mobile
= 1.3.7 =
* Feature: Added entrance animations to all elements
* Feature: Added native WordPress widgets as elements, including a Sidebar element
* Feature: Added system colors that can be used on any element and tweaked on the Customizer
* Fixes: Fixed an issue with the colorpicker, where color would be slightly inaccurate
= 1.3.6 =
* Hotfix: Solved a small bug in the generation of settings pages
= 1.3.5 =
* Feature: Mass Editing is here! You can now Ctrl + Click to edit multiple elements
* Tweaks: Added a refined Spanish translation
* Fixes: The Mailchimp connection now supports an unlimited number of lists
= 1.3.4 =
* Feature: Added an Alt attribute to image elements
* Feature: Some numeric fields are now sliders
* Feature: Some fields are now buttons instead of dropdowns
* Feature: Added Mailrelay as a connection service
* Tweaks: Refined permissions for opening the page builder
* Tweaks: Adjusted responsive breaks for columns
= 1.3.3 =
* Feature: Added video backgrounds to rows
* Feature: Added transparent background overlays to rows
* Tweaks: Slightly improved the UI for row columns
* Tweaks: Adjusted capabilities for viewing the Forge admin pages
= 1.3.2 =
* Feature: Forge now supports creating landing pages natively
* Feature: The export process now supports images from your media library
* Fixes: Fixed import/export window styling
* Fixes: Fixed Sendy connection not working when name field is empty
= 1.3.1 =
* Feature: Added proper border fields
* Tweaks: Row dropdowns have been redesigned
* Tweaks: Added live editing to checkbox fields
* Tweaks: Improved the CSS of the row containers for mobile
= 1.3.0 =
* Feature: Added AJAX live editing! Most fields can now be previewed without saving
* Tweaks: Rewrote the codebase for improved builder instantiation
* Tweaks: Changed colorpicker to a more efficient one
* Tweaks: Added some resistance to dragging elements to avoid misclicks
* Tweaks: Fixed Magnific Popup library
* Tweaks: Page builders can now be more easily handled
* Tweaks: Refined element settings so they are a bit more organized
* Tweaks: Added additional metadata to various elements
= 1.2.6 =
* New Feature: Keyboard shortcuts! You can undo using Ctrl+Z and redo using Ctrl+Y
* New Feature: Added settings for customizing the behavior of the page builder
* New Feature: You can now add the current post content as an element
* Tweaks: Element settings are now grouped and more organized
* Tweaks: Removed caching from W3 Total Cache and WP Rocket when using the builder
= 1.2.5 =
* Hotfix: Fixes issue that prevented AJAX calls from properly executing
= 1.2.4 =
* New Feature: Image elements can now be linked to a specific URL
* New Feature: Added Sendy as a connection service
* New Feature: Text blocks can now have different sizes and colors
* New Feature: Presets! Themes can now integrate with Forge and provide predesigned layouts
* Tweaks: Improved column spacing on mobile view
= 1.2.3 =
* New Feature: Added connections page for third party services
* New Feature: Added a streamlined dashboard page
* Fixes: Columns now properly take an ID and a CSS class value
* Fixes: Images now have a normalized border style
= 1.2.2 =
* Fixes: Minor fixes to the CSS styles
= 1.2.1 =
* Tweaks: Added several interface improvements to avoid incompatibilities with theme layout, as well as misclicks
* Tweaks: Added a list of all available extensions
* Tweaks: Fixed license key input
= 1.2.0 =
* New Feature: The plugin has been extensively rewritten to provide support for extensions. Many filters have been added.
* New Feature: Rows can now have 12 different layouts, up from 5.
* New Feature: You can now change the background color of the page.
* New Feature: The admin menu has been reorganized into a single entry.
* New Feature: Added FontAwesome and Typicons icon libraries.
* Tweaks: The action history now shows a loading icon on refresh.
= 1.1.7 =
* New Feature: Partial live editing added! You can now see changes made on elements, instantly.
* New Feature: Rows now have an option for having a fixed height equal to the browser
* New Feature: All elements now have common fields for CSS classes, IDs, and bottom margins
* New Feature: Image fields can now take an absolute URL as their value, for better portability
* Tweaks: All elements now have a single margin-bottom field, which you can use to control the spacing
* Fixes: Resolved an issue where some elements of the builder would not load
= 1.1.6 =
* Tweaks: Added better CSS handling of responsive elements
* Fixes: Resolved an issue where an empty action history crashed the builder
= 1.1.5 =
* New Feature: Rows can now have a fixed background image
* Tweaks: The builder can now be launched without having to activate it first
* Tweaks: Added minor code enhancements for future upgrades
* Tweaks: Added custom jQuery triggering when creating or updating an element
= 1.1.4 =
* New Feature: Added a Spanish translation!
= 1.1.3 =
* Tweaks: Added a loading icon for better visual feedback
* Fixes: Removed the link to the Settings page
= 1.1.2 =
* Fixes: Activation fix
= 1.1.1 =
* New Feature: Some fields now have descriptive tooltips
* New Feature: Rows can now have parallax backgrounds
= 1.1.0 =
* New Feature: You can now undo and redo any action taken!
* Tweaks: Added better handling of hierarchical elements
* Tweaks: Row margins can now be in precentages or pixels
* Tweaks: Adjusted margins between elements
* Tweaks: Added better defaults for rows
* Fixes: Refined asset loading so it does not conflict with empty rows
* Fixes: Fixed row margins
= 1.0.0 =
* New Feature: You can now import and export content!
* Tweaks: Added better handling of data
* Tweaks: Forms are now more efficient
= 0.2.1 =
* CSS and JS assets are now loaded on demand
* Added more helpful links to the admin area
= 0.2.0 =
* Headings can now have any font size, alignment, and color
* Images can now be aligned
= 0.1.5 =
* Minor adjustments to fields and CSS
= 0.1.4 =
* Modified paddings field to have a more visual look
= 0.1.3 =
* Added page-level settings that let you add custom CSS
= 0.1.2 =
* Added global error handling to prevent other plugins from breaking the builder
= 0.1.1 =
* Added Spanish translation
* Clarified messages on the admin edit screen
= 0.1.0 =
* Beta release, yay! |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/formgimp/change_log/CHANGELOG.md | # Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Change Tags
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
## 1.0.5 - 2020-02-19
### Added
- Session initialization
- Shortcode to form list/edit views
### Changed
- Admin menu to remove the repeated FormGimp submenu item
- Path assignment from get_template_xxx to get_stylesheet_xxx for child theme support |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/fortytwo-two-factor-authentication/change_log/CHANGELOG.md | CHANGELOG
=========
## Version 1.1.1
_2016-12-22_
- **[IMPROVEMENT]** Support for Wordpress 4.7.X.
- **[IMPROVEMENT]** Don't call login_header if the function was disabled.
## Version 1.1.0
_2016-10-04_
- **[IMPROVEMENT]** Support for Wordpress 4.6.X.
- **[IMPROVEMENT]** Update SDK dependencies.
- **[IMPROVEMENT]** Phone field rendering updated.
- **[IMPROVEMENT]** New API Paremeter : Message template to personalize the message sent with the 2FA Code.
- **[IMPROVEMENT]** New Mandatory option allowing to have 2FA option as optional or mandatory on login and/or on register.
## Version 1.0.8
_2016-05-02_
- **[DOCUMENTATION]** Fix typo in the readme file.
## Version 1.0.7
_2016-05-02_
- **[BUG]** Update publish script to properly track/add new files and directory and untrack/delete deleted files.
- **[BUG]** Clean the SVN tree.
## Version 1.0.6
_2016-04-28_
- **[BUG]** Settings - Update "API Sensitive case" field ID.
- **[DOCUMENTATION]** Change "why" items to list.
## Version 1.0.5
_2016-04-26_
- **[IMPROVEMENT]** Update contributor id
## Version 1.0.4
_2016-04-25_
- **[IMPROVEMENT]** Support for Wordpress 4.5
## Version 1.0.3
_2016-04-25_
- **[DOCUMENTATION]** Add some tags on the presentation of the plugin.
- **[DOCUMENTATION]** Update the screenshots.
- **[DOCUMENTATION]** Update readme.txt description.
## Version 1.0.2
_2016-04-20_
- **[DOCUMENTATION]** Fix header description to feet in 150 characters
## Version 1.0.1
_2016-04-20_
- **[DOCUMENTATION]** Update the readme.txt
## Version 1.0.0
_2016-04-19_
- First stable version.
## Version 1.0.0-RC11
_2016-04-19_
- **[BUG]** Fix error message when invalid token used.
- **[BUG]** Fix a typo.
- **[IMPROVEMENT]** Update readme.txt
## Version 1.0.0-RC10
_2016-04-18_
- **[BUG]** Fix phone number validation on register.
- **[BUG]** Fix various typos.
- **[BUG]** Fix code validation on register/login
- **[BUG]** Fix bug when we validate code after a fail on register.
- **[BUG]** Fix inconsistency on naming of authentication code.
## Version 1.0.0-RC9
_2016-04-14_
- **[BUG]** Device was always setup as trusted.
- **[BUG]** Fix missing phone helper on edit user.
- **[BUG]** Fix nullable callbackurl.
- **[BUG]** Fix validation code after one fail.
- **[BUG]** Fix resend option on login.
## Version 1.0.0-RC8
_2016-04-12_
- **[BUG]** Add missing jquery dependency on login
- **[BUG]** Fix Trusted device Activate/Disabled option
- **[BUG]** Fix naming convention for Authentication code
- **[IMPROVEMENT]** Update in code documentation
- **[IMPROVEMENT]** Adding field validation in the settings
- **[BUG]** Fix missing dependency - Jquery
- **[BUG]** Fix a typo on setting panel.
- **[BUG]** Fix a bug with the cookie path.
## Version 1.0.0-RC7
_2016-04-06_
- **[BUG]** Resend SMS no showing on login.
- **[BUG]** Disable 2FA on register not working properly.
## Version 1.0.0-RC6
_2016-04-06_
- **[IMPROVEMENTS]** Updating versions numbers
## Version 1.0.0-RC5
_2016-04-04_
- **[IMPROVEMENTS]** Small fixes
## Version 1.0.0-RC4
_2016-04-04_
- **[IMPROVEMENTS]** Fixing various bugs
- **[IMPROVEMENTS]** Adding screenshots for the wordpress plugin website
## Version 1.0.0-RC3
_2016-04-01_
- **[IMPROVEMENTS]** Adding assets : banner and icons.
## Version 1.0.0-RC2
_2016-03-30_
- **[IMPROVEMENTS]** Update assets for Wordpress publication
- **[IMPROVEMENTS]** Add publish.sh file for publishing version on the SVN repo.
## Version 1.0.0-RC1
_2016-03-24_
- **[IMPROVEMENTS]** : Add Readme.txt for wordpress repo and the icon image.
- **[IMPROVEMENTS]** : Updating documentation.
- **[FEATURES]** : Initial features. |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/forum-permissions-bbpress/composer_file/composer.json | {
"name": "verdant-studio/forum-permissions-bbpress",
"description": "Restrict the forum permissions per user role",
"version": "1.0.1",
"minimum-stability": "stable",
"prefer-stable": true,
"type": "wordpress-plugin",
"homepage": "https://verdant.studio",
"autoload": {
"psr-4": {
"ForumPermissionsBbpress\\": "src/"
}
},
"scripts": {
"phpcs": "./vendor/bin/phpcs"
},
"require": {
"php": ">=7.1",
"micropackage/requirements": "^1.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wp-coding-standards/wpcs": "*",
"automattic/phpcs-neutron-ruleset": "^3.3",
"phpcompatibility/phpcompatibility-wp": "^2.1"
},
"keywords": [
"wordpress",
"plugin",
"boilerplate",
"framework"
],
"authors": [
{
"name": "Verdant Studio",
"homepage": "https://verdant.studio"
}
]
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/forumwp/translation_file/languages/forumwp-en_US.po | # Copyright (C) 2021 ForumWP
# This file is distributed under the same license as the ForumWP plugin.
msgid ""
msgstr ""
"Project-Id-Version: ForumWP 2.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/forumwp\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-02-19T02:08:48+02:00\n"
"PO-Revision-Date: 2021-02-19 02:10+0200\n"
"X-Generator: Poedit 2.0.6\n"
"X-Domain: forumwp\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: en_US\n"
#. Plugin Name of the plugin
#. Author of the plugin
msgid "ForumWP"
msgstr ""
#. Plugin URI of the plugin
msgid "https://forumwpplugin.com/"
msgstr ""
#. Description of the plugin
msgid "A full-featured, powerful forum plugin for WordPress"
msgstr ""
#: includes/admin/class-columns.php:73 includes/admin/class-columns.php:83
#: includes/admin/class-columns.php:295 includes/admin/class-columns.php:305
#: includes/common/class-reply.php:706 includes/common/class-topic.php:439
msgid "Reported"
msgstr ""
#: includes/admin/class-columns.php:115 includes/admin/class-columns.php:147
#: includes/admin/class-columns.php:282 includes/admin/class-columns.php:286
#: includes/admin/class-columns.php:371 includes/common/class-topic.php:209
#: templates/js/forum-row.php:28 templates/single-forum-info.php:61
msgid "Locked"
msgstr ""
#: includes/admin/class-columns.php:207
msgid "Are you sure?"
msgstr ""
#: includes/admin/class-columns.php:208
msgid "Clear Reports"
msgstr ""
#: includes/admin/class-columns.php:290 includes/admin/class-columns.php:300
#: includes/common/class-reply.php:702 includes/common/class-topic.php:182
#: includes/common/class-topic.php:437
msgid "Spam"
msgstr ""
#: includes/admin/class-columns.php:323 includes/admin/class-menu.php:57
#: includes/admin/class-settings.php:403
#: includes/admin/templates/reply/creator.php:23
#: includes/admin/templates/reply/creator.php:24
#: includes/admin/templates/topic/creator.php:23
#: includes/admin/templates/topic/creator.php:24 includes/class-config.php:552
#: includes/class-functions.php:202 includes/frontend/class-profile.php:55
#: templates/archive-forum-header.php:4
msgid "Topics"
msgstr ""
#: includes/admin/class-columns.php:324 includes/admin/class-menu.php:62
#: includes/admin/class-settings.php:407
#: includes/admin/templates/reply/creator.php:29
#: includes/admin/templates/reply/creator.php:30
#: includes/admin/templates/topic/creator.php:29
#: includes/admin/templates/topic/creator.php:30
#: includes/class-functions.php:239 includes/frontend/class-profile.php:59
#: templates/archive-forum-header.php:5 templates/archive-topic-header.php:5
msgid "Replies"
msgstr ""
#: includes/admin/class-columns.php:325
msgid "Category"
msgstr ""
#: includes/admin/class-columns.php:326 includes/admin/class-columns.php:472
#: includes/admin/templates/topic/attributes.php:57
msgid "Status"
msgstr ""
#: includes/admin/class-columns.php:327
#: includes/admin/templates/forum/attributes.php:21 templates/new-forum.php:23
msgid "Visibility"
msgstr ""
#: includes/admin/class-columns.php:397
msgid "Category ID"
msgstr ""
#: includes/admin/class-columns.php:433
msgid "Tag ID"
msgstr ""
#: includes/admin/class-columns.php:469
#: includes/admin/templates/topic/attributes.php:74
#: includes/class-functions.php:159 includes/common/class-common.php:700
#: templates/archive-forum-header.php:12
msgid "Forum"
msgstr ""
#: includes/admin/class-columns.php:470
#: includes/admin/templates/topic/attributes.php:50
msgid "Type"
msgstr ""
#: includes/admin/class-columns.php:471
msgid "Tags"
msgstr ""
#: includes/admin/class-forms.php:734
msgid "Select media"
msgstr ""
#: includes/admin/class-forms.php:757
msgid "Select"
msgstr ""
#: includes/admin/class-forms.php:758
msgid "Clear"
msgstr ""
#: includes/admin/class-menu.php:40 includes/admin/class-menu.php:51
#: includes/admin/class-settings.php:399 includes/class-config.php:549
#: includes/class-functions.php:158
msgid "Forums"
msgstr ""
#: includes/admin/class-menu.php:49
msgid "Dashboard"
msgstr ""
#: includes/admin/class-menu.php:53 includes/class-functions.php:314
#: includes/class-functions.php:330
msgid "Forum Categories"
msgstr ""
#: includes/admin/class-menu.php:59 includes/admin/class-settings.php:225
#: includes/class-functions.php:351 includes/class-functions.php:367
msgid "Topic Tags"
msgstr ""
#: includes/admin/class-menu.php:64
msgid "Settings"
msgstr ""
#: includes/admin/class-metabox.php:117
msgid "Forum Settings"
msgstr ""
#: includes/admin/class-metabox.php:118
msgid "Forum Styling"
msgstr ""
#: includes/admin/class-metabox.php:126
msgid "Topic Settings"
msgstr ""
#: includes/admin/class-metabox.php:127
msgid "Topic Styling"
msgstr ""
#: includes/admin/class-metabox.php:128
msgid "Topic Creator"
msgstr ""
#: includes/admin/class-metabox.php:136
msgid "Reply Creator"
msgstr ""
#: includes/admin/class-notices.php:221
msgid ""
"To add forum functionality to your website %s needs to create several front-"
"end pages (Forums, Topics, Profile, Registration & Login)."
msgstr ""
#: includes/admin/class-notices.php:225
msgid "Create Pages"
msgstr ""
#: includes/admin/class-notices.php:229
msgid "No thanks"
msgstr ""
#: includes/admin/class-notices.php:265
msgid ""
"ForumWP - We have made some changes to ForumWP and launched a free version "
"of the plugin. If you are were using ForumWP prior to this update you will "
"need to install <a href=\"https://forumwpplugin.com/addons/forumwp-pro/"
"\">ForumWP - Pro</a> as the basic modules are not available in the free "
"version. In order to continue using the modules that extend the "
"functionality of the free plugin, please install ForumWP - Pro. <a href="
"\"https://forumwpplugin.com/topic/changes-to-forumwp/\">details</a>."
msgstr ""
#: includes/admin/class-notices.php:286
msgid ""
"<strong>%s version %s</strong> needs to be updated to work correctly.<br /"
">It is necessary to update the structure of the database and options that "
"are associated with <strong>%s %s</strong>.<br />Please visit \"<a href=\"%s"
"\">Upgrade</a>\" page and run the upgrade process."
msgstr ""
#: includes/admin/class-notices.php:290
msgid "Upgrade Now"
msgstr ""
#: includes/admin/class-notices.php:305
msgid "<strong>%s %s</strong> Successfully Upgraded"
msgstr ""
#: includes/admin/class-settings.php:53
msgid "Forum base"
msgstr ""
#: includes/admin/class-settings.php:60
msgid "Topic base"
msgstr ""
#: includes/admin/class-settings.php:69
msgid "Forum Category base"
msgstr ""
#: includes/admin/class-settings.php:79
msgid "Topic Tag base"
msgstr ""
#: includes/admin/class-settings.php:200
msgid "(None)"
msgstr ""
#: includes/admin/class-settings.php:214
msgid "%s page"
msgstr ""
#: includes/admin/class-settings.php:216
msgid "Choose a page..."
msgstr ""
#: includes/admin/class-settings.php:226
msgid "Enable tags for topics"
msgstr ""
#: includes/admin/class-settings.php:232
msgid "Time between new topics (seconds)"
msgstr ""
#: includes/admin/class-settings.php:238
msgid "Show forum title"
msgstr ""
#: includes/admin/class-settings.php:239
msgid "Show forum title at individual topic page and at topics lists"
msgstr ""
#: includes/admin/class-settings.php:246
msgid "Default topics order"
msgstr ""
#: includes/admin/class-settings.php:247
msgid "Default topics order on latest topics list"
msgstr ""
#: includes/admin/class-settings.php:256
msgid "Default topics template"
msgstr ""
#: includes/admin/class-settings.php:258 includes/admin/class-settings.php:344
msgid "Default Template"
msgstr ""
#: includes/admin/class-settings.php:260
msgid ""
"Default template for all topics at your site. You may set different for each "
"topic in the topic's styling section"
msgstr ""
#: includes/admin/class-settings.php:275
msgid "Use AJAX To Update Views"
msgstr ""
#: includes/admin/class-settings.php:276
msgid ""
"There is an ability to count views via AJAX in some cases when WP cache is "
"active"
msgstr ""
#: includes/admin/class-settings.php:300
msgid "None"
msgstr ""
#: includes/admin/class-settings.php:311
msgid "Forum categories"
msgstr ""
#: includes/admin/class-settings.php:312
msgid "Enable categories for forums"
msgstr ""
#: includes/admin/class-settings.php:319
msgid "Default forum"
msgstr ""
#: includes/admin/class-settings.php:320
msgid ""
"When you create a topic from topics list it will be added to the default "
"forum"
msgstr ""
#: includes/admin/class-settings.php:327 includes/common/class-reply.php:67
#: includes/common/class-topic.php:228
msgid "Newest to Oldest"
msgstr ""
#: includes/admin/class-settings.php:328 includes/common/class-reply.php:66
#: includes/common/class-topic.php:227
msgid "Oldest to Newest"
msgstr ""
#: includes/admin/class-settings.php:329
msgid "Most Priority"
msgstr ""
#: includes/admin/class-settings.php:330
msgid "Lower Priority"
msgstr ""
#: includes/admin/class-settings.php:332
msgid "Default forums order"
msgstr ""
#: includes/admin/class-settings.php:333
msgid "Default forums order on latest forums list"
msgstr ""
#: includes/admin/class-settings.php:342
msgid "Default forums template"
msgstr ""
#: includes/admin/class-settings.php:346
msgid ""
"Default template for all forums at your site. You may set different for each "
"forum in the forum's styling section"
msgstr ""
#: includes/admin/class-settings.php:359
msgid "General"
msgstr ""
#: includes/admin/class-settings.php:362
msgid "Pages"
msgstr ""
#: includes/admin/class-settings.php:366
msgid "General Options"
msgstr ""
#: includes/admin/class-settings.php:372
msgid "Default Role"
msgstr ""
#: includes/admin/class-settings.php:373
msgid "New members will get this forum role automatically"
msgstr ""
#: includes/admin/class-settings.php:379
msgid "Enable raw HTML in topic/reply content"
msgstr ""
#: includes/admin/class-settings.php:380
msgid ""
"If enabled can be less secure. Please enable only if you plan to get an "
"ability for users create topics and replies with HTML tags"
msgstr ""
#: includes/admin/class-settings.php:386
msgid "Login Redirect"
msgstr ""
#: includes/admin/class-settings.php:387
msgid ""
"If empty user will be redirected to the same page. This option can be "
"rewritten via login shortcode \"redirect\" attribute"
msgstr ""
#: includes/admin/class-settings.php:393
msgid "Registration Redirect"
msgstr ""
#: includes/admin/class-settings.php:394
msgid ""
"If empty user will be redirected to the Profile page. This option can be "
"rewritten via register shortcode \"redirect\" attribute"
msgstr ""
#: includes/admin/class-settings.php:413
msgid "Time between new replies"
msgstr ""
#: includes/admin/class-settings.php:419
msgid "Reply deletion: sub-reply action to take"
msgstr ""
#: includes/admin/class-settings.php:421
msgid "Delete all sub replies"
msgstr ""
#: includes/admin/class-settings.php:422
msgid "Change sub replies' level"
msgstr ""
#: includes/admin/class-settings.php:424
msgid ""
"When a reply to a topic is removed/deleted, what would you like to happen to "
"replies to that reply (sub replies)?"
msgstr ""
#: includes/admin/class-settings.php:429
msgid "Show user role tag on replies"
msgstr ""
#: includes/admin/class-settings.php:430
msgid ""
"If turned on the role of the user will appear to the right of their name on "
"topic page"
msgstr ""
#: includes/admin/class-settings.php:437
#: includes/admin/templates/settings/emails-list-table.php:260
#: templates/profile/edit-form.php:29 templates/registration.php:24
msgid "Email"
msgstr ""
#: includes/admin/class-settings.php:442
msgid "Admin E-mail Address"
msgstr ""
#: includes/admin/class-settings.php:443 includes/admin/class-settings.php:455
msgid "e.g. [email protected]"
msgstr ""
#: includes/admin/class-settings.php:448
msgid "Mail appears from"
msgstr ""
#: includes/admin/class-settings.php:449
msgid "e.g. Site Name"
msgstr ""
#: includes/admin/class-settings.php:454
msgid "Mail appears from address"
msgstr ""
#: includes/admin/class-settings.php:473
msgid "%s modules"
msgstr ""
#: includes/admin/class-settings.php:491
msgid "Enabled Modules"
msgstr ""
#: includes/admin/class-settings.php:498
msgid "Modules"
msgstr ""
#: includes/admin/class-settings.php:504
msgid "Advanced"
msgstr ""
#: includes/admin/class-settings.php:509
msgid "Disable FontAwesome styles"
msgstr ""
#: includes/admin/class-settings.php:510
msgid ""
"To avoid duplicates if you have enqueued FontAwesome styles you could "
"disable it."
msgstr ""
#: includes/admin/class-settings.php:515
msgid "Delete settings on uninstall"
msgstr ""
#: includes/admin/class-settings.php:516
msgid "Once removed, this data cannot be restored."
msgstr ""
#: includes/admin/class-settings.php:785
msgid "Subject Line"
msgstr ""
#: includes/admin/class-settings.php:786
msgid "This is the subject line of the e-mail"
msgstr ""
#: includes/admin/class-settings.php:792
msgid "Message Body"
msgstr ""
#: includes/admin/class-settings.php:793
msgid "This is the content of the e-mail"
msgstr ""
#: includes/admin/class-upgrade.php:132
msgid ""
"%s is a major update, and we highly recommend creating a full backup of your "
"site before updating."
msgstr ""
#: includes/admin/class-upgrade.php:220
msgid "Upgrade"
msgstr ""
#: includes/admin/class-upgrade.php:228
msgid "empty"
msgstr ""
#: includes/admin/class-upgrade.php:231
msgid "%s - Upgrade Process"
msgstr ""
#: includes/admin/class-upgrade.php:232
msgid ""
"You have installed <strong>%s</strong> version. Your latest DB version is "
"<strong>%s</strong>. We recommend creating a backup of your site before "
"running the update process. Do not exit the page before the update process "
"has complete."
msgstr ""
#: includes/admin/class-upgrade.php:233
msgid ""
"After clicking the <strong>\"Run\"</strong> button, the update process will "
"start. All information will be displayed in the <strong>\"Upgrade Log\"</"
"strong> field."
msgstr ""
#: includes/admin/class-upgrade.php:234
msgid ""
"If the update was successful, you will see a corresponding message. "
"Otherwise, contact technical support if the update failed."
msgstr ""
#: includes/admin/class-upgrade.php:235
msgid "Upgrade Log"
msgstr ""
#: includes/admin/class-upgrade.php:238
msgid "Run"
msgstr ""
#: includes/admin/packages/2.0/functions.php:35
msgid "Solved posts were upgraded successfully"
msgstr ""
#: includes/admin/packages/2.0/functions.php:49
msgid "Locked forums were upgraded successfully"
msgstr ""
#: includes/admin/packages/2.0/functions.php:65
msgid "Subscriptions were upgraded successfully"
msgstr ""
#: includes/admin/packages/2.0/init.php:6
msgid "Upgrade Solved Topics..."
msgstr ""
#: includes/admin/packages/2.0/init.php:27
msgid "Upgrade Locked Forums..."
msgstr ""
#: includes/admin/packages/2.0/init.php:48
msgid "Upgrade Users Subscriptions..."
msgstr ""
#: includes/admin/packages/2.0/locked.php:4
msgctxt "Locked status"
msgid "Locked"
msgstr ""
#: includes/admin/packages/2.0/locked.php:9
msgid "Locked <span class=\"count\">(%s)</span>"
msgid_plural "Locked <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: includes/admin/templates/forum/attributes.php:11
#: includes/admin/templates/topic/attributes.php:64
msgid "Is Locked?"
msgstr ""
#: includes/admin/templates/forum/attributes.php:13
#: includes/admin/templates/topic/attributes.php:66
msgid "No"
msgstr ""
#: includes/admin/templates/forum/attributes.php:14
#: includes/admin/templates/topic/attributes.php:67
msgid "Yes"
msgstr ""
#: includes/admin/templates/forum/attributes.php:28
msgid "Order"
msgstr ""
#: includes/admin/templates/forum/attributes.php:42
msgid "Learn more about forum settings"
msgstr ""
#: includes/admin/templates/forum/styling.php:6
#: includes/admin/templates/topic/styling.php:6
msgid "Global settings"
msgstr ""
#: includes/admin/templates/forum/styling.php:7
#: includes/admin/templates/topic/styling.php:7
msgid "Default template"
msgstr ""
#: includes/admin/templates/forum/styling.php:17
#: includes/admin/templates/topic/styling.php:17
msgid "Template"
msgstr ""
#: includes/admin/templates/forum/styling.php:33
msgid "Icon"
msgstr ""
#: includes/admin/templates/forum/styling.php:39
msgid "Icon Background Color"
msgstr ""
#: includes/admin/templates/forum/styling.php:45
msgid "Icon Color"
msgstr ""
#: includes/admin/templates/forum/styling.php:60
msgid "Learn more about forum styling"
msgstr ""
#: includes/admin/templates/settings/emails-list-table.php:59
msgid "item"
msgstr ""
#: includes/admin/templates/settings/emails-list-table.php:60
msgid "items"
msgstr ""
#: includes/admin/templates/settings/emails-list-table.php:64
msgid "not found."
msgstr ""
#: includes/admin/templates/settings/emails-list-table.php:226
msgid "Member"
msgstr ""
#: includes/admin/templates/settings/emails-list-table.php:251
msgid "Email Notification"
msgstr ""
#: includes/admin/templates/settings/emails-list-table.php:252
msgid "Email Notifications"
msgstr ""
#: includes/admin/templates/settings/emails-list-table.php:261
msgid "Recipient(s)"
msgstr ""
#: includes/admin/templates/settings/settings.php:7
msgid "%s - Settings"
msgstr ""
#: includes/admin/templates/settings/settings.php:33
msgid "Save Changes"
msgstr ""
#: includes/admin/templates/topic/styling.php:30
msgid "You could create custom templates to customize topics"
msgstr ""
#: includes/ajax/class-common.php:131
msgid "Wrong AJAX Nonce"
msgstr ""
#: includes/ajax/class-forum.php:212 includes/ajax/class-forum.php:242
#: includes/ajax/class-forum.php:268 includes/ajax/class-reply.php:449
#: includes/ajax/class-reply.php:559 includes/ajax/class-reply.php:612
#: includes/ajax/class-reply.php:645 includes/ajax/class-reply.php:678
#: includes/ajax/class-reply.php:791 includes/ajax/class-reply.php:824
#: includes/ajax/class-topic.php:454 includes/ajax/class-topic.php:568
#: includes/ajax/class-topic.php:596 includes/ajax/class-topic.php:624
#: includes/ajax/class-topic.php:652 includes/ajax/class-topic.php:680
#: includes/ajax/class-topic.php:711 includes/ajax/class-topic.php:742
#: includes/ajax/class-topic.php:777 includes/ajax/class-topic.php:810
#: includes/frontend/class-actions-listener.php:249
msgid "Invalid data"
msgstr ""
#: includes/ajax/class-forum.php:219 includes/ajax/class-forum.php:249
#: includes/ajax/class-forum.php:275
msgid "Forum ID is invalid"
msgstr ""
#: includes/ajax/class-forum.php:223
msgid "You do not have the ability to move this forum to trash"
msgstr ""
#: includes/ajax/class-notices.php:32
msgid "Wrong Data"
msgstr ""
#: includes/ajax/class-post.php:47
msgid "Wrong request"
msgstr ""
#: includes/ajax/class-profile.php:33 includes/ajax/class-profile.php:43
msgid "Invalid Tab"
msgstr ""
#: includes/ajax/class-profile.php:36 includes/ajax/class-profile.php:48
#: includes/ajax/class-profile.php:67 includes/ajax/class-profile.php:72
#: includes/ajax/class-profile.php:96 includes/ajax/class-profile.php:101
msgid "Invalid User"
msgstr ""
#: includes/ajax/class-reply.php:360 includes/ajax/class-reply.php:366
#: includes/ajax/class-reply.php:527
msgid "Invalid reply"
msgstr ""
#: includes/ajax/class-reply.php:455 includes/ajax/class-topic.php:843
#: includes/ajax/class-topic.php:870 includes/ajax/class-topic.php:897
msgid "Empty Topic ID"
msgstr ""
#: includes/ajax/class-reply.php:461
msgid "You haven't capabilities to make this action"
msgstr ""
#: includes/ajax/class-reply.php:468 includes/ajax/class-topic.php:383
msgid "Empty Forum ID"
msgstr ""
#: includes/ajax/class-reply.php:475 includes/ajax/class-reply.php:578
#: includes/ajax/class-topic.php:407 includes/ajax/class-topic.php:481
msgid "Content is required"
msgstr ""
#: includes/ajax/class-reply.php:486
msgid "You cannot leave replies faster than %s seconds"
msgstr ""
#: includes/ajax/class-reply.php:521
msgid "Invalid reply ID"
msgstr ""
#: includes/ajax/class-reply.php:531 includes/ajax/class-reply.php:571
msgid "You do not have the ability to edit this reply"
msgstr ""
#: includes/ajax/class-reply.php:565 includes/ajax/class-reply.php:619
#: includes/ajax/class-reply.php:652 includes/ajax/class-reply.php:685
#: includes/ajax/class-reply.php:798 includes/ajax/class-reply.php:831
msgid "Reply ID is invalid"
msgstr ""
#: includes/ajax/class-reply.php:592 includes/ajax/class-topic.php:502
msgid "Something is wrong with the data"
msgstr ""
#: includes/ajax/class-reply.php:623
msgid "You do not have the ability to move this reply to trash"
msgstr ""
#: includes/ajax/class-reply.php:656
msgid "You do not have the ability to restore this reply"
msgstr ""
#: includes/ajax/class-reply.php:689
msgid "You do not have the ability to delete this reply"
msgstr ""
#: includes/ajax/class-reply.php:802
msgid "You do not have the ability to mark this reply as spam"
msgstr ""
#: includes/ajax/class-reply.php:835
msgid "You do not have the ability to restore this reply from spam"
msgstr ""
#: includes/ajax/class-reply.php:857 includes/ajax/class-reply.php:884
#: includes/ajax/class-reply.php:910
msgid "Empty Reply ID"
msgstr ""
#: includes/ajax/class-reply.php:865 includes/ajax/class-topic.php:856
msgid "Something wrong with reports"
msgstr ""
#: includes/ajax/class-reply.php:891 includes/ajax/class-reply.php:923
#: includes/ajax/class-topic.php:883 includes/ajax/class-topic.php:910
msgid "Security Issue"
msgstr ""
#: includes/ajax/class-topic.php:86
msgid "Created by %s"
msgstr ""
#: includes/ajax/class-topic.php:99
msgid "Last reply by %s"
msgstr ""
#: includes/ajax/class-topic.php:377
msgid "Invalid Data"
msgstr ""
#: includes/ajax/class-topic.php:388
msgid "You do not have the capability to perform this action"
msgstr ""
#: includes/ajax/class-topic.php:393
msgid "Sorry, but this forum is locked"
msgstr ""
#: includes/ajax/class-topic.php:400 includes/ajax/class-topic.php:474
msgid "Title is required"
msgstr ""
#: includes/ajax/class-topic.php:418
msgid "You cannot create topics faster than %s seconds"
msgstr ""
#: includes/ajax/class-topic.php:460 includes/ajax/class-topic.php:575
#: includes/ajax/class-topic.php:603 includes/ajax/class-topic.php:631
#: includes/ajax/class-topic.php:659 includes/ajax/class-topic.php:687
#: includes/ajax/class-topic.php:717 includes/ajax/class-topic.php:748
#: includes/ajax/class-topic.php:784 includes/ajax/class-topic.php:817
msgid "Topic ID is invalid"
msgstr ""
#: includes/ajax/class-topic.php:467 includes/ajax/class-topic.php:535
msgid "You do not have the ability to edit this topic"
msgstr ""
#: includes/ajax/class-topic.php:524
msgid "Invalid topic ID"
msgstr ""
#: includes/ajax/class-topic.php:531
msgid "Invalid topic"
msgstr ""
#: includes/ajax/class-topic.php:691
msgid "You do not have the ability to move this topic to trash"
msgstr ""
#: includes/ajax/class-topic.php:721
msgid "You do not have the ability to restore this topic"
msgstr ""
#: includes/ajax/class-topic.php:752
msgid "You do not have the ability to delete this topic"
msgstr ""
#: includes/ajax/class-topic.php:761
msgid ""
"Topic was deleted successfully. You will be redirected to the Forum page"
msgstr ""
#: includes/ajax/class-topic.php:788
msgid "You do not have the ability to mark this topic as spam"
msgstr ""
#: includes/ajax/class-topic.php:821
msgid "You do not have the ability to restore this topic from spam"
msgstr ""
#: includes/class-config.php:122
msgid "Forum Manager"
msgstr ""
#: includes/class-config.php:123
msgid "Moderator"
msgstr ""
#: includes/class-config.php:124
msgid "Participant"
msgstr ""
#: includes/class-config.php:125
msgid "Spectator"
msgstr ""
#: includes/class-config.php:540 templates/login-popup.php:6
msgid "Login"
msgstr ""
#: includes/class-config.php:543
msgid "Registration"
msgstr ""
#: includes/class-config.php:546 templates/user_card.php:11
msgid "User Profile"
msgstr ""
#: includes/class-config.php:578
msgid "Mention"
msgstr ""
#: includes/class-config.php:579
msgid "Whether to send the user an email when his was mentioned"
msgstr ""
#: includes/class-dependencies.php:61
msgid ""
"ForumWP 2.0 is not compatible with the ForumWP - Plus Modules plugin. Please "
"download the ForumWP - Pro plugin from your account page <a href=\"https://"
"forumwpplugin.com/account\" target=\"_blank\">here</a> and install/activate "
"this plugin on your site to replace the Plus Modules plugin."
msgstr ""
#: includes/class-dependencies.php:77
msgid ""
"Please check <strong>\"%s\"</strong> plugin's folder name. Correct folder "
"name is <strong>\"forumwp\"</strong>"
msgstr ""
#: includes/class-functions.php:160
msgctxt "Admin menu name"
msgid "Forums"
msgstr ""
#: includes/class-functions.php:161 includes/class-functions.php:162
msgid "Add New Forum"
msgstr ""
#: includes/class-functions.php:163 includes/class-functions.php:207
#: includes/class-functions.php:244
msgid "Edit"
msgstr ""
#: includes/class-functions.php:164 includes/common/class-common.php:738
msgid "Edit Forum"
msgstr ""
#: includes/class-functions.php:165
msgid "New Forum"
msgstr ""
#: includes/class-functions.php:166 includes/class-functions.php:167
msgid "View Forum"
msgstr ""
#: includes/class-functions.php:168 templates/archive-forum.php:27
msgid "Search Forums"
msgstr ""
#: includes/class-functions.php:169
msgid "No Forums found"
msgstr ""
#: includes/class-functions.php:170
msgid "No Forums found in trash"
msgstr ""
#: includes/class-functions.php:171
msgid "Parent Forum"
msgstr ""
#: includes/class-functions.php:172
msgid "Forum Image"
msgstr ""
#: includes/class-functions.php:173
msgid "Set forum image"
msgstr ""
#: includes/class-functions.php:174
msgid "Remove forum image"
msgstr ""
#: includes/class-functions.php:175
msgid "Use as forum image"
msgstr ""
#: includes/class-functions.php:177
msgid "This is where you can add new forums."
msgstr ""
#: includes/class-functions.php:203 includes/common/class-common.php:709
#: templates/archive-topic-header.php:15
msgid "Topic"
msgstr ""
#: includes/class-functions.php:204
msgctxt "Admin menu name"
msgid "Topics"
msgstr ""
#: includes/class-functions.php:205
msgid "Add Topic"
msgstr ""
#: includes/class-functions.php:206
msgid "Add New Topic"
msgstr ""
#: includes/class-functions.php:208 includes/common/class-common.php:751
msgid "Edit Topic"
msgstr ""
#: includes/class-functions.php:209
msgid "New Topic"
msgstr ""
#: includes/class-functions.php:210 includes/class-functions.php:211
msgid "View Topic"
msgstr ""
#: includes/class-functions.php:212 templates/archive-topic.php:75
#: templates/archive-topic.php:76 templates/archive-topic.php:114
#: templates/archive-topic.php:116
msgid "Search Topics"
msgstr ""
#: includes/class-functions.php:213
msgid "No Topics found"
msgstr ""
#: includes/class-functions.php:214
msgid "No Topics found in trash"
msgstr ""
#: includes/class-functions.php:240 includes/common/class-topic.php:1028
#: includes/common/class-topic.php:1033 templates/js/reply-row.php:99
#: templates/js/reply-row.php:112 templates/topic.php:220
#: templates/topic.php:227 templates/topic.php:269 templates/topic.php:276
msgid "Reply"
msgstr ""
#: includes/class-functions.php:241
msgctxt "Admin menu name"
msgid "Replies"
msgstr ""
#: includes/class-functions.php:242
msgid "Add Reply"
msgstr ""
#: includes/class-functions.php:243
msgid "Add New Reply"
msgstr ""
#: includes/class-functions.php:245
msgid "Edit Reply"
msgstr ""
#: includes/class-functions.php:246
msgid "New Reply"
msgstr ""
#: includes/class-functions.php:247 includes/class-functions.php:248
msgid "View Reply"
msgstr ""
#: includes/class-functions.php:249
msgid "Search Replies"
msgstr ""
#: includes/class-functions.php:250
msgid "No Replies found"
msgstr ""
#: includes/class-functions.php:251
msgid "No Replies found in trash"
msgstr ""
#: includes/class-functions.php:315
msgid "Forum Category"
msgstr ""
#: includes/class-functions.php:316
msgctxt "Admin menu name"
msgid "Forum Categories"
msgstr ""
#: includes/class-functions.php:317
msgid "Search Forum Categories"
msgstr ""
#: includes/class-functions.php:318
msgid "All Forum Categories"
msgstr ""
#: includes/class-functions.php:319
msgid "Edit Forum Category"
msgstr ""
#: includes/class-functions.php:320
msgid "Update Forum Category"
msgstr ""
#: includes/class-functions.php:321
msgid "Add New Forum Category"
msgstr ""
#: includes/class-functions.php:322
msgid "New Forum Category Name"
msgstr ""
#: includes/class-functions.php:323
msgid "Popular Forum Categories"
msgstr ""
#: includes/class-functions.php:324
msgid "Separate Forum Categories with commas"
msgstr ""
#: includes/class-functions.php:325
msgid "Add or remove Forum Categories"
msgstr ""
#: includes/class-functions.php:326
msgid "Choose from the most used Forum Categories"
msgstr ""
#: includes/class-functions.php:327
msgid "No Forum Categories found"
msgstr ""
#: includes/class-functions.php:352
msgid "Topic Tag"
msgstr ""
#: includes/class-functions.php:353
msgctxt "Admin menu name"
msgid "Topic Tags"
msgstr ""
#: includes/class-functions.php:354
msgid "Search Topic Tags"
msgstr ""
#: includes/class-functions.php:355
msgid "All Topic Tags"
msgstr ""
#: includes/class-functions.php:356
msgid "Edit Topic Tag"
msgstr ""
#: includes/class-functions.php:357
msgid "Update Topic Tag"
msgstr ""
#: includes/class-functions.php:358
msgid "Add New Topic Tag"
msgstr ""
#: includes/class-functions.php:359
msgid "New Topic Tag Name"
msgstr ""
#: includes/class-functions.php:360
msgid "Popular Topic Tags"
msgstr ""
#: includes/class-functions.php:361
msgid "Separate Topic Tags with commas"
msgstr ""
#: includes/class-functions.php:362
msgid "Add or remove Topic Tags"
msgstr ""
#: includes/class-functions.php:363
msgid "Choose from the most used Topic tags"
msgstr ""
#: includes/class-functions.php:364
msgid "No Topic Tags found"
msgstr ""
#: includes/class-functions.php:406
msgctxt "Spam status"
msgid "Spam"
msgstr ""
#: includes/class-functions.php:411
msgid "Spam <span class=\"count\">(%s)</span>"
msgid_plural "Spam <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: includes/class-init.php:80 includes/class-init.php:90
msgid "Cheatin’ huh?"
msgstr ""
#: includes/class-modules.php:42
msgid "Basic"
msgstr ""
#: includes/class-modules.php:45
msgid "Migration"
msgstr ""
#: includes/class-modules.php:46
msgid "Ability to migration forums, topics and replies from bbPress"
msgstr ""
#: includes/common/class-forum.php:44
msgid "Public"
msgstr ""
#: includes/common/class-forum.php:45
msgid "Private"
msgstr ""
#: includes/common/class-forum.php:46
msgid "Hidden"
msgstr ""
#: includes/common/class-forum.php:148
msgid "Unlock forum"
msgstr ""
#: includes/common/class-forum.php:152
msgid "Lock forum"
msgstr ""
#: includes/common/class-forum.php:157 includes/common/class-reply.php:775
#: includes/common/class-topic.php:500
msgid "Move to trash"
msgstr ""
#: includes/common/class-reply.php:344 modules/migration/class-init.php:869
msgid "Reply To: %s"
msgstr ""
#: includes/common/class-reply.php:695 includes/common/class-topic.php:181
#: includes/common/class-topic.php:440
msgid "Pending"
msgstr ""
#: includes/common/class-reply.php:699 includes/common/class-topic.php:436
msgid "Trashed"
msgstr ""
#: includes/common/class-reply.php:769
msgid "Edit reply"
msgstr ""
#: includes/common/class-reply.php:781 includes/common/class-topic.php:506
msgid "Mark as spam"
msgstr ""
#: includes/common/class-reply.php:787 includes/common/class-topic.php:512
msgid "Isn't spam"
msgstr ""
#: includes/common/class-reply.php:795
msgid "Report reply"
msgstr ""
#: includes/common/class-reply.php:799
msgid "Un-report reply"
msgstr ""
#: includes/common/class-reply.php:806
msgid "Clear reply's reports"
msgstr ""
#: includes/common/class-reply.php:813
msgid "Restore reply"
msgstr ""
#: includes/common/class-reply.php:819
msgid "Remove reply"
msgstr ""
#: includes/common/class-topic.php:180
msgid "Open"
msgstr ""
#: includes/common/class-topic.php:183
msgid "Trash"
msgstr ""
#: includes/common/class-topic.php:188
msgid "Normal"
msgstr ""
#: includes/common/class-topic.php:192 includes/common/class-topic.php:213
msgid "Pinned"
msgstr ""
#: includes/common/class-topic.php:196 includes/common/class-topic.php:217
msgid "Announcement"
msgstr ""
#: includes/common/class-topic.php:200 includes/common/class-topic.php:221
msgid "Global"
msgstr ""
#: includes/common/class-topic.php:229
msgid "Recently updated"
msgstr ""
#: includes/common/class-topic.php:230
msgid "Most views"
msgstr ""
#: includes/common/class-topic.php:470
msgid "Edit topic"
msgstr ""
#: includes/common/class-topic.php:476
msgid "Pin topic"
msgstr ""
#: includes/common/class-topic.php:482
msgid "Unpin topic"
msgstr ""
#: includes/common/class-topic.php:488
msgid "Lock topic"
msgstr ""
#: includes/common/class-topic.php:494
msgid "Unlock topic"
msgstr ""
#: includes/common/class-topic.php:519
msgid "Report topic"
msgstr ""
#: includes/common/class-topic.php:523
msgid "Un-report topic"
msgstr ""
#: includes/common/class-topic.php:530
msgid "Clear topic's reports"
msgstr ""
#: includes/common/class-topic.php:1033 templates/js/reply-row.php:102
#: templates/js/reply-row.php:115 templates/topic.php:227
#: templates/topic.php:276
msgid "Login to reply to this topic"
msgstr ""
#: includes/common/class-topic.php:1038 templates/topic.php:221
#: templates/topic.php:223 templates/topic.php:270 templates/topic.php:272
msgid "This topic is closed to new replies"
msgstr ""
#: includes/frontend/class-actions-listener.php:82
#: includes/frontend/class-actions-listener.php:172
#: includes/frontend/class-actions-listener.php:241
msgid "Security issue, Please try again"
msgstr ""
#: includes/frontend/class-actions-listener.php:86
msgid "Login is empty"
msgstr ""
#: includes/frontend/class-actions-listener.php:90
msgid "A user with this username already exists"
msgstr ""
#: includes/frontend/class-actions-listener.php:94
msgid "Email is empty"
msgstr ""
#: includes/frontend/class-actions-listener.php:98
msgid "Email is invalid"
msgstr ""
#: includes/frontend/class-actions-listener.php:101
msgid "A user with this email already exists"
msgstr ""
#: includes/frontend/class-actions-listener.php:106
msgid "Password cannot be an empty"
msgstr ""
#: includes/frontend/class-actions-listener.php:109
msgid "Please confirm the password"
msgstr ""
#: includes/frontend/class-actions-listener.php:115
msgid ""
"Your password must contain at least one lowercase letter, one capital letter "
"and one number and be at least 8 characters"
msgstr ""
#: includes/frontend/class-actions-listener.php:119
msgid "Sorry, passwords do not match!"
msgstr ""
#: includes/frontend/class-actions-listener.php:176
msgid "Empty User"
msgstr ""
#: includes/frontend/class-actions-listener.php:184
msgid "Empty Email"
msgstr ""
#: includes/frontend/class-actions-listener.php:188
msgid "Invalid email"
msgstr ""
#: includes/frontend/class-actions-listener.php:191
msgid "Email already exists"
msgstr ""
#: includes/frontend/class-actions-listener.php:195
msgid "Invalid user URL"
msgstr ""
#: includes/frontend/class-actions-listener.php:245
msgid "You do not have capability to create forums"
msgstr ""
#: includes/frontend/class-actions-listener.php:255
msgid "Name is required"
msgstr ""
#: includes/frontend/class-actions-listener.php:259
msgid "Description is required"
msgstr ""
#: includes/frontend/class-actions-listener.php:263
msgid "Invalid visibility"
msgstr ""
#: includes/frontend/class-forms.php:375
msgid "Submit"
msgstr ""
#: includes/frontend/class-forms.php:458
msgid "Required"
msgstr ""
#: includes/frontend/class-profile.php:63
msgid "Edit Profile"
msgstr ""
#: includes/frontend/class-shortcodes.php:350
msgid "Forum Category: %s"
msgstr ""
#: includes/frontend/class-shortcodes.php:353
msgid "Topic Tag: %s"
msgstr ""
#: includes/frontend/class-shortcodes.php:769
#: includes/frontend/class-shortcodes.php:813
msgid "You are already logged in"
msgstr ""
#: includes/frontend/class-shortcodes.php:870
msgid "Forum created successfully"
msgstr ""
#: modules/migration/class-init.php:136
msgid "Migration forums from bbPress"
msgstr ""
#: modules/migration/class-init.php:138
msgid "Create full site's backup."
msgstr ""
#: modules/migration/class-init.php:139
msgid "Set maintenance mode (if you need)"
msgstr ""
#: modules/migration/class-init.php:140
msgid "You have nice Internet connection"
msgstr ""
#: modules/migration/class-init.php:142
msgid ""
"After the click to \"Run migration\" button, the migration process will be "
"started. All information will be displayed in \"migration Log\" field."
msgstr ""
#: modules/migration/class-init.php:143
msgid ""
"If the migration was successful, you will see a corresponding message. "
"Otherwise, contact technical support if the migration failed."
msgstr ""
#: modules/migration/class-init.php:146
msgid "Run migration"
msgstr ""
#: modules/migration/class-init.php:414
msgid "Forums from %d to %d are migrated"
msgstr ""
#: modules/migration/class-init.php:578
msgid "Topics from %d to %d are migrated"
msgstr ""
#: modules/migration/class-init.php:719
msgid "Topic tags from %d to %d are migrated"
msgstr ""
#: modules/migration/class-init.php:779
msgid "Replies from %d to %d are migrated"
msgstr ""
#: modules/migration/class-init.php:908
msgid "Migration finished"
msgstr ""
#: templates/archive-forum-category.php:10
msgid "Search Categories"
msgstr ""
#: templates/archive-forum-category.php:10 templates/archive-forum.php:28
#: templates/archive-topic.php:76 templates/archive-topic.php:102
#: templates/archive-topic.php:117 templates/forum.php:84
#: templates/forum.php:108 templates/forum.php:118
msgid "Search"
msgstr ""
#: templates/archive-forum-header.php:6 templates/archive-topic-header.php:7
msgid "Updated"
msgstr ""
#: templates/archive-forum.php:35
msgid "No forums have been created."
msgstr ""
#: templates/archive-topic-header.php:4
msgid "People"
msgstr ""
#: templates/archive-topic-header.php:6 templates/js/topic-row.php:69
msgid "Views"
msgstr ""
#: templates/archive-topic.php:14 templates/archive-topic.php:15
#: templates/archive-topic.php:21 templates/archive-topic.php:22
#: templates/forum.php:24 templates/forum.php:29
msgid "New topic"
msgstr ""
#: templates/archive-topic.php:23 templates/forum.php:29
msgid "Login to create a topic"
msgstr ""
#: templates/archive-topic.php:64 templates/archive-topic.php:90
#: templates/forum.php:69 templates/forum.php:97 templates/topic.php:233
#: templates/topic.php:248
msgid "Sort:"
msgstr ""
#: templates/forum.php:39
msgid ""
"Please <a href=\"javascript:void(0);\" class=\"%s\" title=\"Login to view\" "
"data-fmwp_popup_title=\"Login to view forum\">login</a> to view this forum"
msgstr ""
#: templates/forum.php:82 templates/forum.php:116
msgid "Search forum topics"
msgstr ""
#: templates/forum.php:84 templates/forum.php:118
msgid "Search in Forum"
msgstr ""
#: templates/js/forum-category-list.php:22
msgid "{{{category.forums}}} forums"
msgstr ""
#: templates/js/forum-category-list.php:25
msgid "{{{category.topics}}} topics"
msgstr ""
#: templates/js/forum-category-list.php:28
msgid "{{{category.replies}}} people have replied"
msgstr ""
#: templates/js/forum-category-list.php:38 templates/js/forum-row.php:77
#: templates/js/reply-row.php:67 templates/js/topic-row.php:86
#: templates/topic.php:201
msgid "More Actions"
msgstr ""
#: templates/js/forum-row.php:51
msgid "Latest topic:"
msgstr ""
#: templates/js/forum-row.php:58 templates/js/forum-row.php:59
msgid "topics"
msgstr ""
#: templates/js/forum-row.php:62 templates/js/topic-row.php:62
msgid "people have replied"
msgstr ""
#: templates/js/forum-row.php:63 templates/js/reply-row-answers.php:14
#: templates/js/topic-row.php:63
msgid "replies"
msgstr ""
#: templates/js/forum-row.php:67 templates/js/topic-row.php:74
msgid "Last Updated"
msgstr ""
#: templates/js/reply-row-answers.php:9
msgid "Show all replies"
msgstr ""
#: templates/js/reply-row-answers.php:12
msgid "reply"
msgstr ""
#: templates/js/reply-row.php:23 templates/js/reply-row.php:32
#: templates/js/topic-row.php:15
msgid "Profile"
msgstr ""
#: templates/js/reply-row.php:46
msgid "Show in topic"
msgstr ""
#: templates/js/reply-row.php:55
msgid "Reply link"
msgstr ""
#: templates/js/topic-row.php:49
msgid "Forum:"
msgstr ""
#: templates/js/topic-row.php:70
msgid "views"
msgstr ""
#: templates/login-popup.php:7
msgid "Close"
msgstr ""
#: templates/login-popup.php:19
msgid "Don't have an account?"
msgstr ""
#: templates/login-popup.php:21
msgid "Sign up"
msgstr ""
#: templates/login.php:9
msgid "Invalid username, email address or incorrect password."
msgstr ""
#: templates/login.php:22
msgid "Username or Email Address"
msgstr ""
#: templates/login.php:23 templates/registration.php:52
msgid "Password"
msgstr ""
#: templates/login.php:24
msgid "Remember Me"
msgstr ""
#: templates/login.php:25
msgid "Log In"
msgstr ""
#: templates/login.php:33 templates/login.php:34
msgid "Forgot Password?"
msgstr ""
#: templates/new-forum.php:11
msgid "Name"
msgstr ""
#: templates/new-forum.php:17 templates/profile/edit-form.php:54
msgid "Description"
msgstr ""
#: templates/new-forum.php:32
msgid "Categories"
msgstr ""
#: templates/new-forum.php:51
msgid "Create"
msgstr ""
#: templates/profile/edit-form.php:21 templates/registration.php:17
msgid "Username"
msgstr ""
#: templates/profile/edit-form.php:36 templates/registration.php:34
msgid "First Name"
msgstr ""
#: templates/profile/edit-form.php:42 templates/registration.php:43
msgid "Last Name"
msgstr ""
#: templates/profile/edit-form.php:48
msgid "Website"
msgstr ""
#: templates/profile/edit-form.php:73
msgid "Update"
msgstr ""
#: templates/profile/edit.php:8 templates/profile/edit.php:15
msgid "Wrong user in query"
msgstr ""
#: templates/profile/main-mobile.php:33 templates/profile/main.php:55
#: templates/user_card.php:51
msgid "%s topic"
msgid_plural "%s topics"
msgstr[0] ""
msgstr[1] ""
#: templates/profile/main-mobile.php:37 templates/profile/main.php:59
#: templates/user_card.php:59
msgid "%s reply"
msgid_plural "%s replies"
msgstr[0] ""
msgstr[1] ""
#: templates/profile/main-mobile.php:42 templates/profile/main.php:64
msgid "Joined: %s"
msgstr ""
#: templates/profile/main-mobile.php:49 templates/profile/main.php:69
msgid "Website:"
msgstr ""
#: templates/registration.php:58
msgid "Confirm Password"
msgstr ""
#: templates/registration.php:77
msgid "Sign Up"
msgstr ""
#: templates/reply-popup.php:11
msgid "Back to topic"
msgstr ""
#: templates/reply-popup.php:11 templates/topic-popup.php:7
msgid "Discard"
msgstr ""
#: templates/reply-popup.php:13
msgid "Submit Reply"
msgstr ""
#: templates/reply-popup.php:36
msgid "Replying to:"
msgstr ""
#: templates/reply-popup.php:57 templates/topic-popup.php:62
msgid "Show preview"
msgstr ""
#: templates/reply-popup.php:57 templates/reply-popup.php:58
#: templates/topic-popup.php:62 templates/topic-popup.php:63
msgid "Hide preview"
msgstr ""
#: templates/topic-popup.php:7
msgid "Back to forum"
msgstr ""
#: templates/topic-popup.php:9
msgid "Submit topic"
msgstr ""
#: templates/topic-popup.php:27
msgid "Topic title"
msgstr ""
#: templates/topic-popup.php:31
msgid "Topic tags"
msgstr ""
#: templates/topic.php:95
msgid ""
"Please <a href=\"javascript:void(0);\" class=\"%s\" title=\"Login to view\" "
"data-fmwp_popup_title=\"Login to view topic\">login</a> to view this topic"
msgstr ""
#: templates/topic.php:127
msgid "<span id=\"fmwp-replies-total\">%s</span> reply"
msgid_plural "<span id=\"fmwp-replies-total\">%s</span> replies"
msgstr[0] ""
msgstr[1] ""
#: templates/topic.php:134
msgid "<span id=\"fmwp-views-total\">%s</span> view"
msgid_plural "<span id=\"fmwp-views-total\">%s</span> views"
msgstr[0] ""
msgstr[1] ""
#: templates/user_card.php:48
msgid "User Topics"
msgstr ""
#: templates/user_card.php:56
msgid "User Replies"
msgstr ""
#: assets/front/js/forum-categories-list.js:4
msgid "No one created the forum categories."
msgstr ""
#: assets/front/js/forum-categories-list.js:5 assets/front/js/forums-list.js:3
#: assets/front/js/topics-list.js:4
msgid "No results found."
msgstr ""
#: assets/front/js/forum.js:3
msgid ""
"No one has created a topic in this forum. Be the first and <a href="
"\"javascript:void(0);\" class=\"fmwp-create-topic fmwp-login-to-action"
"\">create a topic</a>."
msgstr ""
#: assets/front/js/forum.js:3 assets/front/js/forum.js:4
msgid "No one has created a topic in this forum."
msgstr ""
#: assets/front/js/forum.js:6
msgid "No topics found for this search."
msgstr ""
#: assets/front/js/logged-in-forum.js:508
#: assets/front/js/logged-in-topic.js:936
msgid ""
"Are you sure to delete permanently this topic. This operation can not be "
"canceled."
msgstr ""
#: assets/front/js/logged-in-topic.js:474
msgid ""
"Are you sure to delete permanently this reply. This operation can not be "
"canceled."
msgstr ""
#: assets/front/js/profile.js:367 assets/front/js/user-replies.js:2
msgid "No replies"
msgstr ""
#: assets/front/js/profile.js:428 assets/front/js/user-topics.js:3
msgid "No topics"
msgstr ""
#: assets/front/js/topic.js:3
msgid ""
"No one has replied to this topic. Be the first and <a href=\"javascript:"
"void(0);\" class=\"fmwp-write-reply fmwp-login-to-action\" data-"
"fmwp_popup_title=\"Login to reply to this topic\">leave a reply</a>."
msgstr ""
#: assets/front/js/topic.js:3 assets/front/js/topic.js:4
msgid "No one has replied to this topic."
msgstr ""
#: assets/front/js/topics-list.js:3
msgid "No topics have been created."
msgstr "" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/fourth-estate-newswire-publisher/composer_file/composer.json | {
"name": "FourthEstate1/newswire-publsher-wordpress-plugin",
"description": "A base WordPress plugin library.",
"license": "MIT",
"version": "1.0",
"minimum-stability": "dev",
"type": "wordpress-plugin",
"homepage": "https://github.com/FourthEstate1/newswire-publsher-wordpress-plugin",
"authors": [
{
"name": "example",
"email": "[email protected]",
"homepage": "https://www.example.com/"
}
],
"support": {
"issues": "https://example.com/issues",
"source": "https://github.com/FourthEstate1/newswire-publsher-wordpress-plugin"
},
"require": {
"php": ">=5.4.0",
"psr/container": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "*@stable"
},
"autoload": {
"psr-4": {
"FourthEstate1\\newswire\\publsher\\wordpress\\plugin\\": "/"
}
},
"autoload-dev": {
"psr-4": {
"FourthEstate1\\newswire\\publsher\\wordpress\\plugin\\": "/"
}
},
"scripts": {
"test": "./vendor/bin/phpunit --coverage-html coverage"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/fp-foundation-assistant/change_log/changelog.txt | *** FP Foundation Assistant Changelog ***
2016.08.04 - version 1.0.0
* Initial release
2016.08.05 - version 1.0.2
* Fixed deprecated PHP 4 style constructors
2017.07.20 - version 1.1.0
* Updated to Foundation 6.3.0
* Added new post query shortcode that accepts all wp_query arguments
* Added the option to add image background to the grid shortcode
* Fixed issue with TinyMCE button and redeclaring the $plugin_array var
* Fixed issue with the id of the dropdown shortcode
* Removed extra br tags inserted by the editor in the grid shortcode
* Fixed issue with different settings for multiple OwlCarousels
* Fixed issue with the plugin scripts and stylesheets loading on all admin pages
* Fixed deletion fail issue
* Added the option for new tab for links in the FP_Button shortcode
2018.02.26 - version 1.1.1
* Fixed issue with handlebars.js loading on all admin pages
2018.03.03 - version 1.1.2
* Fixed issue with the function loading the admin editor stylesheets |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/fpp-pano/change_log/changelog.txt | CHANGELOG - FPP-Pano
1.0.1 2008-06-17 minor bug fixes:
- fixed .mov links to handle non-javascript situations gracefully
- added rel=noindex to .mov file links
- added text to canvas area to advise non-javascript users
1.0 2008-06-07 Initial beta release |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/fpw-post-thumbnails/translation_file/languages/fpw-fpt-pl_PL.po | msgid ""
msgstr ""
"Project-Id-Version: FPW Post Thumbnails v1.0.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2012-07-16 16:36:33+0000\n"
"Last-Translator: Frank P. Walentynowicz <[email protected]>\n"
"Language-Team: Frank P. Walentynowicz <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-Language: Polish\n"
"X-Poedit-Country: POLAND\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Bookmarks: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes"
# fpw-fpt
#: ajax/fptupdate.php:24
#: classes/fpw-post-thumbnails-class.php:540
#@ fpw-fpt
msgid "Options updated successfully."
msgstr "Zmiany ustawień zapisano pomyślnie."
#: ajax/fptupdate.php:26
#: classes/fpw-post-thumbnails-class.php:542
#@ fpw-fpt
msgid "No changes detected. Nothing to update."
msgstr "Nie wykryto zmian w ustawieniach. Niczego nie zapisano."
#: ajax/fptupdate.php:29
#@ fpw-fpt
msgid "Validation failed!"
msgstr "Walidacja zawiodła!"
#: ajax/language.php:9
#: classes/fpw-post-thumbnails-class.php:552
#@ fpw-fpt
msgid "Language file for this version is not yet available."
msgstr "Plik językowy dla tej wersji nie jest jeszcze dostępny."
#: ajax/language.php:11
#: classes/fpw-post-thumbnails-class.php:554
#@ fpw-fpt
msgid "Language file is already installed. Please reload this page."
msgstr "Plik językowy jest już zainstalowany. Proszę odświeżyć stronę."
#: ajax/language.php:17
#: classes/fpw-post-thumbnails-class.php:560
#@ fpw-fpt
msgid "Language file downloaded successfully. It will be applied as soon as this page is reloaded."
msgstr "Plik językowy pobrano pomyślnie. Będzie on zastosowany po odświeżeniu strony."
#: classes/fpw-post-thumbnails-class.php:171
#: classes/fpw-post-thumbnails-class.php:172
#: classes/fpw-post-thumbnails-class.php:297
#: classes/fpw-post-thumbnails-class.php:478
#: help/fpthelp.php:29
#@ fpw-fpt
msgid "FPW Post Thumbnails"
msgstr "Ikony Wpisów FPW"
#: classes/fpw-post-thumbnails-class.php:262
#@ fpw-fpt
msgid "Donate"
msgstr "Wspomóż"
#: classes/fpw-post-thumbnails-class.php:268
#@ fpw-fpt
msgid "Settings"
msgstr "Ustawienia"
#: classes/fpw-post-thumbnails-class.php:291
#@ fpw-fpt
msgid "FPW Plugins"
msgstr "Wtyczki FPW"
#: classes/fpw-post-thumbnails-class.php:464
#@ fpw-fpt
msgid "You did not send any credentials!"
msgstr "Nie wysłano danych uwierzytelniających"
#: classes/fpw-post-thumbnails-class.php:467
#@ fpw-fpt
msgid "You did not send the right credentials!"
msgstr "Dane uwierzytelniające są niewłaściwe!"
#: classes/fpw-post-thumbnails-class.php:498
#@ fpw-fpt
msgid "write modified options to the database"
msgstr "zapisz zaktualizowane ustawienia do bazy danych"
#: classes/fpw-post-thumbnails-class.php:501
#@ fpw-fpt
msgid "Update Options"
msgstr "Zapisz Ustawienia"
#: classes/fpw-post-thumbnails-class.php:508
#@ fpw-fpt
msgid "load language file for your version"
msgstr "załąduj plik językowy dla bieżącej wersji"
#: classes/fpw-post-thumbnails-class.php:511
#@ fpw-fpt
msgid "Get Language File"
msgstr "Pobierz Plik Językowy"
#: classes/fpw-post-thumbnails-class.php:523
#: help/fpthelp.php:43
#@ fpw-fpt
msgid "Remove plugin's data from database on uninstall"
msgstr "Usuń dane wtyczki z bazy danych podczas usuwania wtyczki"
#: classes/fpw-post-thumbnails-class.php:529
#: help/fpthelp.php:45
#@ fpw-fpt
msgid "Add this plugin to the Admin Bar"
msgstr "Dodaj tę wtyczkę to Paska Administratora"
#: help/fpthelp.php:8
#@ fpw-fpt
msgid "More information"
msgstr "Dodatkowe informacje"
#: help/fpthelp.php:9
#@ fpw-fpt
msgid "Plugin's site"
msgstr "Witryna wtyczki"
#: help/fpthelp.php:10
#@ fpw-fpt
msgid "Support"
msgstr "Wspomaganie"
#: help/fpthelp.php:36
#@ fpw-fpt
msgid "Introduction"
msgstr "Wprowadzenie"
#: help/fpthelp.php:17
#@ fpw-fpt
msgid "There are many beautiful themes not providing any support for"
msgstr "Dostępnych jest wiele ładnych motywów nie wspomagających wcale"
#: help/fpthelp.php:18
#@ fpw-fpt
msgid "post thumbnails"
msgstr "post thumbnails"
#: help/fpthelp.php:19
#@ fpw-fpt
msgid "now called"
msgstr "nazywanych teraz"
#: help/fpthelp.php:20
#@ fpw-fpt
msgid "featured images"
msgstr "featured images"
#: help/fpthelp.php:21
#@ fpw-fpt
msgid "Some themes provide such support but do not display them."
msgstr "Niektóre motywy zapewniają wspomaganie lecz nie wyświetlają ikon."
#: help/fpthelp.php:22
#@ fpw-fpt
msgid "Then we have three choices."
msgstr "Mamy wtedy trzy alternatywne rozwiązania."
#: help/fpthelp.php:28
#@ fpw-fpt
msgid "First is to find another theme supporting and displaying thumbnails, second - forget about thumbnails, and the third is to get our hands dirty. The last one requires modifications to the current theme's files ( not very elegant and practical as the next theme's upgrade will wipe out those modifications ) or at least creating a child theme."
msgstr "Pierwszym jest znalezienie innego motywu wspomagającego ikony, drugim jest zrezygnowanie z ikon, a trzecim jest wykonanie pewnej pracy. Ostatnie wymaga modyfikacji plików motywu ( niezbyt eleganckie i niepraktyczne, biorąc pod uwagę, że kolejna aktualizacja motywu nadpisze nasze zmiany ) lub też utworzenia motywu podrzędnego ( child theme )."
#: help/fpthelp.php:31
#@ fpw-fpt
msgid "plugin makes these choices obsolete. It will add support for thumnails, display them, and give you more control over their appearance."
msgstr "czyni te rozwiązania niepotrzebnymi. Doda ona wpomaganie ikon, wyświetli je i umożliwi większą kontrolę ich wyglądu."
#: help/fpthelp.php:32
#@ fpw-fpt
msgid "And what's most important it will not modify the current theme in any way."
msgstr "Najważniejsze jest to, że nie dokona ona żadnych zmian w plikach motywu."
#: help/fpthelp.php:41
#@ fpw-fpt
msgid "General"
msgstr "Ogólne"
#: help/fpthelp.php:44
#@ fpw-fpt
msgid "if checked then plugin's data will be removed from the database during uninstall procedure"
msgstr "jeśli włączone to dane wtyczki zostaną usunięte z bazy danych podzczas usuwania wtyczki"
#: help/fpthelp.php:46
#@ fpw-fpt
msgid "if checked then plugin's link to settings page will be added to the Admin Bar"
msgstr "jeśli włączone to łącznik do ustawień wtyczki zostanie dodany do Paska Administratora"
#: help/fpthelp.php:48
#@ fpw-fpt
msgid "Panels"
msgstr "Panele"
#: help/fpthelp.php:50
#@ fpw-fpt
msgid "Thumbnails for Content enabled:"
msgstr "Ikony dla Wpisów włączone:"
#: help/fpthelp.php:51
#@ fpw-fpt
msgid "if checked then enables thumbnails for contents"
msgstr "jeśli zaznaczone to zostaną włączone ikony dla wpisów"
#: help/fpthelp.php:52
#@ fpw-fpt
msgid "Thumbnails for Excerpt enabled:"
msgstr "Ikony dla Wypisów włączone:"
#: help/fpthelp.php:53
#@ fpw-fpt
msgid "if checked then enables thumbnails for excerpts"
msgstr "jeśli zaznaczone to włączone zostaną ikony dla wypisów"
#: help/fpthelp.php:54
#@ fpw-fpt
msgid "and"
msgstr "i"
#: help/fpthelp.php:55
#@ fpw-fpt
msgid "width and height of the thumbnail"
msgstr "szerokość i wysokość ikony"
#: help/fpthelp.php:57
#@ fpw-fpt
msgid "position of the thumbnail relative to the content ( excerpt )"
msgstr "pozycja ikony w stosunku do treści wpisu ( wypisu )"
#: help/fpthelp.php:59
#@ fpw-fpt
msgid "if checked then the thumbnail will have a border and next four parameters will be applied"
msgstr "jeśli zaznaczone to ikona będzie miała ramkę a kolejne cztery parametry będą uwzględnione"
#: help/fpthelp.php:62
#@ fpw-fpt
msgid "if > 0 then the border will have rounded corners with the radius of corners in pixels equal to the specified value"
msgstr "jeśli > 0 to ramka będzie miała zaokrąglone narożniki a ich promień w pikselach będzie równy podanej wartości"
#: help/fpthelp.php:63
#@ fpw-fpt
msgid "thickness of the border in pixels"
msgstr "grubość ramki w pikselach"
#: help/fpthelp.php:64
#@ fpw-fpt
msgid "color of the border"
msgstr "kolor ramki"
#: help/fpthelp.php:65
#@ fpw-fpt
msgid "thumbnail's background color"
msgstr "kolor tła ikony"
#: help/fpthelp.php:67
#@ fpw-fpt
msgid "these are standard padding and margin parameters"
msgstr "standardowe parametry wypełniania i marginesu"
#: help/fpthelp.php:70
#@ fpw-fpt
msgid "Options"
msgstr "Ustawienia"
#: help/fpthelp.php:76
#@ fpw-fpt
msgid "Question:"
msgstr "Pytanie:"
#: help/fpthelp.php:77
#@ fpw-fpt
msgid "Can I use this plugin if my theme supports and displays thumbnails?"
msgstr "Czy mogę używać tej wtyczki, gdy motyw wspmaga i wyświetla ikony?"
#: help/fpthelp.php:78
#@ fpw-fpt
msgid "Answer:"
msgstr "Odpowiedź:"
#: help/fpthelp.php:78
#@ fpw-fpt
msgid "If the theme displays thumbnails for both the content and excerpts I would not recommended it as you would get two thumbnails displayed. However I can imagine one exception. The theme displays thumbnails for full content but not for excerpts or the other way around. The plugin will display thumbnails for the part not being displayed by the theme not adding thumbnails to the other part."
msgstr "Nie zalecałbym tego, jeśli motyw wyświetla ikony dla wpisów i wypisów, ponieważ wyświetlane będą dwie ikony. Jednak w sytuacji, gdy motyw wyświetla ikony tylko dla jednego typu - wpisy lub wypisy, wtyczka może być użyta do wyświetlania tych ikon, których nie wyświetla motyw."
#: help/fpthelp.php:82
#@ fpw-fpt
msgid "FAQ"
msgstr "Często Zadawane Pytania"
#: scripts/enqueuescripts.php:15
#@ fpw-fpt
msgid "Please wait..."
msgstr "Proszę czekać..."
#: scripts/enqueuescripts.php:16
#@ fpw-fpt
msgid "Help for FPW Post Thumbnails"
msgstr "Pomoc dla wtyczki Ikony Wpisów FPW"
#: classes/fpw-post-thumbnails-class.php:366
#: classes/fpw-post-thumbnails-class.php:388
#: classes/fpw-post-thumbnails-class.php:408
#@ fpw-fpt
msgid "In Content panel field"
msgstr "W panelu Wpisów pole"
#: classes/fpw-post-thumbnails-class.php:368
#: classes/fpw-post-thumbnails-class.php:375
#@ fpw-fpt
msgid "contains non-numeric characters."
msgstr "zawiera znaki nienumeryczne."
#: classes/fpw-post-thumbnails-class.php:373
#: classes/fpw-post-thumbnails-class.php:396
#: classes/fpw-post-thumbnails-class.php:415
#@ fpw-fpt
msgid "In Excerpt panel field"
msgstr "W panelu Wypisów pole"
#: classes/fpw-post-thumbnails-class.php:596
#@ fpw-fpt
msgid "copy all values to the right panel"
msgstr "kopiuj wartości tego panelu do prawego panelu"
#: classes/fpw-post-thumbnails-class.php:598
#: classes/fpw-post-thumbnails-class.php:789
#@ fpw-fpt
msgid "Copy"
msgstr "Kopiuj"
#: classes/fpw-post-thumbnails-class.php:787
#@ fpw-fpt
msgid "copy all values to the left panel"
msgstr "kopiuj wartości tego panelu do lewego panelu"
#: ajax/fptcopyleft.php:6
#: classes/fpw-post-thumbnails-class.php:579
#@ fpw-fpt
msgid "Values copied from the right to the left panel."
msgstr "Przekopiowano prawy panel do lewego."
#: ajax/fptcopyright.php:6
#: classes/fpw-post-thumbnails-class.php:569
#@ fpw-fpt
msgid "Values copied from the left to the right panel."
msgstr "Przekopiowano lewy panel to prawego."
#: classes/fpw-post-thumbnails-class.php:600
#@ fpw-fpt
msgid "Content - Preview"
msgstr "Wpis - Podgląd"
#: classes/fpw-post-thumbnails-class.php:601
#: classes/fpw-post-thumbnails-class.php:792
#@ fpw-fpt
msgid "Preview"
msgstr "Podgląd"
#: classes/fpw-post-thumbnails-class.php:592
#@ fpw-fpt
msgid "Content thumbnails enabled:"
msgstr "Ikony Wpisów włączone:"
#: classes/fpw-post-thumbnails-class.php:783
#@ fpw-fpt
msgid "Excerpt thumbnails enabled:"
msgstr "Ikony Wypisów włączone:"
#: classes/fpw-post-thumbnails-class.php:791
#@ fpw-fpt
msgid "Excerpt - Preview"
msgstr "Wypis - Podgląd"
#: classes/fpw-post-thumbnails-class.php:196
#@ fpw-fpt
msgid "What's new in this version?"
msgstr "Co nowego w tej wersji?"
#: classes/fpw-post-thumbnails-class.php:390
#: classes/fpw-post-thumbnails-class.php:398
#: classes/fpw-post-thumbnails-class.php:410
#: classes/fpw-post-thumbnails-class.php:417
#@ fpw-fpt
msgid "must start with '#' charcter followed by 6 hexadecimal digits."
msgstr "musi składać się ze znaku '#' i następujących po nim sześciu cyfr w systemie szesnastkowym"
#: help/fpthelp.php:56
#@ fpw-fpt
msgid "base dimension for scaling"
msgstr "wymiar bazowy dla zachowania proporcji ikony"
#: classes/fpw-post-thumbnails-class.php:198
#@ fpw-fpt
msgid "Removed built-in front end stylesheet and added dynamic CSS instead"
msgstr "Usunięto wbudowany arkusz stylów dla trybu użytkownika i dodano dynamiczny arkusz stylów do nagłówka strony" |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/freshmail-integration/change_log/CHANGELOG.md | ### Changelog
- 2.1.9 - 2017-09-25
* Fix: compatible with WordPress 4.8.
- 2.1.8 - 2017-05-30
* Fix: Error.
- 2.1.7 - 2015-10-30
* Fix: Show popup.
- 2.1.6 - 2015-10-30
* Fix: Session issue.
- 2.1.5 - 2015-09-22
* Fix: Add possibility to disable SSL verification.
- 2.1.4 - 2015-09-01
* Fix: Now ApiKey and ApiSecret are checking only once per day or if they were changed.
- 2.1.3 - 2015-07-24
* Add: Option to display popout on every single page, post, product.
* Fix: Checkboxes in freshmail form now are avaliable to uncheck.
* Fix: Redirection works properly in shortcode form.
- 2.1.2 - 2015-07-20
* Add: Google url.
- 2.1.1 - 2015-06-29
* Fix: alert about php version
- 2.1 - 2015-06-23
* Add: Margins in fields
* Add: Remove all options and database tables during uninstall
* Fix: Remove old options from 1.x version
* Fix: Removed textarea from contact form 7 checkbox
- 2.0.2 - 2015-06-22
* Fix: Info about required PHP version (5.3 or higher)
- 2.0.1 - 2015-06-17
* Fix: Displaying shortcode in custom place of content
* Fix: Freshmail version compare
* Fix: Database converting to freshmail 2.x standard
- 2.0 - 2015-06-15
* NEW: redeveloped stable version
* Fix: validation secret and API keys
* Fix: checkboxes and integrations with: registration, comments, multisite form, WooCommerce, Easy Dig, bbPress, buddyPress, Contact Form 7
- 1.6 - 2015-05-06
* Fix: major security update
- 1.5.8 - 2015-04-24
* Fix: compatible with WordPress 4.2
- 1.5.7 - 2015-04-23
* Fix: fixed duplicating form
* Fix: plugins conflict while including REST API classes
- 1.5.6 - 2015-04-14
* Fix: fixed issue with popup
- 1.5.5 - 2015-03-18
* Fix: updated rest api class
- 1.5.4 - 2015-02-26
* Fix: issue with already subscribed e-mail
* 1.5.3 - 2015-02-16
* Fix: info about authorization/connection errors
* 1.5.2 - 2015-02-11
* Fix: removed short php tags
* 1.5.1 - 2015-02-03
* Fix: removed error with unknown variable
* 1.5 - 2015-02-02
* Add: Pop-up on selected pages
* 1.4.3 - 2015-01-27
* Fix: counting displayed pop-ups for non logged users
* 1.4.2 - 2015-01-19
* Fix: trimming connection data
* 1.4.1 - 2015-01-15
* Fix: Displaying authorization errors
* 1.4 - 2015-01-12
* Add: New default themes
* Fix: Displaying fields without labels and placeholders
* 1.3 - 2015-01-09
* Add: placeholder in fields
* Fix: database tables set to UTF8 encoding
* 1.2.10 - 2014-12-22
* Fix: adding first form
* Fix: save themes
* 1.2.9 - 2014-12-19
* Fix: save messages
* 1.2.8 - 2014-12-03
* Fix: doubled save custom theme
* Fix: numbers of custom theme
* 1.2.7 - 2014-12-02
* Fix: display names default themes
* Fix: Save custom themes
* 1.2.6 - 2014-12-02
* Update: Default themes
* 1.2.5 - 2014-11-26
* Fix: Wp color picker,
* Fix: Custom theme repair
* 1.0 2014-11-19
* Initial realise |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/friends/composer_file/package.json | {
"name": "Friends",
"version": "1.5.4",
"private": true,
"description": "Blocks of the Friends Plugin for WordPress",
"homepage": "https://wpfriends.at/",
"repository": "git+https://github.com/akirk/friends.git",
"author": "Alex Kirk",
"license": "GPL-2.0-or-later",
"keywords": [],
"devDependencies": {
"@wordpress/scripts": "^14.0.0",
"lerna": "^3.20.2",
"spectre.css": "^0.5.9"
},
"scripts": {
"build": "lerna run build",
"lint:js": "lerna run lint:js",
"lint:pkg-json": "wp-scripts lint-pkg-json ./package.json ./blocks/*/package.json",
"format:js": "wp-scripts format-js",
"lint:js:fix": "npm run lint:js -- --fix",
"test": "wp-scripts test-unit-js",
"packages-update": "wp-scripts packages-update"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/front-editor-for-woocommerce/composer_file/package.json | {
"name": "front-editor-wc",
"version": "1.0.0",
"description": "Front Editor for Woocommerce",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git"
},
"keywords": [
"wordpress"
],
"author": "briar",
"license": "GPL-2.0",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-minify": "0.0.14",
"gulp-npm-files": "^0.1.3",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-wp-pot": "^2.0.1",
"postcss-cssnext": "^2.8.0"
},
"dependencies": {}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/frontend-analytics/translation_file/languages/frontend-analytics-en_US.po | msgid ""
msgstr ""
"Project-Id-Version: Frontend Google Analytics 1.0.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-13 20:15+0100\n"
"PO-Revision-Date: 2019-09-13 20:16+0100\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <[email protected]>\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: __;__ngettext:1,2;__ngettext_noop:1,2;_c;_e;_ex:1,2c;"
"_n:1,2;_n_noop:1,2;_nc:4c,1,2;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;esc_attr__;"
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;gettext;"
"gettext_noop\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Poedit-SearchPath-0: .\n"
#: includes/admin/settings/class-frontend-analytics-settings.php:95
msgid "Google analytics Auth Code"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:96
msgid "You must save this setting before accounts will show."
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:113
msgid "Analytics Account"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:114
msgid "Select the account that you setup for this site."
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:122
msgid "Add tracking code to site?"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:123
msgid "This will automatically add the correct tracking code to your site"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:129
msgid "Anonymize user IP?"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:130
msgid ""
"In most cases this is not required, this is to comply with certain country "
"laws such as Germany."
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:138
msgid "Auto refresh active users every"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:139
msgid ""
"Time interval in seconds to auto refresh active users. The active users will "
"be auto refreshed after this time interval. Leave blank or use 0(zero) to "
"disable auto refresh. Default: 5"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:179
msgid "Select Account"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:182
msgid "Account re-authorization may be required"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:318
msgid "Deauthorize"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:319
msgid "Authorized"
msgstr ""
#: includes/admin/settings/class-frontend-analytics-settings.php:323
msgid "Get Auth Code"
msgstr ""
#: includes/class-frontend-analytics-ajax.php:127
msgid "Something went wrong"
msgstr ""
#: includes/functions.php:97 includes/functions.php:104
msgid "Please check Google Analytics Settings"
msgstr ""
#: includes/functions.php:134
msgid ""
"Not authorized, please click authorized in GD > Google analytic settings."
msgstr ""
#: includes/functions.php:152
msgid "Login failed"
msgstr ""
#: includes/functions.php:375
msgid "No results available"
msgstr ""
#: includes/functions.php:405
msgid "Jan"
msgstr ""
#: includes/functions.php:406
msgid "Feb"
msgstr ""
#: includes/functions.php:407
msgid "Mar"
msgstr ""
#: includes/functions.php:408
msgid "Apr"
msgstr ""
#: includes/functions.php:409
msgid "May"
msgstr ""
#: includes/functions.php:410
msgid "Jun"
msgstr ""
#: includes/functions.php:411
msgid "Jul"
msgstr ""
#: includes/functions.php:412
msgid "Aug"
msgstr ""
#: includes/functions.php:413
msgid "Sep"
msgstr ""
#: includes/functions.php:414
msgid "Oct"
msgstr ""
#: includes/functions.php:415
msgid "Nov"
msgstr ""
#: includes/functions.php:416
msgid "Dec"
msgstr ""
#: includes/functions.php:429
msgid "Last Year"
msgstr ""
#: includes/functions.php:435
msgid "This Year"
msgstr ""
#: includes/functions.php:484
msgid "Mon"
msgstr ""
#: includes/functions.php:485
msgid "Tue"
msgstr ""
#: includes/functions.php:486
msgid "Wed"
msgstr ""
#: includes/functions.php:487
msgid "Thu"
msgstr ""
#: includes/functions.php:488
msgid "Fri"
msgstr ""
#: includes/functions.php:489
msgid "Sat"
msgstr ""
#: includes/functions.php:490
msgid "Sun"
msgstr ""
#: includes/functions.php:507
msgid "This Week"
msgstr ""
#: includes/functions.php:515
msgid "Last Week"
msgstr ""
#: includes/functions.php:631
#: includes/widgets/class-frontend-analytics-widget-analytics.php:59
msgid "Show Google Analytics"
msgstr ""
#: includes/functions.php:633
msgid "Analytics"
msgstr ""
#: includes/functions.php:635
msgid "Refresh"
msgstr ""
#: includes/functions.php:635
msgid "Active Users:"
msgstr ""
#: includes/functions.php:640
msgid "Last Week vs This Week"
msgstr ""
#: includes/functions.php:641
msgid "This Year vs Last Year"
msgstr ""
#: includes/functions.php:642
msgid "Top Countries"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:33
msgid "Frontend Analytics Button Placeholder"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:40
msgid "Frontend Analytics"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:43
msgid "Show google analytics stats on your website front page."
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:48
msgid "Title:"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:49
msgid "The widget title:"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:56
msgid "Button text:"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:57
msgid "The text to use for the button to show the analytics:"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:65
msgid "Google Analytics visible to:"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:66
msgid "Google Analytics will be visible to selected users only."
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:69
msgid "Administrator"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:70
msgid "Author or profile owner."
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:71
msgid "Everyone logged in"
msgstr ""
#: includes/widgets/class-frontend-analytics-widget-analytics.php:72
msgid "Everyone"
msgstr ""
#: vendor/ayecode/wp-super-duper/wp-super-duper.php:140
msgid "Select shortcode"
msgstr ""
#: vendor/ayecode/wp-super-duper/wp-super-duper.php:159
msgid "Insert shortcode"
msgstr ""
#: vendor/ayecode/wp-super-duper/wp-super-duper.php:162
msgid "Copy shortcode"
msgstr ""
#: vendor/ayecode/wp-super-duper/wp-super-duper.php:361
#: vendor/ayecode/wp-super-duper/wp-super-duper.php:981
msgid "Advanced Settings"
msgstr ""
#: vendor/ayecode/wp-super-duper/wp-super-duper.php:1229
#, php-format
msgid "Placeholder for: %s"
msgstr ""
#: vendor/ayecode/wp-super-duper/wp-super-duper.php:1514
msgid "Placeholder for: "
msgstr "" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/frontend-dialog/composer_file/package.json | {
"name": "frontend-dialog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ughimire/frontend-dialog.git"
},
"keywords": [
"frontend",
"dialog"
],
"author": "Umesh Ghimire <[email protected]> (http://umeshghimire.com.np)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ughimire/frontend-dialog/issues"
},
"homepage": "https://github.com/ughimire/frontend-dialog#readme",
"devDependencies": {
"grunt": "^1.0.1"
},
"dependencies": {
"bourbon": "^4.3.4",
"grunt-sass": "^2.0.0",
"node-bourbon": "^4.2.8"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/frontend-publisher-for-user-profiles-made-easy/change_log/changelog.txt | Version 1.3 (2016-10-03 UPME 2.2.01)
* Fixed Bug : issue with profile tab titles not displaying
* Fixed Bug : security issue in file uploading
Version 1.2 (UPME 2.1.06)
* Fixed Bug : issue with profile tabs |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/fuerte-wp/change_log/CHANGELOG.md | # Changelog
# 1.3.1 / 2021-08-27
- Reworked as full featured plugin.
- Added an options page for easy configuration.
- New logo, courtesy of [Nicolás Franz](https://nicolasfranz.com). Many thanks, pal!
# 1.2.0 / 2021-08-13
- Converted to a plugin.
- Added ability to access plugins management, but don't allow install or upload new plugins. Also Fuerte-WP will auto-protect itself from deactivation.
- Added ability to restrict access to Permalinks configuration.
- Added ability to use custom site logo (from Customizer) as WP login logo.
# 1.1.3 / 2021-04-22
- Added ability to disable the old XML-RPC API.
- Now it hides ACF cog inside ACF meta fields UI, and prevent opening ACF custom post type (acf-field-group), to avoid non super admins to access ACF editing UI. So, non super-admin users can't access ACF Custom Fields UI, even if they put the URL directly into the address bar.
# 1.1.2 / 2021-04-16
- Added missing support to disable update emails for plugins and themes.
## 1.1.1 / 2021-04-09
- Added support to control several WP's automatic emails.
- Added support to disable WP admin bar for specific roles.
## 1.1.0 / 2021-04-07
- Fuerte-WP configuration file now lives outside wp-config.php file, into his own wp-config-fuerte.php file. This to make it easier to deploy it to several WP installations, without the need to edit the wp-config.php file in all of them. Check the readme on how to install it.
- Added option to enable or disable strong passwords enforcing.
- Added support to prevent use of weak passwords.
- Added support for remove_menu_page.
- Added ability to disable WordPress's new Application Passwords feature.
## 1.0.1 / 2020-10-29
- Now using a proper Class.
- Added option to change WP sender email address.
- Added configuration to remove custom submenu items (remove_submenu_page).
- Force user creation and editing to use WP default strong password suggestion, for non super users.
- Prevent admin accounts creation or edition, for non super users.
- Customizable not allowed error message.
## 1.0.0 / 2020-10-27
- Initial release.
- Enable and force auto updates for WP core.
- Enable and force auto updates for plugins.
- Enable and force auto updates for themes.
- Enable and force auto updates for translations.
- Disables email triggered when WP auto updates.
- Change [WP recovery email](https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/) so WP crashes will go to a different email than the Administration Email Address in WP General Settings.
- Disables WP theme and plugin editor for non super users.
- Remove items from WP menu for non super users.
- Restrict editing or deleting super users.
- Disable ACF Custom Fields editor access for non super users.
- Restrict access to some pages inside wp-admin, like plugins or theme uploads, for non super users. Restricted pages can be extended vía configuration. |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/fulino-paydirekt/change_log/CHANGELOG.md | # Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [1.0.11] - 2019-01-14
### Added
- fixed restock issue [PAYD-774]
## [1.0.10] - 2019-01-04
### Added
- compatibility with woocommerce 3.5.3 and wordpress 5.0.2
## [1.0.9] - 2018-10-17
### Added
- order_secured ordertype [PAYD-674]
## [1.0.8]
### Fixed
- fixed wrong order_id in return url [PAYD-700]
## [1.0.7]
### Fixed
- anonymous order issue
- filter payment issue
- wrong error log in save config function
## [1.0.6]
### Fixed
- wrong settings name [PAYD-544]
- fixed selection on report [PAYD-522]
- number format for calculating order amount [PAYD-672]
## [1.0.5]
### Fixed
- wrong settings name
## [1.0.4]
### Fixed
- wrong value for 2.6 compatible cart query
- fixed readme.txt
### Added
- cart recovery when transaction failed
### Changed
- name of the plugin from paydirekt to fulino-paydirekt
## [1.0.3]
### Fixed
- SEPA validation in config form now ignores placeholder
- removed space in plugin URL
- min-/max amount will now work with german separators
## [1.0.2]
### Added
- Inital Version |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/fusewp/change_log/changelog.txt | == Changelog ==
= 1.1.1.0 =
* Pro [MemberPress integration](https://fusewp.com/article/sync-memberpress-email-marketing/?ref=changelog)
* Added [Campaign Monitor integration](https://fusewp.com/article/connect-wordpress-to-campaign-monitor/?ref=changelog)
* Added "any roles" support to user role sync.
* Fixed bug where mailchimp subscription fails on empty merge fields.
* PHP 8 improvements.
* Fixed bug where disabled sync rules might still be triggered.
* Fixed bug where integration select-dropdown included unconnected integrations.
* Fixed bug where Add new sync rule page left the menu inactive.
= 1.1.0.0 =
* The genesis |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/fyvent/translation_file/languages/fyvent-es.po | # Copyright (C) 2021 Fyvent
# This file is distributed under the GPL-3.0.
msgid ""
msgstr ""
"Project-Id-Version: Fyvent 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fyvent\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-11-14T11:52:35+00:00\n"
"PO-Revision-Date: 2021-11-14 18:13+0100\n"
"X-Generator: Poedit 2.4.2\n"
"X-Domain: fyvent\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
#. Plugin Name of the plugin
#. Author of the plugin
#: fyvent.php:99 fyvent.php:100
msgid "Fyvent"
msgstr "Fyvent"
#. Plugin URI of the plugin
msgid "https://fyvent.com"
msgstr "https://fyvent.com"
#. Description of the plugin
msgid "Events organization solution."
msgstr "Solución para organización de eventos."
#. Author URI of the plugin
msgid "https://fyvent.com/"
msgstr "https://fyvent.com/"
#: admin/admin_options.php:22
msgid "Event Name"
msgstr "Nombre del evento"
#: admin/admin_options.php:30
msgid "Start Date"
msgstr "Fecha de inicio"
#: admin/admin_options.php:38
msgid "End Date"
msgstr "Fecha de fin"
#: admin/admin_options.php:46
msgid "Tracks"
msgstr "Temas"
#: admin/admin_options.php:54
msgid "Attendant types"
msgstr "Tipos de asistente"
#: admin/admin_options.php:62
msgid "Session types"
msgstr "Tipos de sesión"
#: admin/admin_options.php:70
msgid "Allow Presentation Download"
msgstr "Permitir la descarga de presentaciones"
#: admin/admin_options.php:79
msgid "Use Bootstrap"
msgstr "Usar Bootstrap"
#: admin/admin_options.php:88
msgid "Privacy Page"
msgstr "Página de privacidad"
#: admin/admin_options.php:96
msgid "Speaker Information Page"
msgstr "Página de información del ponente"
#: admin/admin_options.php:159
msgid "If your event has different tracks, write them here separated by commas"
msgstr ""
"Si su evento tiene diferentes temas, escríbalos aquí separados por comas"
#: admin/admin_options.php:175
msgid ""
"If your event has different types of attendants, write them here separated "
"by commas"
msgstr ""
"Si su evento tiene diferentes tipos de asistentes, escríbalos aquí separados "
"por comas"
#: admin/admin_options.php:191
msgid ""
"If your event has different types of sessions, write them here separated by "
"commas"
msgstr ""
"Si su evento tiene diferentes tipos de sesiones, escríbalos aquí separados "
"por comas"
#: admin/admin_options.php:208
msgid "Do you allow Presentations download from Session or Speaker pages?"
msgstr ""
"¿Permite la descarga de presentaciones desde las páginas de sesión o ponente?"
#: admin/admin_options.php:225
msgid "Do you want to use Bootstrap if your Theme also uses it?"
msgstr "¿Quiere usar Bootstrap si su tema también lo usa?"
#: admin/admin_options.php:241
msgid "Input here the slug of your privacy page (e.g. \"/privacy\")"
msgstr "Escriba aquí el slug de su página de privacidad (p.ej. “/privacidad”)"
#: admin/admin_options.php:257
msgid ""
"Input here the slug of the page where speakers submit their information (e."
"g. \"/speaker-information\")"
msgstr ""
"Escriba aquí el slug de la página donde los ponentes envían su información "
"(p.ej. “/informacion-ponentes”)"
#: admin/admin_options.php:284
msgid "Attendant Messages"
msgstr "Mensajes de asistentes"
#: admin/admin_options.php:291 admin/admin_options.php:338
#: includes/speaker.php:207
msgid "User created"
msgstr "Usuario creado"
#: admin/admin_options.php:301 admin/admin_options.php:348
msgid "Privacy Agreement"
msgstr "Acuerdo de privacidad"
#: admin/admin_options.php:311
msgid "Attendant registered successfully"
msgstr "Asistente registrado con éxito"
#: admin/admin_options.php:321 admin/admin_options.php:368
msgid "User already exists"
msgstr "El usuario ya existe"
#: admin/admin_options.php:331
msgid "Speaker Messages"
msgstr "Mensajes de ponente"
#: admin/admin_options.php:358
msgid "Speaker registered successfully"
msgstr "Ponente registrado con éxito"
#: admin/admin_options.php:378
msgid "Complete Speaker info"
msgstr "Completar la información del ponente"
#: admin/admin_options.php:388
msgid "More info for Speaker"
msgstr "Más información del ponente"
#: admin/admin_options.php:398
msgid "Speaker private fields"
msgstr "Campos privados de ponentes"
#: admin/admin_options.php:408
msgid "Public field"
msgstr "Campo público"
#: admin/admin_options.php:425 admin/admin_options.php:473
msgid "Message for successful user creation"
msgstr "Mensaje para la creación con éxito del usuario"
#: admin/admin_options.php:437 admin/admin_options.php:485
msgid "Text to show in privacy agreement check"
msgstr "Texto para mostrar en la verificación del acuerdo de privacidad"
#: admin/admin_options.php:449 admin/admin_options.php:497
msgid "Message for successful user registration"
msgstr "Mensaje para el registro de usuario con éxito"
#: admin/admin_options.php:461 admin/admin_options.php:509
msgid "Error message for user already exists"
msgstr "Mensaje de error cuando el usuario ya existe"
#: admin/admin_options.php:521
msgid "Prompt to ask Speaker to complete their info"
msgstr "Indicación para pedir al ponente que complete su información"
#: admin/admin_options.php:533
msgid "Text for the button to ask the Speaker to complete their info"
msgstr "Texto para el botón que pide al ponente que complete su información"
#: admin/admin_options.php:545
msgid "Message for speaker that their info is private"
msgstr "Mensaje para el ponente indicando que su información es privada"
#: admin/admin_options.php:557
msgid "Message to explain that a field will be visible for the public"
msgstr "Mensaje para explicar que un campo será visible para el público"
#: admin/admin_options.php:577
msgid "Event Settings"
msgstr "Configuración del evento"
#: admin/admin_options.php:580
msgid "Messages"
msgstr "Mensajes"
#: admin/admin_options.php:583
msgid "More Info"
msgstr "Más información"
#: admin/admin_options.php:611
msgid "Please consider a donation to help future development of Fyvent plugin."
msgstr ""
"Por favor haga una donación para contribuir al futuro desarrollo del plugin "
"Fyvent."
#: admin/admin_options.php:614
msgid "DONATE"
msgstr "DONAR"
#: admin/admin_options.php:618
msgid ""
"Fyvent lets you manage your event within WordPress, while giving you total "
"freedom to design your event page."
msgstr ""
"Fyvent le permite gestionar su evento desde WordPress, al tiempo que le deja "
"total libertad para diseñar su página."
#: admin/admin_options.php:619
msgid "You can see a demo here: "
msgstr "Puede ver una demo aquí: "
#: admin/admin_options.php:619
msgid "Fyvent demo"
msgstr "Demo de Fyvent"
#: admin/admin_options.php:620
msgid "More information, including the demo template, and help at "
msgstr "Más información, incluyendo el tema de la demo y ayuda en "
#: admin/admin_options.php:620
msgid "Fyvent home page"
msgstr "Sitio web de Fyvent"
#: admin/admin_options.php:622
msgid "Quick Help"
msgstr "Ayuda rápida"
#: admin/admin_options.php:624
msgid ""
"Use the admin menu options to create and manage venues, rooms, sessions, "
"speakers and attendants. "
msgstr ""
"Use las opciones del menú de administración para crear y gestionar espacios, "
"salas, sesiones, ponentes y asistentes. "
#: admin/admin_options.php:625
msgid ""
"You can insert shortcodes to show the information on your pages or to show "
"registration forms."
msgstr ""
"Puede insertar shortcodes para mostrar la información en sus páginas o para "
"mostrar los formularios de registro."
#: admin/admin_options.php:628
msgid "Use this shortcode to show the name of the event:"
msgstr "Use este shortcode para mostrar el nombre del evento:"
#: admin/admin_options.php:632
msgid "Use this shortcode to show all speakers:"
msgstr "Use este shortcode para mostrar todos los ponentes:"
#: admin/admin_options.php:634
msgid "Or use the id of a speaker to show their information:"
msgstr "O use el id de un ponente para mostrar su información:"
#: admin/admin_options.php:638
msgid "Use this shortcode to show all sessions:"
msgstr "Use este shortcode para mostrar todas las sesiones:"
#: admin/admin_options.php:640
msgid "Or use the id of a session to show its information:"
msgstr "O use el id de una sesión para mostrar su información:"
#: admin/admin_options.php:644
msgid "Use this shortcode to let a speaker update their information:"
msgstr ""
"Use este shortcode para permitir a un ponente actualizar su información:"
#: admin/admin_options.php:646
msgid ""
"Please be aware that the speaker needs to be logged in to see and fill the "
"form."
msgstr ""
"Tenga en cuenta que el ponente necesita estar ligado para ver y completar el "
"formulario."
#: admin/admin_options.php:649
msgid "Use this shortcode to create a registration form for speakers:"
msgstr "Use este shortcode para crear un formulario de registro para ponentes:"
#: admin/admin_options.php:653
msgid "Use this shortcode to create a registration form for attendants:"
msgstr ""
"Use este shortcode para crear un formulario de registro para asistentes:"
#: admin/admin_options.php:657
msgid ""
"Use this shortcode to create a form to let attendants update their "
"information:"
msgstr ""
"Use este shortcode para crear un formulario que permita a los asistentes "
"actualizar su información:"
#: fyvent.php:105 fyvent.php:106
msgid "Options"
msgstr "Opciones"
#: includes/attendant.php:39
msgid "Attendant Information"
msgstr "Información de asistente"
#: includes/attendant.php:48 includes/speaker.php:81
msgid "Extra Info"
msgstr "Información extra"
#: includes/attendant.php:55 includes/attendant.php:242
#: includes/attendant.php:379 includes/speaker.php:88 includes/speaker.php:282
#: includes/speaker.php:543
msgid "Gender"
msgstr "Sexo"
#: includes/attendant.php:61 includes/attendant.php:244
#: includes/attendant.php:382 includes/speaker.php:94 includes/speaker.php:284
#: includes/speaker.php:546
msgid "Male"
msgstr "Hombre"
#: includes/attendant.php:62 includes/attendant.php:245
#: includes/attendant.php:384 includes/speaker.php:95 includes/speaker.php:285
#: includes/speaker.php:548
msgid "Female"
msgstr "Mujer"
#: includes/attendant.php:63 includes/attendant.php:246
#: includes/attendant.php:386 includes/speaker.php:96 includes/speaker.php:286
#: includes/speaker.php:550
msgid "Other"
msgstr "Otro"
#: includes/attendant.php:64 includes/attendant.php:247
#: includes/attendant.php:388 includes/speaker.php:97 includes/speaker.php:287
#: includes/speaker.php:552
msgid "I prefer not to say"
msgstr "Prefiero no decirlo"
#: includes/attendant.php:69 includes/attendant.php:251
#: includes/attendant.php:392 includes/speaker.php:102 includes/speaker.php:556
msgid "Position"
msgstr "Puesto"
#: includes/attendant.php:75 includes/attendant.php:255
#: includes/attendant.php:396 includes/speaker.php:108 includes/speaker.php:560
msgid "Organization"
msgstr "Organización"
#: includes/attendant.php:81 includes/attendant.php:259
#: includes/attendant.php:400 includes/speaker.php:114 includes/speaker.php:564
msgid "City"
msgstr "Ciudad"
#: includes/attendant.php:87 includes/attendant.php:263
#: includes/attendant.php:404 includes/speaker.php:120 includes/speaker.php:568
msgid "Country"
msgstr "País"
#: includes/attendant.php:93 includes/speaker.php:126
msgid ""
"I have read and agree with the <a href=\"privacy\">privacy rules</a> for "
"this event"
msgstr ""
"He leído y estoy de acuerdo con la <a href=“/privacidad”>política de "
"privacidad</a> de este evento"
#: includes/attendant.php:107
msgid "Type of attendant"
msgstr "Tipo de asistente"
#: includes/attendant.php:108
msgid "Select the type of attendant"
msgstr "Seleccione el tipo de asistente"
#: includes/attendant.php:117 includes/speaker.php:133
msgid "Attended"
msgstr "Asistió"
#: includes/attendant.php:122
msgid "Paid"
msgstr "Pagó"
#: includes/attendant.php:200 includes/speaker.php:236
msgid "Log In"
msgstr "Acceder"
#: includes/attendant.php:222 includes/attendant.php:357
#: includes/speaker.php:258
msgid "Username"
msgstr "Usuario"
#: includes/attendant.php:226 includes/attendant.php:361
#: includes/speaker.php:262 includes/speaker.php:525
msgid "Email Address"
msgstr "Email"
#: includes/attendant.php:230 includes/attendant.php:365
#: includes/speaker.php:266
msgid "Password"
msgstr "Contraseña"
#: includes/attendant.php:234 includes/attendant.php:369
#: includes/speaker.php:270 includes/speaker.php:529
msgid "First Name"
msgstr "Nombre"
#: includes/attendant.php:238 includes/attendant.php:373
#: includes/speaker.php:274 includes/speaker.php:533
msgid "Last Name"
msgstr "Apellidos"
#: includes/attendant.php:275 includes/speaker.php:297
msgid "Register"
msgstr "Registrar"
#: includes/attendant.php:325 includes/speaker.php:492
msgid "Your information has been updated"
msgstr "Su información se ha actualizado"
#: includes/attendant.php:407
msgid "Update"
msgstr "Actualizar"
#: includes/functions.php:106
msgid "Image is too large. Please upload an image smaller than %s"
msgstr "La imagen es demasiado grande. Por favor suba una imagen menor que %s"
#: includes/functions.php:389
msgid "Download Presentation"
msgstr "Descargar presentación"
#: includes/room.php:55 includes/session.php:59 includes/venue.php:52
msgid "Name"
msgstr "Nombre"
#: includes/room.php:56
msgid "Venue"
msgstr "Espacio"
#: includes/room.php:57 includes/room.php:160
msgid "Capacity"
msgstr "Capacidad"
#: includes/room.php:58 includes/room.php:201 includes/session.php:126
msgid "Sessions"
msgstr "Sesiones"
#: includes/room.php:108
msgctxt "post type general name"
msgid "Rooms"
msgstr "Salas"
#: includes/room.php:109
msgctxt "post type singular name"
msgid "Room"
msgstr "Sala"
#: includes/room.php:110
msgctxt "Room"
msgid "Add New"
msgstr "Añadir"
#: includes/room.php:111
msgid "Add New room"
msgstr "Añadir sala"
#: includes/room.php:112
msgid "Edit room"
msgstr "Editar sala"
#: includes/room.php:113
msgid "New room"
msgstr "Nueva sala"
#: includes/room.php:114
msgid "All rooms"
msgstr "Todas las salas"
#: includes/room.php:115
msgid "View room"
msgstr "Ver sala"
#: includes/room.php:116
msgid "Search rooms"
msgstr "Buscar salas"
#: includes/room.php:117
msgid "No room found"
msgstr "No se han encontrado salas"
#: includes/room.php:118
msgid "No room found in the Trash"
msgstr "No se han encontrado salas en la Papelera"
#: includes/room.php:120 includes/venue.php:54 includes/venue.php:163
msgid "Rooms"
msgstr "Salas"
#: includes/room.php:125
msgid "Displays rooms"
msgstr "Muestra salas"
#: includes/room.php:150 includes/session.php:156 includes/venue.php:145
msgid "Additional Information"
msgstr "Información adicional"
#: includes/room.php:161
msgid "Type the maximum number of persons the room can fit."
msgstr "Escriba el aforo máximo de la sala."
#: includes/room.php:175
msgid "Video Infraestructure"
msgstr "Infraestructura de vídeo"
#: includes/room.php:176
msgid "Specify any video infraestrucutre in the room (projector, cameras, etc)"
msgstr ""
"Especifique la infraestructura de video en la sala (proyector, cámaras, etc.)"
#: includes/room.php:184
msgid "Audio Infraestructure"
msgstr "Infraestructura de audio"
#: includes/room.php:185
msgid "Specify any audio infraestrucutre in the room (microphones, mixer, etc)"
msgstr ""
"Especifique la infraestructura de audio en la sala (micrófonos, mesas de "
"mezcla, etc.)"
#: includes/room.php:193
msgid "Translation Infraestructure"
msgstr "Infraestructura de traducción"
#: includes/room.php:194
msgid "Specify if the room has translation infraestructure like a cabin"
msgstr ""
"Especifique si la sala tiene infraestructura de traducción como una cabina"
#: includes/room.php:202 includes/venue.php:164
msgid ""
"Drag posts from the left column to the right column to attach them to this "
"page.<br />You may rearrange the order of the posts in the right column by "
"dragging and dropping."
msgstr ""
"Arrastre entradas de la columna de la izquierda a la columna de la derecha "
"para adjuntarlos a esta página.<br/>Puede reordenar las entradas en la "
"columna de la derecha arrastrando y soltando."
#: includes/room.php:216 includes/session.php:225 includes/speaker.php:167
#: includes/venue.php:179
msgid "Notes"
msgstr "Notas"
#: includes/session.php:60
msgid "Room"
msgstr "Sala"
#: includes/session.php:61 includes/session.php:166
msgid "Date"
msgstr "Fecha"
#: includes/session.php:62 includes/session.php:174
msgid "Time"
msgstr "Hora"
#: includes/session.php:63 includes/session.php:201
msgid "Type"
msgstr "Tipo"
#: includes/session.php:64 includes/session.php:182
msgid "Length"
msgstr "Duración"
#: includes/session.php:92
msgid " min"
msgstr " min"
#: includes/session.php:114
msgctxt "post type general name"
msgid "Sessions"
msgstr "Sesiones"
#: includes/session.php:115
msgctxt "post type singular name"
msgid "Session"
msgstr "Sesión"
#: includes/session.php:116
msgctxt "session"
msgid "Add New"
msgstr "Añadir"
#: includes/session.php:117
msgid "Add New session"
msgstr "Añadir sesión"
#: includes/session.php:118
msgid "Edit session"
msgstr "Editar sesión"
#: includes/session.php:119
msgid "New session"
msgstr "Nueva sesión"
#: includes/session.php:120
msgid "All sessions"
msgstr "Todas las sesiones"
#: includes/session.php:121
msgid "View session"
msgstr "Ver sesión"
#: includes/session.php:122
msgid "Search sessions"
msgstr "Buscar sesiones"
#: includes/session.php:123
msgid "No session found"
msgstr "No se han encontrado sesiones"
#: includes/session.php:124
msgid "No session found in the Trash"
msgstr "No se han encontrado sesiones en la Papelera"
#: includes/session.php:131
msgid "Displays sessions"
msgstr "Muestra sesiones"
#: includes/session.php:183
msgid "Type the length of the session in minutes."
msgstr "Escriba la duración de la sesión en minutos."
#: includes/session.php:202
msgid "Select the type of this session"
msgstr "Seleccione el tipo de esta sesión"
#: includes/session.php:212
msgid "Speakers"
msgstr "Ponentes"
#: includes/session.php:273 includes/session.php:328
msgid "Room: "
msgstr "Sala: "
#: includes/session.php:279 includes/session.php:334
msgid "Speakers:"
msgstr "Ponentes:"
#: includes/session.php:353 includes/venue.php:244
msgid "<span class=\"meta-nav\">←</span> Previous"
msgstr "<span class=“meta-nav”>←</span> Anterior"
#: includes/session.php:354 includes/venue.php:245
msgid "Next <span class=\"meta-nav\">→</span>"
msgstr "Siguiente <span class=“meta-nav”>→</span>"
#: includes/session.php:358
msgid "No sessions found"
msgstr "No se han encontrado sesiones"
#: includes/speaker.php:72
msgid "Speaker Information"
msgstr "Información de ponente"
#: includes/speaker.php:140 includes/speaker.php:572
msgid "Special Needs"
msgstr "Necesidades especiales"
#: includes/speaker.php:141 includes/speaker.php:574
msgid ""
"Do you have any dietary restriction or any other needs that we need to know "
"about?"
msgstr ""
"¿Tiene alguna restricción dietética u otras necesidades que necesitemos "
"conocer?"
#: includes/speaker.php:147
msgid "Photo"
msgstr "Imagen"
#: includes/speaker.php:153
msgid "Presentation"
msgstr "Presentación"
#: includes/speaker.php:158
msgid "Add or Upload Files"
msgstr "Añadir o subir archivos"
#: includes/speaker.php:159
msgid "Remove File"
msgstr "Eliminar archivo"
#: includes/speaker.php:160
msgid "File"
msgstr "Archivo"
#: includes/speaker.php:161
msgid "Download"
msgstr "Descargar"
#: includes/speaker.php:162
msgid "Remove"
msgstr "Eliminar"
#: includes/speaker.php:228
msgid "Username or Email already used"
msgstr "El usuario o email ya están en uso"
#: includes/speaker.php:234
msgid "You are registered now"
msgstr "Ya está registrado"
#: includes/speaker.php:278 includes/speaker.php:537
msgid "Phone"
msgstr "Teléfono"
#: includes/speaker.php:354
msgid "Sessions: "
msgstr "Sesiones: "
#: includes/speaker.php:584
msgid "Upload your photo"
msgstr "Subir imagen"
#: includes/speaker.php:596
msgid "Upload your presentation"
msgstr "Subir presentación"
#: includes/speaker.php:601
msgid "Submit"
msgstr "Enviar"
#: includes/venue.php:53 includes/venue.php:155
msgid "Location"
msgstr "Ubicación"
#: includes/venue.php:103
msgctxt "post type general name"
msgid "Venues"
msgstr "Espacios"
#: includes/venue.php:104
msgctxt "post type singular name"
msgid "Venue"
msgstr "Espacio"
#: includes/venue.php:105
msgctxt "Venue"
msgid "Add New"
msgstr "Añadir"
#: includes/venue.php:106
msgid "Add New Venue"
msgstr "Añadir nuevo espacio"
#: includes/venue.php:107
msgid "Edit Venue"
msgstr "Editar espacio"
#: includes/venue.php:108
msgid "New Venue"
msgstr "Nuevo espacio"
#: includes/venue.php:109
msgid "All Venues"
msgstr "Todos los espacios"
#: includes/venue.php:110
msgid "View Venue"
msgstr "Ver espacio"
#: includes/venue.php:111
msgid "Search Venues"
msgstr "Buscar espacios"
#: includes/venue.php:112
msgid "No venue found"
msgstr "No se han encontrado espacios"
#: includes/venue.php:113
msgid "No Venue found in the Trash"
msgstr "No se han encontrado espacios en la Papelera"
#: includes/venue.php:115
msgid "Venues"
msgstr "Espacios"
#: includes/venue.php:120
msgid "Displays Venues"
msgstr "Muestra espacios"
#: includes/venue.php:156
msgid "Input the address of the venue"
msgstr "Escriba la dirección del espacio"
#: includes/venue.php:223
msgid "Rooms: "
msgstr "Salas: "
#: includes/venue.php:249
msgid "No venues found"
msgstr "No se han encontrado espacios" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/g-debugger/composer_file/package.json | {
"name": "g-debugger",
"version": "1.0.0",
"private": true,
"description": "Visual debugging tools for block development",
"scripts": {
"build": "NODE_ENV=production rollup -c",
"dev": "rollup -c -w",
"test": "npm run test:lint",
"test:lint": "eslint src",
"prepackage-plugin": "npm run build",
"package-plugin": "npm-pack-zip"
},
"files": [
"g-debugger.js",
"g-debugger.php",
"readme.txt",
"style.css"
],
"author": {
"name": "Andrew Duthie",
"email": "[email protected]",
"url": "https://andrewduthie.com"
},
"homepage": "https://github.com/aduth/g-debugger",
"repository": {
"type": "git",
"url": "https://github.com/aduth/g-debugger.git"
},
"bugs": {
"url": "https://github.com/aduth/g-debugger/issues"
},
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@wordpress/babel-plugin-import-jsx-pragma": "^1.1.3",
"@wordpress/eslint-plugin": "^1.0.1",
"eslint": "^5.12.1",
"npm-pack-zip": "^1.2.7",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-css-only": "^0.4.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-postcss": "^1.6.3",
"rollup-plugin-sass": "^1.1.0",
"rollup-plugin-terser": "^4.0.2"
},
"dependencies": {
"clsx": "^1.0.1"
}
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/ga-tracking-code/change_log/CHANGELOG.md | # Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.2] - 2017-11-16
### Changed
- Compatible with WordPress 4.9.0
## [1.2.1] - 2017-10-25
### Changed
- Installation note on Readme.txt
## [1.2.0] - 2017-10-25
### Changed
- Minimum PHP version to 5.3
- Minimum WordPress version to 3.1.0
### Added
- `Requires PHP` tag in `readme.txt`
- `MIN_PHP_VERSION` `const` into `Ga_Tracking_Code` class
- `MIN_WP_VERSION` `const` into `Ga_Tracking_Code` class
- `meets_requirements` `method` into `Ga_Tracking_Code` class. Check that all plugin requirements are met.
- `requirements_not_met_notice` `method` into `Ga_Tracking_Code` class. Adds a notice to the dashboard if the plugin requirements are not met.
- `deactivate_plugin` `method` into `Ga_Tracking_Code` class. The plugin can self deactivate if the minimum requirements are not met.
## [1.1.1] - 2017-10-25
### Fixed
- URL in readme.txt
## [1.1.0] - 2017-10-25
### Added
- New setting to exclude administrator from tracking
- gplv3 licence file
### Removed
- `init` `method` from `Ga_Tracking_Code` class
- `add_actions` `method` from `Ga_Tracking_Code` class
- `default_options` `method` from `Ga_Tracking_Code` class
- `set_options` `method` from `Ga_Tracking_Code` class
### Changed
- General improvement to the code base
- `sanitize_callback` `method` in `Ga_Tracking_Code` class
- `allow_tracking` `method` in `Ga_Tracking_Code` class
## [1.0.5] - 2017-10-23
### Changed
- Plugin File Header
## [1.0.4] - 2017-10-19
### Changed
- Plugin description
- Text domain slug
### Added
- Added .pot file
## [1.0.0] - 2017-07-28
### Added
- First version. |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/gallery-overview/translation_file/languages/gallery_overview-de_DE.po | msgid ""
msgstr ""
"Project-Id-Version: Gallery Overview v0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2014-01-22 02:16:50+0000\n"
"Last-Translator: Christian Jung <[email protected]>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 1.5.4\n"
"X-Poedit-Language: \n"
"X-Poedit-Country: \n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
"X-Poedit-Basepath: \n"
"X-Poedit-Bookmarks: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes"
#: gallery-overview.php:41
#@ gallery_overview
msgid "Gallery Overview Settings"
msgstr "Einstellungen Galerie-Übersicht"
#. translators: plugin header field 'Name'
#: admin.php:2
#: gallery-overview.php:0
#: gallery-overview.php:41
#@ gallery_overview
msgid "Gallery Overview"
msgstr "Galerie-Übersicht"
#: gallery-overview.php:47
#@ default
msgid "You do not have sufficient permissions to access this page."
msgstr ""
#: gallery-overview.php:62
#@ gallery_overview
msgid "Add to Page"
msgstr "Zu Seite hinzufügen"
#: gallery-overview.php:63
#@ gallery_overview
msgid "List all Galleries (Not only from Child Pages)?"
msgstr "Alle Galerien auflisten (nicht nur diejenigen von untergeordneten Seiten)?"
#: gallery-overview.php:64
#@ gallery_overview
msgid "Thumbnail Size"
msgstr "Bildgröße"
#: gallery-overview.php:65
#@ gallery_overview
msgid "Limit Images to"
msgstr "Bildanzahl beschränken auf"
#: gallery-overview.php:66
#@ gallery_overview
msgid "Columns"
msgstr "Spalten"
#: gallery-overview.php:67
#@ gallery_overview
msgid "Link to Gallery"
msgstr "Link zur Galerie"
#: gallery-overview.php:80
#@ gallery_overview
msgid "<p>This plugin fixes the one thing that is really wrong with WordPress' Core Gallery: You don't have an Gallery Overview Page, that lists all your galleries. So now all you have to do is add the Gallery Overview to a page and, if you like, fine tune the settings below to your needs. This plugin uses only WordPress' own code, so you can be sure, that the Gallery Overview will look exactly like your Theme wants it to.</p>"
msgstr "<p>Dieses Plugin behebt die eine große Schwäche der von WordPress mitgebrachten Galerien: Es gibt keine Übersichtsseite, die alle Galerien auflisten kann. Mit diesem Plugin musst du nur die Galerie-Übersicht zu einer Seite hinzufügen und, wenn du möchtest, die Einstellungen weiter unten deinen Bedürfnissen anpassen. Das Plugin gibt die Galerien auf der Übersichtsseite mit WordPress-Bordmitteln aus. Du kannst dir sicher sein, dass auch die Galerie-Übersicht genau so aussieht, wie dein Theme das möchte.</p>"
#: gallery-overview.php:120
#@ default
msgid "Cropped"
msgstr ""
#: gallery-overview.php:140
#@ gallery_overview
msgid "Heading"
msgstr "Überschrift"
#: gallery-overview.php:140
#@ gallery_overview
msgid "Gallery"
msgstr "Galerie"
#: gallery-overview.php:140
#@ gallery_overview
msgid "Heading and Gallery"
msgstr "Überschrift und Galerie"
#: gallery-overview.php:140
#@ gallery_overview
msgid "None"
msgstr "Keiner"
#: gallery-overview.php:149
#, php-format
#@ gallery_overview
msgid ""
"<p><small>In case these options aren't enough for you, you can switch to the shortcode [gallery_overview]. With this <a href=\"http://codex.wordpress.org/Shortcode_API\" title=\"Shortcode API\">shortcode</a> you can place the Gallery Overview on other Post Types and include oder exclude certain Galleries by ID. If you want to use the Shortcode, you might want to set \"Add to Page\" to blank. Our Shortcode accepts the following parameters:</small></p>\n"
"\t\t\t\t\t<small>\n"
"\t\t\t\t\t\t<ul>\n"
"\t\t\t\t\t\t\t<li><em>all_galleries</em>: List all Galleries (not only from Child Pages). Doesn't accept any Parameters.</li>\n"
"\t\t\t\t\t\t\t<li><em>pages</em>: Include only Galleries from Pages listed comma-separated by ID. Parameters needed like pages=\"30,42\"</li>\n"
"\t\t\t\t\t\t\t<li><em>limit</em>: Limit the number of images shown. Parameter needed as integer like limit=5</li>\n"
"\t\t\t\t\t\t\t<li><em>columns</em>: Set the number of columns. Parameter needed as integer like columns=2</li>\n"
"\t\t\t\t\t\t\t<li><em>size</em>: Chooses an existing thumbnail size. Parameter needed as string like size=\"medium\"</li>\n"
"\t\t\t\t\t\t\t<li><em>header</em>: Disables the header, if you want to. Remember to put a link on the gallery. Parameter needed is header=false</li>\n"
"\t\t\t\t\t\t\t<li><em>before</em>: Simple HTML-Output before any other Gallery-Code. Parameter needed is before=\"<ul>\".</li>\n"
"\t\t\t\t\t\t\t<li><em>after</em>: Simple HTML-Output after any other Gallery-Code. Parameter needed is after=\"</ul>\".</li>\n"
"\t\t\t\t\t\t\t<li><em>layout</em>: Well, now it\\s getting kind of tricky. With this attribute you can change the appearance of each gallery. There are 4 variables available: \"%linkopen%\", \"%linkclose%\", \"%heading%\" and \"%gallery%\". You can pass any HTML you'd like. Example: layout=\"%linkopen%<h3>%heading%</h3>%linkclose%\" will print you just the heading, wrapped in a link.</li>\n"
"\t\t\t\t\t\t\t<li><em>link</em>: Let's you choose, what will be wrapped in the link. Available Options are \"heading\", \"gallery\" and \"both\". To be used like link=\"heading\".</li>\n"
"\t\t\t\t\t\t</ul>\n"
"\t\t\t\t\t</small>\n"
"\t\t\t\t\t<p><small>If you have any ideas on how to improve this Shortcode, just send us an email to <a href=\"mailto:[email protected]\">[email protected]</a></small></p>"
msgstr ""
"<p><small>Wenn Dir diese Einstellungen nicht genug sind, kannst du auf den Shortcode [gallery_overview] ausweichen. Mit diesem <a href=\"http://codex.wordpress.org/Shortcode_API\" title=\"Shortcode API\">Shortcode</a> kannst du die Galerie-Übersicht auf anderen Post Types platzieren und Galerien per ID ein- und ausschließen. Wenn du den Shortcode nutzen möchtest, ist es vielleicht besser, wenn du \"Zu Seite hinzufügen\" leer lässt. Unser Shortcode akzeptiert die folgenden Parameter:</small></p>\n"
"\t\t\t\t\t<small>\n"
"\t\t\t\t\t\t<ul>\n"
"\t\t\t\t\t\t\t<li><em>all_galleries</em>: Listet alle Galerien auf, nicht nur diejenigen von untergeordneten Seiten. Akzeptiert keine Parameter.</li>\n"
"\t\t\t\t\t\t\t<li><em>pages</em>: Bindet nur Galerien von bestimmten Seiten ein, die mit ihrer ID einer Komma-getrennten Liste übergeben werden. Muss eingegeben werden wie pages=\"30,42\"</li>\n"
"\t\t\t\t\t\t\t<li><em>limit</em>: Begrenzt die Anzahl der angezeigten Bilder. Muss eingegeben werden wie limit=5</li>\n"
"\t\t\t\t\t\t\t<li><em>columns</em>: Setzt die Anzahl der angezeigten Spalten. Muss eingegeben werden wie columns=2</li>\n"
"\t\t\t\t\t\t\t<li><em>size</em>: Wählt eine bereits definierte Bildgröße aus. Muss eingegeben werden wie size=\"medium\"</li>\n"
"\t\t\t\t\t\t\t<li><em>header</em>: Blendet die Überschrift aus. Du sollest dann vermutlich einen Link auf die Galerie legen, siehe unten. Der erforderliche Parameter ist header=false</li>\n"
"\t\t\t\t\t\t\t<li><em>before</em>: Gibt einfach HTML-Code vor der gesamten Galerie aus. Der erforderliche Parameter ist wie before=\"<ul>\".</li>\n"
"\t\t\t\t\t\t\t<li><em>after</em>: Gibt einfach HTML-Code hinter der gesamten Galerie aus. Der erforderliche Parameter ist after=\"</ul>\".</li>\n"
"\t\t\t\t\t\t\t<li><em>layout</em>: Tja, jetzt wird es interessant. Mit diesem Parameter kannst du das komplette Layout einer einzelnen Galerie bestimmen. Es gibt die folgenden 4 Variablen: \"%linkopen%\", \"%linkclose%\", \"%heading%\" and \"%gallery%\". Du kannst jeden HTML-Code eingeben. Zum Beispiel: layout=\"%linkopen%<h3>%heading%</h3>%linkclose%\". Das gibt dir nur die Überschrift, verpackt in einen Link zur Galerie aus.</li>\n"
"\t\t\t\t\t\t\t<li><em>link</em>: Lässt dich auswählen, was verlinkt werden soll. Mögliche Einstellungen sind \"heading\", \"gallery\" und \"both\". Wird verwendet wie link=\"heading\".</li>\n"
"\t\t\t\t\t\t</ul>\n"
"\t\t\t\t\t</small>\n"
"\t\t\t\t\t<p><small>Wenn du Ideen hast, wie wir den Shortcode (oder auch das gesamte Plugin) verbessern könnten, freuen wir uns auf deine E-Mail an <a href=\"mailto:[email protected]\">[email protected]</a></small></p>"
#: gallery-overview.php:68
#@ gallery_overview
msgid "Shortcode [gallery_overview]"
msgstr "Shortcode [gallery_overview]"
#. translators: plugin header field 'PluginURI'
#: gallery-overview.php:0
#@ gallery_overview
msgid "http://www.antwortzeit.de/wordpress/gallery"
msgstr ""
#. translators: plugin header field 'Author'
#: gallery-overview.php:0
#@ gallery_overview
msgid "Antwortzeit Kommunikationsagentur"
msgstr ""
#. translators: plugin header field 'AuthorURI'
#: gallery-overview.php:0
#@ gallery_overview
msgid "http://www.antwortzeit.de"
msgstr ""
#. translators: plugin header field 'Version'
#: gallery-overview.php:0
#@ gallery_overview
msgid "0.1"
msgstr ""
#. translators: plugin header field 'Description'
#: gallery-overview.php:0
#@ gallery_overview
msgid "This plugin fixes the one thing that is really wrong with WordPress' Core Gallery: You don't have an Gallery Overview Page, that lists all your galleries. Well, now you do."
msgstr "Dieses Plugin behebt die eine große Schwäche der von WordPress mitgebrachten Galerien: Es gibt keine Übersichtsseite, die alle Galerien auflisten kann. Tja, jetzt gibt es eine." |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/gallerya/composer_file/package.json | {
"name": "gallerya",
"version": "1.9.15",
"author": "netzstrategen <[email protected]>",
"license": "GPL-2.0",
"devDependencies": {
"asset-builder": "^1.1.0",
"browser-sync": "^2.8.2",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-flatten": "0.1.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"imagemin-pngcrush": "^4.1.0",
"jshint-stylish": "^2.0.1",
"lazypipe": "^1.0.1",
"merge": "^1.2.0",
"merge-stream": "^1.0.0",
"minimist": "^1.1.3",
"run-sequence": "^1.1.2",
"traverse": "^0.6.6",
"wiredep": "^2.2.2"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/game-users-share-buttons/composer_file/package.json | {
"name": "game-users-share-buttons",
"version": "1.2.0",
"description": "Game Users Share Buttons",
"main": "js/option-bundle.min.js",
"scripts": {
"build": "webpack --display-error-details",
"webpack:watch": "webpack --watch",
"browser-sync:init": "browser-sync init",
"browser-sync:start": "browser-sync start --config bs-config.js",
"watch": "run-p browser-sync:start webpack:watch",
"size": "webpack --json | webpack-bundle-size-analyzer",
"compress:clean": "rimraf ./release/compression",
"compress:mkdir:json": "mkdirp ./release/compression/game-users-share-buttons/json",
"compress:mkdir:languages": "mkdirp ./release/compression/game-users-share-buttons/languages",
"compress:mkdir:themes": "mkdirp ./release/compression/game-users-share-buttons/themes",
"compress:copy:css": "cpx ./css/**/ ./release/compression/game-users-share-buttons/css",
"compress:copy:img": "cpx ./img/**/ ./release/compression/game-users-share-buttons/img",
"compress:copy:js": "cpx ./js/**/*.{js,jsx} ./release/compression/game-users-share-buttons/js",
"compress:copy:lib": "cpx ./lib/**/ ./release/compression/game-users-share-buttons/lib",
"compress:copy:modules": "cpx ./modules/**/ ./release/compression/game-users-share-buttons/modules",
"compress:copy:php": "cpx ./php/**/ ./release/compression/game-users-share-buttons/php",
"compress:copy:views": "cpx ./views/**/ ./release/compression/game-users-share-buttons/views",
"compress:copy:editorconfig": "cpx ./.editorconfig ./release/compression/game-users-share-buttons",
"compress:copy:gitignore": "cpx ./.gitignore ./release/compression/game-users-share-buttons",
"compress:copy:game-users-share-buttons.php": "cpx ./game-users-share-buttons.php ./release/compression/game-users-share-buttons",
"compress:copy:package.json": "cpx ./package.json ./release/compression/game-users-share-buttons",
"compress:copy:package-lock.json": "cpx ./package-lock.json ./release/compression/game-users-share-buttons",
"compress:copy:readme.txt": "cpx ./readme.txt ./release/compression/game-users-share-buttons",
"compress:copy:webpack.config.js": "cpx ./webpack.config.js ./release/compression/game-users-share-buttons",
"compress:zip": "bestzip ./release/compression/game-users-share-buttons.zip ./release/compression/game-users-share-buttons/*",
"compress:build": "webpack && run-s compress:clean && run-p compress:mkdir:* compress:copy:* && run-s compress:zip",
"svn:clean:trunk": "rimraf ./release/svn/game-users-share-buttons/trunk",
"svn:copy:all": "cpx ./release/compression/game-users-share-buttons/**/ ./release/svn/game-users-share-buttons/trunk --include-empty-dirs",
"svn:copy:editorconfig": "cpx ./.editorconfig ./release/svn/game-users-share-buttons/trunk",
"svn:copy:gitignore": "cpx ./.gitignore ./release/svn/game-users-share-buttons/trunk",
"svn:build": "run-s compress:build svn:clean:trunk svn:copy:*"
},
"homepage": "https://gameusers.org/app/share-buttons",
"author": {
"name": "Game Users"
},
"repository": {
"type": "git",
"url": "https://github.com/gameusers/share-buttons"
},
"bugs": {
"url": "https://github.com/gameusers/share-buttons/issues"
},
"license": "GPL2",
"babel": {
"presets": [
"react",
"env"
],
"plugins": [
[
"module-resolver",
{
"alias": {
"alias-node-modules": "./node_modules"
}
}
],
"transform-async-to-generator",
[
"transform-runtime",
{
"helpers": false,
"polyfill": false,
"regenerator": true,
"moduleName": "babel-runtime"
}
]
]
},
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"jquery": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"jsx": true
}
},
"extends": "airbnb",
"rules": {
"comma-dangle": 0,
"func-names": 0,
"max-len": 0,
"no-multiple-empty-lines": [
2,
{
"max": 20
}
],
"consistent-return": 0,
"no-undef": 0,
"padded-blocks": 0,
"no-unneeded-ternary": 0,
"class-methods-use-this": 0,
"import/no-named-as-default": 0,
"import/no-named-as-default-member": 0,
"function-paren-newline": 0,
"react/no-danger": 0,
"react/prefer-stateless-function": 0,
"jsx-a11y/anchor-is-valid": 0,
"prefer-destructuring": 0
},
"settings": {
"import/resolver": {
"babel-module": {}
}
}
},
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"comment-whitespace-inside": null,
"comment-empty-line-before": null,
"max-empty-lines": null
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"dependencies": {
"es6-promise-promise": "^1.0.0",
"file-saver": "^1.3.3",
"immutable": "^3.8.2",
"izitoast": "^1.2.0",
"jszip": "^3.1.5",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.0",
"react-color": "^2.13.8",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-async-generator-functions": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"bestzip": "^1.1.4",
"browser-sync": "^2.23.5",
"cpx": "^1.5.0",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.1.2",
"postcss-loader": "^2.0.10",
"rimraf": "^2.6.2",
"style-loader": "^0.19.1",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"webpack": "^3.10.0",
"webpack-bundle-size-analyzer": "^2.7.0"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/gAppointments/change_log/changelog.txt | ============================
Version 1.9.4 ( 11 June 2020 )
============================
- Enhancement: New provider can prevent duplicate title
- Enhancement: Appointments page now have available options in "Bulk actions" - "Cancel", "Confirm" appointments
- Feature: Appointments page now have an option in "Bulk actions" - "Resend Email Notifications"
- Feature: Appointments page can be sorted by chosen columns
- Feature: Each provider now have a field "location", it can be synced with appointments in google calendar
============================
Version 1.9.3 ( 24 Oct 2019 )
============================
- Fixed bug: Fixed an issue with ICS generation
- Fixed bug: Default google calendar for appointments with no provider regardless of settings
- Fixed bug: Assets unreachable
- Fixed bug: Appointment date not being picked p in notifications upon submitting a form entry
- Fixed bug: Email being picked up instead of phone number
- Enhancement: Made some changes to work with thrive architect.
- Enhancement: Added ability to complete appointments after X hours instead of instant completion
- Enhancement: Extended cancellation functionality to allow cancelling until X hours before teh appointment
- Feature: Clients can reschedule their appointments from the front-end
============================
Version 1.9.2 ( 17 Jul 2019 )
============================
- Fixed bug: Fixed google calendar api authentication not working in some cases
- Fixed bug: Some calendar appearance colors not affecting front-end calendar
- Fixed bug: Removed deprecated function usages
- Fixed bug: Fixed an issue where appointment date was not being sent in initial gforms notification
- Fixed bug: Custom time slots with the same starting hour being removed when saving service.
- Fixed bug: Bad available time slot calculation on certain cases
- Enhancement: Added %appointment_duration% merge tag to certain appointment notifications
- Enhancement: Added the ability to override appointment email template, see the documentation for details
- Enhancement: Provider and Service fields are now being sent as names instead of ids when exporting gravity forms entries
- Enhancement: Added ability to paginate appointments in shortcodes, see the documentation for details.
- Enhancement: Added ability to add a description to appointments when generating calendar links (ical)
- Enhancement: Documentation is being moved to an online source instead of local ()
============================
Version 1.9.1 ( 21 Dec 2018 )
============================
- New Feature: Google Calendar synchronization.
============================
Version 1.9 ( 8 Oct 2018 )
============================
- Feature: Outlook event generator.
- Update: Updated CMB2 library
- Fixed bug: Email time always at 12:00AM
- Fixed bug: Booking problem when submitting removed slots.
- Fixed bug: Calendar is required when not marked as required.
- Enhancement: New filters and hooks in ga_appointments_shortcode.
- Enhancement: New filters and hooks in ga_provider_appointments_shortcode. |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/garanti-bbva-virtual-pos-application-integration/translation_file/lang/garanti-bbva-vpos-application-tr_TR.po | # Copyright (C) 2021 Garanti BBVA Sanal POS Başvurusu & WooCommerce Entegrasyonu
# This file is distributed under the same license as the Garanti BBVA Sanal POS Başvurusu & WooCommerce Entegrasyonu package.
msgid ""
msgstr ""
"Project-Id-Version: Garanti BBVA Sanal POS Başvurusu & WooCommerce "
"Entegrasyonu 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/garanti-bbva-wp-"
"plugin\n"
"POT-Creation-Date: 2021-08-16 11:27+0300\n"
"PO-Revision-Date: 2021-08-16 11:27+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: Gl_Garanti_Pos.php:43
msgid "Response could not parse!"
msgstr "Sunucu yanıtı anlaşılamadı!"
#: Gl_Garanti_Pos.php:44
msgid "Status could not detect!"
msgstr "Durum bilgisi anlaşılamadı."
#: Gl_Garanti_Pos.php:45
msgid "An error has occurred: %s"
msgstr "Bir hata oluştu: %s"
#: Gl_Garanti_Pos.php:93 Gl_Garanti_Pos.php:147
msgid "Response status not detected!"
msgstr "Yanıt durumu algılanmadı!"
#: Gl_Garanti_Pos.php:109 Gl_Garanti_Pos.php:163
msgid "Not allowed HTTP method!"
msgstr "İzin verilmeyen HTTP yöntemi!"
#: Gl_Garanti_Pos.php:189
msgid "No response from service!"
msgstr "Servisten cevap yok!"
#: Gl_Garanti_Pos.php:207 Gl_Garanti_Pos.php:208
msgid "Garanti BBVA Application"
msgstr "Garanti BBVA Başvuru"
#: views/content.php:19
msgid "Entering Application Information"
msgstr "Başvuru Bilgilerinin Girilmesi"
#: views/content.php:22
msgid "Becoming a Garanti BBVA Customer"
msgstr "Garanti BBVA Müşterisi Olunması"
#: views/content.php:25
msgid "Approval of Application by Garanti BBVA "
msgstr "Başvurunun Garanti BBVA Tarafından Onaylanması "
#: views/content.php:28
msgid "Forwarding Installation Request to Gri"
msgstr "Kurulum Talebinin Gri’ye İletilmesi"
#: views/content.php:45
msgid "Free Integration & Installation"
msgstr "Ücretsiz Entegrasyon & Kurulum"
#: views/content.php:46
msgid ""
"Make your virtual pos application here, get the integration plugin for free."
msgstr ""
"Sanal pos başvurunuzu buradan gerçekleştirin, entegrasyon eklentisine "
"ücretsiz sahip olun."
#: views/content.php:49
msgid "Special Working Conditions"
msgstr "Özel Çalışma Koşulları"
#: views/content.php:50
msgid ""
"Opportunity to pay the next day with <span class=\"bg-garanti text-white p-1 "
"rounded\">1.59%</span> commission special for applications made through the "
"plugin."
msgstr ""
"Eklenti içerisinden yapılan başvurulara özel <span class=\"bg-garanti text-"
"white p-1 rounded\">%1.59</span> komisyon ile ertesi gün ödeme fırsatı."
#: views/content.php:53
msgid "Bonus Merchant Privileges"
msgstr "Bonus Üye İş Yeri Ayrıcalıkları"
#: views/content.php:54
msgid ""
"You can appeal to 15.000.000+ Bonus holders and receive virtual pos service "
"with special offers and conditions."
msgstr ""
"15.000.000+ Bonuslu’ya hitap eder, özel kampanya ve koşullarla sanal pos "
"hizmeti alırsınız."
#: views/content.php:79
msgid "Application and Activation Steps"
msgstr "Başvuru ve Aktivasyon Adımları"
#: views/header.php:21
msgid "Welcome to Garanti BBVA Virtual POS privileges!"
msgstr "Garanti BBVA Sanal POS ayrıcalıklarına hoşgeldiniz!"
#: views/modals/forward-buy-commercial-module.php:13
msgid ""
"The campaign only covers new virtual POS applications made through "
"<strong>this form</strong>."
msgstr ""
"Kampanya sadece <strong>bu form</strong> üzerinden yapılan yeni sanal POS "
"başvurularını kapsamaktadır."
#: views/modals/forward-buy-commercial-module.php:16
msgid ""
"You can purchase <strong>Garanti BBVA Virtual POS Module</strong> now to use "
"your existing Garanti BBVA virtual POS on your WooCommerce website."
msgstr ""
"Mevcut Garanti BBVA sanal POS'unuzu WooCommerce web sitenizde kullanmak için "
"<strong>Garanti BBVA Sanal Pos Modülü</strong>'nü hemen satın alabilirsiniz."
#: views/modals/forward-buy-commercial-module.php:30 views/step-3.php:41
msgid "Cancel"
msgstr "Vazgeç"
#: views/modals/forward-buy-commercial-module.php:34
msgid "Buy"
msgstr "SATIN AL"
#: views/modals/forward-garanti-customer.php:14
msgid "You must be a Garanti BBVA customer to apply for virtual pos."
msgstr "Sanal pos başvurusu için Garanti BBVA müşterisi olmalısınız."
#: views/modals/forward-garanti-customer.php:23
msgid "FOR PERSONAL COMPANIES"
msgstr "ŞAHIS FİRMALARI İÇİN"
#: views/modals/forward-garanti-customer.php:28
msgid ""
"By downloading the Garanti BBVA mobile application, you can instantly become "
"a Garanti BBVA customer without going to the branch, and continue your "
"virtual pos application here."
msgstr ""
"Garanti BBVA mobil uygulamasını indirerek şubeye gitmeden anında Garanti "
"BBVA müşterisi olabilir, buradan sanal pos başvurusuna devam edebilirsiniz."
#: views/modals/forward-garanti-customer.php:52
msgid "FOR LIMITED / JOINT STOCK COMPANIES"
msgstr "LİMİTED/ANONİM ŞİRKETLER İÇİN"
#: views/modals/forward-garanti-customer.php:56
msgid ""
"You can become a Garanti BBVA customer by going to the nearest branch.<br/"
"><strong>IMPORTANT:</strong> For free integration and special commission "
"rate, you must continue your virtual pos application here after opening an "
"account at the branch."
msgstr ""
"Size en yakın şubeye giderek Garanti BBVA müşterisi olabilirsiniz.<br/> "
"<strong>ÖNEMLİ:</strong> Ücretsiz entegrasyon ve özel komisyon oranı için "
"şubeden hesap açılışı yaptıktan sonra sanal pos başvurunuza buradan devam "
"etmelisiniz."
#: views/modals/forward-garanti-customer.php:60
msgid "Branches"
msgstr "Şubeler"
#: views/modals/forward-garanti-customer.php:70
msgid "I became a Garanti BBVA customer, continue the virtual pos application."
msgstr "Garanti BBVA müşterisi oldum, sanal pos başvurusuna devam et."
#: views/sidebar.php:11
msgid ""
"Create your application here to take advantage of the free integration "
"opportunity and special working conditions."
msgstr ""
"Ücretsiz entegrasyon fırsatı ve özel çalışma koşullarından faydalanmak için "
"buradan başvurunuzu oluşturun."
#: views/sidebar.php:17
msgid "Campaign Conditions"
msgstr "Kampanya Koşulları"
#: views/sidebar.php:20
msgid ""
"The merchant must have made the Garanti BBVA virtual pos application through "
"Gri, not through the branch or other channels."
msgstr ""
"Üye iş yeri, Garanti BBVA sanal pos başvurusunu şube veya diğer kanallar "
"üzerinden değil Gri aracılığıyla yapmış olmalıdır."
#: views/sidebar.php:22
msgid ""
"After Garanti BBVA approves the merchant's application, free license, "
"initial installation service, free technical support for the first 90 days "
"and free access to updates for 1 year will be offered."
msgstr ""
"Garanti BBVA, üye iş yerinin başvurusunu onayladıktan sonra ücretsiz lisans, "
"ilk kurulum hizmeti, ilk 90 gün ücretsiz teknik destek ve 1 yıl "
"güncellemelere ücretsiz erişim seçeneği sunulacaktır."
#: views/sidebar.php:24
msgid ""
"For free license identification, the installation must be done by the Gray "
"Installation Team and the installation must be confirmed with the test shot."
msgstr ""
"Ücretsiz lisans tanımlaması için kurulumun Gri Kurulum Ekibi tarafından "
"yapılması ve test çekimi ile kurulumun teyit edilmesi gerekmektedir."
#: views/sidebar.php:26
msgid ""
"3 months free GarantiPay integration will be given to businesses that meet "
"the conditions."
msgstr ""
"Koşulları sağlayan iş yerlerine 3 ay ücretsiz GarantiPay entegrasyonu hediye "
"edilecektir."
#: views/sidebar.php:28
msgid ""
"After 3 months, you can purchase a GarantiPay license or deactivate "
"GarantiPay with a 50% discount, depending on your workplace preference."
msgstr ""
"3 ay sonra iş yeri tercihine göre %50 indirimle GarantiPay lisansı satın "
"alabilir veya GarantiPay’i devre dışı bırakabilir."
#: views/sidebar.php:35
msgid "Call us for detailed information and inquiries."
msgstr "Detaylı bilgi ve merak ettikleriniz için bizi arayın."
#: views/sidebar.php:48
msgid "CANCEL THE APPLICATION"
msgstr "BAŞVURUYU İPTAL ET"
#: views/step-1.php:14
msgid "Name Surname"
msgstr "Ad Soyad"
#: views/step-1.php:18
msgid "Your Name Surname"
msgstr "Adınız Soyadınız"
#: views/step-1.php:26
msgid "Citizenship Number"
msgstr "T.C. Kimlik Numarası"
#: views/step-1.php:40
msgid "Phone Number"
msgstr "Telefon Numarası"
#: views/step-1.php:53
msgid "Email Address"
msgstr "E-posta Adresi"
#: views/step-1.php:56
msgid "[email protected]"
msgstr "[email protected]"
#: views/step-1.php:65 views/step-1.php:69
msgid "Your Message"
msgstr "Mesajınız"
#: views/step-1.php:77
msgid ""
"I have read the relevant <a target=\"_blank\" href=\"https://garantibbvapos."
"com.tr/kisisel-verilerin-korunmasi\">\"Information\"</a> carried out in "
"accordance with the Law on the Protection of Personal Data."
msgstr ""
"Kişisel Verilerin Korunması Kanunu uyarınca gerçekleştirilen ilgili <a "
"target=\"_blank\" href=\"https://garantibbvapos.com.tr/kisisel-verilerin-"
"korunmasi\">“Bilgilendirme”</a> yi okudum."
#: views/step-1.php:81
msgid ""
"I have read the <a target=\"_blank\" href=\"https://www.gri.net/kullanim-"
"sozlesmesi\">gri.net agreement</a>, I accept it."
msgstr ""
"<a target=\"_blank\" href=\"https://www.gri.net/kullanim-sozlesmesi\">“gri."
"net kullanım sözleşmesi”</a>ni okudum, kabul ediyorum."
#: views/step-1.php:93
msgid "Submit"
msgstr "Gönder"
#: views/step-1.php:104
msgid "Your application information has been saved."
msgstr "Başvuru bilgileriniz kaydedildi."
#: views/step-1.php:105
msgid "You are being guided for other stages. Please wait."
msgstr "Diğer aşamalar için yönlendiriliyorsunuz. Lütfen bekleyiniz."
#: views/step-1.php:109
msgid "An error occurred while applying!"
msgstr "Başvuru sırasında bir hata oluştu!"
#: views/step-2.php:10
msgid "Are you a Garanti BBVA customer?"
msgstr "Garanti BBVA müşterisi misiniz?"
#: views/step-2.php:13 views/step-2.php:28
msgid "NO"
msgstr "HAYIR"
#: views/step-2.php:17 views/step-2.php:32
msgid "YES"
msgstr "EVET"
#: views/step-2.php:25
msgid "Do you have an active Garanti BBVA virtual pos?"
msgstr "Aktif bir Garanti BBVA sanal posunuz bulunuyor mu?"
#: views/step-2.php:44
msgid "GO ON"
msgstr "DEVAM ET"
#: views/step-3.php:10
msgid "Your application is being evaluated by the bank."
msgstr "Başvurunuz banka tarafından değerlendiriliyor."
#: views/step-3.php:12
msgid ""
"When the application is approved, you can report the situation by visiting "
"the page again."
msgstr ""
"Başvuru onaylandığında sayfayı tekrar ziyaret ederek durumu "
"bildirebilirsiniz."
#: views/step-3.php:16
msgid "My Application Has Been Approved, Continue For Integration"
msgstr "Başvurum Onaylandı, Entegrasyon İçin Devam Et"
#: views/step-3.php:26
msgid ""
"Please provide the requested information for the Gri Installation Team to "
"perform the virtual pos integration on your website."
msgstr ""
"Gri Kurulum Ekibi’nin sanal pos entegrasyonunu web sitenizde "
"gerçekleştirmesi için lütfen istenen bilgileri iletiniz."
#: views/step-3.php:31
msgid "Merchant No"
msgstr "Üye İşyeri Numarası"
#: views/step-3.php:35
msgid "Terminal No"
msgstr "Terminal Numarası"
#: views/step-3.php:44
msgid "Create Installation Request"
msgstr "Kurulum Talebi Oluştur"
#: views/step-4.php:10
msgid ""
"Your installation request has been forwarded to <a target=\"_blank\" href="
"\"%s\"><strong>Gri</strong></a>!"
msgstr ""
"Kurulum talebiniz <a target=\"_blank\" href=\"%s\"><strong>Gri</strong></"
"a>'ye iletildi!"
#: views/step-4.php:12
msgid ""
"The installation team will process your request as soon as possible. You can "
"follow the process from your gri.net customer account."
msgstr ""
"Kurulum ekibi, talebinizi en kısa sürede işleme alacaktır. Süreci gri.net "
"müşteri hesabınızdan takip edebilirsiniz."
#: views/step-4.php:13
msgid ""
"When the installation is complete, you will receive SMS and e-mail "
"notifications."
msgstr ""
"Kurulum tamamlandığında, tarafınıza SMS ve e-posta bildirimleri ulaşacaktır."
#: views/step-4.php:14
msgid ""
"You can delete this plugin that you used for the virtual pos application "
"process from the <strong>Wordpress > Plugins</strong> page."
msgstr ""
"Sanal pos başvuru süreci için kullandığınız bu eklentiyi <strong>Wordpress > "
"Eklentiler</strong> sayfasından silebilirsiniz."
#: views/step-4.php:19
msgid "Check Installation Status"
msgstr "Kurulum Durumunu Kontrol Et"
#. Plugin Name of the plugin/theme
msgid "Garanti BBVA Virtual POS Application & WooCommerce Integration"
msgstr "Garanti BBVA Sanal POS Başvurusu & WooCommerce Entegrasyonu"
#. Plugin URI of the plugin/theme
msgid "https://wordpress.org/plugins/garanti-bbva-vpos-application/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Make your Garanti BBVA virtual POS application now and get the WooCommerce "
"integration plugin for free!"
msgstr ""
"Garanti BBVA sanal POS başvunuzu hemen yapın ve WooCommerce entegrasyon "
"eklentisine ücretsiz sahip olun!"
#. Author of the plugin/theme
msgid "grilabs"
msgstr "grilabs"
#. Author URI of the plugin/theme
msgid "https://www.gri.net"
msgstr "https://www.gri.net"
#~ msgid "grilabs - Garanti"
#~ msgstr "grilabs - Garanti" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/gazchaps-woocommerce-purchase-order-payment-gateway/translation_file/lang/gazchaps-woocommerce-purchase-order-payment-gateway-en_US.po | # Copyright (C) 2022 Gareth 'GazChap' Griffiths
# This file is distributed under the same license as the GazChap's WooCommerce Purchase Order Payment Gateway plugin.
msgid ""
msgstr ""
"Project-Id-Version: GazChap's WooCommerce Purchase Order Payment Gateway 2.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gazchaps-woocommerce-purchase-order-payment-gateway\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-04-09T17:11:36+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: gazchaps-woocommerce-purchase-order-payment-gateway\n"
#. Plugin Name of the plugin
msgid "GazChap's WooCommerce Purchase Order Payment Gateway"
msgstr "GazChap's WooCommerce Purchase Order Payment Gateway"
#. Plugin URI of the plugin
msgid "https://www.gazchap.com/posts/woocommerce-purchase-order-payment-gateway"
msgstr "https://www.gazchap.com/posts/woocommerce-purchase-order-payment-gateway"
#. Description of the plugin
msgid "Adds a Purchase Order payment method to WooCommerce."
msgstr "Adds a Purchase Order payment method to WooCommerce."
#. Author of the plugin
msgid "Gareth 'GazChap' Griffiths"
msgstr "Gareth 'GazChap' Griffiths"
#. Author URI of the plugin
msgid "https://www.gazchap.com"
msgstr "https://www.gazchap.com"
#: class.admin.php:34
#: class.admin.php:82
#: class.gateway.php:198
#: class.gateway.php:336
#: class.gateway.php:338
msgid "Purchase Order Number"
msgstr "Purchase Order Number"
#: class.admin.php:38
#: class.admin.php:89
#: class.gateway.php:207
#: class.gateway.php:305
msgid "Contact Name"
msgstr "Contact Name"
#: class.admin.php:45
#: class.admin.php:90
#: class.gateway.php:212
#: class.gateway.php:309
msgid "Company/Organisation"
msgstr "Company/Organization"
#: class.admin.php:52
#: class.gateway.php:313
msgid "Address"
msgstr "Address"
#: class.admin.php:91
#: class.gateway.php:217
msgid "Address (Line 1)"
msgstr "Address (Line 1)"
#: class.admin.php:92
#: class.gateway.php:222
msgid "Address (Line 2)"
msgstr "Address (Line 2)"
#: class.admin.php:93
#: class.gateway.php:227
msgid "City"
msgstr "City"
#: class.admin.php:94
#: class.gateway.php:232
msgid "County"
msgstr "County"
#: class.admin.php:95
#: class.gateway.php:237
msgid "Postcode"
msgstr "Post/Zip Code"
#: class.gateway.php:23
#: class.gateway.php:67
#: class.gateway.php:300
msgid "Purchase Order"
msgstr "Purchase Order"
#: class.gateway.php:24
msgid "Allows customers to request an invoice, and supply a Purchase Order number (with optional invoicing address) at checkout"
msgstr "Allows customers to request an invoice, and supply a Purchase Order number (with optional invoicing address) at checkout"
#: class.gateway.php:58
msgid "Enable/Disable"
msgstr "Enable/Disable"
#: class.gateway.php:60
msgid "Enable Purchase Order Payment Gateway for WooCommerce"
msgstr "Enable Purchase Order Payment Gateway for WooCommerce"
#: class.gateway.php:64
msgid "Title"
msgstr "Title"
#: class.gateway.php:66
msgid "This controls the title which the customer sees during checkout."
msgstr "This controls the title which the customer sees during checkout."
#: class.gateway.php:71
msgid "Description"
msgstr "Description"
#: class.gateway.php:73
msgid "Payment method description which the customer sees during checkout."
msgstr "Payment method description which the customer sees during checkout."
#: class.gateway.php:74
#: class.gateway.php:81
msgid "We will send the invoice for this order to the address you supply."
msgstr "We will send the invoice for this order to the address you supply."
#: class.gateway.php:78
msgid "Instructions"
msgstr "Instructions"
#: class.gateway.php:80
msgid "Instructions that will be added to the thank you page and emails."
msgstr "Instructions that will be added to the thank you page and emails."
#: class.gateway.php:85
msgid "Initial Order Status"
msgstr "Initial Order Status"
#: class.gateway.php:91
msgid "What should an order be marked as when first received?"
msgstr "What should an order be marked as when first received?"
#: class.gateway.php:95
msgid "Ask for PO Number"
msgstr "Ask for PO Number"
#: class.gateway.php:97
msgid "Ask the customer for a purchase order number during checkout"
msgstr "Ask the customer for a purchase order number during checkout"
#: class.gateway.php:101
msgid "Require PO Number"
msgstr "Require PO Number"
#: class.gateway.php:103
msgid "Require a purchase order number to be input during checkout"
msgstr "Require a purchase order number to be input during checkout"
#: class.gateway.php:107
msgid "Add PO Number to Emails"
msgstr "Add PO Number to Emails"
#: class.gateway.php:109
msgid "Adds the supplied purchase order number to the order confirmation emails"
msgstr "Adds the supplied purchase order number to the order confirmation emails"
#: class.gateway.php:113
msgid "Ask for Address"
msgstr "Ask for Address"
#: class.gateway.php:115
msgid "Ask the customer for an address to send the invoice to"
msgstr "Ask the customer for an address to send the invoice to"
#: class.gateway.php:119
msgid "Add Address to Emails"
msgstr "Add Address to Emails"
#: class.gateway.php:121
msgid "Adds the supplied address to the order confirmation emails"
msgstr "Adds the supplied address to the order confirmation emails"
#: class.gateway.php:125
msgid "Use Billing Address"
msgstr "Use Billing Address"
#: class.gateway.php:127
msgid "Pre-fill the Invoice Address with the customer's billing address, if they are logged in"
msgstr "Pre-fill the Invoice Address with the customer's billing address, if they are logged in"
#: class.gateway.php:204
msgid "Where would you like us to send the invoice?"
msgstr "Where would you like us to send the invoice?"
#: class.gateway.php:253
msgid "Please complete the Purchase Order details."
msgstr "Please complete the Purchase Order details."
#: class.gateway.php:257
msgid "Please enter a Purchase Order Number."
msgstr "Please enter a Purchase Order Number."
#: class.gateway.php:263
msgid "Please enter a Contact Name for the invoice address."
msgstr "Please enter a Contact Name for the invoice address."
#: class.gateway.php:268
msgid "Please enter a Company/Organisation for the invoice address."
msgstr "Please enter a Company/Organization for the invoice address."
#: class.gateway.php:273
msgid "Please enter an Address (line 1) for the invoice address."
msgstr "Please enter an Address (line 1) for the invoice address."
#: class.gateway.php:278
msgid "Please enter a City for the invoice address."
msgstr "Please enter a City for the invoice address."
#: class.gateway.php:283
msgid "Please enter a Postcode for the invoice address."
msgstr "Please enter a Post/Zip Code for the invoice address."
#: class.gateway.php:301
msgid "PO Number"
msgstr "PO Number"
#: class.gateway.php:355
#: class.gateway.php:364
msgid "Purchase Order Address"
msgstr "Purchase Order Address"
#: index.php:64
msgid "GazChap's WooCommerce Purchase Order Gateway requires WooCommerce to be installed and activated."
msgstr "GazChap's WooCommerce Purchase Order Gateway requires WooCommerce to be installed and activated."
#: index.php:77
msgid "Settings"
msgstr "Settings" |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/gc-testimonials-to-testimonials/change_log/CHANGELOG.md | # CHANGELOG GC Testimonials to Testimonial Widget
## master
## 1.3.1
* Update store branding
## 1.3.0
* Change branding from Aihrus to Axelerant
* Require Testimonials Widget 3.1.0
* Update copyright text
* Update import verbiage
* Update plugin name
## 1.2.2
* Disallow activation when required plugins aren't activated
* Require Aihrus 1.1.0
* Require Testimonials Widget 2.19.0
* Update Aihrus integration
* Update copyright year
## 1.2.1
* Change `self::notice_updated` to `aihr_notice_updated`
* Require Testimonials by Aihrus 2.18.1
* Revise Plugin Name: Testimonials – GC Testimonials Migrator
* Use Codeship.io than Travis CI
## 1.2.0
* Allow activation with Testimonials Premium
* Move ci to tests
* Move CSS to assets
* Move files to assets
* Move lib to includes/libraries
* Move main class to own class file
* Remove Travis config
* Revise required file paths
* Revise required_once for Aihrus Framework
* Specify a “Text Domain” and “Domain Path”
* Use $plugin_assets than $plugin_path
## 1.1.2
* RESOLVE load precedence issue
## 1.1.1
* Branding update
* BUGFIX Disable donate doesn't work
* BUGFIX Fatal error due to inactive REQ_BASE via old Aihrus Framework
* Show premium link when its not activated
* Use Aihrus Framework 1.0.1
* Use aihr_check_aihrus_framework
## 1.1.0
* Convert TODO to https://github.com/michael-cannon/gc-testimonials-to-testimonials/issues
* Implement PHP version checking
* Implement WordPress version checking
* Revise readme installation
* Revise readme structure
* Tested up to 3.9.0
## 1.0.4
* Update Aihrus framework
## 1.0.3
* Update Aihrus framework
## 1.0.2
* Check for PHP 5.3
* Move screenshots to SVN assets
## 1.0.1
* Add screenshot 1. GC Testimonials to Testimonials Settings
* Add screenshot 2. GC Testimonials to Testimonials Migrator
* Rename do_something to migrate_item
* Update Aihrus Framework
* Use common helper add_media
## 1.0.0
* Initial code release
## 0.0.0
* $this to __CLASS__
* Abstract get_posts_to_process method
* Add Ajax processing screen
* Add EDD_SL_Plugin_Updater.php
* Add LICENSE
* Add StillMaintained.com notice
* Add [[gallery]]
* Add action `gct2t_update`
* Add aihrus framework
* Add and highlight video introduction
* Add licensing helper
* Add post_id to do_something
* Add settings help tabs
* Add shortcode `gc_testimonials_to_testimonials_shortcode`
* Add trim validator
* Add widget template
* Adjust load priority to support other plugins tying in
* Allow blank NEW_* settings
* Baseline API
* Baseline readme.txt tags
* Centralize styles/scripts handling
* Change $2 donation request to $5
* Check for sections() and settings() as needed
* Comment out init() by default
* Correct Youtube video linking
* Correct cbqe_ options tagging
* Delete prepare script on run
* Don't auto-delete prepare script
* Enable activation and version checking
* Enqueue jquery-ui-progressbar
* Full stack developer verbiage
* Minimally require WordPress 3.5
* Prevent unwanted slug__ naming
* Purge excess code
* Rename `gc_testimonials_to_testimonials` to `wps` for action and filter names
* Revise headers
* Revise installation instructions
* SEO tweaks
* Simplify `wp_enqueue_style` handling
* Simplify filter naming
* Support base and slug settings
* Test hphpa
* Tested up to: 3.8.0
* Travis ignore WordPress.WhiteSpace.ControlStructureSpacing - false positives
* Tweaks titles
* Update POT
* Update Travis
* Update about image path
* Update donate text
* Use abstract class Aihrus_Settings
* Use abstract class Aihrus_Widget
* Use do_load
* Use static for $admin_page
* Use str_getcsv
* apt-get update
* https jQuery transport |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/generate-audiogram-block/composer_file/package.json | {
"name": "generate-audiogram-block",
"version": "0.1.0",
"description": "Generate and customize audiograms in the block editor.",
"author": "firewatch",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@ffmpeg/core": "^0.9.0",
"@ffmpeg/ffmpeg": "^0.9.8",
"@wordpress/block-editor": "^6.2.0",
"@wordpress/blocks": "^10.0.0",
"@wordpress/i18n": "^4.2.0"
},
"devDependencies": {
"@wordpress/scripts": "^17.0.0"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/generate-disable-mobile/change_log/changelog.txt | Changelog Legend:
----
[+] = Added
[*] = Changed
[^] = Moved
[=] = No Changes
[x] = Deleted
[!] = Bugs
----
(4/23/2015) - 0.1
Initial Release |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/generate-legacy-mobile-menu/change_log/changelog.txt | Changelog Legend:
----
[+] = Added
[*] = Changed
[^] = Moved
[=] = No Changes
[x] = Deleted
[!] = Bugs
----
(8/20/2015) - 0.2
[*] Update to work with GeneratePress 1.3.09
----
(4/23/2015) - 0.1
Initial Release |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/generous-world/change_log/changelog.txt | # Changelog
All notable changes to the plugin will be documented in this file.
## 1.0.0 - 2019-08-24
### Initial release
## 1.0.1 - 2019-09-20
### Fixed typos and descriptions |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/genesis-js-no-js/change_log/CHANGELOG.md | # Change Log for Genesis JS / No JS
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
Nothing yet.
## [3.2.1] - 2017-11-29
### Fixed
- Fatal error, requiring wrong file name.
## [3.2.0] - 2017-11-29
### Added
- Unit tests, with 100% code coverage.
- Mutation tests, with MSI of 100%.
- `.editorconfig` file for code standards in IDEs.
- New Plugin class which loads textdomain.
### Changed
- Name of main class.
- Refreshed Travis config, switched to build stages.
- Refreshed .gitattributes.
## [3.1.1] - 2017-11-29
### Changed
- Rename PHPCS config file, since PHP_CodeSniffer 3.1 minimum is required.
### Fixed
- Check and deactivate correctly if PHP requirement not met.
## [3.1.0] - 2017-11-28
### Added
- `Requires PHP` header to `readme.txt`.
### Changed
- Dropped PHP requirement for running the plugin from 7.1 to 7.0.
## [3.0.1] - 2017-08-24
### Fixed
- Function name prefixes.
## [3.0.0] - 2017-08-24
### Added
- Banner and icon PSDs to assets.
- PHP version check in main plugin file.
- GitHub documents and templates.
- [Code of conduct].
- [Travis CI] support.
- `.gitattributes` file to reduce Git / Composer distributable archive size.
- Coding standards checks and fixes.
### Changed
- [#2]: Bumped minimum required PHP version to **PHP 7.1**.
- [#4]: Improved replacement technique, to avoid parsing class name string with a regular expression (props [Tim Jensen]).
- Bumped minimum required WP version to **WordPress 4.6**.
- Bumped Tested Up To version to 4.8.1.
- Moved PHP 7.1+ code into separate `init.php` file.
- Update documentation.
### Removed
- Explicit load plugin text domain call.
## [2.1.0] - 2016-08-08
### Added
- Load plugin text domain.
- `composer.json`.
### Changed
- Better [change log format].
- Update documentation.
## [2.0.0] - 2014-08-23
### Added
- GitHub Updater plugin support
### Changed
- Refactor class into a new file. Stops using half-implemented Singleton pattern.
- Update documentation.
## [1.0.1] - 2011-06-02
### Fixed
- Hooked in with priority 1 to avoid a theme placing anything before the script (props [Josh Stauffer]).
## 1.0.0 - 2011-05-24
- Initial release.
[#2]: https://github.com/GaryJones/genesis-js-no-js/issues/2
[#4]: https://github.com/GaryJones/genesis-js-no-js/issues/4
[change log format]: http://keepachangelog.com/en/1.0.0/
[Code of conduct]: CODE_OF_CONDUCT.md
[Josh Stauffer]: http://twitter.com/joshstauffer
[Tim Jensen]: https://github.com/timothyjensen
[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.2.1...HEAD
[3.2.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.2.0...3.2.1
[3.2.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.2.0
[3.1.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.1.1
[3.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...3.1.0
[3.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...3.0.0
[2.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.0...1.0.1 |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/genesis-responsive-slider/composer_file/package.json | {
"name": "genesis-responsive-slider",
"description": "Development files for the Genesis Responsive Slider plugin.",
"repository": {
"type": "git",
"url": "https://github.com/copyblogger/genesis-responsive-slider"
},
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-autoprefixer": "*",
"grunt-checktextdomain": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-csscomb": "*",
"grunt-jsbeautifier": "*",
"grunt-jsvalidate": "*",
"grunt-phplint": "*",
"grunt-styledocco": "*",
"grunt-wp-i18n": "*",
"load-grunt-tasks": "*"
},
"plugin": {
"name": "Genesis Responsive Slider",
"uri": "https://github.com/copyblogger/genesis-responsive-slider",
"description": "A responsive featured slider for the Genesis Framework.",
"author": "StudioPress",
"authoruri": "http://www.studiopress.com/",
"version": "0.9.6",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-simple-share"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/genesis-simple-edits/composer_file/package.json | {
"name": "genesis-simple-edits",
"description": "Development files for the Genesis Simple Edits plugin.",
"repository": {
"type": "git",
"url": "https://github.com/copyblogger/genesis-simple-edits"
},
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-autoprefixer": "*",
"grunt-checktextdomain": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-csscomb": "*",
"grunt-jsbeautifier": "*",
"grunt-jsvalidate": "*",
"grunt-phplint": "*",
"grunt-styledocco": "*",
"grunt-wp-i18n": "*",
"load-grunt-tasks": "*"
},
"plugin": {
"name": "Genesis Simple Edits",
"uri": "https://github.com/copyblogger/genesis-simple-edits",
"description": "Genesis Simple Edits lets you edit the three most commonly modified areas in any Genesis theme: the post-info, the post-meta, and the footer area.",
"author": "StudioPress",
"authoruri": "http://www.studiopress.com/",
"version": "2.2.1",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-simple-edits"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/genesis-simple-hooks/composer_file/package.json | {
"name": "genesis-simple-hooks",
"description": "Development files for the Genesis Simple Hooks plugin.",
"repository": {
"type": "git",
"url": "https://github.com/copyblogger/genesis-simple-hooks"
},
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-autoprefixer": "*",
"grunt-checktextdomain": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-csscomb": "*",
"grunt-jsbeautifier": "*",
"grunt-jsvalidate": "*",
"grunt-phplint": "*",
"grunt-styledocco": "*",
"grunt-wp-i18n": "*",
"load-grunt-tasks": "*"
},
"plugin": {
"name": "Genesis Simple Hooks",
"uri": "https://github.com/copyblogger/genesis-simple-hooks",
"description": "Genesis Simple Hooks allows you easy access to the 50+ Action Hooks in the Genesis Theme.",
"author": "StudioPress",
"authoruri": "http://www.studiopress.com/",
"version": "2.2.0",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-simple-hooks"
}
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/genesis-variable-footer-widgets/change_log/CHANGELOG.md | 1.2.1 (2017-01-30)
- Added support for WordPress version 4.7.2
- Updated contributors
1.2 (2016-10-16)
- Added support for translations via load_plugin_textdomain()
- Added conditionals to make sure plugin cannot be activated on
non genesis themes and anyone using PHP 5.3.x
1.1 (2016-10-16)
- Added a high-DPI banner designed by [Cathi Bosco](http://www.canddstudios.com/)
- Version bump
- Code refactoring
- Minified CSS
1.0.3 (2015-07-08)
- Updated readme.txt and README.md
1.0.2 (2015-07-08)
- Changed Plugin name to Genesis Simple Footer Widgets
1.0.1 (2015-07-08)
- Added CHANGELOG.md
- Removed unnecessary files.
- Edited readme.txt and README.md
- Added instructions within Genesis Theme Settings
1.0.0 (2015-05-26)
- Initial release. |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/geodirectory/change_log/change_log.txt | v1.6.38
Bulk delete tags results in 500 Internal Server Error - FIXED
Backend edit GD listing pages can show blank page - FIXED
CURL call replaced with wp_remote_get() - CHANGED
GD Tool > Ratings check always shows "Review locations missing or broken" - FIXED
Sometimes search button shows font-awesome icon html - FIXED
Google Map bubble not working after Google round infoWindow update - FIXED
v1.6.37
WP Font Awesome Settings added to support CSS and JS versions - ADDED
v1.6.36
Event search not showing results for near location search - FIXED
Some themes not showing GD Home Top widget section - FIXED
Font Awesome ratings input not showing correctly if FA not loaded with Pseudo-Elements - FIXED
Get directions text not changing when using default value - FIXED
v1.6.35
Font Awesome Pseudo-Elements flag disabled by default - CHANGED
v1.6.34
CSS Pseudo-Elements now enabled for Font Awesome - CHANGED
Disable our own FA on beaver builder pages until BB updates to FA5 JS - FIXED
Map child categories reveal icon not showing correctly - FIXED
Map child categories show/hide toggle not working - FIXED
v1.6.32
Fix GD search conflict with Jetpack by WordPress.com ElasticSearch - FIXED
Change CPT settings sorting options description - CHANGED
Special apostrophe character not supported with search listing - FIXED
OSM cant handel geocode search of UK post codes missing the space - FIXED
Search adds all terms to query if search field is blank - FIXED
Deleted tag still displayed on the listing detail page - FIXED
Use of getenv('REMOTE_ADDR') with PHP v7.2.1 results in internal server error - FIXED
Issue with listing slug WPML translation - FIXED
Listing shortcode shows posts from all categories if category has no post - FIXED
Location me page shows wrong results on map when map cache enabled - FIXED
CPT archive pages not showing any results - FIXED
Unable to translate text on detail page photos popup - FIXED
Search radius settings not filtering the results - FIXED
OSM near search geolocation not adding on default location to search - FIXED
Google maps CSS changes means map info-window close button does not work - FIXED
Shadow missing from fav listing icon - FIXED
Update Font Awesome to v5 JS version - CHANGED
v1.6.30
Yoast v8.x shows error on backend edit listing page - FIXED
v1.6.29
iframe api generation broken (by Google iframe restrictions) changed to new window popup - FIXED
Apple devices use different kind of apostrophe which does not work for search - FIXED
Fieldset title with special characters outputs incorrect css class - FIXED
Issue with detail page permalink when Yoast SEO is active - FIXED
Map popup shows incorrect listing links - FIXED
v1.6.28
OpenStreetMap populates wrong region for UK - FIXED
Check added if post info missing on details page - FIXED
If doing first ever upgrade of GD the "set in what locations" can be unset - FIXED
v1.6.27
Distance on related listings not showing anymore - FIXED
Shows incorrect address in edit listing - FIXED
Deleting listing sometimes fails to delete featured image smaller image sets - FIXED
Add submit ip in export listings data - CHANGED
Old Google analytics code should not be added if disabled - FIXED
v1.6.26
OSM address encoder fails if site is non SSL - FIXED
v1.6.25
My Favorites text in breadcrumb not translatable - FIXED
Email custom field not showing on map bubble - FIXED
Related listings widget does not have option to sort nearest listings - FIXED
Address field does not hide validation message if address set from map dragend - FIXED
Add listing shortcode not working if page have other shortcodes - FIXED
Details page send enquiry/friend forms don't validate if listing is published - FIXED
New hooks added for WPML duplicate translation - CHANGED
Review form rendered with rich editor does not validate the field correctly - FIXED
Detail page sidebar gets wrapped to bottom of page for Divi v3.0.87 - FIXED
JetPack CDN breaks listing images - FIXED
New core WP 4.9 plupload JS breaks our CSV upload for import - FIXED
v1.6.24
Fix affiliate links for GeoDirectory CPTs listing pages - FIXED
Broken term links on details page if region removed from details links - FIXED
GD login link throwing to 404 page for already logged user - FIXED
Show validation message for empty review/reply text - CHANGED
Listing edited notification should be sent after listing data saved - CHANGED
After GT to GD migration comment content shows [img] tags - FIXED
Multiselect ajax not working properly due to VARCHAR - FIXED
Overall rating sort now uses bayesian formula by default - CHANGED
Add to fav for multisite using same option, now uses option for each site - CHANGED
Bulk edit action breaks the listing status - FIXED
listing_width parameter does not working in gd_listings shortcode FIXED
View all link should go to search page with near me selected - CHANGED
geodir_reviewer_content_author_link filter added - ADDED
CPT draft/pending links can be broken with some settings - FIXED
category_restrict parameter not hiding the text More Categories/Less Categories - FIXED
v1.6.23
"All" string is not translated in popular post widget title - FIXED
Fix post name for autosaved listing from backend - FIXED
Added filter to the geodir_listing_belong_to_current_user() function - ADDED
Search by tag keyword not working properly - FIXED
v1.6.22
Comment replies should not add review structured data - FIXED
Hooks added to customize texts in location description when for empty location - ADDED
Popular post widget view all link should have url with current language - FIXED
Mobile details page tabs now close and scroll to show tab title - CHANGED
Sometime click on pinpoint doesn't opens the map infowindow - FIXED
Category top description not saved from new category form - FIXED
Fix flexslider JS conflict - FIXED
Option added in popular post widget to hide widget if no listings found - ADDED
Disable review submitting on draft/trash/pending listing - CHANGED
Don't translate GD post types/taxonomies if disabled in WPML settings - CHANGED
RTL, details page tabs not RTL - FIXED
On detail page show no. images as per plan allowed - FIXED
Remove grey X from default custom field - CHANGED
WPML v3.2+ compatibility changes - CHANGED
Theme My Login compatibility fix - FIXED
Can't disable BCC notification to admin on post submit success - CHANGED
Backend should load content in language that user has selected in his profile - FIXED
geodir_date() function not working for already translated date - FIXED
Disable quick edit links for GD CPTs - CHANGED
If nothing found during Near search the Near location will be used as the map default location - CHANGED
Popular post view widget, added filter to sort by option - ADDED
Recent reviews no. of reviews limit not working - FIXED
Function geodir_user_post_listing_count() using current user id instead of user_id arg - FIXED
Widget listing should show nearest results when location filter enabled and lat/lon set - CHANGED
On login/signup page redirect_to parameter not working for logged user - FIXED
Problem occurs when using "tag" string in post type name - FIXED
gd_listings shortcode shows all listings if post_author has no listings - FIXED
UsersWP login widget redirects to /login page - FIXED
Added beta map cache settings to GD>Design>Map section - ADDED
GD css conflict with Woocommerce - FIXED
v1.6.21
Recent reviews doesn't work well with WPML - FIXED
Changed "Get Directions" custom field to apple maps link as it redirects better on all devices - CHANGED
Remove X theme search page titles and breadcrumbs - CHANGED
Post type conflict on add listing page - FIXED
Listings & terms unique slug validation with WPML - CHANGED
DB Max index length variable added - ADDED
In location translation change to in %s to fix prefix location - CHANGED
Added option to change default list thumbnail image size - ADDED
Added title attribute to listing images - ADDED
CPT > Categories widget on detail page should filter post type & category if allowed - CHANGED
New hook added to filter address fields being displayed - ADDED
v1.6.20
is_featured column added in listing sample CSV file - CHANGED
Map Bubble placement problem for OpenStreetMap - FIXED
Listing slider widget image not a link - CHANGED
Hooks added to filter custom field value - CHANGED
Problem when listing title matches category or tag name - FIXED
Map ajax now sends location info to bust some caching problems - FIXED
If map first loads empty then changing CPT on map might not work - FIXED
Dummy images urls www. removed as some servers do not follow redirect - FIXED
Default Google maps mobile view full screen map button removed as we have our own - CHANGED
v1.6.19
X theme update causes some layout issues - FIXED
Kleo listing and CPT pages not using GD titles - FIXED
Audio custom file fields will now show audio player instead of link - CHANGED
If single cat selected in home map, show that marker rather than post default marker - CHANGED
Geolocation on near field can be cached when browser back button used - FIXED
WP Session class lib can expose the Session ID publicly - SECURITY
v1.6.18
Custom field should display label instead of value if set in option values - FIXED
With WPML the location terms added twice when CPT slug is translated - FIXED
gd_listing_map shortcode not working for CPT other then "gd_place" - FIXED
GD Booster causes problem when used http in urls on SSL enabled site - FIXED
Listing slider widget breaks slider if on detail page - FIXED
For price custom field option "Decimal display" does not working - FIXED
Singapore set address on map does not always return country - FIXED
Use of ICL_LANGUAGE_CODE conflicts if used to check WPML installed - CHANGED
New attributes added in gd_listings shortcode to filter user favorite listings - ADDED
Backward compatibility for multibyte string functions - CHANGED
Facebook login will not redirect back to add listing page - FIXED
Fix conflict Advanced Custom Fields timepicker - FIXED
Isle of Man added as own country and regions fixed - FIXED
Undefined error when map marker animating - FIXED
Option added to disable overwrite by Yoast SEO titles & metas on GD pages - ADDED
On Custom AJAX request WPML uses default language for non logged user - FIXED
Search returns all the posts for Kleo theme - FIXED
Sort CPT taxonomy in popular categories widget - CHANGED
Fixed some countries missing ISO country code - FIXED
Admin use only date field should not lost value if saved by user - FIXED
Post date should be updated via CSV import - CHANGED
In [gd_listings] shortcode if category has no posts then it shows all the results - FIXED
[gd_popular_post_view] shortcode character_count=0 not working - FIXED
Popup forms not using correct language with WPML - FIXED
Flatsome theme compatibility settings added - ADDED
BuddyBoss theme compatibility settings added - ADDED
Add locate me button to address input on add listing page - ADDED
Categories icon urls are broken if site moved from http to https - FIXED
Allow import/export linked business cpt ids - ADDED
In front end allowed to translate listing via WPML duplicate translation - ADDED
Fix issue with Paris sometimes returning a sub section name from Google API - FIXED
Fix Tax Meta Class conflicts - FIXED
v1.6.17
Changes for batch WPML duplicates feature - CHANGED
Yoast SEO location replacement tags no longer working - FIXED
v1.6.16
Country should be not added in DB via query - FIXED
New parameters post_type & category added to the listings map shortcode - CHANGED
WPML geodir_info_url and geodir_login_url now uses lang code in url when needed - CHANGED
Added try catch to Google analytics account call which can break if no accounts present - FIXED
Added Google Analytics option to anonymize IP to comply with German law - ADDED
Marker pins not bouncing for OpenStreetMap - FIXED
Make ratings stars clickable on listing - ADDED
Fix for WordFence warning on registration via GD Login - FIXED
Textarea and html custom field can now use default value - CHANGED
Kleo theme title not show on preview page - FIXED
Breadcrumb formatting issue with the neighbourhood name - FIXED
On add listing page switching WPML language changes the listing type - CHANGED
Option added in listing map widget to enable marker cluster for map - CHANGED
Google Analytics account error breaks the site - FIXED
Auto register custom fields for WPML translation via GD custom field translation tool - CHANGED
Fix ISO2 for translated country - FIXED
Updated Generate API KEY button to add access for all APIs - CHANGED
Switching language from WPML location switcher looses the page variables on GeoDirectory pages - FIXED
Set address on map can sometimes not work right if no zip is provided - FIXED
Address and Category cant be shown on their own tab - FIXED
The country code is undefined when default country is set and translated - FIXED
Single quote in default city name causes problem in add new city - FIXED
Popular post view widget Featured sort now secondarily ordered by date added - CHANGED
Geocode address add listing page on FireFox can cause ZERO_RESULTS in some circumstances - FIXED
Fusion Builder jQuery chosen conflicts with GD jQuery chosen - FIXED
Hook added to enable/disable editor for description field - CHANGED
Spain now uses administrative_area_level_2 for regions (this will affect current Spanish listings, you should add new regions and then merge out old ones) - CHANGED
Category are not unticked on page refresh for map post type other than default - FIXED
Synchronize the post reviews if "Synchronize comment on duplicate content" is set - CHANGED
New title variables added to display country/region/city/neighbourhood - CHANGED
Some functions added for truncate, strlen, substr the text - ADDED
WPML duplicate should not be posts edited from frontend - FIXED
"Place" and "Places" in latest core PO file is not translating anymore - FIXED
WPML "view all" does not use the translated CPT slug - FIXED
White spaces in multiselect comma separated custom fields does not ticked in edit form - FIXED
Ultimate VC Addons script breaks backend add/edit listings - FIXED
Widget CPT Categories has extra closing ul tag - FIXED
Detail page map get directions should user user location - CHANGED
[#user_email#] shortcode variable is not working in listing notification emails - FIXED
Added media query for 375px to show listings 100% at below that - ADDED
Some WPML compatibility fix - FIXED
Option added to disable review stars for certain post type - CHANGED
Fix issue for plugin installation via WP-CLI - FIXED
Sao Tome and Principe and South Sudan countries added to DB list - CHANGED
GD Tools> reload countries table tool added to update new countries - ADDED
Detail page previous and next links broken if WPML is active - FIXED
v1.6.15
Google Services API can conflict with newer version of the Google Service Class - UPDATED
No way to deactivate GA Settings, deactivation button added - ADDED
Google map directions not working on detail page map - FIXED
CSS issue with map category show/hide icon - FIXED
Filters added to admin BCC emails - ADDED
Twenty Seventeen theme compatibility settings added - ADDED
geodir_save_post_info() now faster and escapes values better - CHANGED
Using apostrophe(') in title breaks title in map info window - FIXED
v1.6.11
geodir_set_as_home rule still existed from depreciated option - FIXED
Registration box, changed Name/Email around so to work with browser save user/pass - CHANGED
Fix for primer theme edit place page - FIXED
Font awesome rating validation not working - FIXED
Admin BCC post_submit subject/message hooks not applied - FIXED
Google maps on some mobile devices adds a new span which breaks slide out menu - FIXED
Max and min map zoom levels set via hooks not working - FIXED
$extra_fields in custom field stripping slashes too early - FIXED
Email headers changed from string to array() and MIME-Version removed - CHANGED
Added filters to the add listing page title and description labels for difficult translations - ADDED
Reunion (island) added and Burma removed (replaced with Myanmar) - CHANGED
Payment manager restrict description input count can affect video tab - FIXED
WPML exclude cats on map does not work for translations of categories - FIXED
Dummy data section improved and additional industries added - ADDED
Empty price field outputs 0.00, now it is not displayed - CHANGED
On detail page current location parameters should be added to the term links - CHANGED
OpenStreetMap does not working when third party plugin using the Google Maps JS API - FIXED
GD listings query returns wrong total when category has sub categories - FIXED
BREAKING CHANGE: Google Analytics settings simplified, MUST be re-setup to continue use - BREAKING CHANGE
On multisite after import it shows wrong directory location to upload images - FIXED
alive_days column added in exported csv file - ADDED
Share this section on details page removed, share this servers have been causing problems - REMOVED
Full screen map button class changed to have gd- prefix to avoid conflicts - CHANGED
v1.6.10
Search can fail if more than one CPT but one is empty - FIXED
Search with near field can fire before geolocation returned - FIXED
Sort by farthest not working, sorts by nearest - FIXED
Change enquiry email name if owned by admin or not claimed - CHANGED
v1.6.9
Tab custom field hook missing htmlvar variable - FIXED
Some CSS tweaks for gd-comma-list in tabs - CHANGED
linked place marker can sometime show on details page map of original place - FIXED
Changes for custom OpenStreetMap integration - CHANGED
Option added in Popular Category Widget to show parent categories only - ADDED
Video preview placeholder shown on preview page - CHANGED
Enable location filter option added for slider widget - ADDED
Changed for WPML not getting correct lang from url - FIXED
Predefined custom fields section added to place settings - ADDED
Search bar styles change (to use original GD>Design>Search>Use old non-styled form) - STYLE BREAKING CHANGE
Firefox marker title hover fails on multiple repeat hovers - FIXED
If multiple CPT but only one has posts then search CPT switcher will not show - CHANGED
$_SERVER['SERVER_NAME'] returns empty host with nginx server - FIXED
Flexslider RTL chrome 53 bug, slider not showing - FIXED
Chosen select RTL display bug - FIXED
Yoast SEO meta tags should add category default image in meta - ADDED
Lazyload images not loading if they have parentheses in the url (x) - FIXED
Price output settings added to numerical text custom fields - ADDED
Settings added to remove data on plugin uninstall - ADDED
v1.6.8
Address field output containd class post instead of post_address - FIXED
Video and special offers tabs can show twice - FIXED
Custom field position change function sometimes not run - FIXED
Multiselect custom field can now be show as comma separated by adding class `gd-comma-list` - ADDED
With Avada theme "GD Home Top Section" widgets dont work on GD Home page - FIXED
v1.6.7
Original custom fields hook htmlvar broken - FIXED
Default custom fields not able to show in custom tab - FIXED
Function added to convert date formats - ADDED
Checkbox custom field can fail to show if previously set as own tab - FIXED
v1.6.6
Added filter to geodir_filter_empty_terms function - ADDED
Best of widget not showing lazyload images on ajax change - FIXED
Added action hooks to login widget for social buttons - ADDED
Changed the way fullscreen map works for more compatibility - CHANGED
Mouse scroll zoom control setting not working for OpenStreetMap - FIXED
Popular post view widget -> "Post Type:" setting not working on CPT pages - FIXED
Responsive video shortcode - ADDED
Claim listing error message incorrect class - FIXED
Address field not showing the same on prview page - FIXED
Options added in CPT categories widget to disable viewing post type & category filters - ADDED
Server side marker clustering not working with OpenStreetMap - FIXED
BuddyPress admin bar not availble for non admin users - FIXED
Fixed map marker title special characters encoding - FIXED
Let popup forms template override from theme - FIXED
Added a filter to modify My Dashboard widget title - ADDED
Map routing direction feature added for detail page OpenStreetMap - CHANGED
Ajax pagination not working when more then gd_listings shortcodes added to the same page - FIXED
v1.6.5
Location page breadcrumb now uses location page slug - CHANGED
Date custom field date formats now more standardized - CHANGED
Claimed column added in exported listings csv file - FIXED
Imported images with spaces are not loaded via the lazyload function - FIXED
GD Listings shortcode extended with the "tags" parameter to filter listings by tags - ADDED
fgetcsv ignores special characters when they are at the beginning of line - FIXED
When a CPT has no listing it replaces the blank CPT name in meta titles - FIXED
Map un-ticked cats wrong on first load if default place CPT not used - FIXED
Nearest option added to related listings - ADDED
Add listing shortcode can sometimes show form twice - FIXED
My Favorite page uses first listing author name instead of logged in user name - FIXED
Is active option removed from the address field to avoid confusion - CHANGED
Unable to populate dummy data with OpenStreetMap enabled - FIXED
Editor/Authors can access some parts of the backend even if setting set to not allow - FIXED
Listing success template now uses author sidebar instead of details page sidebar - CHANGED
Popup forms changed to placeholders and html5 validation - CHANGED
v1.6.4
Date custom field can sometimes display default date on preview page - FIXED
Average review added back to sidebar - CHANGED
& symbol causing problem in listing tag display - FIXED
Option added to export listings which are published between specific dates - CHANGED
Listings shortcode paging not working with lazy load images - FIXED
Google maps now required API KEY, setting added - FIXED
v1.6.3
Popular post categories widget not adhering to default post type setting - FIXED
OpenStreetMap breaks images on https sites when SSL is active - FIXED
Show page content for all GD pages - ADDED
jQuery chosen conflicts causes problem when add new region/city in backend add listing - FIXED
gd-Navi CSS min-width set to avoid hiding on small screens - FIXED
Lazy load GD images option added in Design>Scripts - ADDED
Wrong class spelling for search widget shortcode - FIXED
dummy data images are being cached now - ADDED
No reviews link points to #respond instead of #reviews - FIXED
Filter added to make telephone linkable in home map bubble - ADDED
Switching themes will persist GD widgets but now keep theme specific widget settings - FIXED
If new import has new featured image it does not set it properly as featured image - FIXED
Beaver Builder plugin has problems with draft posts when GD installed - FIXED
Second line menus items can show over first line sub menu items because of z-index - FIXED
Changed load_textdomain to init hook for WPML compatibility - CHANGED
Text `Listing Title` and `Listing Description` changed to CPT specific - CHANGED
Added filter to modify special offers tab content - ADDED
switching post type on home map are persistent now - CHANGED
Multiselect custom field now output as comma separated list instead of ul - CHANGED
Apostrophe problem in address field - FIXED
v1.6.2
GD Search widget bug with Display Widgets plugin - FIXED
Log the WP error in debug.log with csv row number when fail to import listing - ADDED
Single select extra info value not showing when output - FIXED
Function geodir_get_post_meta() returns false value when field has value 0(zero) - FIXED
Added filters for client and admin emails - ADDED
Option added to remove details page tabs and show as list - ADDED
Added filter hook to listing slider widget - ADDED
If CPT order is changed from default the homepage categories dont change - FIXED
Hide the empty categories on the map - CHANGED
Large number of categories slow down the add listing page - FIXED
Removed DONOTCACHEPAGE for frontpage as it is no longer dynamic for locations - CHANGED
geodir_setup_submit_search() can set multiple click events on search submit - FIXED
OpenStreetMap integration added for maps - ADDED
New Avada theme can break search filters depending on settings - FIXED
General functions PHP version warning - FIXED
v1.6.0
GD export should not export deleted listings - CHANGED
Edited by author message should not fire when using GD import - CHANGED
get_currentuserinfo() Depreciated and removed/changed - FIXED
Option added to show custom text when no listings found in gd_listings shortcode - CHANGED
Page number variables added for titles & metas description - CHANGED
Forgot Password link not working - FIXED
The category icon and default image uploader no longer working with WP 4.5 - FIXED
Now able to set source category id for WPML translated categories in GD Import/Export - CHANGED
GD Import/Export imports wrong latitudes values - FIXED
JS error on hovering listings in some cases - FIXED
v1.5.9
New parameter "post_author" added in [gd_listings] shortcode to filter listings by author - ADDED
The slider thumbnails are not working as expected when many listings are displayed - FIXED
Excluded categories printed when selecting a category on add listing page - FIXED
Var GEODIRECTORY_PLUGIN_DIR was not defined if server falls back to PHP sessions - FIXED
Fontawesome star rating colour CSS missing a closing bracket - FIXED
If map shows multiple CPT, clicking current selected CPT shows loading div constantly - FIXED
Quotes in csv title import break maps - FIXED
If domain name contain CPT and home page is set to current location then it breaks the links on listing pages - FIXED
geodir_is_page() fails if post_type query var is an array - FIXED
Features widget add item button does not do anything for new widgets - FIXED
Added option to bounce marker pin on listing hover on listing page - ADDED
Multinews theme compatibility changes for new version - FIXED
Add listing neighbourhood via GD import/export listings - CHANGED
If apostrophe in option value then it disappears from the selected option values - FIXED
Display cpt/category name in the advanced pagination info - CHANGED
Send notification to Admin when listing edited by Author - ADDED
Added new filter for search terms `geodir_search_better_search_terms` - ADDED
Search with single quotes does not return results - FIXED
Tag and Cat labels on details page easier to translate - CHANGED
Options added to check/refresh analytics data and to set time interval for auto refresh results - ADDED
Some PHP7 compatibility changes - CHANGED
v1.5.8
Local .mo file path points to wrong location - FIXED
Debugging notice printing on plugins.php page - FIXED
v1.5.7
GD Export should split requests to skip out of memory problem - FIXED
Added filters to change img urls for uses like CDN - ADDED
Added filters to be able to add your own vars to titles and meta - ADDED
Some plugins/themes can unset the page_id which breaks some features - FIXED
Events with long running times sometimes not showing on the map - FIXED
Some notification subjects not translatable - FIXED
Datepicker custom filed now has filter to add extra params - ADDED
Visual Composer can throw error for widget view all links - FIXED
Added TouristAttraction schema type for categories - ADDED
Added filter to be able to add/remove schema types - ADDED
Notifications email messages sent by GD should be translatable - FIXED
Changes for the neighbourhood system improvement - CHANGED
id & style class added to custom field type fieldset - ADDED
Home map shortcode now supports latitude longitude args - ADDED
Made few changes for W3C validation - CHANGED
Font awesome updated to 4.5.0 - CHANGED
New filter added to use group by clause in map marker query - ADDED
Custom field option values should be translatable - FIXED
Permalink pages settings saving on a different wpml language breaks pages settings - FIXED
Added filter to be able to search listing results map json - ADDED
Able to enter title for url fields with "|" separator like "http://wpgeodirectory.com|GeoDirectory" - CHANGED
Listing width option does not working in related listing widget - FIXED
For category field type "select" it should add parent category also when a sub-category is selected - FIXED
Slight change to tax meta class for compatibility with some themes - CHANGED
Added hooks to add listing success page message - ADDED
Schema filter/function added $post param - CHANGED
GD login doesn't allows login by email if site is using SSL - FIXED
Description word limit to zero in GD -> Design -> Listings doesn't hide listing description - FIXED
Url custom field uses default value for link text if present - CHANGED
Default image should not displayed on listing detail preview page - FIXED
Changes to implement location import/export for multilocations - CHANGED
Not able to create new custom field with type checkbox if default value entered - FIXED
GeoDirectory Session class added to manage sessions - ADDED
Deleting custom field not deletes the field from sorting fields table - FIXED
Address field sort option removed - CHANGED
Font Awesome support added for rating images - ADDED
Some servers fail if a POST value is VARCHAR so we change it to XVARCHAR for post - CHANGED
Hide tags and description fields if char limit set to ZERO for fields - CHANGED
WordPress function wp_get_http is deprecated, removed and replaced - CHANGED
v1.5.6
In add listing form sub-categories are no longer showing in hierarchy for checkbox display type - FIXED
Tick parent category should not tick sub-categories but untick parent category should untick sub-categories - CHANGED
Filter added to modify unfavorite icon - ADDED
Details page map can have overlapping sidebar map elements - FIXED
Schema description HTML tags now removed - CHANGED
New widget added to display content like features - ADDED
URL Schema can have validation error - FIXED
Multiselect fields with {optgroup} sometimes not creating a list - FIXED
Option added to export max number listings per csv file to fix out of memory issue - FIXED
Body classes added to GD pages for each page - ADDED
The recent reviews widget ignores 1 star reviews - FIXED
Added ability to show upgrade warning messages for major changes - ADDED
Multiselect custom field "Display Type" option doesn't save on first attempt - FIXED
Apostrophe in location name breaks the maps - FIXED
JS warning Google maps sensor no longer required - FIXED
Features widget now has repeater fields for ability to add lots of items - CHANGED
Star rating hidden when map is full screen - FIXED
v1.5.5
Added charset parameter to case conversion functions - ADDED
Avada compat CSS updated to adjust search button position - FIXED
Filter `geodir_filter_title_variables_location_arr` added to filter the location variables for titles/meta - ADDED
GD category page CPT slug does not change when switching language with WPML - FIXED
Search form url not keeping the language in the url with WPML - FIXED
Homepage page_id query var not set and can cause problems with Yoast SEO - FIXED
Some changes for PHP7 - CHANGED
All CPT text are translatable using db translation - FIXED
New actions added to customize listing not found message - CHANGED
Advance search submit button fixed - FIXED
Pagination not working when location selected - FIXED
Shortcode added for CPT categories widget - ADDED
Breadcrumb HTML does not wrap correctly for a small screens or in a mobile - FIXED
Added geodir_review_form_args, gd_rating_form_html, geodir_get_rating_stars_html filters - ADDED
Post type archive link not working when "add city slug in listing urls" for location - FIXED
Tested with WP 4.4 - NOTICE
Blog archive page shows home page content even selected as a posts page - FIXED
v1.5.4
Event after map marker opened extended to prevent FireFox reclosing marker with server side clustering addon - FIXED
Map popup image margins and padding set to 0 !important for compatibility - CHANGED
Bootstrap styles can alter the popular categories count number position - FIXED
Location switcher ajax search not working with accents chars - FIXED
Best of widget Option added to display reviews in excerpt - ADDED
Image gallery lightbox popup image stretches problem with some themes - FIXED
Changed creation of url custom field from varchar 255 to text for longer urls - CHANGED
Yoast SEO is unable to overwrite the home page meta title - FIXED
Map tick box HTML changed for compatibility - CHANGED
New widget added: CPT Categories - ADDED
Default home page map width changed to 100% from 960px - CHANGED
With multi ratings the comment sorting is reversed then selected under settings -> discussion - FIXED
Excerpt more filter now only applied to GD post types - CHANGED
New action "geodir_infowindow_meta_before" added in map marker info window - ADDED
Default category can be set by "default_category" in csv import - CHANGED
Search unable to find listings for a particular keyword in the content - FIXED
New GD Home page created and setting depreciated for overriding normal home page - CHANGED
Email address with .coop TLD not validated - FIXED
Yoast meta title, description & keywords now also works with %location% tag - ADDED
GeoProperty theme compatibility pack - ADDED
Related listing widget does not reset the $post value properly - FIXED
Email subjects and messages can now be translated in .po file if original messages is used - CHANGED
Structured data now uses JSON-LD and can be filtered to add more info - ADDED
Schema type option added to categories for structured data - ADDED
Categories tax meta "cat_schema" is manageable using import/export - ADDED
HTML5 validation added to email, number, tel and url custom fields - ADDED
HTML5 pattern validation option added to text custom fields - ADDED
Options added for location specific urls like /country/city/ & /region/city/ - ADDED
Select and multiselect custom fields now exactly set their own max length in the DB so to not use as many bytes - CHANGED
Custom field type fieldset should not import/export in csv file - FIXED
In listing search form spinner icon customized with font-awesome spinner - CHANGED
On home page map categories menu not able to click on down arrow of scroll bar - FIXED
case conversion functions added to support unicode languages - ADDED
case conversion functions replaced with custom function to support unicode languages - CHANGED
Titles & Metas section added for changing GD page meta titles and descriptions - ADDED
Some page titles now editable in the Titles & Metas section - ADDED
Page titles compatible with WP 4.4 - ADDED
%%location%%, %%in_location%%, %%location_single%% and %%in_location_single%% now compatible with Yoast (WPSEO) - ADDED
Double words like `Place Categories` now easier to translate as one - CHANGED
Error message added when creation/edit of custom field fails - ADDED
Options added for location specific urls like /country/city/ & /region/city/ – ADDED
Able to get WP_Error on post save failure in geodir_save_listing() - CHANGED
Use get_site_url() instead of home_url() - CHANGED
v1.5.3
If tax query has 'relation' set then it will throw WARNING in wp_list_pluck - FIXED
listing-preview page template removed as details page template now used - CHANGED
In some cases with https when saving a listing it can change image url - FIXED
Cyrillic letters does not supported in GD Import - FIXED
Event map infowindow not showing dates properly - FIXED
Conflicts due to same id for password field in login and register form - FIXED
Jobby compatibility pack - ADDED
Avatar links to the member page are inconsistent - FIXED
Map popups with no image can be malformed on some themes - FIXED
WPML listings not exports original post id for some listings - FIXED
Datepicker custom field can show wrong date on edit if left blank on save - FIXED
Google maps zoom and street view buttons hidden with new Google layout - FIXED
New GD page gd-info added for displaying info messages - ADDED
New GD page gd-login added for login/register - ADDED
Some large imports can stop at 98/99% but are actually finished - FIXED
Image popup modal on detail page doesn't resize according to screen size - FIXED
Editing CPT tag not updating tag for associated CPT listing - FIXED
Changes made for marker cluster addon to allow server side clustering - ADDED
New login page now compatible with buddypress registration form for redirect option - CHANGED
GD import speed improved - CHANGED
Hit enter to search delayed by 100ms so other functions have a chance to change settings - CHANGED
Unused css image classes removed - REMOVED
Email custom field now used mailto: for the address and filter added to change the name output - CHANGED
Preview page missing address closing div which can break the footer in some themes - FIXED
New widget "CPT Categories" added to list categories - ADDED
Visiting a place while session is set to another location can show wrong breadcrumbs - FIXED
Added some filters in listview template and widget listview for jobby theme compatibility - ADDED
Fixed html_var variable in custom fields output - FIXED
Added class for fieldset field - ADDED
v1.5.2
Map view type TERRAIN option added for all the maps - FIXED
Upgrade function `gd_fix_cpt_rewrite_slug` set to run on every upgrade incase a user misses a version - CHANGED
Renamed Directory_Theme to Directory_Starter - FIXED
Avada box style not working for some pages - FIXED
Share this links to details pages can sometimes cause JS error from jQuery history hash object - FIXED
WPML, other translation links on details pages can be broken when viewing on non default language - FIXED
Filter added to change recent reviews excerpt length - ADDED
Details table limiting city,region,country names to 30 char, some region names are longer, changed to 50 char - FIXED
Image file for custom field not enlarging using modal if displayed as tab on detail page - FIXED
IE map infowindow can appear very small in height - FIXED
Added filter for adding the location to the url, so it can be filtered from addons - ADDED
Popup custom field image file in lightbox modal not working on home page and listing pages - FIXED
Details map and details page map widget mapview not changing from ROADMAP - FIXED
Details page mobile tabs view improved - CHANGED
General option added to set if user deleted posts go to trash or are permanently deleted - ADDED
Date custom field default format of mm/dd/yy added and descriptions of each format added for better understanding - CHANGED
Changed textdomain from defined constant to a string 'geodirectory' - CHANGED
Awesome font upgraded with new Awesome font version 4.4.0 - CHANGED
v1.5.1
Default sort by titles not translatable - FIXED
Listings permalinks are broken if slug matches part of host or base url - FIXED
Popular post view widget is no longer stripping HTML in the excerpt - FIXED
Add a filter to override comment avatar size from themes - ADDED
Added some code to override reviews template from theme - ADDED
Some filters added in best of widget - CHANGED
All widgets changed from PHP4 style constructors to PHP5 __construct, for WordPress 4.3 - CHANGED
Image file for custom field can be enlarged using modal - ADDED
Bottom section widget area inside wrapper div - FIXED
Review text first paragraph not wrapped in `p` tags - FIXED
Moved out avatar from reviews header - CHANGED
Changed terms and conditions link from a text input to a page select under GD>Permalinks for WPML compatibility - CHANGED
Option added in popular post category widget to set default posttype - CHANGED
Recurring events no working with GD import & export - FIXED
Category limit no longer counting child categories - FIXED
In popular post widget View All link in not correct if location filter disabled - FIXED
Disabling address change on marker move now also includes map drag on add listing page - CHANGED
Countries Caribbean Netherlands and Curaçao added to the country DB - ADDED
New map infowindow style added to be more consistent on different size maps - CHANGED
If WPSEO static blog page set GD homepage title wrong - FIXED
v1.5.0
Google analytic countries throws error - FIXED
Some PHP warnings removed when installing - FIXED
User level Subscriber not shown Google Analytics stats - FIXED
GeoDirectory custom script & css should not be printed in backend - FIXED
Added two hooks to search queries - ADDED
Post tags has a DB limit of 254, removed this limit - FIXED
The recent reviews shortcode is missing the title attribute - FIXED
Login error on GD signup page is not appearing - FIXED
In forgot password notification user display name is not well formatted - FIXED
Wrong link passed in send enquiry notification email - FIXED
User Dashboard links not showing titles on mobile - FIXED
Option added to customize pagination with "Showing results x-y of z" - ADDED
WPML custom posts slug translation not working with GD (requires CPT and Event addon update also) - FIXED
WPML popular post view rating on details page all the same as main post - FIXED
Import Export is now compatible with WPML - FIXED
Popular post widget set to use "All" if no category selected - CHANGED
Linked business events are not displayed on detail page for cached post - FIXED
Post images and location details not translated with WPML duplicate option - FIXED
Single post map icon not https if https is on unless uploaded via https - FIXED
Category map icon not https if https is on unless uploaded via https - FIXED
User ID column added in attachments table - ADDED
Shortcodes [#username#] & [#user_login#] added in registration notification - FIXED
is_approved and caption columns added in attachments table - ADDED
Listing slider widget can now show more than one listing at a time - CHANGED
Some JS and CSS files removed/reorganised - CHANGED
Info for PHP settings requirements added on GD Import & Export page - ADDED
Location manager select not working with genesis child themes on mobile - FIXED
Changes for Genesis child theme fixes - CHANGED
Import/export we now try to use ini_set to extend the execution times, if ini_set() can't be use we show manual settings notification - CHANGED
Disqus comments plugin now works with blog posts but is disabled on GD posts - FIXED
5px margin added to grid view titles - CHANGED
Error messaged on user registration border changed from green to red to denote errors - CHANGED
Date custom field shows value even if no date entered and format can be wrong on edit - FIXED
Moved login/reg function to be called on wp_loaded rather than init so other plugins have a chance to hook in if needed - CHANGED
v1.4.9
Google Analytics extra error messages added to help users debug - ADDED
Google Analytics days of week now translatable - FIXED
Broken image link can break the image upload button when editing - FIXED
Added check to not run file system check function when doing ajax calls - CHANGED
Best of widget now supports multiple uses per page - FIXED
Filter login_redirect added for login after GD signup - ADDED
Google Analytics Countries now translatable - FIXED
Google maps home map loads categories on first load instead of via ajax after page load - CHANGED
Cyrillic characters not exporting correctly in import/export - FIXED
With WPML search results listings for all languages - FIXED
In registration send password to email note removed when user allowed choose own password - FIXED
Menu save triggering rebuilding of category count and review counts - FIXED
Added option to General>search to limit small individual words form being searched - ADDED
Genesis cat description appearing twice and title out of align if sort by present - FIXED
Google removed some JS files from their CDN which broke some Analytics, changed to cloudflare CDN - FIXED
Added function to ad featured image to details page header so facebook will use it on url share - ADDED
Fields is_featured, package_id & expire_date do not working for import/export - FIXED
Default theme compatibility settings not installed on first install only on upgrade - FIXED
Google analytics metric changed from ga:sessions to ga:pageviews - CHANGED
Social importer not showing imported images properly - FIXED
Disable dragging on map not working for all mobile devices, mainly just Apple devices - FIXED
v1.4.8
Send Enquiry & send to friend options removed from listings page - CHANGED
Add listing form upload image tool should not upload non-image files - FIXED
Added wp_filesystem checks for systems having problems with import/export - ADDED
Genesis theme update shows menu below top widget area - FIXED
Added filter to be able to stop add listing address from changing when moving map pin - ADDED
Better seo title and description for search results - CHANGED
Without filling mandatory fields click on save draft button keeps spinning - FIXED
Autozoom assigned only for more then map markers - CHANGED
Import/export integrated with franchise feature - ADDED
Import/export work with parent/child category - ADDED
Custom field with apostrophe sign not translated properly - FIXED
WPML not translating details page content correctly - FIXED
Google Analytics for owners stopped working due to API retirement, new improved Analytics added - FIXED
Category listing sort by rating now uses review count as second sort value - CHANGED
WPML copy content for translation no longer copying GD custom fields - FIXED
Function codeAddress changed to geodir_codeAddress for compatibility - CHANGED
v1.4.7
Search not working for empty keyword search - FIXED
Review counts lost during virtual page conversion (also fixed by saving any place) - FIXED
Option added to allow/restrict some file types for custom field file upload - ADDED
Some DocBlocks added for documentation - ADDED
v1.4.6
New filter added for term link in popular category widget - ADDED
Validation added to avoid multiple times selection for same category - FIXED
Map ajax requests now specifically set to return utf-8 - CHANGED
Star ratings in sidebar not responsive for window size between 883x738 & 982x738 - FIXED
New filter added for location terms - ADDED
Searching function updated to find results for only matching whole words - FIXED
On sorting comment the comment text goes disappeared - FIXED
Import & Export added for GD listings & categories - ADDED
CSV Upload updated & moved under Import & Export - CHANGED
GD pages converted from virtual to normal pages - CHANGED
GD pages section added to GD permalinks page - ADDED
v1.4.5
Slider JS missing from preview page - FIXED
http://docs.wpgeodirectory.com/security-release-21-04-2015/ - SECURITY UPDATE
v1.4.4
In CSV upload file new column post_status added to set listing status - CHANGED
term description sometimes not showing - FIXED
Listing title displaying sanitized for title attribute - ADDED
CSV upload not dealing with line breaks in fields - FIXED
ADDRESS_MSG can't be translated because it contains HTML tags - FIXED
CSS files minified and added to one file for frontend - CHANGED
JS files minified for the frontend - CHANGED
In Best of widget listings "Best of" text not translatable - FIXED
Update for Avada 3.8+ compatibility that removes the need to edit and have the header.php in child theme - CHANGED
On search pages sort options removed as sorting is done by search criteria - CHANGED
v1.4.3
In the map child categories should be checked/unchecked when parent category is checked/unchecked - FIXED
Sorting by title not working correctly - FIXED
Added $post_id param to action 'geodir_update_postrating' - ADDED
Removed preview button from backend for GD posts - CHANGED
v1.4.2
Google api establishment term can override street address - FIXED
Added action geodir_infowindow_meta_after to infowindow - ADDED
On home page map css class added to highlight searched post type - FIXED
Popular category count not working with ajax - FIXED
In backend geodirectory style conflicts with some themes style - FIXED
Sort by most reviews not working in widget and shortcode popular post view - FIXED
Validation added for custom permalinks in GD -> General -> Permalinks - FIXED
All Listings virtual page removed - CHANGED
Shortcode added for best of widget - ADDED
Recent reviews widget ratings stars color not changed with multirating color setting - FIXED
geodir_curPageURL() changed slightly for https url's, we no longer add the port number - CHANGED
Shortcode added for to display GeoDirectory Listings with pagination - ADDED
Marker cluster not working in maps added via shortcode - FIXED
Add to fav/remove from fav text now filterable - ADDED
Awesome font upgraded with new Awesome font version 4.3.0 - ADDED
After searching for a city not able to search city again without clearing Near input box - FIXED
Custom fields texts translation added - FIXED
[#from_email#] added as a shortcode in notification templates - ADDED
Changed hook 'template_include' to priority 9 - CHANGED
v1.4.1
Distances to listings should show miles/km until 0.01 rather than 1 before changing to ft/m - FIXED
Function geodir_save_listing() now unsets the listing session before returning - CHANGED
Error in google review rich snippets when review rating manager plugin not active - FIXED
Some DocBlocks added for documentation - ADDED
v1.4.0
New user registration disabled error not showing because of & - FIXED
Category icons not always updated when changed - FIXED
Search results not ordered correct if default sort_by changed - FIXED
$_SESSION['listing'] being cleared too early for other addons - FIXED
Options added for detail page default sections to be disabled - ADDED
Best of widget doesn't set it's own view at first using the last set which is 2x grid - FIXED
Category icons broken with WPML per language - FIXED
Custom field wording "Show on detail page" changed for clarity - CHANGED
Class menu-item-has-children added to GD menu items Listings & Add Listing - FIXED
Slashes not stripped from message of send enquiry email - FIXED
CSV upload not supports formatting in description - FIXED
WPML bug, can show untranslated posts if category ID matches post ID - FIXED
Star rating images have a line at the end on safari (fixed with jQuery) - FIXED
Detail page tab content messed during page loading - FIXED
v1.3.9
Moved change log into core files as we lost 1.3.9 change log due to SSD failure - CHANGED
Virgin islands have duplicate entries in country list, removed from db install script - FIXED
Search changed for better individual word results - CHANGED
Excerpt length hook priority changed so it's not overridden by avada - CHANGED
Upload error message can now be translated - FIXED
Several W3C validation fixes/changes made - CHANGED
Switching between listing types can add an additional "enable dragging" message - FIXED
Category widget has a default of 15 changing this in widget does not take affect - FIXED
Dummy data can sometimes not delete post_details info - FIXED
Recent reviews widget can sometimes show replies as reviews - FIXED
added filter to function geodir_curPageURL - ADDED
Share this button JS not loaded over HTTPS if requested - FIXED
Add listing page on mobile can sometime scroll to content section - FIXED
Popular Categories widget improved loading time, reduced SQL queries and added ajax switcher per CPT - CHANGED
GD > Best of widget added (similar to yelp best of section) - ADDED |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/geodirectory/translation_file/geodirectory-languages/geodirectory-en_US.po | msgid ""
msgstr ""
"Project-Id-Version: GeoDirectory 1.6.25\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-17 19:00+0000\n"
"PO-Revision-Date: 2017-11-17 19:01+0000\n"
"Last-Translator: \n"
"Language-Team: GeoDirectory <[email protected]>\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:1,2;_n_noop:1,2;"
"_nx:1,2;_x;_ex;esc_attr_e;esc_attr__\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Poedit-SearchPath-0: .\n"
#: geodirectory-admin/admin_dummy_data_functions.php:136
msgid "Default"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:140
msgid "Property for sale"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:144
msgid "Property for rent"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:274
#, php-format
msgid ""
"Please %sclick here%s to set a default location, this will help to set "
"location of all dummy data."
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:278
msgid ""
"*Hint*: Installing our Advanced Search addon FIRST will add extra search "
"fields to non-default data types."
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:282
msgid "CPT"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:283
msgid "Data Type"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:284
#: geodirectory-admin/admin_template_tags.php:1645
msgid "Action"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:339
#: geodirectory-admin/admin_dummy_data_functions.php:527
msgid "Remove data"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:341
#: geodirectory-admin/admin_dummy_data_functions.php:456
msgid "Insert data"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:410
#: geodirectory-functions/map-functions/map_on_add_listing_page.php:617
#: geodirectory-functions/map-functions/map_on_add_listing_page.php:763
msgid "Geocode was not successful for the following reason:"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:434
msgid "Are you sure you want to delete dummy data?"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:449
msgid "Removing data..."
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:454
#: geodirectory-admin/admin_dummy_data_functions.php:525
#: geodirectory-admin/admin_functions.php:3132
#: geodirectory-admin/admin_functions.php:3189
msgid "Complete!"
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:499
msgid "Creating categories and custom fields..."
msgstr ""
#: geodirectory-admin/admin_dummy_data_functions.php:519
msgid "Inserting data..."
msgstr ""
#: geodirectory-admin/admin_functions.php:178
#: geodirectory_template_tags.php:181
msgid "Allowed Files"
msgstr ""
#: geodirectory-admin/admin_functions.php:225
msgid "?geodir_ajax=true"
msgstr ""
#: geodirectory-admin/admin_functions.php:248
msgid "Geodirectory"
msgstr ""
#: geodirectory-admin/admin_functions.php:325
msgid "Like Geodirectory?"
msgstr ""
#: geodirectory-admin/admin_functions.php:325
msgid "Support us by leaving a rating!"
msgstr ""
#: geodirectory-admin/admin_functions.php:326
msgid "Geodirectory has been installed and setup. Enjoy :)"
msgstr ""
#: geodirectory-admin/admin_functions.php:334
msgid "Your settings have been saved."
msgstr ""
#: geodirectory-admin/admin_functions.php:342
msgid ""
"Error: You can not add same permalinks for both Listing and Location, please "
"try again."
msgstr ""
#: geodirectory-admin/admin_functions.php:344
msgid "Error: Your settings have not been saved, please try again."
msgstr ""
#: geodirectory-admin/admin_functions.php:356
#, php-format
msgid ""
"Google Maps API KEY not set, %sclick here%s to set one OR use Open Street "
"Maps instead."
msgstr ""
#: geodirectory-admin/admin_functions.php:360
#: geodirectory-functions/template_functions.php:208
#, php-format
msgid ""
"Please %sclick here%s to set a default location, this will make the plugin "
"work properly."
msgstr ""
#: geodirectory-admin/admin_functions.php:365
msgid ""
"CURL is not installed on this server, this can cause problems, please ask "
"your server admin to install it."
msgstr ""
#: geodirectory-admin/admin_functions.php:395
#: geodirectory-admin/admin_functions.php:396
msgid "Action failed. Please refresh the page and retry."
msgstr ""
#: geodirectory-admin/admin_functions.php:652
#, php-format
msgid "%s Settings"
msgstr ""
#: geodirectory-admin/admin_functions.php:655
#: geodirectory-admin/admin_template_tags.php:1535
msgid "Custom Fields"
msgstr ""
#: geodirectory-admin/admin_functions.php:658
msgid "Sorting Options"
msgstr ""
#: geodirectory-admin/admin_functions.php:686
msgid "GD Tools"
msgstr ""
#: geodirectory-admin/admin_functions.php:702
msgid "Theme Compatibility"
msgstr ""
#: geodirectory-admin/admin_functions.php:719
msgid "Extend Geodirectory"
msgstr ""
#: geodirectory-admin/admin_functions.php:736
msgid "Location (ID)"
msgstr ""
#: geodirectory-admin/admin_functions.php:737
#: geodirectory-admin/option-pages/design_settings_array.php:628
#: geodirectory-widgets/geodirectory_related_listing_widget.php:207
msgid "Categories"
msgstr ""
#: geodirectory-admin/admin_functions.php:747
msgid "Expires"
msgstr ""
#: geodirectory-admin/admin_functions.php:776
#: geodirectory-admin/admin_functions.php:802
msgid "Unknown"
msgstr ""
#: geodirectory-admin/admin_functions.php:789
msgid "days left"
msgstr ""
#: geodirectory-admin/admin_functions.php:794
msgid "days overdue"
msgstr ""
#: geodirectory-admin/admin_functions.php:832
msgid "No Categories"
msgstr ""
#: geodirectory-admin/admin_functions.php:1036
msgid "Generate API Key - ( MUST be logged in to your Google account )"
msgstr ""
#: geodirectory-admin/admin_functions.php:1036
msgid "Generate API Key"
msgstr ""
#: geodirectory-admin/admin_functions.php:1091
msgid "Width"
msgstr ""
#: geodirectory-admin/admin_functions.php:1096
msgid "Height"
msgstr ""
#: geodirectory-admin/admin_functions.php:1101
msgid "Hard Crop"
msgstr ""
#: geodirectory-admin/admin_functions.php:1189
msgid "remove file (set to empty)"
msgstr ""
#: geodirectory-admin/admin_functions.php:1190
msgid "save to remove file"
msgstr ""
#: geodirectory-admin/admin_functions.php:1201
msgid "Default map language"
msgstr ""
#: geodirectory-admin/admin_functions.php:1206
msgid "ARABIC"
msgstr ""
#: geodirectory-admin/admin_functions.php:1207
#: geodirectory-admin/admin_functions.php:1219
msgid "BASQUE"
msgstr ""
#: geodirectory-admin/admin_functions.php:1208
msgid "BULGARIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1209
msgid "BENGALI"
msgstr ""
#: geodirectory-admin/admin_functions.php:1210
msgid "CATALAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1211
msgid "CZECH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1212
msgid "DANISH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1213
msgid "GERMAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1214
msgid "GREEK"
msgstr ""
#: geodirectory-admin/admin_functions.php:1215
msgid "ENGLISH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1216
msgid "ENGLISH (AUSTRALIAN)"
msgstr ""
#: geodirectory-admin/admin_functions.php:1217
msgid "ENGLISH (GREAT BRITAIN)"
msgstr ""
#: geodirectory-admin/admin_functions.php:1218
msgid "SPANISH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1220
msgid "FARSI"
msgstr ""
#: geodirectory-admin/admin_functions.php:1221
msgid "FINNISH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1222
msgid "FILIPINO"
msgstr ""
#: geodirectory-admin/admin_functions.php:1223
msgid "FRENCH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1224
msgid "GALICIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1225
msgid "GUJARATI"
msgstr ""
#: geodirectory-admin/admin_functions.php:1226
msgid "HINDI"
msgstr ""
#: geodirectory-admin/admin_functions.php:1227
msgid "CROATIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1228
msgid "HUNGARIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1229
msgid "INDONESIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1230
msgid "ITALIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1231
msgid "HEBREW"
msgstr ""
#: geodirectory-admin/admin_functions.php:1232
msgid "JAPANESE"
msgstr ""
#: geodirectory-admin/admin_functions.php:1233
msgid "KANNADA"
msgstr ""
#: geodirectory-admin/admin_functions.php:1234
msgid "KOREAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1235
msgid "LITHUANIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1236
msgid "LATVIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1237
msgid "MALAYALAM"
msgstr ""
#: geodirectory-admin/admin_functions.php:1238
msgid "MARATHI"
msgstr ""
#: geodirectory-admin/admin_functions.php:1239
msgid "DUTCH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1240
msgid "NORWEGIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1241
msgid "POLISH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1242
msgid "PORTUGUESE"
msgstr ""
#: geodirectory-admin/admin_functions.php:1243
msgid "PORTUGUESE (BRAZIL)"
msgstr ""
#: geodirectory-admin/admin_functions.php:1244
msgid "PORTUGUESE (PORTUGAL)"
msgstr ""
#: geodirectory-admin/admin_functions.php:1245
msgid "ROMANIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1246
#: geodirectory-admin/admin_functions.php:1247
msgid "RUSSIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1248
msgid "SLOVAK"
msgstr ""
#: geodirectory-admin/admin_functions.php:1249
msgid "SLOVENIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1250
msgid "SERBIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1251
msgid "\tSWEDISH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1252
msgid "TAGALOG"
msgstr ""
#: geodirectory-admin/admin_functions.php:1253
msgid "TAMIL"
msgstr ""
#: geodirectory-admin/admin_functions.php:1254
msgid "TELUGU"
msgstr ""
#: geodirectory-admin/admin_functions.php:1255
msgid "THAI"
msgstr ""
#: geodirectory-admin/admin_functions.php:1256
msgid "TURKISH"
msgstr ""
#: geodirectory-admin/admin_functions.php:1257
msgid "UKRAINIAN"
msgstr ""
#: geodirectory-admin/admin_functions.php:1258
msgid "VIETNAMESE"
msgstr ""
#: geodirectory-admin/admin_functions.php:1259
msgid "CHINESE (SIMPLIFIED)"
msgstr ""
#: geodirectory-admin/admin_functions.php:1260
msgid "CHINESE (TRADITIONAL)"
msgstr ""
#: geodirectory-admin/admin_functions.php:1283
msgid "Default post type search on map"
msgstr ""
#: geodirectory-admin/admin_functions.php:1363
msgid ""
"Note: Tick respective post type or categories which you want to hide from "
"home page map widget."
msgstr ""
#: geodirectory-admin/admin_functions.php:1500
msgid "Select a page..."
msgstr ""
#: geodirectory-admin/admin_functions.php:1522
msgid "Choose a country…"
msgstr ""
#: geodirectory-admin/admin_functions.php:1538
msgid "Choose countries…"
msgstr ""
#: geodirectory-admin/admin_functions.php:1578
msgid "Deauthorize"
msgstr ""
#: geodirectory-admin/admin_functions.php:1579
msgid "Authorized"
msgstr ""
#: geodirectory-admin/admin_functions.php:1588
msgid "Authorize"
msgstr ""
#: geodirectory-admin/admin_functions.php:1747
msgid "Featured Image"
msgstr ""
#: geodirectory-admin/admin_functions.php:1758
#: geodirectory-admin/admin_functions.php:1761
#: geodirectory_template_actions.php:2474
#: geodirectory_template_actions.php:2477
msgid "You can upload"
msgstr ""
#: geodirectory-admin/admin_functions.php:1758
#: geodirectory_template_actions.php:2474
msgid "image with this package"
msgstr ""
#: geodirectory-admin/admin_functions.php:1761
#: geodirectory_template_actions.php:2477
msgid "images with this package"
msgstr ""
#: geodirectory-admin/admin_functions.php:1764
#: geodirectory_template_actions.php:2480
msgid "You can upload unlimited images with this package"
msgstr ""
#: geodirectory-admin/admin_functions.php:1803
#: geodirectory_template_actions.php:2495
msgid "Drop files to upload"
msgstr ""
#: geodirectory-admin/admin_functions.php:1805
#: geodirectory-functions/custom_fields_input_functions.php:1482
#: geodirectory_template_actions.php:2497
msgid "Select Files"
msgstr ""
#: geodirectory-admin/admin_functions.php:1818
#: geodirectory_template_actions.php:2512
msgid "Please drag & drop the images to rearrange the order"
msgstr ""
#: geodirectory-admin/admin_functions.php:1863
#: geodirectory-admin/admin_functions.php:1873
msgid "Listing published"
msgstr ""
#: geodirectory-admin/admin_functions.php:1864
#: geodirectory-admin/option-pages/general_settings_array.php:42
#: geodirectory-admin/option-pages/general_settings_array.php:61
#: geodirectory-admin/option-pages/general_settings_array.php:124
#: geodirectory-admin/option-pages/notifications_settings_array.php:36
#: geodirectory-admin/option-pages/notifications_settings_array.php:63
#: geodirectory-admin/option-pages/notifications_settings_array.php:82
#: geodirectory-admin/option-pages/notifications_settings_array.php:101
#: geodirectory-admin/option-pages/notifications_settings_array.php:128
#: geodirectory-admin/option-pages/notifications_settings_array.php:162
#: geodirectory-functions/custom_field_html.php:305
#: geodirectory-functions/custom_field_html.php:344
#: geodirectory-functions/custom_field_html.php:585
#: geodirectory-functions/custom_field_html.php:757
#: geodirectory-functions/custom_fields_functions.php:2301
#: geodirectory-functions/custom_fields_functions.php:2366
#: geodirectory-functions/custom_fields_functions.php:2476
#: geodirectory-functions/custom_fields_functions.php:2944
#: geodirectory-functions/custom_fields_functions.php:3002
#: geodirectory-functions/custom_fields_functions.php:3026
#: geodirectory-functions/custom_fields_functions.php:3065
#: geodirectory-functions/custom_fields_functions.php:3289
#: geodirectory-functions/custom_fields_output_functions.php:79
#: geodirectory-functions/custom_fields_output_functions.php:785
msgid "Yes"
msgstr ""
#: geodirectory-admin/admin_functions.php:1874
#: geodirectory-admin/option-pages/general_settings_array.php:51
#: geodirectory-admin/option-pages/general_settings_array.php:70
#: geodirectory-admin/option-pages/general_settings_array.php:133
#: geodirectory-admin/option-pages/notifications_settings_array.php:45
#: geodirectory-admin/option-pages/notifications_settings_array.php:72
#: geodirectory-admin/option-pages/notifications_settings_array.php:91
#: geodirectory-admin/option-pages/notifications_settings_array.php:110
#: geodirectory-admin/option-pages/notifications_settings_array.php:137
#: geodirectory-admin/option-pages/notifications_settings_array.php:171
#: geodirectory-functions/custom_field_html.php:311
#: geodirectory-functions/custom_field_html.php:350
#: geodirectory-functions/custom_field_html.php:591
#: geodirectory-functions/custom_field_html.php:763
#: geodirectory-functions/custom_fields_functions.php:2307
#: geodirectory-functions/custom_fields_functions.php:2372
#: geodirectory-functions/custom_fields_functions.php:2482
#: geodirectory-functions/custom_fields_functions.php:2950
#: geodirectory-functions/custom_fields_functions.php:3008
#: geodirectory-functions/custom_fields_functions.php:3032
#: geodirectory-functions/custom_fields_functions.php:3071
#: geodirectory-functions/custom_fields_functions.php:3295
#: geodirectory-functions/custom_fields_output_functions.php:81
#: geodirectory-functions/custom_fields_output_functions.php:783
msgid "No"
msgstr ""
#: geodirectory-admin/admin_functions.php:2027
msgid ""
"Welcome to GeoDirectory, please have a look <a href=\"https://docs."
"wpgeodirectory.com/category/getting-started/\" target=\"_blank\">here</a> to "
"get started. :)"
msgstr ""
#: geodirectory-admin/admin_functions.php:2212
msgid "Import & Export"
msgstr ""
#: geodirectory-admin/admin_functions.php:2289
msgid "GD Import & Export CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2290
msgid "Import & export csv for GD listings & categories."
msgstr ""
#: geodirectory-admin/admin_functions.php:2303
msgid "PHP Requirements for GD Import & Export CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2305
msgid ""
"Note: In case GD import & export csv not working for larger data then please "
"check and configure following php settings."
msgstr ""
#: geodirectory-admin/admin_functions.php:2309
msgid "PHP Settings"
msgstr ""
#: geodirectory-admin/admin_functions.php:2309
msgid "Current Value"
msgstr ""
#: geodirectory-admin/admin_functions.php:2309
msgid "Recommended Value"
msgstr ""
#: geodirectory-admin/admin_functions.php:2332
msgid "Toggle panel - GD Listings: Import CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2333
msgid "GD Listings: Import CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2340
msgid "Update listing if post with post_id already exists."
msgstr ""
#: geodirectory-admin/admin_functions.php:2341
msgid "Ignore listing if post with post_id already exists."
msgstr ""
#: geodirectory-admin/admin_functions.php:2345
#: geodirectory-admin/admin_functions.php:2466
msgid "Download Sample CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2374
#: geodirectory-admin/admin_functions.php:2495
msgid "Import Data Status :"
msgstr ""
#: geodirectory-admin/admin_functions.php:2386
#: geodirectory-admin/admin_functions.php:2507
msgid "Continue Import Data"
msgstr ""
#: geodirectory-admin/admin_functions.php:2387
#: geodirectory-admin/admin_functions.php:2508
msgid "Terminate Import Data"
msgstr ""
#: geodirectory-admin/admin_functions.php:2389
#: geodirectory-admin/admin_functions.php:2510
msgid "Wait, processing import data..."
msgstr ""
#: geodirectory-admin/admin_functions.php:2403
msgid "Toggle panel - Listings: Export CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2404
msgid "GD Listings: Export CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2410
#: geodirectory-admin/admin_functions.php:2530
#: geodirectory-widgets/geodirectory_bestof_widget.php:418
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:166
#: geodirectory-widgets/geodirectory_popular_widget.php:284
msgid "Post Type:"
msgstr ""
#: geodirectory-admin/admin_functions.php:2417
#: geodirectory-admin/admin_functions.php:2534
msgid "Max entries per csv file:"
msgstr ""
#: geodirectory-admin/admin_functions.php:2418
#: geodirectory-admin/admin_functions.php:2535
msgid ""
"Please select the maximum number of entries per csv file (defaults to 5000, "
"you might want to lower this to prevent memory issues on some installs)"
msgstr ""
#: geodirectory-admin/admin_functions.php:2421
msgid "Published Date:"
msgstr ""
#: geodirectory-admin/admin_functions.php:2422
msgid "Start date:"
msgstr ""
#: geodirectory-admin/admin_functions.php:2422
msgid "End date:"
msgstr ""
#: geodirectory-admin/admin_functions.php:2426
#: geodirectory-admin/admin_functions.php:2538
msgid "Progress:"
msgstr ""
#: geodirectory-admin/admin_functions.php:2434
#: geodirectory-admin/admin_functions.php:2539
msgid "Elapsed Time:"
msgstr ""
#: geodirectory-admin/admin_functions.php:2440
#: geodirectory-admin/admin_functions.php:2543
msgid "Export CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2453
msgid "Toggle panel - GD Categories: Import CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2454
msgid "GD Categories: Import CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2461
msgid "Update item if item with cat_id/cat_slug already exists."
msgstr ""
#: geodirectory-admin/admin_functions.php:2462
msgid "Ignore item if item with cat_id/cat_slug already exists."
msgstr ""
#: geodirectory-admin/admin_functions.php:2524
msgid "Toggle panel - GD Categories: Export CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2525
msgid "GD Categories: Export CSV"
msgstr ""
#: geodirectory-admin/admin_functions.php:2884
#, php-format
msgid "Total %s item(s) found."
msgstr ""
#: geodirectory-admin/admin_functions.php:2890
#, php-format
msgid "%s / %s item(s) updated."
msgstr ""
#: geodirectory-admin/admin_functions.php:2897
#, php-format
msgid "%s / %s item(s) added."
msgstr ""
#: geodirectory-admin/admin_functions.php:2904
#, php-format
msgid "%s / %s item(s) ignored due to already exists."
msgstr ""
#: geodirectory-admin/admin_functions.php:2914
#, php-format
msgid ""
"%s / %s item(s) could not be added due to blank/invalid address(city, "
"region, country, latitude, longitude)."
msgstr ""
#: geodirectory-admin/admin_functions.php:2921
#, php-format
msgid ""
"%s / %s item(s) could not be added due to blank title/invalid post type/"
"invalid characters used in data."
msgstr ""
#: geodirectory-admin/admin_functions.php:2924
#, php-format
msgid ""
"%s / %s item(s) could not be added due to invalid neighbourhood data(name, "
"latitude, longitude) or invalid location data(either location_id or city/"
"region/country is empty)"
msgstr ""
#: geodirectory-admin/admin_functions.php:3096
msgid "Preparing..."
msgstr ""
#: geodirectory-admin/admin_functions.php:3098
#: geodirectory-admin/admin_functions.php:3136
#: geodirectory-admin/admin_functions.php:3167
#: geodirectory-admin/admin_functions.php:3193
msgid "Exporting..."
msgstr ""
#: geodirectory-admin/admin_functions.php:3310
msgid ""
"GeoDirectory does not have access to your filesystem, thing like import/"
"export will not work. Please define your details in wp-config.php as "
"explained here"
msgstr ""
#: geodirectory-admin/admin_functions.php:3382
msgid "Filesystem ERROR: Could not access filesystem."
msgstr ""
#: geodirectory-admin/admin_functions.php:3387
msgid "Filesystem ERROR: "
msgstr ""
#: geodirectory-admin/admin_functions.php:3394
msgid ""
"ERROR: Could not create cache directory. This is usually due to inconsistent "
"file permissions."
msgstr ""
#: geodirectory-admin/admin_functions.php:3454
#: geodirectory-admin/admin_functions.php:3543
#: geodirectory-admin/admin_functions.php:3613
#: geodirectory-admin/admin_functions.php:3673
msgid "No records to export."
msgstr ""
#: geodirectory-admin/admin_functions.php:3496
#: geodirectory-admin/admin_functions.php:3581
msgid ""
"ERROR: Could not create csv file. This is usually due to inconsistent file "
"permissions."
msgstr ""
#: geodirectory-admin/admin_functions.php:3646
#: geodirectory-admin/admin_functions.php:3706
msgid "Fail, something wrong to create csv file."
msgstr ""
#: geodirectory-admin/admin_functions.php:3740
#: geodirectory-admin/admin_hooks_actions.php:1977
msgid "The uploaded file is not a valid csv file. Please try again."
msgstr ""
#: geodirectory-admin/admin_functions.php:3764
#: geodirectory-admin/admin_hooks_actions.php:2005
msgid "No data found in csv file."
msgstr ""
#: geodirectory-admin/admin_functions.php:3814
#, php-format
msgid "GD IMPORT CATEGORIES [ROW %d]:"
msgstr ""
#: geodirectory-admin/admin_functions.php:3873
#: geodirectory-admin/admin_functions.php:4216
msgid "Could not be added due to blank title/invalid post type"
msgstr ""
#: geodirectory-admin/admin_functions.php:3934
#: geodirectory-admin/admin_functions.php:3943
#: geodirectory-admin/admin_functions.php:3963
msgid ""
"Could not be updated due to invalid data (check & remove if any invalid "
"characters used in data)"
msgstr ""
#: geodirectory-admin/admin_functions.php:3950
#: geodirectory-admin/admin_functions.php:3968
msgid ""
"Could not be added due to invalid data (check & remove if any invalid "
"characters used in data)"
msgstr ""
#: geodirectory-admin/admin_functions.php:4062
#, php-format
msgid "GD IMPORT LISTINGS [ROW %d]:"
msgstr ""
#: geodirectory-admin/admin_functions.php:4063
msgid "(check & remove if any invalid characters used in data)"
msgstr ""
#: geodirectory-admin/admin_functions.php:4225
#: geodirectory-admin/admin_functions.php:4230
msgid ""
"Could not be added due to blank/invalid address(city, region, country, "
"latitude, longitude)."
msgstr ""
#: geodirectory-admin/admin_functions.php:4302
msgid "Unable to add listing, please check the listing data."
msgstr ""
#: geodirectory-admin/admin_functions.php:4681
#: geodirectory-admin/admin_functions.php:4777
msgid ""
"The file you are uploading is not valid. There are problems with the file "
"columns."
msgstr ""
#: geodirectory-admin/admin_functions.php:4685
#, php-format
msgid "GD IMPORT LOCATIONS [ROW %d]:"
msgstr ""
#: geodirectory-admin/admin_functions.php:4686
msgid ""
"Could not be saved due to blank/invalid address(city, region, country, "
"latitude, longitude)"
msgstr ""
#: geodirectory-admin/admin_functions.php:4781
#, php-format
msgid "GD IMPORT NEIGHBOURHOODS [ROW %d]:"
msgstr ""
#: geodirectory-admin/admin_functions.php:4782
msgid ""
"Could not be saved due to invalid neighbourhood data(name, latitude, "
"longitude) or invalid location data(either location_id or city/region/"
"country is empty)"
msgstr ""
#: geodirectory-admin/admin_functions.php:6161
msgid ""
"Please update core GeoDirectory or some addons may not function correctly."
msgstr ""
#: geodirectory-admin/admin_functions.php:6233
msgid ""
"Saving GeoDirectory pages settings on a different language breaks pages "
"settings. Try to save after switching to default language."
msgstr ""
#: geodirectory-admin/admin_functions.php:6519
#: geodirectory-functions/ajax_handler_functions.php:428
#, php-format
msgid "GD Google Analytics API Error(%s) : %s"
msgstr ""
#: geodirectory-admin/admin_functions.php:6523
msgid "Select Account"
msgstr ""
#: geodirectory-admin/admin_functions.php:6526
msgid "Account re-authorization may be required"
msgstr ""
#: geodirectory-admin/admin_functions.php:6641
msgid "GD Default"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:186
#: geodirectory-admin/option-pages/general_settings_array.php:19
msgid "General"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:187
msgid "Design"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:188
msgid "Permalinks"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:189
msgid "Titles & Metas"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:190
msgid "Notifications"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:191
#: geodirectory-admin/admin_template_tags.php:401
msgid "Set Default Location"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:243
#: geodirectory-admin/admin_hooks_actions.php:1506
msgid "Attachments"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:245
msgid "Information"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:560
msgid "Text"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:561
msgid "Add any sort of text field, text or numbers"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:567
msgid "Date"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:568
msgid "Adds a date picker."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:574
msgid "Textarea"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:575
msgid "Adds a textarea"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:581
#: geodirectory-functions/custom_fields_functions.php:3472
#: geodirectory-functions/custom_fields_functions.php:3474
#: geodirectory-functions/custom_fields_functions.php:3482 language.php:62
msgid "Time"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:582
msgid "Adds a time picker"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:588
#: geodirectory-functions/custom_fields_functions.php:2897
#: geodirectory-functions/custom_fields_functions.php:3101
msgid "Checkbox"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:589
msgid "Adds a checkbox"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:595
#: geodirectory-functions/custom_fields_functions.php:3487
#: geodirectory-functions/custom_fields_functions.php:3489
#: geodirectory-functions/custom_fields_functions.php:3497 language.php:63
msgid "Phone"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:596
msgid "Adds a phone input"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:602
#: geodirectory-functions/custom_fields_functions.php:2900
#: geodirectory-functions/custom_fields_functions.php:3104
msgid "Radio"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:603
msgid "Adds a radio input"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:609
#: geodirectory-functions/custom_fields_functions.php:3502
#: geodirectory-functions/custom_fields_functions.php:3504
#: geodirectory-functions/custom_fields_functions.php:3512
#: geodirectory-functions/general_functions.php:3558
#: geodirectory-templates/popup-forms.php:165 language.php:39 language.php:64
#: language.php:167 language.php:188
msgid "Email"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:610
msgid "Adds a email input"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:616
#: geodirectory-functions/custom_fields_functions.php:2712
#: geodirectory-functions/custom_fields_functions.php:2891
#: geodirectory-functions/custom_fields_functions.php:3098
#: geodirectory-functions/custom_fields_input_functions.php:643
msgid "Select"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:617
msgid "Adds a select input"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:623
msgid "Multi Select"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:624
msgid "Adds a multiselect input"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:630
msgid "URL"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:631
msgid "Adds a url input"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:637
msgid "HTML"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:638
msgid "Adds a html input textarea"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:644
msgid "File Upload"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:645
msgid "Adds a file input"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:717
msgid "This adds a section separator with a title."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:728
msgid "Fieldset (section separator)"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:767
msgid "There are no custom fields here yet."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:828
#, php-format
msgid "Manage %s Custom Fields"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:832
#, php-format
msgid "Manage %s Listing Sorting Options Fields"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:855
#, php-format
msgid "Add new %s form field"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:859
#, php-format
msgid "Available sorting options for %s listing and search results"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:882
#, php-format
msgid ""
"Click on any box below to add a field of that type to the add %s listing "
"form. You can use a fieldset to group your fields."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:886
#, php-format
msgid ""
"Click on any box below to make it appear in the sorting option dropdown on "
"%s listing and search results.<br />To make a field available here, go to "
"custom fields tab and expand any field from selected fields panel and tick "
"the checkbox saying 'Include this field in sort option'."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:909
#, php-format
msgid "List of fields that will appear on add new %s listing form"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:913
#, php-format
msgid ""
"List of fields that will appear in %s listing and search results sorting "
"option dropdown box."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:936
#, php-format
msgid ""
"Click to expand and view field related settings. You may drag and drop to "
"arrange fields order on add %s listing form too."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:940
#, php-format
msgid ""
"Click to expand and view field related settings. You may drag and drop to "
"arrange fields order in sorting option dropdown box on %s listing and search "
"results page."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1028
msgid ""
"ERROR: You did not follow instructions! Now you will need to contact support "
"to manually fix things."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1032
#, php-format
msgid "ERROR: %s_ms_bak table found"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1034
msgid ""
"IMPORTANT: This can be caused by out of date core or addons, please update "
"core + addons before trying the fix OR YOU WILL HAVE A BAD TIME!"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1047
msgid "-->FIXED: Renamed and backed up the tables"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1049
#: geodirectory-admin/admin_hooks_actions.php:1060
#: geodirectory-admin/admin_hooks_actions.php:1070
msgid "-->PROBLEM: Failed to rename tables, please contact support."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1058
#, php-format
msgid "-->FIXED: restored largest table %s"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1068
#, php-format
msgid "-->FIXED: table %s_ms_bak renamed and backed up"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1079
#, php-format
msgid "ERROR: Two %s tables found"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1085
#: geodirectory-admin/admin_hooks_actions.php:1092
#, php-format
msgid "-->FIXED: Deleted table %s"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1087
#: geodirectory-admin/admin_hooks_actions.php:1094
#, php-format
msgid "-->PROBLEM: Delete table %s failed, please try manual delete from DB"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1097
#: geodirectory-admin/admin_hooks_actions.php:1117
#, php-format
msgid "-->FIXED: Table %s renamed to %s"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1099
#: geodirectory-admin/admin_hooks_actions.php:1119
#, php-format
msgid ""
"-->PROBLEM: Failed to rename table %s to %s, please try manually from DB"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1103
#, php-format
msgid ""
"-->FIXED: Table contained info so we renamed %s to %s incase it is needed in "
"future"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1105
#, php-format
msgid ""
"-->PROBLEM: Table %s could not be renamed to %s, this table has info so may "
"need to be reviewed manually in the DB"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1111
#, php-format
msgid "ERROR: %s table not converted"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1125
#, php-format
msgid "ERROR: %s table does not exist"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1139
msgid "-->TRY: Please refresh page to run table install functions"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1143
#, php-format
msgid "%s table converted correctly"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1230
#: geodirectory-admin/admin_hooks_actions.php:1330
msgid ": Done"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1241
#: geodirectory-admin/admin_hooks_actions.php:1338
#: geodirectory-admin/admin_hooks_actions.php:1472
#: geodirectory-admin/admin_hooks_actions.php:1536
#: geodirectory-admin/admin_hooks_actions.php:1803
msgid "Fix"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1391
msgid " Version: Deleted"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1393
msgid " Version: Not Found"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1399
msgid " Upgrade/install scripts will run on next page reload."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1437
msgid "Review locations missing or broken"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1442
msgid "-->FIXED: Review locations fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1444
msgid "-->FAILED: Review locations fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1449
msgid "Review locations ok"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1454
msgid "Review content missing or broken"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1459
msgid "-->FIXED: Review content fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1461
msgid "-->FAILED: Review content fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1466
msgid "Review content ok"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1503
msgid "Countries"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1504
msgid "Custom fields"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1505
msgid "Post icon"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1507
#: geodirectory-functions/custom_functions.php:1375 language.php:153
msgid "Reviews"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1508
msgid "Custom sort fields"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1509
msgid "Place detail"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1619
msgid "GD Home page exists with proper setting."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1622
msgid "GD Home page is missing."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1624
#: geodirectory-admin/admin_install.php:108
#: geodirectory-admin/option-pages/permalink_settings_array.php:130
#: upgrade.php:145
msgid "GD Home page"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1625
msgid "-->FIXED: GD Home page fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1627
msgid "-->FAILED: GD Home page fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1644
msgid "Add Listing page exists with proper setting."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1647
msgid "Add Listing page is missing."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1649
#: geodirectory-admin/admin_install.php:109
#: geodirectory-functions/general_functions.php:3419
#: geodirectory-functions/general_functions.php:3421
#: geodirectory-functions/taxonomy_functions.php:248
msgid "Add Listing"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1650
msgid "-->FIXED: Add Listing page fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1652
msgid "-->FAILED: Add Listing page fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1670
msgid "Listing Preview page exists with proper setting."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1673
msgid "Listing Preview page is missing."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1675
#: geodirectory-admin/admin_install.php:110
msgid "Listing Preview"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1676
msgid "-->FIXED: Listing Preview page fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1678
msgid "-->FAILED: Listing Preview page fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1695
msgid "Listing Success page exists with proper setting."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1698
msgid "Listing Success page is missing."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1700
#: geodirectory-admin/admin_install.php:111
msgid "Listing Success"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1701
msgid "-->FIXED: Listing Success page fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1703
msgid "-->FAILED: Listing Success page fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1720
msgid "Info page exists with proper setting."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1723
msgid "Info page is missing."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1725
#: geodirectory-admin/admin_install.php:115 upgrade.php:134
msgid "Info"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1726
msgid "-->FIXED: Info page fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1728
msgid "-->FAILED: Info page fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1745
msgid "Login page exists with proper setting."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1748
msgid "Login page is missing."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1750
#: geodirectory-admin/admin_install.php:116 language.php:32 upgrade.php:135
msgid "Login"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1751
msgid "-->FIXED: Login page fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1753
msgid "-->FAILED: Login page fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1770
msgid "Location page exists with proper setting."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1773
msgid "Location page is missing."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1775
#: geodirectory-admin/admin_install.php:112
#: geodirectory-functions/general_functions.php:1575
msgid "Location"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1776
msgid "-->FIXED: Location page fixed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1778
msgid "-->FAILED: Location page fix failed"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1831
msgid ""
"Fail to load custom fields in to file for translation, please check file "
"permission:"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:1834
msgid "Load custom fields in to file for translation: ok"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:2372
#: geodirectory-admin/admin_template_tags.php:882
msgid "Something went wrong"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:2419
msgid "Uninstall Settings"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:2420
msgid "Remove Data on Uninstall?"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:2434
msgid "Remove all data when deleted?"
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:2466
msgid ""
"Select the plugin(s) for which all data should be completely removed when "
"the plugin is deleted."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:2530
msgid "Table dropped, refresh page to reinstall."
msgstr ""
#: geodirectory-admin/admin_hooks_actions.php:2535
msgid "Something went wrong."
msgstr ""
#: geodirectory-admin/admin_install.php:108 upgrade.php:145
msgid "gd-home"
msgstr ""
#: geodirectory-admin/admin_install.php:109
msgid "add-listing"
msgstr ""
#: geodirectory-admin/admin_install.php:110
msgid "listing-preview"
msgstr ""
#: geodirectory-admin/admin_install.php:111
msgid "listing-success"
msgstr ""
#: geodirectory-admin/admin_install.php:112
msgid "location"
msgstr ""
#: geodirectory-admin/admin_install.php:115 upgrade.php:134
msgid "gd-info"
msgstr ""
#: geodirectory-admin/admin_install.php:116 upgrade.php:135
msgid "gd-login"
msgstr ""
#: geodirectory-admin/admin_install.php:212
#: geodirectory-admin/admin_install.php:228
#: geodirectory-admin/admin_install.php:242
#: geodirectory-functions/general_functions.php:2883
msgid "Popular Categories"
msgstr ""
#: geodirectory-admin/admin_install.php:217
msgid "Popular Places"
msgstr ""
#: geodirectory-admin/admin_install.php:220
#: geodirectory-admin/admin_install.php:232
#: geodirectory-admin/admin_install.php:246
#: geodirectory-admin/admin_install.php:255
#: geodirectory-admin/admin_install.php:266
#: geodirectory-functions/general_functions.php:1528
#: geodirectory-functions/general_functions.php:3356
msgid "My Dashboard"
msgstr ""
#: geodirectory-admin/admin_install.php:221
#: geodirectory-admin/admin_install.php:234
#: geodirectory-admin/admin_install.php:248
#: geodirectory-admin/admin_install.php:257
msgid "Latest Places"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:225
msgid "The changes you made will be lost if you navigate away from this page."
msgstr ""
#: geodirectory-admin/admin_template_tags.php:330
#: geodirectory-admin/admin_template_tags.php:346
#: geodirectory-admin/admin_template_tags.php:354
#: geodirectory-admin/admin_template_tags.php:362
#: geodirectory-admin/admin_template_tags.php:372
#: geodirectory-admin/admin_template_tags.php:1433
msgid "Save changes"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:397
#: geodirectory-functions/custom_fields_functions.php:3464
msgid "Set Address On Map"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:414
#: geodirectory-functions/custom_fields_functions.php:3460
msgid "City"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:424
#: geodirectory-admin/admin_template_tags.php:440
#: geodirectory-admin/admin_template_tags.php:462
#: geodirectory-admin/admin_template_tags.php:494
#: geodirectory-admin/admin_template_tags.php:511
#: geodirectory_hooks_actions.php:1283
msgid "This field is required."
msgstr ""
#: geodirectory-admin/admin_template_tags.php:430
#: geodirectory-functions/custom_fields_functions.php:3461
msgid "Region"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:446
#: geodirectory-functions/custom_fields_functions.php:3462
msgid "Country"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:455
msgid "Choose a country."
msgstr ""
#: geodirectory-admin/admin_template_tags.php:472
msgid "Set Location on Map"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:484
msgid "City Latitude"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:501
msgid "City Longitude"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:519
msgid "Action For Listing"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:524
msgid ""
"Post will be updated if both city and map marker position has been changed."
msgstr ""
#: geodirectory-admin/admin_template_tags.php:781
msgid "Theme Compatibility Settings"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:808
msgid ""
"Since Avada 3.8+ they have added hooks for compatibility for GeoDirectory so "
"the header.php modification is no longer required. <a href=\"http://docs."
"wpgeodirectory.com/avada-compatibility-header-php/\" target=\"_blank\">See "
"here</a>"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:812
msgid "Select Theme Compatibility Pack"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:815
msgid "Select Theme"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:816
msgid "Custom"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:835
msgid "Export"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:837
msgid "Import"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:841
msgid "Paste the JSON code here and then click import again"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:848
msgid "Please select a theme to export"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:884
msgid "Theme Compatibility Imported"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:925
msgid "Main Wrapper Actions"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:930
#: geodirectory-admin/admin_template_tags.php:1204
msgid "Hook"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:931
msgid "ID"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:932
msgid "Class"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:950
#: geodirectory-admin/admin_template_tags.php:971
#: geodirectory-admin/admin_template_tags.php:995
#: geodirectory-admin/admin_template_tags.php:1016
#: geodirectory-admin/admin_template_tags.php:1038
#: geodirectory-admin/admin_template_tags.php:1058
#: geodirectory-admin/admin_template_tags.php:1081
#: geodirectory-admin/admin_template_tags.php:1101
#: geodirectory-admin/admin_template_tags.php:1125
#: geodirectory-admin/admin_template_tags.php:1145
#: geodirectory-admin/admin_template_tags.php:1167
#: geodirectory-admin/admin_template_tags.php:1187
msgid "Output:"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:964
#: geodirectory-admin/admin_template_tags.php:966
#: geodirectory-admin/admin_template_tags.php:1009
#: geodirectory-admin/admin_template_tags.php:1011
#: geodirectory-admin/admin_template_tags.php:1051
#: geodirectory-admin/admin_template_tags.php:1053
#: geodirectory-admin/admin_template_tags.php:1094
#: geodirectory-admin/admin_template_tags.php:1096
#: geodirectory-admin/admin_template_tags.php:1138
#: geodirectory-admin/admin_template_tags.php:1140
#: geodirectory-admin/admin_template_tags.php:1180
#: geodirectory-admin/admin_template_tags.php:1182
msgid "Not used"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1199
msgid "Other Actions"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1205
#: geodirectory-admin/admin_template_tags.php:1240
msgid "Content"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1234
msgid "Other Filters"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1239
msgid "Filter"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1400
msgid "Required CSS"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1415
msgid "Required JS"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1495
msgid "Setup New Field"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1516
msgid "Predefined Fields"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1624
msgid "GD Diagnostic Tools"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1643
msgid "Tool"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1644
msgid "Description"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1650
msgid "GD pages check"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1652
msgid "Checks if the GD pages are installed correctly or not."
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1655
#: geodirectory-admin/admin_template_tags.php:1666
#: geodirectory-admin/admin_template_tags.php:1676
#: geodirectory-admin/admin_template_tags.php:1709
#: geodirectory-admin/admin_template_tags.php:1723
#: geodirectory-admin/admin_template_tags.php:1734
#: geodirectory-admin/admin_template_tags.php:1745
#: geodirectory-admin/admin_template_tags.php:1755
#: geodirectory-admin/admin_template_tags.php:1764
msgid "Run"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1662
msgid "Multisite DB conversion check"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1664
msgid ""
"Checks if the GD database tables have been converted to use multisite "
"correctly."
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1672
msgid "Ratings check"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1674
msgid "Checks ratings for correct location and content settings"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1691
msgid "Sync GD tags"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1693
msgid ""
"This tool can be used when tags are showing in the backend but missing from "
"the front end."
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1730
msgid "Sync GD Categories"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1732
msgid ""
"This tool can be used when categories are missing from the details table but "
"showing in other places in the backend (only checks posts with missing "
"category info in details table)"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1741
msgid "Clear all GD version numbers"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1743
msgid ""
"This tool will clear all GD version numbers so any upgrade functions will "
"run again."
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1750
msgid "Load custom fields translation"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1752
msgid ""
"This tool will load strings from the database into a file to translate via "
"po editor.Ex: custom fields"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1759
msgid "Reload Countries table"
msgstr ""
#: geodirectory-admin/admin_template_tags.php:1761
msgid ""
"This tool will drop and re-add the countries table, it is meant to refresh "
"the list when countries are added/removed, if you have duplicate country "
"problems you should merge those first or you could have orphaned posts."
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:18
#: geodirectory-admin/dummy-data/property_rent.php:19
#: geodirectory-admin/dummy-data/property_rent.php:230
#: geodirectory-admin/dummy-data/property_sale.php:18
#: geodirectory-admin/dummy-data/property_sale.php:19
#: geodirectory-admin/dummy-data/property_sale.php:230
#: geodirectory-functions/custom_fields_predefined.php:28
msgid "Price"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:20
msgid "Enter the price per calendar month (PCM)in $ (no currency symbol)"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:52
#: geodirectory-admin/dummy-data/property_rent.php:54
#: geodirectory-admin/dummy-data/property_sale.php:52
#: geodirectory-admin/dummy-data/property_sale.php:54
#: geodirectory-functions/custom_fields_predefined.php:65
msgid "Property Status"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:53
#: geodirectory-admin/dummy-data/property_sale.php:53
msgid "Enter the status of the property."
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:72
#: geodirectory-admin/dummy-data/property_rent.php:73
#: geodirectory-admin/dummy-data/property_sale.php:72
#: geodirectory-admin/dummy-data/property_sale.php:73
msgid "Furnishing"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:74
#: geodirectory-admin/dummy-data/property_sale.php:74
msgid "Enter the furnishing status of the property."
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:81
#: geodirectory-admin/dummy-data/property_sale.php:81
#: geodirectory-functions/custom_fields_predefined.php:107
msgid "Select Status/,Unfurnished,Furnished,Partially furnished,Optional"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:95
#: geodirectory-admin/dummy-data/property_rent.php:96
#: geodirectory-admin/dummy-data/property_sale.php:95
#: geodirectory-admin/dummy-data/property_sale.php:96
#: geodirectory-functions/custom_fields_predefined.php:123
msgid "Property Type"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:97
#: geodirectory-admin/dummy-data/property_sale.php:97
msgid "Select the property type."
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:104
#: geodirectory-admin/dummy-data/property_sale.php:104
msgid ""
"Select Type/,Detached house,Semi-detached house,Apartment,Bungalow,Semi-"
"detached bungalow,Chalet,Town House,End-terrace house,Terrace house,Cottage,"
"Hotel,Land"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:118
#: geodirectory-admin/dummy-data/property_sale.php:118
#: geodirectory-functions/custom_fields_predefined.php:152
msgid "Property Bedrooms"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:119
#: geodirectory-admin/dummy-data/property_sale.php:119
msgid "Bedrooms"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:120
#: geodirectory-admin/dummy-data/property_sale.php:120
msgid "Select the number of bedrooms"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:127
#: geodirectory-admin/dummy-data/property_sale.php:127
#: geodirectory-functions/custom_fields_predefined.php:165
msgid "Select Bedrooms/,1,2,3,4,5,6,7,8,9,10"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:141
#: geodirectory-admin/dummy-data/property_sale.php:141
#: geodirectory-functions/custom_fields_predefined.php:181
msgid "Property Bathrooms"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:142
#: geodirectory-admin/dummy-data/property_sale.php:142
msgid "Bathrooms"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:143
#: geodirectory-admin/dummy-data/property_sale.php:143
msgid "Select the number of bathrooms"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:150
#: geodirectory-admin/dummy-data/property_sale.php:150
#: geodirectory-functions/custom_fields_predefined.php:194
msgid "Select Bathrooms/,1,2,3,4,5,6,7,8,9,10"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:164
#: geodirectory-admin/dummy-data/property_sale.php:164
#: geodirectory-functions/custom_fields_predefined.php:210
msgid "Property Area"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:165
#: geodirectory-admin/dummy-data/property_rent.php:245
#: geodirectory-admin/dummy-data/property_rent.php:260
#: geodirectory-admin/dummy-data/property_sale.php:165
#: geodirectory-admin/dummy-data/property_sale.php:245
#: geodirectory-admin/dummy-data/property_sale.php:260
msgid "Area (Sq Ft)"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:166
#: geodirectory-admin/dummy-data/property_sale.php:166
msgid "Enter the Sq Ft value for the property"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:186
#: geodirectory-admin/dummy-data/property_sale.php:186
#: geodirectory-functions/custom_fields_predefined.php:238
msgid "Property Features"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:187
#: geodirectory-admin/dummy-data/property_sale.php:187
msgid "Features"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:188
#: geodirectory-admin/dummy-data/property_sale.php:188
msgid "Select the property features."
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:195
#: geodirectory-admin/dummy-data/property_sale.php:195
msgid ""
"Gas Central Heating,Oil Central Heating,Double Glazing,Triple Glazing,Front "
"Garden,Garage,Private driveway,Off Road Parking,Fireplace"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:232
#: geodirectory-admin/dummy-data/property_sale.php:232
msgid "Price (lowest first)"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:234
#: geodirectory-admin/dummy-data/property_sale.php:234
msgid "Price (highest first)"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:247
#: geodirectory-admin/dummy-data/property_sale.php:247
msgid "Area (smallest first)"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:249
#: geodirectory-admin/dummy-data/property_sale.php:249
msgid "Area (largest first)"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:262
#: geodirectory-admin/dummy-data/property_sale.php:262
msgid "Bedrooms (least)"
msgstr ""
#: geodirectory-admin/dummy-data/property_rent.php:264
#: geodirectory-admin/dummy-data/property_sale.php:264
msgid "Bedrooms (most)"
msgstr ""
#: geodirectory-admin/dummy-data/property_sale.php:20
msgid "Enter the price in $ (no currency symbol)"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:18
#: geodirectory-admin/dummy-data/recruitment_jobs.php:19
#: tests/test-Add_Custom_Fields.php:97 tests/test-Add_Custom_Fields.php:99
#: tests/test-Add_Custom_Fields.php:105
msgid "Salary"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:20
msgid "Enter the Salary in $ (no currency symbol) ie: 25000"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:50
#: geodirectory-admin/dummy-data/recruitment_jobs.php:51
#: geodirectory-functions/custom_fields_predefined.php:326
#: geodirectory-functions/custom_fields_predefined.php:330
#: geodirectory-functions/custom_fields_predefined.php:331
msgid "Job Type"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:52
#: geodirectory-functions/custom_fields_predefined.php:332
msgid "Select the type of job."
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:59
#: geodirectory-functions/custom_fields_predefined.php:339
msgid "Select Type/,Freelance,Full Time,Internship,Part Time,Temporary,Other"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:73
#: geodirectory-admin/dummy-data/recruitment_jobs.php:74
#: geodirectory-functions/custom_fields_predefined.php:355
#: geodirectory-functions/custom_fields_predefined.php:359
#: geodirectory-functions/custom_fields_predefined.php:360
msgid "Job Sector"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:75
#: geodirectory-functions/custom_fields_predefined.php:361
msgid "Select the job sector."
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:82
#: geodirectory-functions/custom_fields_predefined.php:368
msgid "Select Sector/,Private Sector,Public Sector,Agencies"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:96
#: geodirectory-admin/dummy-data/recruitment_jobs.php:97
msgid "Required Experience"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:98
msgid "Select the number of years required experience"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:105
msgid ""
"Select Experience/,No Experience Required,1 Year,2 Years,3 Years,4 Years,5 "
"Years,6 Years,7 Years,8 Years,9 Years,10+ Years"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:119
#: geodirectory-admin/dummy-data/recruitment_jobs.php:120
msgid "Required Skills"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:121
msgid "Enter the required skills for the job"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:143
#: geodirectory-admin/dummy-data/recruitment_jobs.php:144
msgid "Company Details"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:145
msgid "Enter your company details here"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:157
#: geodirectory-admin/dummy-data/recruitment_jobs.php:158
msgid "Company Name"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:159
msgid "Enter your company name"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:179
#: geodirectory-admin/dummy-data/recruitment_jobs.php:180
msgid "Company Logo"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:181
msgid "Enter your company Logo"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:207
#: geodirectory-admin/dummy-data/recruitment_jobs.php:208
msgid "Company Url"
msgstr ""
#: geodirectory-admin/dummy-data/recruitment_jobs.php:209
msgid "Enter your company Url"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:41
#: geodirectory-functions/general_functions.php:1275
#: tests/test-GeoDirectory.php:447
msgid "Home"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:44
msgid "Home Top Section Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:50
msgid "Home top section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:51
msgid "Show the top section of home page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:61
msgid "Home Page Layout Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:67
msgid "Home right section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:68
msgid "Show the right section of home page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:75
msgid "Width of home right section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:76
msgid "Enter the width of right section of home page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:84
msgid "Home content section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:85
msgid "Show the content section of home page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:92
msgid "Width of home content section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:93
msgid "Enter the width of content section of home page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:101
msgid "Home left section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:102
msgid "Show the left section of home page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:109
msgid "Width of home left section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:110
#: geodirectory-admin/option-pages/design_settings_array.php:761
msgid "Enter the width of left section of home page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:118
msgid "Home bottom section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:119
msgid "Show the bottom section of home page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:125
msgid "Resize image large size"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:126
#, php-format
msgid ""
"Use default wordpress media image large size ( %s ) for featured image "
"upload. If unchecked then default geodirectory image large size ( 800x800 ) "
"will be used."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:140
msgid "Listings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:143
msgid "Listing Page Layout Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:149
msgid "Listing top section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:150
#: geodirectory-admin/option-pages/design_settings_array.php:478
msgid "Show the top section of listing page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:157
msgid "Listing right section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:158
msgid "Show the right section of listing page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:165
msgid "Width of listing right section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:166
msgid "Enter the width of right section of listing page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:175
msgid "Listing content section view"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:176
msgid "Set the listing view of listing page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:183
#: geodirectory-admin/option-pages/design_settings_array.php:368
#: geodirectory-admin/option-pages/design_settings_array.php:642
#: geodirectory-admin/option-pages/design_settings_array.php:734
#: geodirectory-widgets/geodirectory_popular_widget.php:413
#: geodirectory-widgets/geodirectory_related_listing_widget.php:223
msgid "Grid View (Two Columns)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:184
#: geodirectory-admin/option-pages/design_settings_array.php:369
#: geodirectory-admin/option-pages/design_settings_array.php:643
#: geodirectory-admin/option-pages/design_settings_array.php:735
#: geodirectory-widgets/geodirectory_popular_widget.php:417
#: geodirectory-widgets/geodirectory_related_listing_widget.php:227
msgid "Grid View (Three Columns)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:185
#: geodirectory-admin/option-pages/design_settings_array.php:370
#: geodirectory-admin/option-pages/design_settings_array.php:644
#: geodirectory-admin/option-pages/design_settings_array.php:736
#: geodirectory-widgets/geodirectory_popular_widget.php:421
#: geodirectory-widgets/geodirectory_related_listing_widget.php:231
msgid "Grid View (Four Columns)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:186
#: geodirectory-admin/option-pages/design_settings_array.php:371
#: geodirectory-admin/option-pages/design_settings_array.php:645
#: geodirectory-admin/option-pages/design_settings_array.php:737
#: geodirectory-widgets/geodirectory_popular_widget.php:425
#: geodirectory-widgets/geodirectory_related_listing_widget.php:235
msgid "Grid View (Five Columns)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:187
#: geodirectory-admin/option-pages/design_settings_array.php:372
#: geodirectory-admin/option-pages/design_settings_array.php:646
#: geodirectory-admin/option-pages/design_settings_array.php:738
#: geodirectory-widgets/geodirectory_popular_widget.php:428
#: geodirectory-widgets/geodirectory_related_listing_widget.php:238
msgid "List view"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:192
msgid "Width of listing content section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:193
msgid "Enter the width of content section of listing page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:201
msgid "Listing left section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:202
msgid "Show the left section of listing page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:209
msgid "Width of listing left section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:210
msgid "Enter the width of left section of listing in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:218
msgid "Listing bottom section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:219
#: geodirectory-admin/option-pages/design_settings_array.php:486
msgid "Show the bottom section of listing page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:226
msgid "Upload listing no image"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:234
msgid "Listing image size"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:235
msgid "Set the size of the image to use on the listing pages and widgets."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:245
#: geodirectory-admin/option-pages/design_settings_array.php:778
msgid "Description word limit"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:254
msgid "Hover listing map animation"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:255
msgid "Bounce map pin if listing hovered"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:264
msgid "Listing General Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:267
msgid "New listing default status"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:268
msgid "Select new listing default status."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:276
msgid "Pending Review"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:277
msgid "draft"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:278
msgid "publish"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:284
msgid "New listings settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:285
msgid ""
"Enter number of days a listing will appear new.(enter 0 to disable feature)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:295
msgid "Add Listing Form Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:298
msgid "Enable \"Accept Terms and Conditions\""
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:299
msgid "Show the \"Accept Terms and Conditions\" field on add listing."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:307
msgid "Show description field as editor"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:308
msgid "Select post types to show advanced editor on add listing page."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:314
#: geodirectory-admin/option-pages/design_settings_array.php:614
#: geodirectory-admin/option-pages/design_settings_array.php:853
#: geodirectory-admin/option-pages/design_settings_array.php:866
#: geodirectory-admin/option-pages/design_settings_array.php:879
#: geodirectory-admin/option-pages/design_settings_array.php:892
#: geodirectory-admin/option-pages/design_settings_array.php:923
#: geodirectory-admin/option-pages/design_settings_array.php:936
#: geodirectory-admin/option-pages/design_settings_array.php:949
#: geodirectory-admin/option-pages/general_settings_array.php:85
#: geodirectory-functions/custom_functions.php:3132
msgid "Select post types"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:325
#: geodirectory-admin/option-pages/general_settings_array.php:225
#: geodirectory_template_actions.php:1640
#: geodirectory_template_actions.php:2783
#: geodirectory_template_actions.php:3027
#: geodirectory_template_actions.php:3440 geodirectory_widgets.php:1007
#: language.php:21
msgid "Search"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:328
msgid "Search Page Layout Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:334
msgid "Search top section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:335
msgid "Show the top section of search page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:342
msgid "Search right section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:343
msgid "Show the right section of search page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:350
msgid "Width of search right section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:351
msgid "Enter the width of right section of search page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:360
msgid "Search content section view"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:361
msgid "Set the listing view of search page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:377
msgid "Width of search content section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:378
msgid "Enter the width of content section of search page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:386
msgid "Search left section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:387
msgid "Show the left section of search page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:394
msgid "Width of search left section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:395
msgid "Enter the width of left section of search in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:403
msgid "Search bottom section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:404
msgid "Show the bottom section of search page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:411
msgid "Show advanced pagination details"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:412
msgid ""
"This will add extra pagination info like \"Showing listings x-y of z\" after/"
"before pagination."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:419
msgid "Never Display"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:420
msgid "After Pagination"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:421
msgid "Before Pagination"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:428
msgid "Search form settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:431
msgid "Use old non-styled form"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:432
msgid ""
"Will show the old type form (not recommended unless you had added your own "
"styles)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:439
msgid "Search field default value"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:440
msgid "Show the search text box 'placeholder' value on search form."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:448
msgid "Near field default value"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:449
msgid "Show the near text box 'placeholder' value on search form."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:457
msgid "Search button label"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:458
msgid "Show the search button label on search form."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:472
msgid "Detail"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:474
msgid "Detail/Single Page Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:477
msgid "Detail top section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:485
msgid "Detail bottom section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:492
msgid "Detail sidebar section on left side"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:493
msgid "Display detail sidebar section on left side of the detail page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:499
msgid "Disable GD modal"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:500
msgid "Disable GD modal that displays slideshow images in popup"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:506
msgid "Disable Tweet, Fb Like, Google+ buttons section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:507
msgid ""
"Disable Tweet, Fb Like, Google+ buttons section that displays on Detail page "
"sidebar"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:513
msgid "Disable Google Analytics section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:514
msgid "Disable Google Analytics section that displays on Detail page sidebar"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:520
msgid "Disable User Links section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:521
msgid ""
"Disable User Links section (Edit post, Favorite etc..) that displays on "
"Detail page sidebar"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:527
msgid "Disable Rating Info section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:528
msgid "Disable Rating Info section that displays on Detail page sidebar"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:534
msgid "Disable Listing Info section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:535
msgid "Disable Listing Info section that displays on Detail page sidebar"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:546
msgid "Detail Page Tab Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:549
msgid "Exclude selected tabs from detail page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:550
msgid ""
"Select tabs to exclude from the list of all appearing tabs on detail page."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:556
msgid "Select tabs"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:562
msgid "Show as list"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:563
msgid "Show as list instead of tabs"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:573
msgid "Default Rating Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:576
msgid "Upload default rating star icon"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:584
msgid "Enable Font Awesome"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:585
msgid ""
"When enabled all rating images will be using font awesome rating icons as "
"images."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:591
msgid "Rating Icon Color"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:592
msgid "Enter hexadecimal color for font awesome rating icons. Default: #757575"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:604
msgid "Related Post Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:607
msgid "Show related post listing on"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:608
msgid "Select the post types to display related listing on detail page."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:620
msgid "Relate to"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:621
msgid "Set the relation between current post to related posts."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:629
#: geodirectory-widgets/geodirectory_related_listing_widget.php:210
msgid "Tags"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:634
msgid "Layout"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:635
msgid "Set the listing view of relate post on detail page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:651
msgid "Sort by"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:652
msgid "Set the related post listing sort by view"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:659
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:148
#: geodirectory-widgets/geodirectory_popular_widget.php:366
#: geodirectory-widgets/geodirectory_related_listing_widget.php:182
msgid "Latest"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:660
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:149
#: geodirectory-widgets/geodirectory_popular_widget.php:367
#: geodirectory-widgets/geodirectory_related_listing_widget.php:183
msgid "Featured"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:661
#: geodirectory-functions/custom_fields_functions.php:1918
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:150
#: geodirectory-widgets/geodirectory_popular_widget.php:368
#: geodirectory-widgets/geodirectory_related_listing_widget.php:184
#: language.php:151
msgid "Review"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:662
#: geodirectory-functions/custom_fields_functions.php:1927
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:151
#: geodirectory-widgets/geodirectory_popular_widget.php:369
#: geodirectory-widgets/geodirectory_related_listing_widget.php:185
msgid "Rating"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:663
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:152
#: geodirectory-widgets/geodirectory_popular_widget.php:370
#: geodirectory-widgets/geodirectory_related_listing_widget.php:186
msgid "Random"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:664
#: geodirectory-widgets/geodirectory_related_listing_widget.php:187
msgid "Nearest"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:669
#: geodirectory-widgets/geodirectory_bestof_widget.php:450
#: geodirectory-widgets/geodirectory_popular_widget.php:397
#: geodirectory-widgets/geodirectory_related_listing_widget.php:193
msgid "Number of posts:"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:670
msgid "Enter number of posts to display on related posts listing"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:678
msgid "Post excerpt"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:679
msgid "Post content excerpt character count"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:692
msgid "Author"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:695
msgid "Author Page Layout Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:701
msgid "Author top section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:702
msgid "Show the top section of author page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:709
msgid "Author right section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:710
msgid "Show the right section of author page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:717
msgid "Width of author right section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:718
msgid "Enter the width of right section of author page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:726
msgid "Author content section view"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:727
msgid "Set the listing view of author page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:743
msgid "Width of author content section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:744
msgid "Enter the width of content section of author page in %"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:752
msgid "Author left section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:753
msgid "Show the left section of author page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:760
msgid "Width of author left section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:769
msgid "Author bottom section"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:770
msgid "Show the bottom section of author page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:791
msgid "Navigation"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:796
msgid "Navigation Locations"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:802
msgid "Show geodirectory navigation in selected menu locations"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:809
msgid "Select menu locations"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:816
msgid "Navigation Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:823
msgid "Show add listing navigation in menu"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:824
msgid ""
"Show add listing navigation in main menu? (untick to disable) If you disable "
"this option, none of the add listing link will appear in main navigation."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:831
msgid "Show listings navigation in menu"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:832
msgid ""
"Show listing navigation in main menu? (untick to disable) If you disable "
"this option, none of the listing link will appear in main navigation."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:841
msgid "Post Type Navigation Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:846
msgid "Show listing link in main navigation"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:859
msgid "Show listing link in listing navigation"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:872
msgid "Allow post type to add from frontend"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:885
msgid "Show add listing link in main navigation"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:898
msgid "Show add listing link in add listing navigation"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:912
msgid "User Dashboard Post Type Navigation Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:916
msgid "Show add listing link in user dashboard"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:929
msgid "Show favorite link in user dashboard"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:930
msgid ""
"Option will not appear if user does not have a favorite of that post type"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:942
msgid "Show listing link in user dashboard"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:943
msgid ""
"Option will not appear if user does not have his/her own listing of that "
"post type"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:958
msgid "Scripts"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:986
msgid "GD Lazy Load Images"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:992
msgid "Enable lazy load images?"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:993
msgid "GD images will be loaded only when visible on the page"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1001
msgid "Script Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1007
msgid "Custom style css code"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1016
msgid "Header script code"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1025
msgid "Footer script code"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1037
#: geodirectory-functions/custom_functions.php:1368
msgid "Map"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1042
#: geodirectory-admin/option-pages/design_settings_array.php:1048
msgid "Google Maps API KEY"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1050
#, php-format
msgid ""
"This is a requirement to use Google Maps, you can get a key from <a href=\"%s"
"\" target=\"_blank\">here</a> OR you can set GD to use Open Street Maps "
"below under Select Maps API setting. (<a href=\"%s\" target=\"_blank\">How "
"to add a Google API KEY?</a>)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1065
msgid "Home Map Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1071
msgid "Select category to untick by default on map"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1072
msgid "Select category to untick by default on the home map."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1078
msgid "Select category"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1088
msgid "Add Listing Map Settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1094
msgid "Disable mouse scroll on details page map tab"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1095
msgid ""
"Stops the mouse scroll zooming the map (home and listings settings set from "
"widget)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1106
msgid "Default map settings"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1121
msgid "Upload map default marker icon"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1130
msgid "Show button control on map to enable/disable dragging"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1131
msgid ""
"If checked, it displays button control to enable/disable dragging on google "
"maps for phone devices"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1137
msgid "Select Maps API"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1138
msgid ""
"- Google Maps API will force to load Google JS library only.<br>- "
"OpenStreetMap API will force to load OpenStreetMap JS library only.<br>- "
"Load Automatic will load Google JS library first, but if Google maps JS "
"library not loaded it then loads the OpenStreetMap JS library to load the "
"maps (recommended for regions where Google maps banned).<br>- Disable Maps "
"will disable and hides maps for entire site."
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1144
msgid "Select Map"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1146
msgid "Load Automatic"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1147
msgid "Load Google Maps API"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1148
msgid "Load OpenStreetMap API"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1149
msgid "Disable Maps"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1155
msgid "Show / hide post type and category on map"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1161
msgid "Select Map Category"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1174
msgid "Map Cache (Beta)"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1180
msgid "Enable map cache"
msgstr ""
#: geodirectory-admin/option-pages/design_settings_array.php:1181
msgid ""
"This will cache the map JSON for 24 hours or until a GD listing is saved."
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:21
msgid "General Options"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:24
msgid "Sender name"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:25
msgid ""
"(Name that will be shown as email sender when users receive emails from this "
"site)"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:33
msgid "Email address"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:34
msgid "(Emails to users will be sent via this mail ID)"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:41
#: geodirectory-admin/option-pages/general_settings_array.php:50
msgid "Allow user to see wp-admin area"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:60
#: geodirectory-admin/option-pages/general_settings_array.php:69
msgid "Allow user to choose own password"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:78
msgid "Disable review stars for CPT"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:79
msgid ""
"Disable review stars for certain CPT without disabling comments on listings."
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:90
msgid "User deleted posts go to trash"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:91
msgid ""
"If checked a user deleted post will go to trash, otherwise it will be "
"permanently deleted"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:97
msgid "Max upload file size(in mb)"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:98
msgid ""
"(Maximum upload file size in MB, 1 MB = 1024 KB. Must be greater then "
"0(ZERO), for ex: 2. This setting will overwrite the max upload file size "
"limit in image/file upload & import listings for entire GeoDirectory core + "
"GeoDirectory plugins.)"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:116
msgid "Google Analytics"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:118
msgid "Google Analytic Settings"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:123
msgid "Show business owner google analytics stats?"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:132
msgid "Show business owner Google Analytics stats?"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:142
msgid "Google analytics access"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:151
msgid "Google analytics Auth Code"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:152
msgid "You must save this setting before accounts will show."
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:160
msgid "Analytics Account"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:161
msgid "Select the account that you setup for this site."
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:172
#: geodirectory-admin/option-pages/general_settings_array.php:181
msgid "Add Google analytics tracking code to site?"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:173
msgid ""
"Yes <small>(this will automatically add the correct tracking code to your "
"site)</small>"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:182
msgid ""
"No <small>(if you already have tracking code added you should not add it "
"again)</small>"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:191
msgid "Anonymize user IP?"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:192
msgid ""
"In most cases this is not required, this is to comply with certain country "
"laws such as Germany."
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:199
msgid "Auto refresh active users?"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:200
msgid ""
"If ticked it uses the auto refresh time below, if not it never refreshes "
"unless the refresh button is clicked."
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:206
msgid "Time interval for auto refresh active users"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:207
msgid ""
"Time interval in seconds to auto refresh active users. The active users will "
"be auto refreshed after this time interval. Leave blank or use 0(zero) to "
"disable auto refresh. Default: 5"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:227
msgid "Search Settings"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:230
msgid "Limit squared distance area to X miles (helps improve search speed)"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:231
msgid ""
"Enter whole number only ex. 40 (Tokyo is largest city in the world @40 sq "
"miles) LEAVE BLANK FOR NO DISTANCE LIMIT"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:239
#: geodirectory-admin/option-pages/general_settings_array.php:248
msgid "Show search distances in miles or km"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:240
#: geodirectory-functions/map-functions/map_template_tags.php:296
msgid "Miles"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:249
#: geodirectory-functions/map-functions/map_template_tags.php:299
msgid "Kilometers"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:258
#: geodirectory-admin/option-pages/general_settings_array.php:268
msgid "If distance is less than 0.01 show distance in meters or feet"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:259
msgid "Meters"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:269
msgid "Feet"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:278
msgid "Add location specific text to (Near) search for Google"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:279
msgid ""
"This is usefull if your directory is limted to one location such as: New "
"York or Australia (this setting should be blank if using default country, "
"regions etc with multilocation addon as it will automatically add them)"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:286
msgid "Individual word search limit"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:287
msgid ""
"With this option you can limit individual words being searched for, for "
"example searching for `Jo Brown` would return results with words like "
"`Jones`, you can exclude these types of small character words if you wish."
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:294
msgid "Disabled"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:295
msgid "1 Character words excluded"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:296
msgid "2 Character words and less excluded"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:297
msgid "3 Character words and less excluded"
msgstr ""
#: geodirectory-admin/option-pages/general_settings_array.php:314
msgid "Dummy Data"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:20
msgid "Options"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:23
msgid "Notification Options"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:26
msgid "List of usable shortcodes"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:27
msgid ""
"[#client_name#],[#listing_link#],[#posted_date#],[#number_of_days#],"
"[#number_of_grace_days#],[#login_url#],[#username#],[#user_email#],"
"[#site_name_url#],[#renew_link#],[#post_id#],[#site_name#],[#from_email#](in "
"most cases this will be the admin email, except for popup forms)"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:35
msgid "Use advanced editor? (slow loading)"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:44
msgid "Use advanced editor?(slow loading)"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:57
#: geodirectory-admin/option-pages/notifications_settings_array.php:59
msgid "Site Bcc Options"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:62
#: geodirectory-admin/option-pages/notifications_settings_array.php:71
msgid "New user registration"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:81
#: geodirectory-admin/option-pages/notifications_settings_array.php:90
#: geodirectory-admin/option-pages/notifications_settings_array.php:278
msgid "Send to friend"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:100
#: geodirectory-admin/option-pages/notifications_settings_array.php:109
msgid "Send enquiry"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:122
#: geodirectory-admin/option-pages/notifications_settings_array.php:124
msgid "Admin Emails"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:127
#: geodirectory-admin/option-pages/notifications_settings_array.php:136
msgid "Notify to admin on post submit"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:145
msgid "Post submit success to admin email"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:150
#: geodirectory-admin/option-pages/notifications_settings_array.php:209
msgid "Post Submitted Successfully"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:158
msgid ""
"<p>Dear Admin,</p><p>A new listing has been published [#listing_link#]. "
"This email is just for your information.</p><br><p>[#site_name#]</p>"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:161
#: geodirectory-admin/option-pages/notifications_settings_array.php:170
msgid "Notify Admin when listing edited by Author"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:179
msgid "Listing edited by Author"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:184
msgid "[[#site_name#]] Listing edited by Author"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:192
msgid ""
"<p>Dear Admin,</p><p>A listing [#listing_link#] has been edited by it's "
"author [#post_author_name#].</p><br><p><b>Listing Details:</b></p><p>Listing "
"ID: [#post_id#]</p><p>Listing URL: [#listing_link#]</p><p>Date: "
"[#current_date#]</p><br><p>This email is just for your information.</"
"p><p>[#site_name#]</p>"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:199
#: geodirectory-admin/option-pages/notifications_settings_array.php:201
msgid "Client Emails"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:204
msgid "Post submit success to client email"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:217
msgid ""
"<p>Dear [#client_name#],</p><p>You submitted the below listing information. "
"This email is just for your information.</p><p>[#listing_link#]</"
"p><br><p>Thank you for your contribution.</p><p>[#site_name#]</p>"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:222
msgid "User forgot password email"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:227
msgid "[#site_name#] - Your new password"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:235
msgid ""
"<p>Dear [#client_name#],<p><p>You requested a new password for "
"[#site_name_url#]</p><p>[#login_details#]</p><p>You can login here: "
"[#login_url#]</p><p>Thank you,<br /><br />[#site_name_url#].</p>"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:239
msgid "Registration success email"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:244
msgid "Your Log In Details"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:252
msgid ""
"<p>Dear [#client_name#],</p><p>You can log in with the following "
"information:</p><p>[#login_details#]</p><p>You can login here: "
"[#login_url#]</p><p>Thank you,<br /><br />[#site_name_url#].</p>"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:255
msgid "Listing published email"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:260
#: geodirectory-functions/post_functions.php:3141
msgid "Listing Published Successfully"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:268
#: geodirectory-functions/post_functions.php:3145
msgid ""
"<p>Dear [#client_name#],</p><p>Your listing [#listing_link#] has been "
"published. This email is just for your information.</p><p>[#listing_link#]</"
"p><br><p>Thank you for your contribution.</p><p>[#site_name#]</p>"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:273
#: geodirectory-admin/option-pages/notifications_settings_array.php:275
msgid "Other Emails"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:283
msgid "[#from_name#] thought you might be interested in.."
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:291
msgid ""
"<p>Dear [#to_name#],<p><p>Your friend has sent you a message from "
"<b>[#site_name#]</b> </p><p>===============================</"
"p><p><b>Subject : [#subject#]</b></p><p>[#comments#] [#listing_link#]</"
"p><p>===============================</p><p>Thank you,<br /><br /"
">[#site_name#].</p>"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:295
msgid "Email enquiry"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:300
msgid "Website Enquiry"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:308
msgid ""
"<p>Dear [#to_name#],<p><p>An enquiry has been sent from <b>[#listing_link#]</"
"b></p><p>===============================</p><p>[#comments#]</"
"p><p>===============================</p><p>Thank you,<br /><br /"
">[#site_name_url#].</p>"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:314
#: geodirectory-admin/option-pages/notifications_settings_array.php:316
msgid "Messages"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:319
msgid "Post submitted success"
msgstr ""
#: geodirectory-admin/option-pages/notifications_settings_array.php:324
msgid ""
"<p>Thank you, your information has been successfully received.</p><p><a href="
"\"[#submited_information_link#]\" >View your submitted information »</"
"a></p><p>Thank you for visiting us at [#site_name#].</p>"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:20
msgid "Permalink"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:23
msgid "Listing Detail Permalink Settings"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:29
msgid "Add location in urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:30
msgid "Add location slug in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:38
msgid "Add full location in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:39
msgid ""
"Add full location info with country, region and city slug in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:48
msgid "Add country and city slug in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:49
msgid "Add country and city slug in listing urls (/country/city/)"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:57
msgid "Add region and city slug in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:58
msgid "Add region and city slug in listing urls (/region/city/)"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:66
msgid "Add only city in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:67
msgid "Add city slug in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:78
msgid "Add category in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:79
msgid "Add requested category slugs in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:86
msgid "Listing url prefix"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:87
msgid "Listing prefix to show in url"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:95
msgid "Location url prefix"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:96
msgid "Depreciated, now uses the location page slug"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:104
msgid "Location and category url separator"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:105
msgid ""
"Separator to show between location and category url slugs in listing urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:113
msgid "Listing detail url separator"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:114
msgid "Separator to show before listing slug in listing detail urls"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:124
msgid "GeoDirectory Pages"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:131
msgid ""
"Select the page to use for the GD homepage (you must also set this page in "
"Settings>Reading>Front page for it to work)"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:138
msgid "Add listing page"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:139
msgid "Select the page to use for adding listings"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:146
msgid "Listing preview page"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:147
msgid "Select the page to use for listing preview"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:154
msgid "Listing success page"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:155
msgid "Select the page to use for listing success"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:162
msgid "Location page"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:163
msgid "Select the page to use for locations"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:170
msgid "Terms and Conditions page"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:171
msgid "Select the page to use for Terms and Conditions (if enabled)"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:178
msgid "Info page"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:179
msgid "Select the page to use for Gd general Info"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:186
msgid "Login page"
msgstr ""
#: geodirectory-admin/option-pages/permalink_settings_array.php:187
msgid "Select the page to use for Login / Register"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:13
msgid "Please use the WPSEO settings instead."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:25
msgid "Title / Meta"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:27
msgid "Available Variables"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:34
msgid "Title & Metas Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:40
msgid "Disable overwrite by Yoast SEO titles & metas on GD pages"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:41
msgid ""
"This allows to disable overwriting by Yoast SEO titles & metas on GD pages. "
"If ticked then GD pages will use titles & metas settings from GeoDirectory > "
"Titles & Metas. Otherwise it will use titles & metas settings from SEO > "
"Titles & Metas."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:49
msgid "Homepage Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:55
msgid "Homepage meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:56
msgid "This will use the title of the page set as frontpage if left blank."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:65
msgid "Homepage meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:66
msgid "Enter the meta description for the homepage."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:76
msgid "Details Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:82
msgid "Details page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:83
msgid "Enter the meta title for the details page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:87
#: geodirectory-admin/option-pages/title_meta_settings_array.php:352
#: geodirectory-admin/option-pages/title_meta_settings_array.php:379
#, php-format
msgid "%%title%% %%sep%% %%sitename%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:92
msgid "Details page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:93
msgid "Enter the meta description for the details page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:97
#, php-format
msgid "%%excerpt%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:104
msgid "Post Type Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:110
msgid "Post type page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:111
msgid "Enter the meta title for the post type pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:115
#, php-format
msgid "%%pt_plural%% %%in_location%% %%sep%% %%sitename%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:120
msgid "Post type page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:121
msgid "Enter the meta description for the post type pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:125
#, php-format
msgid "%%pt_plural%% %%in_location%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:130
msgid "Post type page title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:131
msgid "Enter the title for the post type pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:135
#, php-format
msgid "All %%pt_plural%% %%in_location_single%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:142
msgid "Listing Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:148
msgid "Listing page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:149
msgid "Enter the meta title for the category listing pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:153
#, php-format
msgid "%%category%% %%in_location%% %%sep%% %%sitename%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:158
msgid "Listing page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:159
msgid "Enter the meta description for the category listing pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:163
#, php-format
msgid "Posts related to Category: %%category%% %%in_location%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:168
msgid "Category listing page title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:169
msgid "Enter the title for the category listing pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:173
#, php-format
msgid "All %%category%% %%in_location_single%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:178
msgid "Tag listing page title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:179
msgid "Enter the title for the tag listing pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:183
#, php-format
msgid "Tag: %%tag%% %%in_location_single%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:190
msgid "Location Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:196
msgid "Location page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:197
msgid "Enter the meta title for the location pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:201
#, php-format
msgid "%%title%% %%location%% %%sep%% %%sitename%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:206
msgid "Location page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:207
msgid "Enter the meta description for the location pages."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:211
#, php-format
msgid "%%location%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:218
msgid "Search Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:224
msgid "Search page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:225
msgid "Enter the meta title for the search page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:229
#, php-format
msgid ""
"%%pt_plural%% search results for %%search_term%%, Near %%search_near%% %%sep"
"%% %%sitename%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:234
msgid "Search page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:235
msgid "Enter the meta description for the search page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:239
#, php-format
msgid "%%pt_plural%% search results for %%search_term%%, Near %%search_near%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:246
msgid "Add Listing Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:252
msgid "Add listing page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:253
msgid "Enter the meta title for the add listing page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:257
#, php-format
msgid "Add %%pt_single%% %%sep%% %%sitename%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:262
msgid "Add listing page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:263
msgid "Enter the meta description for the add listing page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:267
#: geodirectory-admin/option-pages/title_meta_settings_array.php:277
#, php-format
msgid "Add %%pt_single%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:272
msgid "Add listing page title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:273
msgid "Enter the title for the add listing page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:282
msgid "Edit listing page title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:283
msgid "Enter the title for the edit listing page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:287
#, php-format
msgid "Edit %%pt_single%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:294
msgid "Author Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:300
msgid "Author page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:301
msgid "Enter the meta title for the author page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:305
#, php-format
msgid "Author: %%name%% %%sep%% %%sitename%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:310
msgid "Author page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:311
msgid "Enter the meta description for the author page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:319
msgid "Author page title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:320
msgid "Enter the title for the author page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:324
#, php-format
msgid "%%pt_plural%% by: %%name%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:329
msgid "Author favorite page title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:330
msgid "Enter the title for the author favorite page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:334
#, php-format
msgid "%%name%%: Favorite %%pt_plural%%"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:341
msgid "Login Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:347
msgid "Login page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:348
msgid "Enter the meta title for the login page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:357
msgid "Login page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:358
msgid "Enter the meta description for the login page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:368
msgid "Listing Success Page Meta Settings"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:374
msgid "Listing success page meta title"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:375
msgid "Enter the meta title for the listing success page."
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:384
msgid "Listing success page meta description"
msgstr ""
#: geodirectory-admin/option-pages/title_meta_settings_array.php:385
msgid "Enter the meta description for the listing success page."
msgstr ""
#: geodirectory-functions/ajax_handler_functions.php:399
msgid "Translation can be done from original listing only."
msgstr ""
#: geodirectory-functions/ajax_handler_functions.php:402
msgid "You are not allowed to translate this listing."
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:265
msgid "Remove this image"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:265
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:592
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:635
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:904
#: geodirectory_hooks_actions.php:1306
msgid "Remove"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:364
msgid "Cannot delete file. Something's wrong."
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:605
msgid "Add"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:900
msgid "Uploaded files"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:912
msgid "Upload new files"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:918
msgid "Add more files"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:968
msgid "Remove Image"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:973
#: geodirectory-functions/cat-meta-functions/cat_meta.php:261
#: geodirectory-functions/cat-meta-functions/cat_meta.php:262
msgid "Upload Image"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:997
msgid "Select a color"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1556
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1581
msgid "Text Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1625
msgid "Checkbox Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1653
msgid "Checkbox List Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1678
msgid "Textarea Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1704
msgid "Select Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1730
msgid "Radio Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1755
msgid "Date Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1780
msgid "Time Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1804
msgid "ColorPicker Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1827
msgid "Image Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1851
msgid "File Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1876
msgid "WYSIWYG Editor Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1909
msgid "Taxonomy Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1940
msgid "Posts Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/Tax-meta-class.php:1965
msgid "Reapeater Field"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:28
msgid "Demo Meta Box"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:41
msgid "Category Top Description"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:41
msgid "This will appear at the top of the category listing."
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:42
msgid "Default Listing Image"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:42
msgid "Choose a default \"no image\""
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:43
msgid "Category Icon"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:43
msgid "Choose a category icon"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:53
msgid "Default (LocalBusiness)"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:147
msgid "Schema Type"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:147
msgid "Select the Schema to use for this category"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:177
msgid "Default Image"
msgstr ""
#: geodirectory-functions/cat-meta-functions/cat_meta.php:178
msgid "Cat ID"
msgstr ""
#: geodirectory-functions/comments_functions.php:55
msgid "Comment Rating"
msgstr ""
#: geodirectory-functions/comments_functions.php:75
#: geodirectory-functions/comments_functions.php:115
msgid "Terrible"
msgstr ""
#: geodirectory-functions/comments_functions.php:76
#: geodirectory-functions/comments_functions.php:116
msgid "Poor"
msgstr ""
#: geodirectory-functions/comments_functions.php:77
#: geodirectory-functions/comments_functions.php:117
msgid "Average"
msgstr ""
#: geodirectory-functions/comments_functions.php:78
#: geodirectory-functions/comments_functions.php:118
msgid "Very Good"
msgstr ""
#: geodirectory-functions/comments_functions.php:79
#: geodirectory-functions/comments_functions.php:119
msgid "Excellent"
msgstr ""
#: geodirectory-functions/comments_functions.php:421
msgid "Overall Rating"
msgstr ""
#: geodirectory-functions/comments_functions.php:817
msgid "Pingback:"
msgstr ""
#: geodirectory-functions/comments_functions.php:817
msgid "(Edit)"
msgstr ""
#: geodirectory-functions/comments_functions.php:841
msgid "Post author"
msgstr ""
#: geodirectory-functions/comments_functions.php:848
#, php-format
msgid "%1$s at %2$s"
msgstr ""
#: geodirectory-functions/comments_functions.php:855
msgid "Your comment is awaiting moderation."
msgstr ""
#: geodirectory-functions/comments_functions.php:864
#: geodirectory-templates/listing-listview.php:365
#: geodirectory-templates/widget-listing-listview.php:235 language.php:171
msgid "Edit"
msgstr ""
#: geodirectory-functions/comments_functions.php:866 language.php:170
msgid "Reply"
msgstr ""
#: geodirectory-functions/comments_functions.php:1035 language.php:152
msgid "Comments"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:58
msgid "Tag Archive for:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:65
msgid "Archive for category:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:69
msgid "Archive for date:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:73
msgid "Archive for month:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:77
msgid "Archive for year:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:81
msgid "Author Archive"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:84
msgid "for:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:97
msgid "search results for:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:101
msgid "search result for:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:108
msgid "Search results for:"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:112
msgid "To search the site please enter a valid term"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:124
msgid "Blog"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:128
msgid "Error 404 - Page not found"
msgstr ""
#: geodirectory-functions/compatibility/Kleo.php:136
#: geodirectory-functions/compatibility/X.php:405
msgid "Page"
msgstr ""
#: geodirectory-functions/compatibility/X.php:358
msgid "Search Results for "
msgstr ""
#: geodirectory-functions/compatibility/X.php:363
#: geodirectory-functions/compatibility/X.php:370
msgid "See All Posts"
msgstr ""
#: geodirectory-functions/compatibility/X.php:394
msgid "Posts by "
msgstr ""
#: geodirectory-functions/compatibility/X.php:396
msgid "404 (Page Not Found)"
msgstr ""
#: geodirectory-functions/compatibility/X.php:401
msgid "Archives "
msgstr ""
#: geodirectory-functions/custom_field_html.php:91
#: geodirectory-functions/custom_fields_functions.php:2247
msgid "Double Click to toggle and drag-drop to sort"
msgstr ""
#: geodirectory-functions/custom_field_html.php:99
#: geodirectory-functions/custom_fields_functions.php:2253
msgid "Click to remove field"
msgstr ""
#: geodirectory-functions/custom_field_html.php:108
msgid "Fieldset:"
msgstr ""
#: geodirectory-functions/custom_field_html.php:178
msgid "Admin title :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:180
msgid "This is used as the field setting name here in the backend only."
msgstr ""
#: geodirectory-functions/custom_field_html.php:206
msgid "Frontend title :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:208
msgid "This will be the title for the field on the frontend."
msgstr ""
#: geodirectory-functions/custom_field_html.php:234
msgid "Frontend description :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:236
msgid "This will be shown below the field on the add listing form."
msgstr ""
#: geodirectory-functions/custom_field_html.php:262
msgid "HTML variable name :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:264
msgid ""
"This is a unique identifier used in the HTML, it MUST NOT contain spaces or "
"special characters."
msgstr ""
#: geodirectory-functions/custom_field_html.php:268
msgid "Must not contain spaces or special characters"
msgstr ""
#: geodirectory-functions/custom_field_html.php:294
msgid "Is active :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:296
msgid "If no is selected then the field will not be displayed anywhere."
msgstr ""
#: geodirectory-functions/custom_field_html.php:333
msgid "For admin use only? :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:335
msgid "If yes is selected then only site admin can see and edit this field."
msgstr ""
#: geodirectory-functions/custom_field_html.php:372
msgid "Default value :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:376
msgid "Should the checkbox be checked by default?"
msgstr ""
#: geodirectory-functions/custom_field_html.php:378
msgid "A default value for the field, usually blank. Ex: [email protected]"
msgstr ""
#: geodirectory-functions/custom_field_html.php:380
msgid ""
"A default value for the field, usually blank. (for \"link\" this will be "
"used as the link text)"
msgstr ""
#: geodirectory-functions/custom_field_html.php:388
msgid "Unchecked"
msgstr ""
#: geodirectory-functions/custom_field_html.php:389
msgid "Checked"
msgstr ""
#: geodirectory-functions/custom_field_html.php:392
msgid "[email protected]"
msgstr ""
#: geodirectory-functions/custom_field_html.php:416
msgid "Show in what locations?:"
msgstr ""
#: geodirectory-functions/custom_field_html.php:418
msgid "Select in what locations you want to display this field."
msgstr ""
#: geodirectory-functions/custom_field_html.php:429
msgid "Details page sidebar"
msgstr ""
#: geodirectory-functions/custom_field_html.php:430
msgid "More info tab"
msgstr ""
#: geodirectory-functions/custom_field_html.php:431
msgid "Listings page"
msgstr ""
#: geodirectory-functions/custom_field_html.php:432
msgid "Details page own tab"
msgstr ""
#: geodirectory-functions/custom_field_html.php:433
msgid "Map bubble"
msgstr ""
#: geodirectory-functions/custom_field_html.php:465
msgid "Select locations"
msgstr ""
#: geodirectory-functions/custom_field_html.php:573
msgid "Is required :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:575
msgid "Select yes to set field as required"
msgstr ""
#: geodirectory-functions/custom_field_html.php:615
msgid "Required message:"
msgstr ""
#: geodirectory-functions/custom_field_html.php:617
msgid ""
"Enter text for the error message if the field is required and has not "
"fulfilled the requirements."
msgstr ""
#: geodirectory-functions/custom_field_html.php:659
msgid "Custom css"
msgstr ""
#: geodirectory-functions/custom_field_html.php:663
msgid "Upload icon :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:665
msgid ""
"Upload icon using media and enter its url path, or enter <a href=\"http://"
"fortawesome.github.io/Font-Awesome/icons/\" target=\"_blank\" >font awesome "
"</a>class eg:\"fa fa-home\""
msgstr ""
#: geodirectory-functions/custom_field_html.php:694
msgid "Css class :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:696
msgid "Enter custom css class for field custom style."
msgstr ""
#: geodirectory-functions/custom_field_html.php:697
msgid "(Enter class `gd-comma-list` to show list as comma separated)"
msgstr ""
#: geodirectory-functions/custom_field_html.php:741
msgid "Posts sort options"
msgstr ""
#: geodirectory-functions/custom_field_html.php:745
msgid "Include this field in sorting options :"
msgstr ""
#: geodirectory-functions/custom_field_html.php:747
msgid ""
"Lets you use this filed as a sorting option, set from sorting options above."
msgstr ""
#: geodirectory-functions/custom_field_html.php:802
#: geodirectory-functions/custom_fields_functions.php:2503
msgid "Save"
msgstr ""
#: geodirectory-functions/custom_field_html.php:805
#: geodirectory-functions/custom_fields_functions.php:2505
#: geodirectory-templates/listing-listview.php:373
#: geodirectory-templates/widget-listing-listview.php:243 language.php:172
msgid "Delete"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:708
#: geodirectory-functions/custom_fields_functions.php:727
#: geodirectory-functions/custom_fields_functions.php:758
msgid "Column change failed, you may have too many columns."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:974
#: geodirectory-functions/custom_fields_functions.php:1016
#: geodirectory-functions/custom_fields_functions.php:1034
#: geodirectory-functions/custom_fields_functions.php:1093
msgid ""
"Column creation failed, you may have too many columns or the default value "
"does not match with field data type."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1049
msgid ""
"Column creation failed, you may have too many columns or the default value "
"might have a invalid date format."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1064
msgid ""
"Column creation failed, you may have too many columns or the default value "
"might have a invalid time format."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1902
msgid "Random sort (not recommended for large sites)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1909
msgid "Add date"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1912
msgid "Sort by date added"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1921
msgid "Sort by the number of reviews"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1930
msgid "Sort by the overall rating value"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1936
#: geodirectory-functions/map-functions/get_markers.php:262
#: geodirectory-functions/map-functions/map_template_tags.php:348
#: geodirectory_widgets.php:599
msgid "Title"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:1939
msgid "Sort alphabetically by title"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2260
msgid "Field:"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2290
msgid "Show Ascending Sort (low to high)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2292
msgid ""
"Select if you want to show this option in the sort options. (A-Z,0-100 or "
"OFF)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2317
msgid "Ascending title"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2319
#: geodirectory-functions/custom_fields_functions.php:2384
#: geodirectory-functions/custom_fields_functions.php:2426
msgid "This is the text used for the sort option."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2334
#: geodirectory-functions/custom_fields_functions.php:2398
#: geodirectory-functions/custom_fields_functions.php:2441
msgid "Default sort?"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2336
#: geodirectory-functions/custom_fields_functions.php:2400
#: geodirectory-functions/custom_fields_functions.php:2443
msgid ""
"This sets the option as the overall default sort value, there can be only "
"one."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2355
msgid "Show Descending Sort (high to low)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2357
msgid ""
"Select if you want to show this option in the sort options. (Z-A,100-0 or ON)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2382
msgid "Descending title"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2424
msgid "Frontend title"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2465
msgid "Is active"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2467
msgid ""
"Set if this sort option is active or not, if not it will not be shown to "
"users."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2675
msgid "Field Data Type ? :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2683
msgid "CHARACTER"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2687
msgid "NUMBER"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2691
msgid "DECIMAL"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2693
msgid "Select Custom Field type"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2709
msgid "Select decimal point :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2718
msgid "Decimal point to display after point"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2764
msgid "Show advanced editor :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2766
msgid "Select if you want to show the advanced editor on add listing page."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2806
msgid "Validation Pattern:"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2808
msgid "Enter regex expression for HTML5 pattern validation."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2826
msgid "Validation Message:"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2828
msgid ""
"Enter a extra validation message to show to the user if validation fails."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2855
msgid "Select taxonomy:"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2857
msgid ""
"Selected taxonomy name use as field name index. ex:-"
"( post_category[gd_placecategory] )"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2878
msgid "Category display type :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2880
msgid "Show categories list as select, multiselect, checkbox or radio"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2888
msgid "Ajax Chained"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2894
msgid "Multiselect"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2933
msgid "Display zip/post code :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2935
msgid "Select if you want to show zip/post code field in address section."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2958
msgid "Zip/Post code label :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2960
msgid "Enter zip/post code field label in address section."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2976
msgid "Map button label :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2978
msgid "Enter text for `set address on map` button in address section."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2991
msgid "Use user zoom level:"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:2993
msgid ""
"Do you want to use the user defined map zoom level from the add listing page?"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3015
msgid "Display map view:"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3017
msgid ""
"Select if you want to `set default map` options in address section. "
"( Satellite Map, Hybrid Map, Terrain Map)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3040
msgid "Map view label:"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3042
msgid "Enter mapview field label in address section."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3054
msgid "Show latitude and longitude"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3056
msgid ""
"This will show/hide the longitude fields in the address section add listing "
"form."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3088
msgid "Multiselect display type :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3090
msgid "Show multiselect list as multiselect,checkbox or radio."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3133
msgid "Option Values :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3135
msgid "Option Values should be separated by comma."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3137
msgid ""
"If using for a \"tick filter\" place a / and then either a 1 for true or 0 "
"for false"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3139
msgid "eg: \"No Dogs Allowed/0,Dogs Allowed/1\" (Select only, not multiselect)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3142
msgid ""
"- If using OPTGROUP tag to grouping options, use \"{optgroup}OPTGROUP-LABEL|"
"OPTION-1,OPTION-2{/optgroup}\""
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3144
msgid ""
"eg: \"{optgroup}Pets Allowed|No Dogs Allowed/0,Dogs Allowed/1{/optgroup},"
"{optgroup}Sports|Cricket/Cricket,Football/Football,Hockey{/optgroup}\""
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3174
msgid "Date Format :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3176
msgid "Select the date format."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3229
msgid "Allowed file types :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3231
msgid ""
"Select file types to allowed for file uploading. (Select multiple file types "
"by holding down \"Ctrl\" key.)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3236
msgid "All types"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3238
#, php-format
msgid "%s formats"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3278
msgid "Display as price? :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3280
msgid "Select if this field should be displayed as a price value. "
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3310
msgid "Thousand separator :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3312
msgid "Select the thousand separator."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3317
#: geodirectory-functions/custom_fields_functions.php:3345
msgid ", (comma)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3318
msgid "\\ (slash)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3319
#: geodirectory-functions/custom_fields_functions.php:3344
msgid ". (period)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3320
msgid " (space)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3321
msgid "(none)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3337
msgid "Decimal separator :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3339
msgid "Select the decimal separator."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3360
msgid "Decimal display :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3362
msgid "Select how the decimal is displayed"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3367
msgid "If used (not .00)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3368
msgid "Always (.00)"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3383
msgid "Currency symbol :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3385
msgid "Select the currency symbol."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3404
msgid "Currency symbol placement :"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3406
msgid "Select the currency symbol placement."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3411
msgid "Left"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3412
msgid "Right"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3432
#: geodirectory-functions/custom_fields_functions.php:3434
#: geodirectory-functions/custom_fields_functions.php:3442 language.php:69
#: language.php:226
msgid "Category"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3433
msgid "SELECT listing category FROM here. SELECT at least one CATEGORY"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3447
#: geodirectory-functions/custom_fields_functions.php:3449
#: geodirectory-functions/custom_fields_functions.php:3459
msgid "Address"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3458
msgid "Address fields are required"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3463
msgid "Zip/Post Code"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3465
msgid "Select Map View"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3473
msgid ""
"Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm "
"every day"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3488 language.php:125
msgid "You can enter phone number,cell phone number etc."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3503
msgid "You can enter your business or listing email."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3517
#: geodirectory-functions/custom_fields_functions.php:3519
#: geodirectory-functions/custom_fields_functions.php:3527 language.php:65
#: language.php:168
msgid "Website"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3518
msgid "You can enter your business or listing website."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3532
#: geodirectory-functions/custom_fields_functions.php:3534
#: geodirectory-functions/custom_fields_functions.php:3542 language.php:66
msgid "Twitter"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3533
msgid "You can enter your business or listing twitter url."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3547
#: geodirectory-functions/custom_fields_functions.php:3549
#: geodirectory-functions/custom_fields_functions.php:3557 language.php:67
msgid "Facebook"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3548
msgid "You can enter your business or listing facebook url."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3562
#: geodirectory-functions/custom_fields_functions.php:3564
#: geodirectory-functions/custom_fields_functions.php:3572
#: geodirectory-functions/custom_functions.php:1354
msgid "Video"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3563
msgid "Add video code here, YouTube etc."
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3577
#: geodirectory-functions/custom_fields_functions.php:3579
#: geodirectory-functions/custom_fields_functions.php:3587
#: geodirectory-functions/custom_functions.php:1361 language.php:61
msgid "Special Offers"
msgstr ""
#: geodirectory-functions/custom_fields_functions.php:3578 language.php:132
msgid "Note: List out any special offers (optional)"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:291
msgid "Please enter a valid URL including http://"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:578
msgid "Choose"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1077
#: geodirectory-functions/map-functions/map_template_tags.php:242
msgid "My location"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1175
msgid "Default Map"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1181
#: geodirectory-widgets/home_map_widget.php:172
#: geodirectory-widgets/listing_map_widget.php:318
msgid "Satellite Map"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1188
#: geodirectory-widgets/home_map_widget.php:175
#: geodirectory-widgets/listing_map_widget.php:321
msgid "Hybrid Map"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1194
#: geodirectory-widgets/home_map_widget.php:177
#: geodirectory-widgets/listing_map_widget.php:323
msgid "Terrain Map"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1319
msgid "Only select"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1319
msgid " categories for this package."
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1335
#: geodirectory-functions/custom_fields_input_functions.php:1339
#: geodirectory-functions/taxonomy_functions.php:1186
#: geodirectory-widgets/geodirectory_bestof_widget.php:218
msgid "Select Category"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1482
msgid "Select File"
msgstr ""
#: geodirectory-functions/custom_fields_input_functions.php:1505
msgid "Allowed file types:"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:29
msgid ""
"Adds a input for a price field. This will let you filter and sort by price."
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:66
msgid ""
"Adds a select input to be able to set the status of a property ie: For Sale, "
"For Rent"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:78
msgid "Select Status/,For Sale,For Rent,Sold,Let"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:94
msgid "Property Furnishing"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:95
msgid ""
"Adds a select input to be able to set the furnishing status of a property "
"ie: Unfurnished, Furnished"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:124
msgid "Adds a select input for the property type ie: Detached house, Apartment"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:136
msgid ""
"Select Type/,Detached house,Semi-detached house,Apartment,Bungalow,Semi-"
"detached bungalow,Chalet,Town House,End-terrace house,Terrace house,Cottage"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:153
msgid "Adds a select input for the number of bedrooms."
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:182
msgid "Adds a select input for the number of bathrooms."
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:211
msgid "Adds a input for the property area."
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:239
msgid "Adds a select input for the property features."
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:251
msgid ""
"Select Features/,Gas Central Heating,Oil Central Heating,Double Glazing,"
"Triple Glazing,Front Garden,Garage,Private driveway,Off Road Parking,"
"Fireplace"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:267
msgid "Twitter feed"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:268
#: geodirectory-functions/custom_fields_predefined.php:296
msgid "Adds a input for twitter username and outputs feed."
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:295
msgid "Get Directions Link"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:327
msgid ""
"Adds a select input to be able to set the type of a job ie: Full Time, Part "
"Time"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:356
msgid ""
"Adds a select input to be able to set the type of a job Sector ie: Private "
"Sector,Public Sector"
msgstr ""
#: geodirectory-functions/custom_fields_predefined.php:453
#: geodirectory-functions/map-functions/map_template_tags.php:245
msgid "Get Directions"
msgstr ""
#: geodirectory-functions/custom_functions.php:63
msgid "View:"
msgstr ""
#: geodirectory-functions/custom_functions.php:65
msgid "View: List"
msgstr ""
#: geodirectory-functions/custom_functions.php:67
msgid "View: Grid 2"
msgstr ""
#: geodirectory-functions/custom_functions.php:69
msgid "View: Grid 3"
msgstr ""
#: geodirectory-functions/custom_functions.php:71
msgid "View: Grid 4"
msgstr ""
#: geodirectory-functions/custom_functions.php:73
msgid "View: Grid 5"
msgstr ""
#: geodirectory-functions/custom_functions.php:130
#: geodirectory-functions/custom_functions.php:143
#: geodirectory-functions/post_functions.php:2707
msgid "Read more [...]"
msgstr ""
#: geodirectory-functions/custom_functions.php:277
msgid "From :"
msgstr ""
#: geodirectory-functions/custom_functions.php:277
msgid "Phone :"
msgstr ""
#: geodirectory-functions/custom_functions.php:277
msgid "Email :"
msgstr ""
#: geodirectory-functions/custom_functions.php:277
msgid "Sent from"
msgstr ""
#: geodirectory-functions/custom_functions.php:681
msgid "Sort By"
msgstr ""
#: geodirectory-functions/custom_functions.php:738
msgid "Related Listings"
msgstr ""
#: geodirectory-functions/custom_functions.php:1089
#: geodirectory-functions/custom_functions.php:1177
msgid "Posts related to Category:"
msgstr ""
#: geodirectory-functions/custom_functions.php:1091
#: geodirectory-functions/custom_functions.php:1180
msgid "Posts related to Tag:"
msgstr ""
#: geodirectory-functions/custom_functions.php:1122
msgid "Everywhere"
msgstr ""
#: geodirectory-functions/custom_functions.php:1334
msgid "Profile"
msgstr ""
#: geodirectory-functions/custom_functions.php:1340
msgid "More Info"
msgstr ""
#: geodirectory-functions/custom_functions.php:1347
msgid "Photos"
msgstr ""
#: geodirectory-functions/custom_functions.php:1382
#: geodirectory-widgets/geodirectory_related_listing_widget.php:48
msgid "Related Listing"
msgstr ""
#: geodirectory-functions/custom_functions.php:1712
msgid "Video Preview Placeholder"
msgstr ""
#: geodirectory-functions/custom_functions.php:2040
msgid "Read more"
msgstr ""
#: geodirectory-functions/custom_functions.php:2106
msgid "reviewed"
msgstr ""
#: geodirectory-functions/custom_functions.php:2135
#: geodirectory-functions/general_functions.php:2954
#, php-format
msgid "%s Categories"
msgstr ""
#: geodirectory-functions/custom_functions.php:2170
#: geodirectory_widgets.php:376
msgid "Tweet"
msgstr ""
#: geodirectory-functions/custom_functions.php:2266
msgid "Pinpoint"
msgstr ""
#: geodirectory-functions/custom_functions.php:3063
msgid "Translate Listing"
msgstr ""
#: geodirectory-functions/custom_functions.php:3065
msgid "Language"
msgstr ""
#: geodirectory-functions/custom_functions.php:3065
msgid "Translate"
msgstr ""
#: geodirectory-functions/custom_functions.php:3077
msgid "(duplicate)"
msgstr ""
#: geodirectory-functions/custom_functions.php:3088
msgid "Create duplicate"
msgstr ""
#: geodirectory-functions/custom_functions.php:3096
msgid "Duplicate"
msgstr ""
#: geodirectory-functions/custom_functions.php:3125
msgid "Disable WPML duplicate translation"
msgstr ""
#: geodirectory-functions/custom_functions.php:3126
msgid ""
"Select post types to disable front end WPML duplicate translation. For "
"selected post types the WPML duplicate option will be disabled from listing "
"detail page sidebar."
msgstr ""
#: geodirectory-functions/custom_taxonomy_hooks_actions.php:54
msgid "places"
msgstr ""
#: geodirectory-functions/custom_taxonomy_hooks_actions.php:802
msgid "Virtual"
msgstr ""
#: geodirectory-functions/custom_taxonomy_hooks_actions.php:807
#, php-format
msgid "Virtual <span class=\"count\">(%s)</span>"
msgid_plural "Virtual <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: geodirectory-functions/general_functions.php:271
msgid "Sunday"
msgstr ""
#: geodirectory-functions/general_functions.php:272
msgid "Monday"
msgstr ""
#: geodirectory-functions/general_functions.php:273
msgid "Tuesday"
msgstr ""
#: geodirectory-functions/general_functions.php:274
msgid "Wednesday"
msgstr ""
#: geodirectory-functions/general_functions.php:275
msgid "Thursday"
msgstr ""
#: geodirectory-functions/general_functions.php:276
msgid "Friday"
msgstr ""
#: geodirectory-functions/general_functions.php:277
msgid "Saturday"
msgstr ""
#: geodirectory-functions/general_functions.php:290
msgid "First"
msgstr ""
#: geodirectory-functions/general_functions.php:291
msgid "Second"
msgstr ""
#: geodirectory-functions/general_functions.php:292
msgid "Third"
msgstr ""
#: geodirectory-functions/general_functions.php:293
msgid "Fourth"
msgstr ""
#: geodirectory-functions/general_functions.php:294
msgid "Last"
msgstr ""
#: geodirectory-functions/general_functions.php:604
msgid "Given image size is not valid"
msgstr ""
#: geodirectory-functions/general_functions.php:765
#: geodirectory-functions/general_functions.php:767 language.php:156
msgid "Business Owner"
msgstr ""
#: geodirectory-functions/general_functions.php:1009
#: geodirectory-functions/general_functions.php:1168
#: geodirectory-functions/general_functions.php:1987
#, php-format
msgid ""
"Email from GeoDirectory failed to send.\n"
"Message type: %s\n"
"Send time: %s\n"
"To: %s\n"
"Subject: %s\n"
"\n"
msgstr ""
#: geodirectory-functions/general_functions.php:1024
#: geodirectory-functions/general_functions.php:1026
#: geodirectory-functions/signup_function.php:395
msgid "Password:"
msgstr ""
#: geodirectory-functions/general_functions.php:1584
#: geodirectory-functions/general_functions.php:1588
#: geodirectory-functions/general_functions.php:1592
msgid " Archive for"
msgstr ""
#: geodirectory-functions/general_functions.php:1596
msgid " Author Archive"
msgstr ""
#: geodirectory-functions/general_functions.php:1599
msgid "Blog Archives"
msgstr ""
#: geodirectory-functions/general_functions.php:1602
msgid " Search Results"
msgstr ""
#: geodirectory-functions/general_functions.php:1711
msgid "Remote server did not respond"
msgstr ""
#: geodirectory-functions/general_functions.php:1714
#, php-format
msgid "Remote server returned error response %1$d %2$s"
msgstr ""
#: geodirectory-functions/general_functions.php:1716
msgid "Remote file is incorrect size"
msgstr ""
#: geodirectory-functions/general_functions.php:1718
msgid "Zero size file downloaded"
msgstr ""
#: geodirectory-functions/general_functions.php:1724
msgid "GeoDirectory: fetch_remote_file() failed to delete temp file."
msgstr ""
#: geodirectory-functions/general_functions.php:2759
msgid "% Comments"
msgstr ""
#: geodirectory-functions/general_functions.php:2761
msgid "No Comments"
msgstr ""
#: geodirectory-functions/general_functions.php:2763
msgid "1 Comment"
msgstr ""
#: geodirectory-functions/general_functions.php:2767
msgid "% Reviews"
msgstr ""
#: geodirectory-functions/general_functions.php:2769
#: geodirectory-widgets/geodirectory_bestof_widget.php:251
msgid "No Reviews"
msgstr ""
#: geodirectory-functions/general_functions.php:2771
#: geodirectory-widgets/geodirectory_bestof_widget.php:255
msgid "1 Review"
msgstr ""
#: geodirectory-functions/general_functions.php:2985
msgid "More Categories"
msgstr ""
#: geodirectory-functions/general_functions.php:2986
msgid "Less Categories"
msgstr ""
#: geodirectory-functions/general_functions.php:3375 language.php:165
#: language.php:181
msgid "Logout"
msgstr ""
#: geodirectory-functions/general_functions.php:3469
#: geodirectory-functions/general_functions.php:3471
#: geodirectory-functions/user_functions.php:104 language.php:110
msgid "My Favorites"
msgstr ""
#: geodirectory-functions/general_functions.php:3517
#: geodirectory-functions/general_functions.php:3519
#: geodirectory-functions/user_functions.php:170
msgid "My Listings"
msgstr ""
#: geodirectory-functions/general_functions.php:3561 language.php:189
msgid "Password"
msgstr ""
#: geodirectory-functions/general_functions.php:3735
#, php-format
msgid "All %s"
msgstr ""
#: geodirectory-functions/general_functions.php:3780
msgid "Near:"
msgstr ""
#: geodirectory-functions/general_functions.php:3780
msgid "Me"
msgstr ""
#: geodirectory-functions/general_functions.php:3881
#: geodirectory-widgets/geodirectory_bestof_widget.php:326
#: geodirectory-widgets/geodirectory_bestof_widget.php:667
msgid "View all"
msgstr ""
#: geodirectory-functions/general_functions.php:5104
#, php-format
msgid "Page %1$d of %2$d"
msgstr ""
#: geodirectory-functions/google_analytics.php:108
#: geodirectory-functions/google_analytics.php:115
msgid "Please check Google Analytics Settings"
msgstr ""
#: geodirectory-functions/google_analytics.php:155
msgid ""
"Not authorized, please click authorized in GD > Google analytic settings."
msgstr ""
#: geodirectory-functions/google_analytics.php:175
msgid "Login failed"
msgstr ""
#: geodirectory-functions/helper_functions.php:595
msgid "January"
msgstr ""
#: geodirectory-functions/helper_functions.php:596
msgid "February"
msgstr ""
#: geodirectory-functions/helper_functions.php:597
msgid "March"
msgstr ""
#: geodirectory-functions/helper_functions.php:598
msgid "April"
msgstr ""
#: geodirectory-functions/helper_functions.php:599
#: geodirectory-functions/helper_functions.php:634
#: geodirectory_hooks_actions.php:731
msgid "May"
msgstr ""
#: geodirectory-functions/helper_functions.php:600
msgid "June"
msgstr ""
#: geodirectory-functions/helper_functions.php:601
msgid "July"
msgstr ""
#: geodirectory-functions/helper_functions.php:602
msgid "August"
msgstr ""
#: geodirectory-functions/helper_functions.php:603
msgid "September"
msgstr ""
#: geodirectory-functions/helper_functions.php:604
msgid "October"
msgstr ""
#: geodirectory-functions/helper_functions.php:605
msgid "November"
msgstr ""
#: geodirectory-functions/helper_functions.php:606
msgid "December"
msgstr ""
#: geodirectory-functions/helper_functions.php:630
#: geodirectory_hooks_actions.php:727
msgid "Jan"
msgstr ""
#: geodirectory-functions/helper_functions.php:631
#: geodirectory_hooks_actions.php:728
msgid "Feb"
msgstr ""
#: geodirectory-functions/helper_functions.php:632
#: geodirectory_hooks_actions.php:729
msgid "Mar"
msgstr ""
#: geodirectory-functions/helper_functions.php:633
#: geodirectory_hooks_actions.php:730
msgid "Apr"
msgstr ""
#: geodirectory-functions/helper_functions.php:635
#: geodirectory_hooks_actions.php:732
msgid "Jun"
msgstr ""
#: geodirectory-functions/helper_functions.php:636
#: geodirectory_hooks_actions.php:733
msgid "Jul"
msgstr ""
#: geodirectory-functions/helper_functions.php:637
#: geodirectory_hooks_actions.php:734
msgid "Aug"
msgstr ""
#: geodirectory-functions/helper_functions.php:638
#: geodirectory_hooks_actions.php:735
msgid "Sep"
msgstr ""
#: geodirectory-functions/helper_functions.php:639
#: geodirectory_hooks_actions.php:736
msgid "Oct"
msgstr ""
#: geodirectory-functions/helper_functions.php:640
#: geodirectory_hooks_actions.php:737
msgid "Nov"
msgstr ""
#: geodirectory-functions/helper_functions.php:641
#: geodirectory_hooks_actions.php:738
msgid "Dec"
msgstr ""
#: geodirectory-functions/location_functions.php:139
msgid "Select Country"
msgstr ""
#: geodirectory-functions/location_functions.php:716
#: geodirectory-functions/location_functions.php:718
#: geodirectory-functions/location_functions.php:724
#, php-format
msgid "in %s"
msgstr ""
#: geodirectory-functions/map-functions/get_markers.php:163
msgid "No marker data found"
msgstr ""
#: geodirectory-functions/map-functions/get_markers.php:480
#: geodirectory-functions/map-functions/get_markers.php:551
msgid "to"
msgstr ""
#: geodirectory-functions/map-functions/map_functions.php:295
msgid "No category"
msgstr ""
#: geodirectory-functions/map-functions/map_on_add_listing_page.php:408
#: geodirectory-functions/map-functions/map_on_add_listing_page.php:668
#, php-format
msgid "Please choose any address of the (%s) city only."
msgstr ""
#: geodirectory-functions/map-functions/map_on_add_listing_page.php:418
#: geodirectory-functions/map-functions/map_on_add_listing_page.php:678
msgid "Cannot determine address at this location."
msgstr ""
#: geodirectory-functions/map-functions/map_on_add_listing_page.php:828
msgid "<h3>Map Not Loaded</h3><p>Sorry, unable to load Maps API."
msgstr ""
#: geodirectory-functions/map-functions/map_template_tags.php:109
msgid "Title or Keyword"
msgstr ""
#: geodirectory-functions/map-functions/map_template_tags.php:217
msgid "<h3>Google Map Not Loaded</h3><p>Sorry, unable to load Google Maps API."
msgstr ""
#: geodirectory-functions/map-functions/map_template_tags.php:289
msgid "Driving"
msgstr ""
#: geodirectory-functions/map-functions/map_template_tags.php:290
msgid "Walking"
msgstr ""
#: geodirectory-functions/map-functions/map_template_tags.php:291
msgid "Bicycling"
msgstr ""
#: geodirectory-functions/map-functions/map_template_tags.php:292
msgid "Public Transport"
msgstr ""
#: geodirectory-functions/reviews.php:40
#, php-format
msgid ""
"1 Review <span class=\"r-title-on\">on</span> <span class=\"r-title\">“"
"%2$s”</span>"
msgid_plural ""
"%1$s Reviews <span>on</span> <span class=\"r-title\"> “%2$s”</"
"span>"
msgstr[0] ""
msgstr[1] ""
#: geodirectory-functions/reviews.php:61
msgid "Review navigation"
msgstr ""
#: geodirectory-functions/reviews.php:64
msgid "← Older Reviews"
msgstr ""
#: geodirectory-functions/reviews.php:66
msgid "Newer Reviews →"
msgstr ""
#: geodirectory-functions/reviews.php:75
msgid "Reviews are closed."
msgstr ""
#: geodirectory-functions/reviews.php:100
msgid "Leave a Review"
msgstr ""
#: geodirectory-functions/reviews.php:101 geodirectory_hooks_actions.php:1293
msgid "Post Review"
msgstr ""
#: geodirectory-functions/reviews.php:102 geodirectory_hooks_actions.php:1294
msgid "Review text"
msgstr ""
#: geodirectory-functions/reviews.php:103
#, php-format
msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
msgstr ""
#: geodirectory-functions/shortcode_functions.php:670
#: geodirectory_shortcodes.php:1333
msgid ","
msgstr ""
#: geodirectory-functions/shortcode_functions.php:894
#: geodirectory_template_tags.php:430
#, php-format
msgid "Showing listings %d-%d of %d"
msgstr ""
#: geodirectory-functions/signup_function.php:145
msgid "<strong>ERROR</strong>: Enter a username or e-mail address."
msgstr ""
#: geodirectory-functions/signup_function.php:151
msgid ""
"<strong>ERROR</strong>: There is no user registered with that email address."
msgstr ""
#: geodirectory-functions/signup_function.php:168
msgid "<strong>ERROR</strong>: Invalid username or e-mail."
msgstr ""
#: geodirectory-functions/signup_function.php:196
msgid "Invalid key"
msgstr ""
#: geodirectory-functions/signup_function.php:211
#: geodirectory-functions/signup_function.php:393
msgid "Your login Information :"
msgstr ""
#: geodirectory-functions/signup_function.php:212
#, php-format
msgid "Username: %s"
msgstr ""
#: geodirectory-functions/signup_function.php:213
#, php-format
msgid "Password: %s"
msgstr ""
#: geodirectory-functions/signup_function.php:220
#, php-format
msgid "[%s] Your new password"
msgstr ""
#: geodirectory-functions/signup_function.php:278
msgid "ERROR: Passwords do not match."
msgstr ""
#: geodirectory-functions/signup_function.php:280
msgid "ERROR: Password must be 7 characters or more."
msgstr ""
#: geodirectory-functions/signup_function.php:286
msgid "ERROR: Please enter a username."
msgstr ""
#: geodirectory-functions/signup_function.php:288
msgid ""
"<strong>ERROR</strong>: This username is invalid. Please enter a valid "
"username."
msgstr ""
#: geodirectory-functions/signup_function.php:291
msgid ""
"<strong>ERROR</strong>: This username is already registered, please choose "
"another one."
msgstr ""
#: geodirectory-functions/signup_function.php:295
msgid "<strong>ERROR</strong>: Please type your e-mail address."
msgstr ""
#: geodirectory-functions/signup_function.php:297
msgid "<strong>ERROR</strong>: The email address isn’t correct."
msgstr ""
#: geodirectory-functions/signup_function.php:300
msgid ""
"<strong>ERROR</strong>: This email is already registered, please choose "
"another one."
msgstr ""
#: geodirectory-functions/signup_function.php:376
#, php-format
msgid ""
"<strong>ERROR</strong>: Couldn’t register you... please contact the <a "
"href=\"mailto:%s\">webmaster</a> !"
msgstr ""
#: geodirectory-functions/signup_function.php:394
msgid "Username:"
msgstr ""
#: geodirectory-functions/signup_function.php:393
msgid "<p><b>"
msgstr ""
#: geodirectory-functions/signup_function.php:404
msgid ""
"<strong>SUCCESS</strong>: Thank you for registering, please check your email "
"for your login details."
msgstr ""
#: geodirectory-functions/signup_function.php:489
msgid "Sorry, that key does not appear to be valid."
msgstr ""
#: geodirectory-functions/signup_function.php:723
msgid ""
"<strong>ERROR</strong>: Cookies are blocked or not supported by your "
"browser. You must <a href='http://www.google.com/cookies.html'>enable "
"cookies</a> to use WordPress."
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:118
#: geodirectory_template_actions.php:2205
msgid "Listing"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:197
#: geodirectory-functions/taxonomy_functions.php:276
#, php-format
msgid "Add %s"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:618
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:255
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:279
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:288
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:201
#: geodirectory-widgets/geodirectory_popular_widget.php:337
#: geodirectory-widgets/geodirectory_popular_widget.php:355
#: geodirectory_template_actions.php:1536
#: geodirectory_template_actions.php:2765
msgid "All"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:902
#, php-format
msgid "You have reached category limit of %d categories."
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1075
#, php-format
msgid "Add listing in %s category"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1083
#, php-format
msgid "Set %s as default category"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1091
msgid "Add listing in category"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1224
#, php-format
msgid "%s updated. <a href=\"%s\">View %s</a>"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1225
msgid "Custom field updated."
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1226
msgid "Custom field deleted."
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1227
#, php-format
msgid "%s updated."
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1228
#, php-format
msgid "%s restored to revision from %s"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1229
#, php-format
msgid "%s published. <a href=\"%s\">View %s</a>"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1230
#, php-format
msgid "%s saved."
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1231
#, php-format
msgid "%s submitted. <a target=\"_blank\" href=\"%s\">Preview %s</a>"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1232
#, php-format
msgid ""
"%s scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
"\">Preview %s</a>"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1232
msgid "M j, Y @ G:i"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1233
#, php-format
msgid "%s draft updated. <a target=\"_blank\" href=\"%s\">Preview %s</a>"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1275
msgid "Place Tags"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1276
msgid "Place Tag"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1277
msgid "Search Place Tags"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1278
msgid "Popular Place Tags"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1279
msgid "All Place Tags"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1280
msgid "Edit Place Tag"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1281
msgid "Update Place Tag"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1282
msgid "Add New Place Tag"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1283
msgid "New Place Tag Name"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1284
msgid "Add or remove Place tags"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1285
msgid "Choose from the most used Place tags"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1286
msgid "Separate Place tags with commas"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1313
msgid "Place Categories"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1314
msgid "Place Category"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1315
msgid "Search Place Categories"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1316
msgid "Popular Place Categories"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1317
msgid "All Place Categories"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1318
msgid "Edit Place Category"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1319
msgid "Update Place Category"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1320
msgid "Add New Place Category"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1321
msgid "New Place Category"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1322
msgid "Add or remove Place categories"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1343
msgid "Places"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1344
msgid "Place"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1345
msgid "Add New"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1346
msgid "Add New Place"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1347
msgid "Edit Place"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1348
msgid "New Place"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1349
msgid "View Place"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1350
msgid "Search Places"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1351
msgid "No Place Found"
msgstr ""
#: geodirectory-functions/taxonomy_functions.php:1352
msgid "No Place Found In Trash"
msgstr ""
#: geodirectory-functions/template_functions.php:241
msgid ""
"This listing does not belong to your account, please check the listing id "
"carefully."
msgstr ""
#: geodirectory-functions/template_functions.php:508
msgid "No favorite listings found which match your selection."
msgstr ""
#: geodirectory-functions/template_functions.php:510
#: geodirectory_hooks_actions.php:1588
msgid "No listings found which match your selection."
msgstr ""
#: geodirectory-functions/user_functions.php:106
#, php-format
msgid "%s's Favorites"
msgstr ""
#: geodirectory-functions/user_functions.php:172
#, php-format
msgid "%s's Listings"
msgstr ""
#: geodirectory-templates/listing-listview.php:197
#: geodirectory-templates/widget-listing-listview.php:115
msgid "feet"
msgstr ""
#: geodirectory-templates/listing-listview.php:199
#: geodirectory-templates/widget-listing-listview.php:117
msgid "meters"
msgstr ""
#: geodirectory-templates/listing-listview.php:204
#: geodirectory-templates/widget-listing-listview.php:124
msgid "miles"
msgstr ""
#: geodirectory-templates/listing-listview.php:206
#: geodirectory-templates/widget-listing-listview.php:126
msgid "km"
msgstr ""
#: geodirectory-templates/listing-listview.php:360
#: geodirectory-templates/widget-listing-listview.php:230
msgid "Edit Listing"
msgstr ""
#: geodirectory-templates/listing-listview.php:368
#: geodirectory-templates/widget-listing-listview.php:238
msgid "Delete Listing"
msgstr ""
#: geodirectory-templates/popup-forms.php:55
msgid "Friend Name"
msgstr ""
#: geodirectory-templates/popup-forms.php:69
msgid "Friend Email"
msgstr ""
#: geodirectory-templates/popup-forms.php:78
#: geodirectory-templates/popup-forms.php:151
msgid "Your Name"
msgstr ""
#: geodirectory-templates/popup-forms.php:87
msgid "Your Email"
msgstr ""
#: geodirectory-templates/popup-forms.php:97
msgid "About"
msgstr ""
#: geodirectory-templates/popup-forms.php:98
msgid "Subject"
msgstr ""
#: geodirectory-templates/popup-forms.php:116
#: geodirectory-templates/popup-forms.php:189
msgid "Send"
msgstr ""
#: geodirectory-templates/popup-forms.php:174
msgid "Phone number"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:25
#: geodirectory-widgets/geodirectory_bestof_widget.php:28
msgid "GD > Best of widget"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:79
#: geodirectory-widgets/geodirectory_bestof_widget.php:326
#: geodirectory-widgets/geodirectory_bestof_widget.php:667
#, php-format
msgid "Best of %s"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:253
msgid " Reviews"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:408
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:251
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:156
#: geodirectory-widgets/geodirectory_popular_widget.php:95
#: geodirectory-widgets/geodirectory_popular_widget.php:271
#: geodirectory-widgets/geodirectory_related_listing_widget.php:172
msgid "Title:"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:461
msgid "Number of categories:"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:471
#: geodirectory-widgets/geodirectory_popular_widget.php:446
#: geodirectory-widgets/geodirectory_related_listing_widget.php:254
msgid "Post Content excerpt character count :"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:479
msgid "Tab Layout:"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:486
msgid "Tabs on Top"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:489
msgid "Tabs on Left"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:493
msgid "Tabs as Dropdown"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:500
msgid "Excerpt Type:"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:507
msgid "Show Description"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:510
msgid "Show Reviews if Available"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:517
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:348
#: geodirectory-widgets/geodirectory_popular_widget.php:455
#: geodirectory-widgets/geodirectory_related_listing_widget.php:262
msgid "Enable Location Filter:"
msgstr ""
#: geodirectory-widgets/geodirectory_bestof_widget.php:526
#: geodirectory-widgets/geodirectory_popular_widget.php:495
msgid "Use current viewing post type:"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:22
msgid "A list of GeoDirectory CPT categories."
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:23
msgid "GD > CPT Categories"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:253
msgid "Select CPT:"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:262
msgid "Hide empty categories"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:264
msgid "Show category count"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:264
msgid "( Enabling will slow down page loading for big directories. )"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:266
msgid "Hide category icon"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:268
msgid "Show CPT on same line"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:270
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:216
#: geodirectory-widgets/geodirectory_popular_widget.php:361
#: geodirectory-widgets/geodirectory_related_listing_widget.php:180
msgid "Sort by:"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:272
#: geodirectory-widgets/geodirectory_popular_widget.php:365
msgid "A-Z"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:273
msgid "Count"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:277
msgid "Max no of sub-categories:"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:286
msgid "Show max sub-categories depth:"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:296
msgid "Don't filter for current viewing post type"
msgstr ""
#: geodirectory-widgets/geodirectory_cpt_categories_widget.php:298
msgid "Don't filter for current viewing category"
msgstr ""
#: geodirectory-widgets/geodirectory_features_widget.php:12
msgid "Displays \"GD Features\" widget"
msgstr ""
#: geodirectory-widgets/geodirectory_features_widget.php:15
msgid "GD > Features"
msgstr ""
#: geodirectory-widgets/geodirectory_features_widget.php:129
msgid "Widget Title (Optional):"
msgstr ""
#: geodirectory-widgets/geodirectory_features_widget.php:135
msgid "Font Awesome Icon Color:"
msgstr ""
#: geodirectory-widgets/geodirectory_features_widget.php:152
#, php-format
msgid "Title %d:"
msgstr ""
#: geodirectory-widgets/geodirectory_features_widget.php:159
msgid "Image URL:"
msgstr ""
#: geodirectory-widgets/geodirectory_features_widget.php:166
msgid "Description:"
msgstr ""
#: geodirectory-widgets/geodirectory_features_widget.php:183
msgid "Add item"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:25
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:28
msgid "GD > Listing Slider"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:190
#: geodirectory-widgets/geodirectory_popular_widget.php:316
msgid "Post Category:"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:227
msgid "Number of posts(total):"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:236
msgid "Number of posts(shown at one time, requires a slide width to be set):"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:245
msgid ""
"Slide width(leave blank unless showing more than one slide at a time, ex: "
"210):"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:254
msgid "Animation:"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:272
msgid "Slide Show Speed: (milliseconds)"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:282
msgid "Animation Speed: (milliseconds)"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:292
msgid "SlideShow:"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:304
msgid "AnimationLoop:"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:316
msgid "DirectionNav:"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:329
msgid "Show Title:"
msgstr ""
#: geodirectory-widgets/geodirectory_listing_slider_widget.php:340
#: geodirectory-widgets/geodirectory_popular_widget.php:463
msgid "Show only featured listings:"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:24
#: geodirectory-widgets/geodirectory_popular_widget.php:27
msgid "GD > Popular Post Category"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:100
msgid "Default post type to use (if not set by page)"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:109
msgid "Customize categories count to appear by default:"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:111
msgid ""
"After categories count reaches this limit option More Categories / Less "
"Categoris will be displayed to show/hide categories. Default: 15"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:116
msgid "Show parent categories only"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:140
#: geodirectory-widgets/geodirectory_popular_widget.php:143
msgid "GD > Popular Post View"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:273
msgid "can be used"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:407
#: geodirectory-widgets/geodirectory_related_listing_widget.php:217
msgid "Layout:"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:436
#: geodirectory-widgets/geodirectory_related_listing_widget.php:245
msgid "Listing width:"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:471
msgid "Show only listings with special offers:"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:479
msgid "Show only listings with pics:"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:487
msgid "Show only listings with videos:"
msgstr ""
#: geodirectory-widgets/geodirectory_popular_widget.php:503
msgid "Hide if no posts:"
msgstr ""
#: geodirectory-widgets/geodirectory_related_listing_widget.php:24
#: geodirectory-widgets/geodirectory_related_listing_widget.php:27
msgid "GD > Related Listing"
msgstr ""
#: geodirectory-widgets/geodirectory_related_listing_widget.php:202
msgid "Relate to:"
msgstr ""
#: geodirectory-widgets/geodirectory_reviews_widget.php:24
#: geodirectory-widgets/geodirectory_reviews_widget.php:27
msgid "GD > Recent Reviews"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:26
msgid ""
"Google Map in Home page. It will show you google map V3 for Home page with "
"category checkbox selection."
msgstr ""
#: geodirectory-widgets/home_map_widget.php:29
msgid "GD > GMap - Home page"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:143
msgid "Map Width <small>(Default is : 100%) you can use px or % here</small>"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:152
msgid ""
"Map Height <small>(Default is : 425px) you can use px or vh here</small>"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:162
#: geodirectory-widgets/listing_map_widget.php:308
msgid " Select Map View"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:169
#: geodirectory-widgets/listing_map_widget.php:315
msgid "Road Map"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:188
#: geodirectory-widgets/listing_map_widget.php:334
msgid "Map Zoom level"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:209
#: geodirectory-widgets/listing_map_widget.php:360
msgid "Map Auto Zoom ?"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:219
msgid "Collapse child/sub categories ?"
msgstr ""
#: geodirectory-widgets/home_map_widget.php:229
#: geodirectory-widgets/listing_map_widget.php:378
msgid "Enable mouse scroll zoom ?"
msgstr ""
#: geodirectory-widgets/listing_map_widget.php:103
msgid ""
"Google Map for Listing page. It will show you google map V3 for Listing page."
msgstr ""
#: geodirectory-widgets/listing_map_widget.php:106
msgid "GD > GMap - Listing page"
msgstr ""
#: geodirectory-widgets/listing_map_widget.php:288
msgid "Map Width <small>(Default is : 294) you can use px or % here</small>"
msgstr ""
#: geodirectory-widgets/listing_map_widget.php:298
msgid "Map Height <small>(Default is : 370) you can use px or vh here</small>"
msgstr ""
#: geodirectory-widgets/listing_map_widget.php:369
msgid "Map Sticky(should stick to the right of screen) ?"
msgstr ""
#: geodirectory-widgets/listing_map_widget.php:383
msgid "Enable marker cluster?"
msgstr ""
#: geodirectory-widgets/listing_map_widget.php:389
msgid "Show all listings on map? (not just page list)"
msgstr ""
#: geodirectory_hooks_actions.php:481
msgid "Edit this Post"
msgstr ""
#: geodirectory_hooks_actions.php:695
msgid "No results available"
msgstr ""
#: geodirectory_hooks_actions.php:751
msgid "Last Year"
msgstr ""
#: geodirectory_hooks_actions.php:757
msgid "This Year"
msgstr ""
#: geodirectory_hooks_actions.php:802
msgid "Mon"
msgstr ""
#: geodirectory_hooks_actions.php:803
msgid "Tue"
msgstr ""
#: geodirectory_hooks_actions.php:804
msgid "Wed"
msgstr ""
#: geodirectory_hooks_actions.php:805
msgid "Thu"
msgstr ""
#: geodirectory_hooks_actions.php:806
msgid "Fri"
msgstr ""
#: geodirectory_hooks_actions.php:807
msgid "Sat"
msgstr ""
#: geodirectory_hooks_actions.php:808
msgid "Sun"
msgstr ""
#: geodirectory_hooks_actions.php:825
msgid "Last Week"
msgstr ""
#: geodirectory_hooks_actions.php:833
msgid "This Week"
msgstr ""
#: geodirectory_hooks_actions.php:1040
msgid "Show Google Analytics"
msgstr ""
#: geodirectory_hooks_actions.php:1042
msgid "Analytics"
msgstr ""
#: geodirectory_hooks_actions.php:1044
msgid "Refresh"
msgstr ""
#: geodirectory_hooks_actions.php:1044
msgid "Active Users:"
msgstr ""
#: geodirectory_hooks_actions.php:1049
msgid "Last Week vs This Week"
msgstr ""
#: geodirectory_hooks_actions.php:1050
msgid "This Year vs Last Year"
msgstr ""
#: geodirectory_hooks_actions.php:1051
msgid "Top Countries"
msgstr ""
#: geodirectory_hooks_actions.php:1127
msgid "reviews"
msgstr ""
#: geodirectory_hooks_actions.php:1127
msgid "review"
msgstr ""
#: geodirectory_hooks_actions.php:1129
msgid "based on"
msgstr ""
#: geodirectory_hooks_actions.php:1259
msgid "HTML Variable Name must not be blank"
msgstr ""
#: geodirectory_hooks_actions.php:1260
msgid "Please do not use special character and spaces in HTML Variable Name."
msgstr ""
#: geodirectory_hooks_actions.php:1261
msgid "HTML Variable Name should be a unique name."
msgstr ""
#: geodirectory_hooks_actions.php:1262
msgid "Are you wish to delete this field?"
msgstr ""
#: geodirectory_hooks_actions.php:1264
msgid "File has been successfully deleted."
msgstr ""
#: geodirectory_hooks_actions.php:1265
msgid "You do NOT have permission to delete this file."
msgstr ""
#: geodirectory_hooks_actions.php:1266
msgid "Order saved!"
msgstr ""
#: geodirectory_hooks_actions.php:1267
msgid "You do not have permission to reorder images."
msgstr ""
#: geodirectory_hooks_actions.php:1268
msgid "Address not found for:"
msgstr ""
#: geodirectory_hooks_actions.php:1270
msgid "Are you sure you wish to delete this listing?"
msgstr ""
#: geodirectory_hooks_actions.php:1271
msgid ""
"Deleting the main listing of a franchise will turn all franchises in regular "
"listings. Are you sure wish to delete this main listing?"
msgstr ""
#: geodirectory_hooks_actions.php:1273
msgid "Error : please retry"
msgstr ""
#: geodirectory_hooks_actions.php:1274
msgid "Please enter listing url prefix"
msgstr ""
#: geodirectory_hooks_actions.php:1275
msgid "Invalid character in listing url prefix"
msgstr ""
#: geodirectory_hooks_actions.php:1276
msgid "Please enter location url prefix"
msgstr ""
#: geodirectory_hooks_actions.php:1277
msgid "Invalid character in location url prefix"
msgstr ""
#: geodirectory_hooks_actions.php:1278
msgid "Please enter location and category url separator"
msgstr ""
#: geodirectory_hooks_actions.php:1279
msgid "Invalid character in location and category url separator"
msgstr ""
#: geodirectory_hooks_actions.php:1280
msgid "Please enter listing detail url separator"
msgstr ""
#: geodirectory_hooks_actions.php:1281
msgid "Invalid character in listing detail url separator"
msgstr ""
#: geodirectory_hooks_actions.php:1282
msgid "Error loading listing."
msgstr ""
#: geodirectory_hooks_actions.php:1284
msgid "Please enter valid email address."
msgstr ""
#: geodirectory_hooks_actions.php:1291
msgid "Post Reply"
msgstr ""
#: geodirectory_hooks_actions.php:1292
msgid "Reply text"
msgstr ""
#: geodirectory_hooks_actions.php:1295
msgid "Please select star rating, you can't leave a review without stars."
msgstr ""
#: geodirectory_hooks_actions.php:1296
msgid "Please type a review."
msgstr ""
#: geodirectory_hooks_actions.php:1297
msgid "Please type a reply."
msgstr ""
#: geodirectory_hooks_actions.php:1301
msgid "Enable Dragging"
msgstr ""
#: geodirectory_hooks_actions.php:1302
msgid "Disable Dragging"
msgstr ""
#: geodirectory_hooks_actions.php:1303
#, php-format
msgid "File size error : You tried to upload a file over %s"
msgstr ""
#: geodirectory_hooks_actions.php:1304
#, php-format
msgid "You have reached your upload limit of %s files."
msgstr ""
#: geodirectory_hooks_actions.php:1305
#, php-format
msgid "You may only upload %s files with this package, please try again."
msgstr ""
#: geodirectory_hooks_actions.php:1307
msgid "Allowed files"
msgstr ""
#: geodirectory_hooks_actions.php:1308
#, php-format
msgid "File type error. Allowed file types: %s"
msgstr ""
#: geodirectory_hooks_actions.php:1310
msgid "Wait..."
msgstr ""
#: geodirectory_hooks_actions.php:1311
msgid "Searching..."
msgstr ""
#: geodirectory_hooks_actions.php:1316
msgid "Start"
msgstr ""
#: geodirectory_hooks_actions.php:1317
msgid "Via {viaNumber}"
msgstr ""
#: geodirectory_hooks_actions.php:1318 language.php:175
msgid "Enter Your Location"
msgstr ""
#: geodirectory_hooks_actions.php:1319
msgid "Do you wish to Deauthorize and break Analytics?"
msgstr ""
#: geodirectory_hooks_actions.php:1320
msgid "My Location"
msgstr ""
#: geodirectory_hooks_actions.php:1321 geodirectory_template_tags.php:723
msgid "Unable to find your location"
msgstr ""
#: geodirectory_hooks_actions.php:1322 geodirectory_template_tags.php:726
msgid "Permission denied in finding your location"
msgstr ""
#: geodirectory_hooks_actions.php:1323 geodirectory_template_tags.php:729
msgid "Your location is currently unknown"
msgstr ""
#: geodirectory_hooks_actions.php:1324 geodirectory_template_tags.php:732
msgid "Attempt to find location took too long"
msgstr ""
#: geodirectory_hooks_actions.php:1325 geodirectory_template_tags.php:735
msgid "Location detection not supported in browser"
msgstr ""
#: geodirectory_hooks_actions.php:1365
msgid "GeoDirectory"
msgstr ""
#: geodirectory_hooks_actions.php:1527
msgid "Please accept our terms and conditions"
msgstr ""
#: geodirectory_hooks_actions.php:2622
msgid "Published"
msgstr ""
#: geodirectory_hooks_actions.php:2624
msgid "Awaiting Review"
msgstr ""
#: geodirectory_hooks_actions.php:2626
msgid "Not published"
msgstr ""
#: geodirectory_hooks_actions.php:2631
msgid "Status: "
msgstr ""
#: geodirectory_shortcodes.php:39
msgid "You must login to post."
msgstr ""
#: geodirectory_template_actions.php:1207
msgid "%s Tags: %l"
msgstr ""
#: geodirectory_template_actions.php:1261
msgid "%s Category: %l"
msgstr ""
#: geodirectory_template_actions.php:1465
msgid "Previous"
msgstr ""
#: geodirectory_template_actions.php:1467
msgid "Next"
msgstr ""
#: geodirectory_template_actions.php:1538
#: geodirectory_template_actions.php:2767
msgid "My Favorite"
msgstr ""
#: geodirectory_template_actions.php:1571
#: geodirectory_template_actions.php:1584
msgid "'"
msgstr ""
#: geodirectory_template_actions.php:1571
#: geodirectory_template_actions.php:1584
msgid "'s"
msgstr ""
#: geodirectory_template_actions.php:1572
#: geodirectory_template_actions.php:1574
#: geodirectory_template_actions.php:1585
#: geodirectory_template_actions.php:1587
#: geodirectory_template_actions.php:1615
#: geodirectory_template_actions.php:1625
#: geodirectory_template_actions.php:1635
#: geodirectory_template_actions.php:2778
msgid " in"
msgstr ""
#: geodirectory_template_actions.php:1640
#: geodirectory_template_actions.php:2783
#: geodirectory_template_actions.php:3027
msgid " For :"
msgstr ""
#: geodirectory_template_actions.php:2251
#, php-format
msgid "%s Title"
msgstr ""
#: geodirectory_template_actions.php:2323
#, php-format
msgid "%s Description"
msgstr ""
#: geodirectory_template_actions.php:2535
msgid "Type 64 into this box"
msgstr ""
#: geodirectory_template_actions.php:2548
msgid "Note: You will be able to see a preview in the next page"
msgstr ""
#: geodirectory_template_actions.php:3440
msgid " :"
msgstr ""
#: geodirectory_template_tags.php:428
#, php-format
msgid "Showing %s %d-%d of %d"
msgstr ""
#: geodirectory_template_tags.php:642 geodirectory_template_tags.php:643
msgid "In:"
msgstr ""
#: geodirectory_template_tags.php:668
msgid "Search was not successful for the following reason :"
msgstr ""
#: geodirectory_template_tags.php:677
msgid "Search was not successful for the requested address."
msgstr ""
#: geodirectory_widgets.php:59
msgid "GD Home Top Section"
msgstr ""
#: geodirectory_widgets.php:65
msgid "GD Home Content Section"
msgstr ""
#: geodirectory_widgets.php:71
msgid "GD Home Right Section"
msgstr ""
#: geodirectory_widgets.php:77
msgid "GD Home Left Section"
msgstr ""
#: geodirectory_widgets.php:83
msgid "GD Home Bottom Section"
msgstr ""
#: geodirectory_widgets.php:97
msgid "GD Listing Top Section"
msgstr ""
#: geodirectory_widgets.php:103
msgid "GD Listing Left Sidebar"
msgstr ""
#: geodirectory_widgets.php:109
msgid "GD Listing Right Sidebar"
msgstr ""
#: geodirectory_widgets.php:115
msgid "GD Listing Bottom Section"
msgstr ""
#: geodirectory_widgets.php:129
msgid "GD Search Top Section"
msgstr ""
#: geodirectory_widgets.php:135
msgid "GD Search Left Sidebar"
msgstr ""
#: geodirectory_widgets.php:141
msgid "GD Search Right Sidebar"
msgstr ""
#: geodirectory_widgets.php:147
msgid "GD Search Bottom Section"
msgstr ""
#: geodirectory_widgets.php:160
msgid "GD Detail Top Section"
msgstr ""
#: geodirectory_widgets.php:165
msgid "GD Detail Sidebar"
msgstr ""
#: geodirectory_widgets.php:170
msgid "GD Detail Bottom Section"
msgstr ""
#: geodirectory_widgets.php:184
msgid "GD Author Top Section"
msgstr ""
#: geodirectory_widgets.php:190
msgid "GD Author Left Sidebar"
msgstr ""
#: geodirectory_widgets.php:196
msgid "GD Author Right Sidebar"
msgstr ""
#: geodirectory_widgets.php:202
msgid "GD Author Bottom Section"
msgstr ""
#: geodirectory_widgets.php:215
msgid "GD Add Listing Right Sidebar"
msgstr ""
#: geodirectory_widgets.php:250
msgid "Geodirectory Loginbox Widget"
msgstr ""
#: geodirectory_widgets.php:253
msgid "GD > Loginbox"
msgstr ""
#: geodirectory_widgets.php:309
msgid "Widget Title"
msgstr ""
#: geodirectory_widgets.php:337
msgid "GD > Twitter,Facebook and Google+ buttons"
msgstr ""
#: geodirectory_widgets.php:340
msgid "GD > Social Like"
msgstr ""
#: geodirectory_widgets.php:474
msgid "GD > Google Feedburner Subscribe"
msgstr ""
#: geodirectory_widgets.php:477
msgid "GD > Subscribe"
msgstr ""
#: geodirectory_widgets.php:535 geodirectory_widgets.php:536
#: geodirectory_widgets.php:537
msgid "Your Email Address"
msgstr ""
#: geodirectory_widgets.php:605
msgid "Feedburner ID (ex :- geotheme)"
msgstr ""
#: geodirectory_widgets.php:611
msgid "Short Description"
msgstr ""
#: geodirectory_widgets.php:636
msgid "GD > common advertise widget in sidebar, bottom section"
msgstr ""
#: geodirectory_widgets.php:639
msgid "GD > Advertise"
msgstr ""
#: geodirectory_widgets.php:712
msgid "Your Advt code (ex.google adsense, etc.)"
msgstr ""
#: geodirectory_widgets.php:738 geodirectory_widgets.php:741
msgid "GD > Flickr Photos"
msgstr ""
#: geodirectory_widgets.php:775
msgid "Photo Gallery"
msgstr ""
#: geodirectory_widgets.php:829
msgid "Flickr ID"
msgstr ""
#: geodirectory_widgets.php:839
msgid "Number of photos:"
msgstr ""
#: geodirectory_widgets.php:865
msgid "GD > Twitter Feed"
msgstr ""
#: geodirectory_widgets.php:868
msgid "GD > Twitter"
msgstr ""
#: geodirectory_widgets.php:940
msgid "Your twitter code"
msgstr ""
#: geodirectory_widgets.php:966 geodirectory_widgets.php:969
msgid "GD > Search"
msgstr ""
#: geodirectory_widgets.php:1048
msgid ""
"This is a search widget to show advance search for gedodirectory listings."
msgstr ""
#: language.php:17
msgid "Near"
msgstr ""
#: language.php:18
msgid "Search for"
msgstr ""
#: language.php:19
msgid "food, products or place"
msgstr ""
#: language.php:20
msgid "Zip code or address"
msgstr ""
#: language.php:26
msgid "Indicates mandatory fields"
msgstr ""
#: language.php:28
msgid "Login or Register"
msgstr ""
#: language.php:29
msgid "I am"
msgstr ""
#: language.php:30
msgid "Existing User"
msgstr ""
#: language.php:31
msgid "New User? Register Now"
msgstr ""
#: language.php:33
msgid "Submit"
msgstr ""
#: language.php:36
msgid "Publisher Information"
msgstr ""
#: language.php:37 language.php:166
msgid "Name"
msgstr ""
#: language.php:38
msgid "Contact Number"
msgstr ""
#: language.php:41
msgid "Enter Listing Details"
msgstr ""
#: language.php:43
msgid "Listing Title"
msgstr ""
#: language.php:44 language.php:60
msgid "Listing Description"
msgstr ""
#: language.php:46
msgid "Listing Address:"
msgstr ""
#: language.php:47
msgid "Address:"
msgstr ""
#: language.php:48
msgid "Please enter listing address. eg. : 230 Vine Street"
msgstr ""
#: language.php:49
msgid "City:"
msgstr ""
#: language.php:50
msgid "Region:"
msgstr ""
#: language.php:51
msgid "Country:"
msgstr ""
#: language.php:52
msgid "Zip/PostCode:"
msgstr ""
#: language.php:53
msgid "Address Latitude"
msgstr ""
#: language.php:54
msgid "Address Longitude"
msgstr ""
#: language.php:55
msgid "Google Map View"
msgstr ""
#: language.php:57
msgid "Not available with the selected package."
msgstr ""
#: language.php:58
msgid "<b>No Listings here</b>"
msgstr ""
#: language.php:70
msgid "Tag Keywords"
msgstr ""
#: language.php:72
msgid ""
"Add Images : <small>(You can upload images to create image gallery on detail "
"page)</small>"
msgstr ""
#: language.php:73
msgid "Select Images"
msgstr ""
#: language.php:75
msgid "Video code"
msgstr ""
#: language.php:76
msgid "Add video code here, YouTube etc"
msgstr ""
#: language.php:78
msgid "Add custom feature"
msgstr ""
#: language.php:80
msgid ""
"<h3>No Records Found</h3><p>Sorry, no records were found. Please adjust your "
"search criteria and try again.</p>"
msgstr ""
#: language.php:82
msgid ""
"<h3>No Record Found</h3><p>Sorry, This widget can only be used on listing "
"page.</p>"
msgstr ""
#: language.php:83
msgid ""
"<h3>No Record Found</h3><p>Sorry, This widget can only be used on place page."
"</p>"
msgstr ""
#: language.php:86
msgid "Captcha Verification"
msgstr ""
#: language.php:87
msgid "Word Verification"
msgstr ""
#: language.php:90
msgid "Review Your Listing"
msgstr ""
#: language.php:92
#, php-format
msgid ""
"This is a preview of your listing, it has not been published yet. <br />If "
"there is something wrong then \"Go back and edit\" or if you want to add the "
"listing then click on \"Publish\".<br> You are going to pay <b>%s</b> & "
"alive days are <b>%s</b> as %s listing"
msgstr ""
#: language.php:93
msgid ""
"This is a preview of your listing, it has not been updated yet. <br />If "
"there is something wrong then \"Go back and edit\" or if you want to update "
"the listing then click on \"Update now\""
msgstr ""
#: language.php:94
#, php-format
msgid ""
"This is a preview of your listing, it has not been published yet. <br />If "
"there is something wrong then \"Go back and edit\" or if you want to add the "
"listing then click on \"Publish\".<br> Your %s listing will published for <b>"
"%s</b> days"
msgstr ""
#: language.php:95
msgid "Unlimited"
msgstr ""
#: language.php:96
msgid "Home Information"
msgstr ""
#: language.php:97
msgid "« Go Back and Edit"
msgstr ""
#: language.php:98
msgid "Update Now"
msgstr ""
#: language.php:99
msgid "Publish"
msgstr ""
#: language.php:100
msgid "Cancel"
msgstr ""
#: language.php:103
#, php-format
msgid "%s : number of publish days are %s (<span id=\"%s\">%s %s</span>)"
msgstr ""
#: language.php:104
msgid "Select Payment Method"
msgstr ""
#: language.php:108
msgid "Favorite"
msgstr ""
#: language.php:109
msgid "Unfavorite"
msgstr ""
#: language.php:111
msgid "Add to Favorites"
msgstr ""
#: language.php:112
msgid "Remove from Favorites"
msgstr ""
#: language.php:113
msgid "You have not added any favorites yet."
msgstr ""
#: language.php:117
msgid "New user registration disabled."
msgstr ""
#: language.php:118
msgid ""
"Enter Business or Listing Timing Information. <br /> eg. : <b>10.00 am to 6 "
"pm every day</b>"
msgstr ""
#: language.php:119
msgid "Enter valid Email otherwise you will face an error."
msgstr ""
#: language.php:120
msgid ""
"Click on \"Set Address on Map\" and then you can also drag pinpoint to "
"locate the correct address"
msgstr ""
#: language.php:121
msgid ""
"Please enter latitude for google map perfection. eg. : "
"<b>39.955823048131286</b>"
msgstr ""
#: language.php:122
msgid ""
"Please enter longitude for google map perfection. eg. : "
"<b>-75.14408111572266</b>"
msgstr ""
#: language.php:123 language.php:124
msgid ""
"A numeric value is required. Please make sure you have either dragged the "
"marker or clicked the button: Set Address On Map"
msgstr ""
#: language.php:126
msgid "Enter website URL. eg. : <b>http://myplace.com</b>"
msgstr ""
#: language.php:127
msgid "Enter twitter URL. eg. : <b>http://twitter.com/myplace</b>"
msgstr ""
#: language.php:128
msgid "Enter facebook URL. eg. : <b>http://facebook.com/myplace</b>"
msgstr ""
#: language.php:129
msgid "Select listing category from here. Select at least one category"
msgstr ""
#: language.php:130
msgid ""
"Tags are short keywords, with no space within.(eg: tag1, tag2, tag3) Up to "
"40 characters only."
msgstr ""
#: language.php:131
msgid "Note : Basic HTML tags are allowed"
msgstr ""
#: language.php:133
msgid ""
"Note : You can sort images once the post is saved by clicking on \"Edit\" on "
"the listing"
msgstr ""
#: language.php:137
msgid "Send To Friend"
msgstr ""
#: language.php:138
msgid "Verify Listing"
msgstr ""
#: language.php:139
msgid "Hi there, check out this site, I think you might be interested in.."
msgstr ""
#: language.php:140
msgid "Send Enquiry"
msgstr ""
#: language.php:141
msgid ""
"Hi there, I would like to enquire about this place. I would like to ask more "
"info about..."
msgstr ""
#: language.php:142
msgid "Enquiry sent successfully"
msgstr ""
#: language.php:143
msgid "Email to Friend sent successfully"
msgstr ""
#: language.php:144
msgid "Enter correct verification code."
msgstr ""
#: language.php:147
msgid "Place Your Review"
msgstr ""
#: language.php:148
msgid "Your Comments"
msgstr ""
#: language.php:149
msgid "Rate this place by clicking a star below :"
msgstr ""
#: language.php:150
msgid "Comment"
msgstr ""
#: language.php:154
msgid "Submit Review"
msgstr ""
#: language.php:157
msgid "Site Admin"
msgstr ""
#: language.php:158
msgid "Trackbacks For This Post"
msgstr ""
#: language.php:159
msgid "Your review is awaiting moderation."
msgstr ""
#: language.php:160
msgid "Review are closed."
msgstr ""
#: language.php:161
msgid "Post Your Review"
msgstr ""
#: language.php:162
msgid "You must be"
msgstr ""
#: language.php:163
msgid "logged in"
msgstr ""
#: language.php:164
msgid "to post a review."
msgstr ""
#: language.php:169
msgid "Add Comment"
msgstr ""
#: language.php:173
msgid "Spam"
msgstr ""
#: language.php:176
msgid "Read More..."
msgstr ""
#: language.php:178
msgid "Dashboard"
msgstr ""
#: language.php:179
msgid "Edit Profile"
msgstr ""
#: language.php:180
msgid "Change Password"
msgstr ""
#: language.php:182
msgid "Welcome"
msgstr ""
#: language.php:186
msgid "Forgot Password?"
msgstr ""
#: language.php:187
msgid "E-mail"
msgstr ""
#: language.php:190
msgid "Confirm Password"
msgstr ""
#: language.php:192
msgid "Enter your user password, must be 7 characters or more"
msgstr ""
#: language.php:193
msgid "Password must be 7 characters or more"
msgstr ""
#: language.php:194
msgid "Passwords do not match"
msgstr ""
#: language.php:196
msgid "Remember me on this computer"
msgstr ""
#: language.php:197
msgid "Get New Password"
msgstr ""
#: language.php:199
msgid "Sign Up Now"
msgstr ""
#: language.php:200
msgid "Personal Information"
msgstr ""
#: language.php:201
msgid "Full Name"
msgstr ""
#: language.php:202
msgid "(Note: A password will be e-mailed to you for future usage)"
msgstr ""
#: language.php:203
msgid "Register Now"
msgstr ""
#: language.php:204 language.php:206
msgid "Sign In"
msgstr ""
#: language.php:205
msgid "Register"
msgstr ""
#: language.php:207
msgid "Invalid Username/Password."
msgstr ""
#: language.php:208
msgid "Registration complete. Please check your e-mail for login details."
msgstr ""
#: language.php:209
msgid "We just sent you a new password. Kindly check your e-mail now."
msgstr ""
#: language.php:210
msgid ""
"A confirmation link has been sent to you via email. Kindly check your e-mail "
"now."
msgstr ""
#: language.php:211
msgid "User registration has been disabled by the admin."
msgstr ""
#: language.php:212
msgid "You are now logged out."
msgstr ""
#: language.php:213
msgid ""
"Please enter your e-mail address as username. You will receive a new "
"password via e-mail."
msgstr ""
#: language.php:214
msgid "Invalid Email, Please check"
msgstr ""
#: language.php:215
msgid "Check your e-mail for your new password."
msgstr ""
#: language.php:216
msgid "How many sample data you would like to populate on your site?"
msgstr ""
#: language.php:217
msgid "Insert sample data please"
msgstr ""
#: language.php:218
msgid "Yes Delete Please!"
msgstr ""
#: language.php:219
msgid ""
"GeoDirectory sample data has been populated on your site. Wish to delete "
"sample data?"
msgstr ""
#: language.php:220
msgid "Please Wait! We are importing dummy data."
msgstr ""
#: language.php:221
msgid "Please Wait! We are deleting dummy data."
msgstr ""
#: language.php:222
msgid "read more"
msgstr ""
#: language.php:223
msgid "Are you sure you want to deselect this post type?"
msgstr ""
#: language.php:224
msgid "S.No."
msgstr ""
#: language.php:225
msgid "Post Type"
msgstr ""
#: language.php:227
msgid "Data inserted successfully."
msgstr ""
#: language.php:228
#, php-format
msgid "%s record(s) inserted."
msgstr ""
#: language.php:231
#, php-format
msgid ""
"%s out of %s record(s) could not be inserted due to blank address. Address "
"fields post_address, post_country, post_region, post_city, post_latitude and "
"post_longitude are mandatory fields."
msgstr ""
#: language.php:233
#, php-format
msgid ""
"%s out of %s record(s) could not be inserted due to invalid address. You can "
"import data in default location only as you do not have multilocation ad-on "
"enabled."
msgstr ""
#: language.php:236
#, php-format
msgid ""
"%s out of %s record(s) could not be inserted due to invalid/blank post type. "
"Only use geodirectory's post type."
msgstr ""
#: language.php:239
#, php-format
msgid "%s out of %s record(s) could not be inserted due to blank post title."
msgstr ""
#: language.php:241
#, php-format
msgid "Please transfer all images in <b>'%s'</b> folder."
msgstr ""
#: language.php:242
msgid ""
"File you are uploading is not valid. First colum should be \"Post Title\"."
msgstr ""
#: language.php:243
msgid "Please upload CSV file only."
msgstr ""
#: language.php:244
msgid "Select CSV file to upload"
msgstr ""
#: language.php:245
msgid "Select & Upload CSV"
msgstr ""
#: language.php:246
msgid "Import data now"
msgstr ""
#: language.php:247
msgid "Please select csv file."
msgstr ""
#: language.php:249
msgid "featured_img_class"
msgstr ""
#: language.php:257
msgid "Afghanistan"
msgstr ""
#: language.php:258
msgid "Albania"
msgstr ""
#: language.php:259
msgid "Algeria"
msgstr ""
#: language.php:260
msgid "American Samoa"
msgstr ""
#: language.php:261
msgid "Andorra"
msgstr ""
#: language.php:262
msgid "Angola"
msgstr ""
#: language.php:263
msgid "Anguilla"
msgstr ""
#: language.php:264
msgid "Antarctica"
msgstr ""
#: language.php:265
msgid "Antigua and Barbuda"
msgstr ""
#: language.php:266
msgid "Argentina"
msgstr ""
#: language.php:267
msgid "Armenia"
msgstr ""
#: language.php:268
msgid "Aruba"
msgstr ""
#: language.php:269
msgid "Ashmore and Cartier"
msgstr ""
#: language.php:270
msgid "Australia"
msgstr ""
#: language.php:271
msgid "Austria"
msgstr ""
#: language.php:272
msgid "Azerbaijan"
msgstr ""
#: language.php:273
msgid "Bahrain"
msgstr ""
#: language.php:274
msgid "Baker Island"
msgstr ""
#: language.php:275
msgid "Bangladesh"
msgstr ""
#: language.php:276
msgid "Barbados"
msgstr ""
#: language.php:277
msgid "Bassas da India"
msgstr ""
#: language.php:278
msgid "Belarus"
msgstr ""
#: language.php:279
msgid "Belgium"
msgstr ""
#: language.php:280
msgid "Belize"
msgstr ""
#: language.php:281
msgid "Benin"
msgstr ""
#: language.php:282
msgid "Bermuda"
msgstr ""
#: language.php:283
msgid "Bhutan"
msgstr ""
#: language.php:284
msgid "Bolivia"
msgstr ""
#: language.php:285
msgid "Bosnia and Herzegovina"
msgstr ""
#: language.php:286
msgid "Botswana"
msgstr ""
#: language.php:287
msgid "Bouvet Island"
msgstr ""
#: language.php:288
msgid "Brazil"
msgstr ""
#: language.php:289
msgid "British Indian Ocean Territory"
msgstr ""
#: language.php:290
msgid "British Virgin Islands"
msgstr ""
#: language.php:291
msgid "Brunei Darussalam"
msgstr ""
#: language.php:292
msgid "Bulgaria"
msgstr ""
#: language.php:293
msgid "Burkina Faso"
msgstr ""
#: language.php:294
msgid "Burma"
msgstr ""
#: language.php:295
msgid "Burundi"
msgstr ""
#: language.php:296
msgid "Cambodia"
msgstr ""
#: language.php:297
msgid "Cameroon"
msgstr ""
#: language.php:298
msgid "Canada"
msgstr ""
#: language.php:299
msgid "Cape Verde"
msgstr ""
#: language.php:300
msgid "Cayman Islands"
msgstr ""
#: language.php:301
msgid "Central African Republic"
msgstr ""
#: language.php:302
msgid "Chad"
msgstr ""
#: language.php:303
msgid "Chile"
msgstr ""
#: language.php:304
msgid "China"
msgstr ""
#: language.php:305
msgid "Christmas Island"
msgstr ""
#: language.php:306
msgid "Clipperton Island"
msgstr ""
#: language.php:307
msgid "Cocos (Keeling) Islands"
msgstr ""
#: language.php:308
msgid "Colombia"
msgstr ""
#: language.php:309
msgid "Comoros"
msgstr ""
#: language.php:310
msgid "Congo, Democratic Republic of the"
msgstr ""
#: language.php:311
msgid "Congo, Republic of the"
msgstr ""
#: language.php:312
msgid "Cook Islands"
msgstr ""
#: language.php:313
msgid "Coral Sea Islands"
msgstr ""
#: language.php:314
msgid "Costa Rica"
msgstr ""
#: language.php:315
msgid "Cote d'Ivoire"
msgstr ""
#: language.php:316
msgid "Croatia"
msgstr ""
#: language.php:317
msgid "Cuba"
msgstr ""
#: language.php:318
msgid "Cyprus"
msgstr ""
#: language.php:319
msgid "Czech Republic"
msgstr ""
#: language.php:320
msgid "Czechia"
msgstr ""
#: language.php:321
msgid "Denmark"
msgstr ""
#: language.php:322
msgid "Djibouti"
msgstr ""
#: language.php:323
msgid "Dominica"
msgstr ""
#: language.php:324
msgid "Dominican Republic"
msgstr ""
#: language.php:325
msgid "East Timor"
msgstr ""
#: language.php:326
msgid "Ecuador"
msgstr ""
#: language.php:327
msgid "Egypt"
msgstr ""
#: language.php:328
msgid "El Salvador"
msgstr ""
#: language.php:329
msgid "Equatorial Guinea"
msgstr ""
#: language.php:330
msgid "Eritrea"
msgstr ""
#: language.php:331
msgid "Estonia"
msgstr ""
#: language.php:332
msgid "Ethiopia"
msgstr ""
#: language.php:333
msgid "Europa Island"
msgstr ""
#: language.php:334
msgid "Falkland Islands (Islas Malvinas)"
msgstr ""
#: language.php:335
msgid "Faroe Islands"
msgstr ""
#: language.php:336
msgid "Fiji"
msgstr ""
#: language.php:337
msgid "Finland"
msgstr ""
#: language.php:338
msgid "France"
msgstr ""
#: language.php:339
msgid "France, Metropolitan"
msgstr ""
#: language.php:340
msgid "French Guiana"
msgstr ""
#: language.php:341
msgid "French Polynesia"
msgstr ""
#: language.php:342
msgid "French Southern and Antarctic Lands"
msgstr ""
#: language.php:343
msgid "Gabon"
msgstr ""
#: language.php:344
msgid "Gaza Strip"
msgstr ""
#: language.php:345
msgid "Georgia"
msgstr ""
#: language.php:346
msgid "Germany"
msgstr ""
#: language.php:347
msgid "Ghana"
msgstr ""
#: language.php:348
msgid "Gibraltar"
msgstr ""
#: language.php:349
msgid "Glorioso Islands"
msgstr ""
#: language.php:350
msgid "Greece"
msgstr ""
#: language.php:351
msgid "Greenland"
msgstr ""
#: language.php:352
msgid "Grenada"
msgstr ""
#: language.php:353
msgid "Guadeloupe"
msgstr ""
#: language.php:354
msgid "Guam"
msgstr ""
#: language.php:355
msgid "Guatemala"
msgstr ""
#: language.php:356
msgid "Guernsey"
msgstr ""
#: language.php:357
msgid "Guinea"
msgstr ""
#: language.php:358
msgid "Guinea-Bissau"
msgstr ""
#: language.php:359
msgid "Guyana"
msgstr ""
#: language.php:360
msgid "Haiti"
msgstr ""
#: language.php:361
msgid "Heard Island and McDonald Islands"
msgstr ""
#: language.php:362
msgid "Holy See (Vatican City)"
msgstr ""
#: language.php:363
msgid "Honduras"
msgstr ""
#: language.php:364
msgid "Hong Kong (SAR)"
msgstr ""
#: language.php:365
msgid "Howland Island"
msgstr ""
#: language.php:366
msgid "Hungary"
msgstr ""
#: language.php:367
msgid "Iceland"
msgstr ""
#: language.php:368
msgid "India"
msgstr ""
#: language.php:369
msgid "Indonesia"
msgstr ""
#: language.php:370
msgid "Iran"
msgstr ""
#: language.php:371
msgid "Iraq"
msgstr ""
#: language.php:372
msgid "Ireland"
msgstr ""
#: language.php:373
msgid "Israel"
msgstr ""
#: language.php:374
msgid "Italy"
msgstr ""
#: language.php:375
msgid "Jamaica"
msgstr ""
#: language.php:376
msgid "Jan Mayen"
msgstr ""
#: language.php:377
msgid "Japan"
msgstr ""
#: language.php:378
msgid "Jarvis Island"
msgstr ""
#: language.php:379
msgid "Jersey"
msgstr ""
#: language.php:380
msgid "Johnston Atoll"
msgstr ""
#: language.php:381
msgid "Jordan"
msgstr ""
#: language.php:382
msgid "Juan de Nova Island"
msgstr ""
#: language.php:383
msgid "Kazakhstan"
msgstr ""
#: language.php:384
msgid "Kenya"
msgstr ""
#: language.php:385
msgid "Kingman Reef"
msgstr ""
#: language.php:386
msgid "Kiribati"
msgstr ""
#: language.php:387
msgid "Korea, North"
msgstr ""
#: language.php:388
msgid "Korea, South"
msgstr ""
#: language.php:389
msgid "Kuwait"
msgstr ""
#: language.php:390
msgid "Kyrgyzstan"
msgstr ""
#: language.php:391
msgid "Laos"
msgstr ""
#: language.php:392
msgid "Latvia"
msgstr ""
#: language.php:393
msgid "Lebanon"
msgstr ""
#: language.php:394
msgid "Lesotho"
msgstr ""
#: language.php:395
msgid "Liberia"
msgstr ""
#: language.php:396
msgid "Libya"
msgstr ""
#: language.php:397
msgid "Liechtenstein"
msgstr ""
#: language.php:398
msgid "Lithuania"
msgstr ""
#: language.php:399
msgid "Luxembourg"
msgstr ""
#: language.php:400
msgid "Macao"
msgstr ""
#: language.php:401
msgid "Macedonia, The Former Yugoslav Republic of"
msgstr ""
#: language.php:402
msgid "Madagascar"
msgstr ""
#: language.php:403
msgid "Malawi"
msgstr ""
#: language.php:404
msgid "Malaysia"
msgstr ""
#: language.php:405
msgid "Maldives"
msgstr ""
#: language.php:406
msgid "Mali"
msgstr ""
#: language.php:407
msgid "Malta"
msgstr ""
#: language.php:408
msgid "Man, Isle of"
msgstr ""
#: language.php:409
msgid "Marshall Islands"
msgstr ""
#: language.php:410
msgid "Martinique"
msgstr ""
#: language.php:411
msgid "Mauritania"
msgstr ""
#: language.php:412
msgid "Mauritius"
msgstr ""
#: language.php:413
msgid "Mayotte"
msgstr ""
#: language.php:414
msgid "Mexico"
msgstr ""
#: language.php:415
msgid "Micronesia, Federated States of"
msgstr ""
#: language.php:416
msgid "Midway Islands"
msgstr ""
#: language.php:417
msgid "Miscellaneous (French)"
msgstr ""
#: language.php:418
msgid "Moldova"
msgstr ""
#: language.php:419
msgid "Monaco"
msgstr ""
#: language.php:420
msgid "Mongolia"
msgstr ""
#: language.php:421
msgid "Montenegro"
msgstr ""
#: language.php:422
msgid "Montserrat"
msgstr ""
#: language.php:423
msgid "Morocco"
msgstr ""
#: language.php:424
msgid "Mozambique"
msgstr ""
#: language.php:425
msgid "Myanmar"
msgstr ""
#: language.php:426
msgid "Namibia"
msgstr ""
#: language.php:427
msgid "Nauru"
msgstr ""
#: language.php:428
msgid "Navassa Island"
msgstr ""
#: language.php:429
msgid "Nepal"
msgstr ""
#: language.php:430
msgid "Netherlands"
msgstr ""
#: language.php:431
msgid "Netherlands Antilles"
msgstr ""
#: language.php:432
msgid "New Caledonia"
msgstr ""
#: language.php:433
msgid "New Zealand"
msgstr ""
#: language.php:434
msgid "Nicaragua"
msgstr ""
#: language.php:435
msgid "Niger"
msgstr ""
#: language.php:436
msgid "Nigeria"
msgstr ""
#: language.php:437
msgid "Niue"
msgstr ""
#: language.php:438
msgid "Norfolk Island"
msgstr ""
#: language.php:439
msgid "Northern Mariana Islands"
msgstr ""
#: language.php:440
msgid "Norway"
msgstr ""
#: language.php:441
msgid "Oman"
msgstr ""
#: language.php:442
msgid "Pakistan"
msgstr ""
#: language.php:443
msgid "Palau"
msgstr ""
#: language.php:444
msgid "Palestinian Territory, Occupied"
msgstr ""
#: language.php:445
msgid "Palmyra Atoll"
msgstr ""
#: language.php:446
msgid "Panama"
msgstr ""
#: language.php:447
msgid "Papua New Guinea"
msgstr ""
#: language.php:448
msgid "Paracel Islands"
msgstr ""
#: language.php:449
msgid "Paraguay"
msgstr ""
#: language.php:450
msgid "Peru"
msgstr ""
#: language.php:451
msgid "Philippines"
msgstr ""
#: language.php:452
msgid "Pitcairn Islands"
msgstr ""
#: language.php:453
msgid "Poland"
msgstr ""
#: language.php:454
msgid "Portugal"
msgstr ""
#: language.php:455
msgid "Puerto Rico"
msgstr ""
#: language.php:456
msgid "Qatar"
msgstr ""
#: language.php:457
msgid "Romania"
msgstr ""
#: language.php:458
msgid "Russia"
msgstr ""
#: language.php:459
msgid "Rwanda"
msgstr ""
#: language.php:460
msgid "Saint Helena"
msgstr ""
#: language.php:461
msgid "Saint Kitts and Nevis"
msgstr ""
#: language.php:462
msgid "Saint Lucia"
msgstr ""
#: language.php:463
msgid "Saint Pierre and Miquelon"
msgstr ""
#: language.php:464
msgid "Saint Vincent and the Grenadines"
msgstr ""
#: language.php:465
msgid "Samoa"
msgstr ""
#: language.php:466
msgid "San Marino"
msgstr ""
#: language.php:467
msgid "Saudi Arabia"
msgstr ""
#: language.php:468
msgid "Senegal"
msgstr ""
#: language.php:469
msgid "Serbia"
msgstr ""
#: language.php:470
msgid "Serbia and Montenegro"
msgstr ""
#: language.php:471
msgid "Seychelles"
msgstr ""
#: language.php:472
msgid "Sierra Leone"
msgstr ""
#: language.php:473
msgid "Singapore"
msgstr ""
#: language.php:474
msgid "Slovakia"
msgstr ""
#: language.php:475
msgid "Slovenia"
msgstr ""
#: language.php:476
msgid "Solomon Islands"
msgstr ""
#: language.php:477
msgid "Somalia"
msgstr ""
#: language.php:478
msgid "South Africa"
msgstr ""
#: language.php:479
msgid "South Georgia and the South Sandwich Islands"
msgstr ""
#: language.php:480
msgid "Spain"
msgstr ""
#: language.php:481
msgid "Spratly Islands"
msgstr ""
#: language.php:482
msgid "Sri Lanka"
msgstr ""
#: language.php:483
msgid "Sudan"
msgstr ""
#: language.php:484
msgid "Suriname"
msgstr ""
#: language.php:485
msgid "Svalbard"
msgstr ""
#: language.php:486
msgid "Swaziland"
msgstr ""
#: language.php:487
msgid "Sweden"
msgstr ""
#: language.php:488
msgid "Switzerland"
msgstr ""
#: language.php:489
msgid "Syria"
msgstr ""
#: language.php:490
msgid "Taiwan"
msgstr ""
#: language.php:491
msgid "Tajikistan"
msgstr ""
#: language.php:492
msgid "Tanzania"
msgstr ""
#: language.php:493
msgid "Thailand"
msgstr ""
#: language.php:494
msgid "The Bahamas"
msgstr ""
#: language.php:495
msgid "The Gambia"
msgstr ""
#: language.php:496
msgid "Togo"
msgstr ""
#: language.php:497
msgid "Tokelau"
msgstr ""
#: language.php:498
msgid "Tonga"
msgstr ""
#: language.php:499
msgid "Trinidad and Tobago"
msgstr ""
#: language.php:500
msgid "Tromelin Island"
msgstr ""
#: language.php:501
msgid "Tunisia"
msgstr ""
#: language.php:502
msgid "Turkey"
msgstr ""
#: language.php:503
msgid "Turkmenistan"
msgstr ""
#: language.php:504
msgid "Turks and Caicos Islands"
msgstr ""
#: language.php:505
msgid "Tuvalu"
msgstr ""
#: language.php:506
msgid "Uganda"
msgstr ""
#: language.php:507
msgid "Ukraine"
msgstr ""
#: language.php:508
msgid "United Arab Emirates"
msgstr ""
#: language.php:509
msgid "United Kingdom"
msgstr ""
#: language.php:510
msgid "United States"
msgstr ""
#: language.php:511
msgid "United States Minor Outlying Islands"
msgstr ""
#: language.php:512
msgid "Uruguay"
msgstr ""
#: language.php:513
msgid "Uzbekistan"
msgstr ""
#: language.php:514
msgid "Vanuatu"
msgstr ""
#: language.php:515
msgid "Venezuela"
msgstr ""
#: language.php:516
msgid "Vietnam"
msgstr ""
#: language.php:517
msgid "Virgin Islands"
msgstr ""
#: language.php:520
msgid "Wake Island"
msgstr ""
#: language.php:521
msgid "Wallis and Futuna"
msgstr ""
#: language.php:522
msgid "West Bank"
msgstr ""
#: language.php:523
msgid "Western Sahara"
msgstr ""
#: language.php:524
msgid "Western Samoa"
msgstr ""
#: language.php:525
msgid "Yemen"
msgstr ""
#: language.php:526
msgid "Yugoslavia"
msgstr ""
#: language.php:527
msgid "Zaire"
msgstr ""
#: language.php:528
msgid "Zambia"
msgstr ""
#: language.php:529
msgid "Zimbabwe"
msgstr ""
#: language.php:530
msgid "Curaçao"
msgstr ""
#: language.php:531
msgid "Caribbean Netherlands"
msgstr ""
#: tests/test-Add_Custom_Fields.php:16 tests/test-Add_Custom_Fields.php:18
#: tests/test-Add_Custom_Fields.php:24 tests/test-Add_Custom_Fields.php:56
#: tests/test-Add_Custom_Fields.php:58 tests/test-Add_Custom_Fields.php:64
msgid "Place Type"
msgstr ""
#: tests/test-Add_Custom_Fields.php:17 tests/test-Add_Custom_Fields.php:57
msgid "Select the place type."
msgstr ""
#: tests/test-Add_Custom_Fields.php:36 tests/test-Add_Custom_Fields.php:38
#: tests/test-Add_Custom_Fields.php:44
msgid "Website Link"
msgstr ""
#: tests/test-Add_Custom_Fields.php:37
msgid "Enter the website link."
msgstr ""
#: tests/test-Add_Custom_Fields.php:82 tests/test-Add_Custom_Fields.php:84
#: tests/test-Add_Custom_Fields.php:89
msgid "Place Details"
msgstr ""
#: tests/test-Add_Custom_Fields.php:83
msgid "Place Details."
msgstr ""
#: tests/test-Add_Custom_Fields.php:98
msgid "Enter salary."
msgstr "" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/geoip-detect/composer_file/package.json | {
"name": "geoip-detect",
"version": "2.11.0",
"description": "Geoip Detection - Wordpress Plugin (JS)",
"main": "index.js",
"repository": "[email protected]:yellowtree/geoip-detect.git",
"author": "Benjamin Pick <[email protected]>",
"license": "GPL-3.0-or-later",
"scripts": {
"clean": "rm -rf .cache",
"start": "rm -rf js/dist && parcel parcel.urls --out-dir js/dist",
"build": "rm -rf js/dist && parcel build parcel.urls --out-dir js/dist"
},
"private": false,
"dependencies": {
"@babel/runtime": "^7.4.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-runtime": "^7.4.3",
"babel-plugin-transform-runtime": "^6.23.0",
"parcel-bundler": "^1.11.0",
"parcel-plugin-assets-list": "^1.7.0"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/geounit-maps/composer_file/package.json | {
"name": "geounit-maps",
"version": "0.0.3",
"private": true,
"description": "This plugin adds a Gutenberg block to display gdpr compliant maps from GeoUNIT servers. No 2 click or cookie consent tools needed",
"main": "geounit-maps.php",
"author": "Unit08",
"license": "GPLv3",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "^4.1.1",
"@wordpress/scripts": "^25.0.0",
"url-loader": "^4.1.1"
},
"dependencies": {
"classnames": "^2.3.2",
"leaflet": "^1.9.3",
"react-leaflet": "^4.1.0"
},
"files": [ "lib", "build", "geounit-maps.php", "readme.txt" ]
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/get-custom-field-values/change_log/CHANGELOG.md | # ChangeLog
## 3.9.1 _(2019-03-15)_
* Change: Update shortcode builder widget to 006:
* Fix: Check that `is_block_editor()` exists before using it, preventing an error when attempting to edit pages in WP older than 5.0
* New: Add changelog for v3.9 to CHANGELOG.md
## 3.9 _(2019-03-08)_
* Fix: Default 'this_post' shortcode attribute to 1 instead of 0, since unlike widgets, shortcodes generally appear within the context of a post
* Fix: Call `wpdb::prepare()` with the proper number of arguments depending on context
* Change: Update shortcode builder widget to 005:
* Don't show shortcode builder metabox within context of block editor
* Add `show_metabox()`
* Change: Update widget to 012:
* Directly load textdomain instead of hooking it to already-fired action
* New: Add README.md
* New: Add CHANGELOG.md and move all but most recent changelog entries into it
* Change: Update docs to reflect that shortcode builder is not compatible with block editor yet
* Change: Use different markdown formatting for shortcode name to avoid capitalization when displayed in Plugin Directory
* Change: Add GitHub link to readme
* Change: Unit tests: Minor whitespace tweaks to bootstrap
* Change: Note compatibility through WP 5.1+
* Change: Update copyright date (2019)
* Change: Update License URI to be HTTPS
## 3.8 _(2017-03-14)_
* New: Add support for percent-substitution tags
* Tags can be used in before and/or after text and will be replaced on display with the custom field text
* Add '%field%' to display custom field name
* Add '%value%' to display custom field value
* Add `c2c__gcfv_do_substitutions()` to handle the substitutions
* Fix: Properly handle serialized meta values
* Fix: Properly sanitize field name prior so use as part of a hook name
* Fix: Add missing textdomain for string in shortcode widget
* Change: Update widget to 011:
* Add `register_widget()` and change to calling it when hooking 'admin_init'
* Load textdomain
* Add more substantial unit tests
* Change: Update widget framework:
* 013:
* Add `get_config()` as a getter for config array
* 012:
* Go back to non-plugin-specific class name of c2c_Widget_012
* Don't load textdomain
* Declare class and `load_config()` and `widget_body()` as being abstract
* Change class variable `$config` from public to protected
* Discontinue use of `extract()`
* Apply 'widget_title' filter to widget title
* Add more inline documentation
* Minor code reformatting (spacing, bracing, Yoda-ify conditions)
* Change: Update shortcode builder widget to 004:
* Use `get_config()` to get widget config now that the object variable is protected
* Add `register()` and change to calling it when hooking 'init'
* Add more unit tests
* Change: Update unit test bootstrap
* Default `WP_TESTS_DIR` to `/tmp/wordpress-tests-lib` rather than erroring out if not defined via environment variable
* Enable more error output for unit tests
* Change: Use officially documented order of arguments for `implode()`
* Change: Rephrase conditions to omit unnecessary use of `empty()`
* Change: Tweak readme.txt (minor content changes, spacing)
* Change: Note compatibility through WP 4.7+
* Change: Update copyright date (2017)
* New: Add LICENSE file
## 3.7 _(2016-01-31)_
* Change: Update widget framework to 011:
* Change class name to c2c_GetCustomFieldValues_Widget_011 to be plugin-specific.
* Set textdomain using a string instead of a variable.
* Remove `load_textdomain()` and textdomain class variable.
* Formatting improvements to inline docs.
* Change: Add support for language packs:
* Set textdomain using a string instead of a variable.
* Don't load textdomain from file.
* Remove .pot file and /lang subdirectory.
* Remove 'Domain Path' from plugin header.
* Add 'Text Domain' to plugin header.
* Change: Reformat plugin settings code (spacing).
* Change: Explicitly declare methods in unit tests as public.
* Change: Minor improvements to inline docs and test docs.
* New: Create empty index.php to prevent files from being listed if web server has enabled directory listings.
* Change: Note compatibility through WP 4.4+.
* Change: Update copyright date (2016).
## 3.6.1 _(2015-08-21)_
* Change: Discontinue use of PHP4-style constructor invocation of WP_Widget to prevent PHP notices in PHP7.
* Change: Use `require_once()` instead of `include()` for including include files.
* Change: Use full path to include files.
* Change: Update widget framework to version 010.
* Change: Update widget to version 009.
* Change: Update shortcode to version 003.
* Change: Note compatibility through WP 4.3+.
* New: Add unit tests for shortcode and widget class versions.
* New: Add `c2c_GetCustomWidget::version()` to get version of the widget class.
* New: Add `c2c_GetCustomFieldValuesShortcode::version()` to get version of the shortcode class.
## 3.6 _(2015-03-04)_
* Update widget framework to 009
* Update widget to 008
* Explicitly declare widget class methods public
* Add more unit tests
* Reformat plugin header
* Minor code reformatting (spacing, bracing)
* Change documentation links to wp.org to be https
* Minor documentation improvements and spacing changes throughout
* Note compatibility through WP 4.1+
* Drop compatibility with version of WP older than 3.6
* Update copyright date (2015)
* Add plugin icon
* Regenerate .pot
## 3.5 _(2014-01-17)_
* Includes a significant number of changes from the unreleased v3.4
* Hide shortcode wizard by default (won't change existing setting for users)
* Show shortcode wizard for new posts as well
* Add unit tests
* Cast all intended integer arguments as `absint()` instead of `intval()`
* Update widget version to 006
* Update widget framework to 008
* Use explicit path for `require_once()`
* Discontinue use of PHP4-style constructor
* Minor documentation improvements
* Minor code reformatting (spacing, bracing)
* Note compatibility through WP 3.8+
* Drop compatibility with version of WP older than 3.6
* Update copyright date (2014)
* Regenerate .pot
* Change donate link
* Update screenshots
* Add banner
## 3.4 _(unreleased)_
* Display shortcode wizard metabox for all post types
* Add filter 'c2c_get_custom_field_values_post_types' to allow override of what post_types should get the shortcode wizard metabox
* Add 'id' and 'class' as shortcode attributes to set same-named HTML attributes on 'span' tag
* Wrap output in 'span' tag if either 'id' or 'class' shortcode attribute is defined
* Shortcode wizard now omits 'between' and 'before_last' values if 'limit' was set to 1
* Update widget version to 005
* Update widget framework to 007
* Return widget body content in `widget_body()` instead of echoing (to facilitate non-display of empty widgets)
* Hook output of JS and creation of metaboxes to 'load-post.php', which eliminates use of pagenow
* For class c2c_GetCustomFieldValuesShortcode, add `register_post_page_hooks()` and `do_meta_box()`
* For class c2c_GetCustomFieldValuesShortcode, remove `admin_menu()`
* Add checks to prevent execution of code if file is directly accessed
* Re-license as GPLv2 or later (from X11)
* Add 'License' and 'License URI' header tags to readme.txt and plugin file
* Discontinue use of explicit pass-by-reference for objects
* Remove ending PHP close tag
* Note compatibility through WP 3.5+
* Update copyright date (2013)
* Move screenshots into repo's assets directory
## 3.3.2
* Fix bugs in widget preventing proper display of custom field for current post (props [Ross Higgins](http://rosshiggins.com))
* Trim and/or intval widget input fields in `validate()`
* For shortcode widget's JS, output via 'admin_print_footer_scripts' instead of 'admin_footer'
* Note compatibility through WP 3.3
* Add 'Domain Path' directive to top of main plugin file
* Add link to plugin directory page to readme.txt
* Update copyright date (2012)
## 3.3.1
* Fix fatal shortcode bug by updating widget framework to v005 to make a protected class variable public
* Update widget version to 003
## 3.3
* Modify `c2c_get_random_custom()` to support returning multiple random values (function now accepts additional arguments)
* Rename widget class from 'GetCustomWidget' to 'c2c_GetCustomWidget'
* Enable shortcode support for custom field values
* Update widget framework to v004
* Document shortcode
* Note compatibility through WP 3.2+
* Minor code formatting changes (spacing)
* Minor readme.txt formatting changes
* Add plugin homepage and author links in description in readme.txt
* Add .pot
* Update copyright date (2011)
## 3.2
* Fix 'Send to Editor' for shortcode builder
* (widget) Full re-implementation using C2C_Widget_002
* (widget) Full localization support
* (widget) Fix bug with saving widget
* (shortcode) Output JS in footer instead of head
* Add `if(!function_exists())` checks around all functions
* Change description
* Add PHPDoc documentation
* Remove docs from top of plugin file (all that and more are in readme.txt)
* Add package info to top of file
* Note compatibility with WP 3.0+
* Drop compatibility with version of WP older than 2.8
* Minor code reformatting (spacing)
* Add Upgrade Notice section to readme.txt
* Remove trailing whitespace
* Update copyright date
* Update screenshots
## 3.1
* (Not publicly released.)
## 3.0.1
* Added additional check to prevent error when running under WP older than 2.8
## 3.0
* Added widget support (widgetized the plugin)
* Added shortcode support (`[custom_field]`)
* Added `c2c_get_post_custom()` : Useful when you know the ID of the post whose custom field value you want.
* Added `c2c_get_random_custom()` : Retrieve the value of a random instance of the specified custom field key, as long as the field is associated with a published posted, non-passworded post
* Added `c2c_get_random_post_custom()` : Retrieve the value of a random instance of the specified custom field key for a given post
* Added `c2c_get_recent_custom()` : Retrieves the most recent (according to the associated post's publish date) value of the specified custom field.
* Used `$wpdb->prepare()` to safeguard queries
* Updated copyright
* Noted compatibility through 2.8+
* Dropped compatibility with versions of WP older than 2.6
* Tweaked description and docs
## 2.5
* Modified SQL query code for `c2c_get_recent_custom()` to explicitly look for post_type of 'post' and then optionally of 'page'
* Per-custom field filter name is now made using a sanitized version of the field key
* Minor code reformatting
* Removed pre-WP2.0 compatibility and compatibility checks
* Changed description
* Updated copyright date and version to 2.5
* Added readme.txt
* Tested compatibility with WP 2.3.3 and 2.5
## 2.1
* Removed the `$filter` argument from `c2c_get_custom()` and `c2c_get_recent_custom()`
* Replaced $filter argument with more robust filtering approach: filter every custom field via the action 'the_meta', filter specific custom fields via 'the_meta_$field'
* Add argument `$include_static` (defaulted to true) to `c2c_get_recent_custom()`; static posts (i.e. "pages") can be optionally excluded from consideration
* Verified to work for WP 1.5 (and should still work for WP 1.2)
## 2.02
* Minor bugfix
## 2.01
* Minor bugfix
## 2.0
* Added the new function `c2c_get_recent_custom()` that allows retrieving custom/meta data from outside "the loop"
* Better filtering (on meta field itself instead of final output string)
* Per-call filtering of meta fields
* Prepended all functions with "c2c_" to avoid potential function name collision with other plugins or future core functions. NOTE: If you are upgrading from an earlier version of the plugin, you'll need to change your calls from `get_custom()` to `c2c_get_custom()`
* Changes to make the plugin WordPress v1.3 ready (as-yet unverified)
* Switched to MIT license
## 1.0
* Added argument of `$before_last` (which, when $between is also defined, will be used to join the next-to-last and last items in a list)
* Added invocation of an action called 'the_meta' so that you can do `add_filter('the_meta', 'some_function')` and get custom field values filtered as they are retrieved
* To faciliate use of this plugin as the argument to another function, this plugin no longer echoes the value(s) it retrieves (user must prepend 'echo' to the call to `get_custom()`)
## 0.91
* Minor bugfix
## 0.9
* Initial release |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/get-recent-comments/change_log/changelog.txt | Changelog
Version Date Changes
2.0.6 2009/03/31 Suppress mb_strrpos warnings, when
haystack is empty. Thanks to ted
and Michael for reporting the
problem.
2.0.5 2009/03/27 Make all mb_* functions optional.
If function does not exist - use
old version.
2.0.4 2009/03/27 Check for existence of
mb_regex_replace and if it does not
exist (i.e. php version < 4.2.0)
use old wordwrap version
2.0.3 2009/03/26 Fixed %BEG_OF_TITLE% bug. Thanks to
everybody who reported this problem
(a LOT of people)
Fixed broken %author_url_href
macro. Now it works again.
Fixed broken gravatar function -
needed to bring e-mail address to
lowercase before using md5 on it.
Applied Sven Anderson's patch which
replaces the most critical string
functions with multibyte character
aware php functions.
2.0.2 2007/09/25 Fix: Plugin was not compatible to
WordPress 2.0.11 any more. Thank
you to Stephan for reporting the
bug.
2.0.1 2007/09/24 Added switch on the categories
page, which reverses the selection.
It is now possible to include or
exclude categories.
2.0 2007/09/24 New code for fetching the data: 1.
Instead of one expensive database
query we now use two or more cheap
queries. Thanks to mirra, who
reported the problem. And again
thank you to the people mentioned
in changlog 1.4, where the cache
was introduced for the same
(performance-) problems on big
blogs. 2. This also fixed a bug,
which lead to too less than
requested comments in lists,
ordered by post. Thanks to Johanna
and Frédéric for reporting and
documenting this. Changed the css
in the admin gui, to work around a
display issue with Tiger Admin.
Thank you, Andi, for finding this.
Added %time_since macro, which
displays the time since the comment
was posted. Thanks to Imran and
Keith for sugesting (something
like) this (very long ago). Admin
interface: Added switch fpr turning
on and off smileys. Thank you,
panos, for requesting this feature.
Support for Custom Smileys Plugin.
Thanks to Henry for suggesting
this. Fix: Username was not
displayed as "Anonymous", if
commentor left no name. Thanks to
Pixelation for reporting this.
Added support for WordPress 2.3. It
will drop the post2cat table.
Changed plugin to new taxonomy
scheme. A *great* thank you goes to
Lakatos Zsolt, who provided a
complete patch for
get-recent-comments-1.5.6, which
made it very easy for me to
understand how 2.0-beta10 had to be
changed. Thank you also to xelios,
Ville and Kretzschmar who warned
me, that WordPress 2.3 will break
the old plugin code.
1.5.5 2007/03/26 Added support for malyfred's
Polyglot Plugin. Requested by
Torben.
1.5.4 2007/02/01 Use full pingback_author as
%comment_author (instead of
'Unknown', if the pingback parser
fails to recognize the
pingback_author. Thanks again to
Gant who found this in his blog.
Added %author_url_href macros,
which allows to generate inactive
links, if the commentator did not
leave an url. This was wished (in
part long ago) by beej, carl,
FilSchiesty and SwB.
Added %profile_picture macro, which
supports Hannah Gray's Profile Pics
Plugin. Thank you for the idea and
your help, Markus
1.5.3 2007/01/15 Refresh cache, when a comment is
approved by moderator. Problem
found by Gant. Thank you!
1.5.2 2007/01/05 Added option for excluding comments
from blog authors. Suggested by
This is Zimbabwe, Slim, marilyn's
shampoo and Igor M.
1.5.1 2006/12/29 Store the cache base64 encoded.
There seems to be a problem with
the unserialization of multibyte
characters. Thanks to priv, who
reported the problem and suggested
the encoding.
After upgrading to this version you
should trigger a regeneration of
the cache by adding a comment
somewhere.
1.5 2006/12/27 New pingback parser
Stop losing html entities and tags
in the post titles and comments by
using wptexturize. Thanks to ejm
(again!) and mobius for reporting
the problem and making suggestions.
Bugfix in widget code: Error, when
trackbacks came before comments
1.4 2006/12/24 The plugin is a widget now. Thanks
to herrmueller and Thomas de Klein
for suggesting this feature.
Cache the output in order to reduce
the database impact of the plugin.
Thanks to the following people for
reporting the poor performance and
making suggestions to solve the
problem: Brandon Stone, King of
Fools, Robert Basic and especially
CountZero.
Option to combine comments and
trackbacks in one list (requested
by Maniac and die produzentin)
Allow to Group comments by their
posting (requested by eyolf)
Allow limit of comments per post
(suggested by Thomas)
Use Wordpress 2.1 compatible
database variables. Thanks to
spencerp, for reporting and fixing.
Bugfix: Wrong key used in gravatar
hash (Thank you, Hamzeh N., for
finding and fixing this).
Updated the stylesheets to the look
of wordpress 2.x.
Added two macros: %comment_type and
%post_counter.
Use less option variables in db.
Updated instructions page.
Dropped support for Wordpress 1.2
1.3.1 2006/12/11 Fixes for problems with wordpress
running under windows.
1.3 2006/11/26 Fixes for problems with php5.
1.2 2005/09/15 Prevent pingbacks from own blog.
Thanks to Matt for the idea and
support!
To use the feature, go to the
trackbacks configuration and enter
the address of your webserver.
1.0 2005/03/21 Also show comments to static pages.
(They are new in WP 1.5). Thanks to
maza for the hint.
0.9 2005/03/20 Introduced admin gui. Handle
trackbacks different than comments.
Replaced most regular expressions
with basic string operations.
Dedicated macro for posting time.
Requested by Zonekiller
0.8 2005/02/04 Readjusted sequence of arguments to
the one described in the
documentation. Thanks to Thomas
0.7 2005/02/03 Renamed plugin to
get-recent-comments, to make it
possible to use the subversion
system at www.wp-plugins.org
Allow to specify your own
formatting in the function call
0.5 2005/01/02 Removed superfluous </p>
0.4 2004/12/19 Use function arguments for
displaying HTML before and after
the comment
Make number of comments and number
of characters also function
arguments
0.3 2004/12/08 Link to permalink of comment
Wrap very long strings
0.2 Don’t show comments that are not
approved
0.1 2004/11/03 Initial release
Thanks to all who sent bug reports and ideas for
improvements. Please send me a mail if I forgot you to
mention here. |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/get-the-image/change_log/changelog.md | # Change Log
## [1.1.0] - 2017-09-22
### Added
* New `srcset_sizes` argument for adding an array of `'image-size' => 'descriptor'` key/value pairs, which handles responsive images.
* New `link` argument that can be set to `post` (links to post), `file` (links to image file), `attachment` (links to attachment page if image is attachment), or `false` to link to nothing.
* New `link_class` argument to add a custom HTML class to the wrapping link element.
* Image classes based on the content width vs. the image width (`cw-equal`, `cw-lesser`, `cw-greater`).
* `min_width` argument to only show image if it meets the minimum width provided.
* `min_height` argument to only show image if it meets the minimum height provided.
* Introduces the `image_attr` argument, which allows developers to pass in an array of attributes that they want applied to `<img>` tag.
### Changed
* New `get_image_attr()` and `get_image_class()` methods were added to split off and clean up the code for getting the image attributes and classes.
### Deprecated
* Deprecated the `link_to_post` argument in favor of the new `link` argument.
## [1.0.1]
### Fixed
* Changed priority of `split_content` filter to make sure images are split from the content.
## [1.0.0]
### Added
* Re-coded how the image script works by encapsulating the functionality into a single class rather than multiple functions. This makes it much easier to reuse code and paves the way for more improvements in the future.
* New `scan_raw` argument for pulling an image (straight HTML) directly from the post content.
* New `split_content` argument for removing an image from the post content if one is found. Used only in conjunction with the `scan_raw` argument.
* New `order` argument for changing the order in which the script looks for images.
* Better support and handling for sub-attachments (e.g., featured images for audio/video attachments).
* Support for Schema.org microdata. `itemprop="image"` attribute added to image outputs where possible.
* New image orientation class if the width and height are available. Class can be `landscape` or `portrait`.
* Default image size is `post-thumbnail` if the theme has set this size. Otherwise, `thumbnail` is the default size.
* Supports the ability to get embedded images via WordPress' image embeds (Instagram, Flickr, etc.) via the `scan*` methods.
* New filter hook: `get_the_image_post_content`. Used when checking the post content.
* Added `min_width` and `min_height` arguments (doesn't work with `scan*` methods).
### Changed
* `the_post_thumbnail` argument deprecated in favor of `featured`.
* `image_scan` argument deprecated in favor of `scan` or `scan_raw`.
* `default_image` argument deprecated in favor of `default`.
* `order_of_image` argument removed with no replacement.
## [0.9.0]
### Added
* Caption support. FTW!
* Multiple image classes now allowed via the `image_class` argument.
* Use current theme's `post-thumbnail` as default image size if set via `set_post_thumbnail_size()`.
### Fixed
* Use the WordPress-saved attachment alt text for the image.
* Only add `$out['src']` if `$out['url']` is set when returning as an array.
* Allow `https` when returning as an array.
* Use the correct variable (`$attachment_id`) when getting an image via attachment.
## [0.8.1]
### Changed
* General code formatting updated.
### Fixed
* Use correct `$attachment_id` variable instead of `$id`.
* Pass full `$image` array to the `get_the_image_meta_key_save()` function so that it saves correctly.
* Only use `before` and `after` arguments if an image is found.
## [0.8.0]
### Added
* Added the `before` argument to output HTML before the image.
* Added the `after` argument to output HTML after the image.
* Added the `thumbnail_id_save` argument to allow the attached image to be saved as the thumbnail/featured image.
### Changed
* Inline docs updates.
* Get the post ID via `get_the_ID()` rather than the global `$post` object.
* Simplified the `meta_key` logic.
* Completely rewrote the `attachment` logic.
* Sanitize classes with `sanitize_html_class()`.
### Fixed
* Fixed debug notice with `$image_html`.
* Moved the `*_fetch_post_thumbnail_html` hooks into the main function and only fire them if displaying to the screen.
## [0.7.0]
### Added
* New cache delete functions that delete when a post or post meta is updated.
### Fixed
* Fixed notice when `image_scan` was used.
### Deprecated
* Deprecated and replaced functions that lacked the `get_the_image_` prefix.
## [0.6.2]
### Changed
* Minor code adjustments.
### Fixed
* Updated the cache to save by post ID instead of a single object.
## [0.6.1]
### Changed
* Updated inline documentation of the code.
* Smarter `meta_key` logic, which allows a single meta key or an array of keys to be used.
* Set `custom_key` and `default_size` to `null` by default since they're deprecated.
## [0.6.0]
### Added
* Added the `meta_key_save` argument to allow users to save the image as a meta key/value pair.
* Added a `callback` argument to allow developers to create a custom callback function.
* Added a `cache` argument, which allows users to turn off caching.
### Deprecated
* Deprecated `custom_key` in favor of `meta_key`.
## [0.5.0]
### Added
* Added support for persistent-caching plugins.
### Changed
* Switched the `default_size` argument to `size` to be more in line with the WordPress post thumbnail arguments, but `default_size` will still work.
* Now using `wp_kses_hair()` to extract image attributes when using the `array` value for `format`.
* Image `alt` text will now use the attachment description if one has been given rather than the post title.
* Updated the `readme.html` instructions for using the plugin.
## [0.4.0]
### Added
* Added support for `the_post_thumbnail()`, which is WordPress 2.9's new image functionality.
* New function: `image_by_the_post_thumbnail()`.
* Documented more of the code, so the inline PHP doc is updated.
### Changed
* Dropped support for older versions of WordPress. Now only compatible with 2.9+.
* Cleaned up some of the old legacy code that's no longer needed.
## [0.3.3]
### Added
* Added the `get_the_image` filter hook.
### Changed
* General code cleanup
## [0.3.2]
### Added
* Beefed up the inline documentation so developers can better understand the code.
* Added a GPL license.txt file.
### Changed
* General code cleanup.
* More efficient and logical code.
## [0.3.1]
### Fixed
* Fixed the default image and image scan features.
## [0.3.0]
### Added
* Added more parameters.
### Changed
* Changed methods of calling the image script. |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/gf-heidelpay/change_log/changelog.md | # Gravity Forms heidelpay
## Changelog
### 1.2.0, 2018-12-01
* added: custom merge tag `{date_created}` so that notification resends can show the entry date instead of the current date
* changed: minimum required PHP version is now 5.6; recommended version is PHP 7.2 or higher
### 1.1.2, 2017-09-13
* fixed: Gravity Forms 2.3 compatibility; don't directly access database tables
### 1.1.1, 2017-05-24
* fixed: invalid argument warning in `pre_process_feeds()` when form has no feeds
### 1.1.0, 2017-05-16
* released as a free plugin on wordpress.org
### 1.0.3, 2017-01-09
* fixed: Address line 2 should not be marked as mandatory in the field mappings, because it isn't required
### 1.0.2, 2017-01-01
* fixed: settings and feeds menu items disappear when Members plugin used to set Gravity Forms permissions
### 1.0.1, 2016-12-07
* fixed: undefined index errors on `gform_replace_merge_tags` hook, e.g. with GF User Registration login widget
### 1.0.0, 2016-11-09
* initial stable release |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/gf-msteams/change_log/changelog.txt | == changelog.txt ==
= 1.0.5 =
* Added option to show custom button to account users only
* Fixed user id field showing up even if deselected in feed settings
= 1.0.4 =
* Added option for custom button with merge tag support
* Added option for turning buttons on and off
* Added message field with merge tag support
* Added media uploader to site logo
* Fixed checkbox values not showing up properly
* Fixed radio button results to show text instead of values
* Added support for str_ends_with() for php < 8.0
= 1.0.3 =
* Added option to hide fields on Teams message that have empty values
* Fixed form fields not showing on feed settings until saved
* Animated light/dark mode preview on plugin settings
* Limited character count for site name to prevent issues
* Added feed name and channel to entry notes
* Removed colons from labels if they end with colons or question marks
= 1.0.2 =
* Fixed name field
= 1.0.1 =
* Created this plugin on March 14, 2023 |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/gif-search-and-embed/composer_file/package.json | {
"name": "gif-search-and-embed",
"version": "1.0.0",
"scripts": {
"start": "wp-scripts start --mode development",
"build": "wp-scripts build --mode production"
},
"devDependencies": {
"@wordpress/api-fetch": "^3.23.1",
"@wordpress/blocks": "^6.25.2",
"@wordpress/scripts": "^4.1.0"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/gift4u-gift-cards-all-in-one-for-woo/change_log/CHANGELOG.txt | /**1.0.3 - 2023.07.03**/
– Updated: Compatible with WooCommerce HPOS(COT)
/**1.0.2 - 2023.03.23**/
- Added: PPDF file name in email
/**1.0.1 - 2023.03.01**/
- Fixed: Expiry date format
/**1.0.0 - 2023.02.14**/
~ The first released. |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/gitblock/translation_file/languages/gitblock.po | # Copyright (C) 2019 gitblock — Github Block Plugin
# This file is distributed under the same license as the gitblock — Github Block Plugin package.
msgid ""
msgstr ""
"Project-Id-Version: gitblock — Github Block Plugin 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gitblock\n"
"POT-Creation-Date: 2019-02-04 17:52:19+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: Thrijith Thankachan <[email protected]>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
#: src/init.php:79
msgid "Github OAuth Token"
msgstr ""
#: src/init.php:86
msgid "Enter Github OAuth Token"
msgstr ""
#: src/init.php:104
msgid "Enter your Github OAuth Token to fetch data from Github."
msgstr "" |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/go-fetch-jobs-wp-job-manager/change_log/changelog.txt | 1.4.6
changes:
- Re-organized settings page
- Introduce new Help page
- Introduce new option for setting the default jobs duration for imported jobs
- Introduce new option for clearing cached data
fixes:
- Scraping failing for some providers
- Job duration defaulting to 30 days when WPJM duration was empty
- Some duplicate jobs being imported
- Missing Indeed logo
1.4.5
changes:
- Added option for displaying imported jobs on a separate listing (new shortcode [goft_jobs] is available) (premium plans only)
- Added option to display filter dropdown to allow users filtering between all jobs, site jobs and external jobs, on frontend listings (premium plans only)
fixes:
- Jobs being automatically expired on specific schedules
- Feeds containing a single job being split and imported as multiple jobs with weird content
1.4.4
Changes:
- Added ZipRecruiter to list of API providers (with salary and jobs age filter)
- Added AdView to list of API providers (with salary and jobs type filter)
Fixes:
- 'Apply with Resume' showing for imported jobs when WPJM's Resume Manager add-on installed
1.4.3
Changes:
- Added support for negative keyword matching (excludes jobs that contain certain keywords)
- Added option to filter keywords by title and/or description
- Added job type/categories keywords mapping for more accurate smart assignments
- Added new 'Smart Assign' options:
. Categories Multi Terms Match/Job Types Single Term Match
. Job Types Multi Terms Match/Categories Single Term Match
fixes:
- 'Smart Assign' not correctly matching terms
- Custom expiry dates being ignored
1.4.2
Changes:
- Updated Indeed URL schema to 'https'
- Removed 'idealist.org' from list of providers (no longer provides RSS feeds)
Fixes:
- Incorrect 'No new jobs found' message when all jobs were excluded by user rules
1.4.1
Fixes:
- Application URL defaulting to user email in Pro plan
1.4.0
Fixes:
- 'Read more' option being ignored
- Geolocation working on manually imported jobs but failing in schedules
- Clicking 'Go Fetch Jobs' button multiple times spanning several loader messages
- Fatal error on PHP environments without the 'iconv()' extension installed
- Scheduler start times always defaulting to UTC time
Changes:
- Added support for setting a job application email on each feed (applications behave as regular jobs but they are redirected to the specified email) (pro+)
- Removed Indeed (RSS and API) and Careerjet (API) import job limits (although not recommended, you can now import more jobs then the default limits) (pro+)
- Added support for Indeed API (more control over results and affiliate tracking) (pro+)
- Added support for Careerjet API (more control over results and affiliate tracking) (pro+)
- Added new Indeed and Careerjet option pages for setting Publisher ID's and API defaults (pro+)
- Automatically expire Indeed jobs that are flagged as 'Expired' (pro+)
- Added option to feature Indeed 'Sponsored' jobs (pro+)
- Added 'Description Length' and 'Limit' parameters to Careerjet RSS feed (pro+)
- Added 'Use CORS proxy' setting to force load 'https://' feeds through a CORS proxy
- Better compatibility with RSS Feeds that could not be read but were valid in W3C validator
- Removed 'Force Feed' option. The importer will now automatically force load a feed if nothing else works
- Reduced RSS Feeds timeout to 30 seconds
- Automatically default all invalid RSS item dates (1970-01-01) to current date
- Added import duration time column to schedules log table
- Geolocation location names now default to the site language
- Added caching mechanisms for geocoding requests
- Removed 'dice.com' from list of providers (no longer provides RSS feeds)
- Performance optimizations
1.3.1
Fixes:
- Weekly/Monthly schedules not running if cron wasn't triggered on the first day of the week/month
- Saved scrape fields not being loaded with the respective template
- 'Content Period' column showing an extra number on the schedules listing
- Additional 'Settings' page showing on WP backend sidebar
- Some geolocation fields (e.g: 'geolocation_city') not being filled correctly
- RSS feeds with valid location coordinates showing 'Anywhere'
- PHP7 issues loading feeds
Changes:
- Added hook to allow skipping meta data extraction using regular expressions for specific providers
- Added optional 'Providers Filter' for filtering jobs by 'provider'
- Added 'Status' option to the settings page (allows assigning a specific status to imported jobs)
- Added 'Limit' column to the schedules list
- Added 'seek.com.au' to the list of RSS providers
- PHP warnings on single job pages when 'wp-job-manager-applications' installed, in WP 4.7
- Added new filters
- Use 'wp_kses()' instead of 'strip_tags()' for sanitizing job descriptions
- Default 'Posted By' user to current logged in user, on import jobs page
1.3
Fixes:
- Application form being displayed by mistake on imported jobs when 'Job Applications' add-on was installed
- Wrong import limit calculation when limit was superior to total jobs in feed
- Added 'nopaging' to the query that checks for duplicate jobs
- Check for 'OpenGraph' class before loading it (better compatibility with other plugins that use the same class)
Changes:
- Added ability to search for additional meta data like company name and locations in RSS items title, on select providers
- Added manual actions to schedules: 'Test' or 'Run' (Pro+ plan only!)
- Added option to extract incomplete/missing meta data on select providers (Pro+ plan only!) (can extract full job descriptions, companies, locations and logos directly from the site providers - e.g: Indeed - not always guaranteed to work!)
- Moved 'Fetch Logos' checkbox to the 'Import Details' section
- Moved logos fetching and geocoding previously done while the RSS feed was loaded to the main import process (improves RSS feeds loading speed)
- Added New settings page with several options:
General:
. Imported Jobs Filters - Displays new filters for filtering jobs by 'type' (imported jobs/regular jobs) or by 'provider'
. Jobs Provider Column - Display a new column on job listings with the job provider site
. Duplicates Behavior - Choose to ignore or update duplicate jobs
. Google API Key - Specify your Google Maps API key to use geolocation and reduce API limits
. Rate Limit - Geocoding rate limit (number of locations geocodes per second)
. Allow Visitors to Apply - Choose whether to Hide/Show the apply button to visitors
. Read More Text - Specify the read more text appended to job description excerpts (default is [...])
. Canonical Links - Improve SEO with canonical links pointing to the source URL
. Debug Log - Enable it to generate a report to debug any issues with the support team
Scheduler: (Pro+ plan only!)
. Start time - Set the approximate time for the import schedules to start
. Interval - Set the interval between schedule runs
- The 'Smart Assign' feature will now search for taxonomy terms (job types and categories) on any custom RSS feed tag hooked to the 'goft_wpjm_providers_valid_item_tags' filter
- Removed 'CareerBuilder' as provider since it no longer provides RSS feeds
- Updated 'jobsproblogger.net' provider (now called 'problogger.com')
1.2.4
Fixes:
- Security and performance fixes (update is highly recommended!)
- Schedules being “stuck” with no response
Changes:
- Laying foundations for upcoming major new version
1.2.3
Fixes:
- Existing location info for providers using geolocation tags (like Indeed) sometimes not recognized and displayed as 'Anywhere'
- Schedules authors not saving correctly
- W3 Total Cache plugin sometimes causing import process to fail
- Template names using quotes/double-quotes causing javascript issues
- Multi-country providers not inheriting main provider settings (ignoring location and other meta)
Changes:
- Added 30 seconds time interval schedule runs (interval time can be customized using the filter - 'goft_wpjm_schedules_interval_sleep')
- Added multi-country provider 'monster.com' (US, Canada, UK, France, Germany and Netherlands) with location meta (Pro+ plan only)
1.2.2
Fixes:
- Fatal error on plugin install screen (Premium plans only)
1.2.1
Fixes:
- Job categories/types editable fields showing below the details group (Free version only)
- Fatal errors causing blank screen when viewing the plugins page
- Conflicts with WooCommerce 'select2' libraries causing weird visual issues in import jobs page
1.2
Fixes:
- Users dropdown only showing admin users
Changes:
- Tweaked UI
- Replaced simple providers dropdown with fancier 'Select2' dropdown
- Added 'Smart Assign' option to terms group (automatically assigns the best term(s) to each imported job considering jobs content - for Pro and Pro+ plans)
- Added 'Keyword' filtering option to filter imported jobs using keywords (for Pro and Pro+ plans)
- Added log meta box to schedule pages (provides stats info on imported, duplicates, and total excluded jobs - pro and pro+ plans)
- Added 'Advanced/Basic' toggle under the 'Screen Options' for toggling between basic/advanced import settings
- Added guided help tour
- Added 'Screen Options'
- Added 'Help' tab
- Added new generic RSS providers: trabajos.com, us.jobs
- Highlight job expiry date if older then today
1.1.2
Fixes:
- Invalid 'Create Template' link under schedule pages
- Use 'the_content' filter for feeds description (fixes HTML entities not properly converted on some RSS feeds)
- Strip tags in titles (fixes HTML tags showing in post titles on some RSS feeds)
Changes:
- Added Option to force load a feed (for feeds that although valid may fail to load)
1.1.1
Fixes:
- Feeds not loading in Firefox
1.1
Fixes:
- Feeds from known providers not returning any data
1.0 - First Release |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/go-fetch-jobs-wp-job-manager/translation_file/includes/languages/gofetch-wpjm-en_US.po | # Translation of JobRoller
# Copyright (C) 2010 JobRoller
# This file can be distributed under the JobRoller terms
#
#
msgid ""
msgstr ""
"Project-Id-Version: Go Fetch Jobs (WPJM) 1.4.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-05 22:43+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \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-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2\n"
"X-Poedit-Basepath: ../..\n"
"X-Generator: Poedit 2.0.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: includes/freemius\n"
#: includes/admin/class-gofetch-admin-ajax.php:125
msgid "This feed does not appear to be valid."
msgstr ""
#: includes/admin/class-gofetch-admin-ajax.php:132
msgid "Unknown error."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:50
msgid ""
"Toggle Basic/Advanced Settings <small>(changes are applied instantly)</small>"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:53
msgid "Basic"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:54
#: includes/admin/class-gofetch-admin-settings.php:67
msgid "Advanced"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:82
#: includes/admin/class-gofetch-admin-builder.php:86
msgid "Import Jobs"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:85
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:52
msgid "Go Fetch Jobs"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:114
msgid ""
"From this page you can import jobs from any valid RSS job feed to your jobs "
"database. Select a feed provider from the <em>Providers</em> dropdown or "
"just paste a known feed URL on the <em>Feed URL</em> field."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:115
#, php-format
msgid ""
"If you're having trouble with a feed make sure it works and it's retrieving "
"jobs by copy & pasting the URL on our web browser (you should be able to see "
"a structured XML file with jobs inside) or use the <a href=\"%s\" rel="
"\"nofollow\">W3C online validator</a>."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:117
msgid ""
"It is recommended to import targeted/categorized feeds, meaning, for a "
"specific job category, location, etc, or filtered by some criteria instead "
"of a big generic feed for better control of the jobs being imported."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:119
msgid ""
"Please make sure that job providers are always credited (done automatically "
"unless deactivated) and try not to abuse on the number of jobs imported for "
"a single provider. Some providers have strict policies on their terms of "
"service about letting third party sites storing their jobs."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:122
#, php-format
msgid ""
"If you need further features like more job providers, a custom feed builder, "
"featuring imported jobs, smart categories assign, schedule imports, and "
"more, please upgrade to a <a href=\"%1$s\">premium plan</a>."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:136
#: includes/admin/class-gofetch-guided-tutorial.php:52
msgid "Load Saved Template"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:144
msgid "Refresh"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:145
msgid "Delete"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:146
#: includes/admin/class-gofetch-admin.php:201
msgid "Choose a Template . . ."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:147
msgid ""
"The list of all your saved RSS feeds import templates. Choosing an existing "
"template automatically loads the related RSS feed and configuration."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:151
#: includes/admin/class-gofetch-guided-tutorial.php:64
msgid "Job Providers"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:155
msgid ""
"A list with some of the most popular job sites that offer jobs via RSS feeds "
"or through an API. Click a provider to view more details and instructions on "
"how to use the RSS feed."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:156
msgid ""
"Premium plans include a bigger list and an RSS feed builder for select "
"providers."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:157
#, php-format
msgid ""
"Missing any of you favorites RSS job feed providers? Submit your providers "
"suggestions using the official site <a href=\"%s\" target=\"_blank\" rel="
"\"nofollow\">contact form</a>. The most popular requests will be added on "
"future releases."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:170
msgid "Feed URL"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:178
msgid ""
"A feed URL with job listings that you wish to import to your site. Make sure "
"you use a targeted feed instead of a generic feed."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:179
msgid ""
"<br/><br/><code>GOOD - http://jobs.wordpress.net/feed/?s=developer (filtered "
"results)</code> <br/><code>BAD - http://jobs.wordpress.net/feed (bulk "
"results)</code>"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:180
msgid ""
"<br/><br/>If you prefer to use a generic feed, after loading the feed you "
"can specify some keywords to match against the jobs being imported."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:181
msgid "Keyword filtering is only available in Premium plans."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:182
msgid "Load"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:194
#: includes/admin/class-gofetch-guided-tutorial.php:99
msgid "Content Sample"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:220
#: includes/admin/class-gofetch-admin-builder.php:305
msgid "Name"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:228
msgid "The feed source name (e.g: Monster Jobs)."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:230
#: includes/admin/class-gofetch-admin-builder.php:244
#: includes/admin/class-gofetch-admin-builder.php:533
msgid "Revert to default value."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:234
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:72
msgid "Website"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:242
msgid "The feed source URL (e.g: www.monster.com)."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:248
#: includes/class-gofetch-rss-providers.php:124
#: includes/class-gofetch-rss-providers.php:167
#: includes/class-gofetch-rss-providers.php:214
#: includes/class-gofetch-rss-providers.php:352
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:196
#: includes/premium/pro/class-gofetch-features__premium_only.php:242
#: includes/premium/pro/class-gofetch-features__premium_only.php:289
#: includes/premium/pro/class-gofetch-features__premium_only.php:343
#: includes/premium/pro/class-gofetch-features__premium_only.php:419
#: includes/premium/pro/class-gofetch-features__premium_only.php:459
#: includes/premium/pro/class-gofetch-features__premium_only.php:553
#: includes/premium/pro/class-gofetch-features__premium_only.php:600
#: includes/premium/pro/class-gofetch-features__premium_only.php:642
#: includes/premium/pro/class-gofetch-features__premium_only.php:682
#: includes/premium/pro/class-gofetch-features__premium_only.php:721
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:61
msgid "Logo"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:251
msgid ""
"Specify an image URL here to display the jobs source site logo instead of "
"only the site name. It is recommend that you use a local image so you can "
"resize it accordingly."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:309
msgid ""
"Choose the user to be assigned to the imported jobs. This user will only be "
"assigned to the jobs your are currently importing. It is not saved in "
"templates."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:325
#: includes/class-gofetch-rss-providers.php:865
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:154
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:126
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:225
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:263
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:175
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:113
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:199
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:388
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:84
msgid "Limit"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:332
msgid ""
"Choose the number of jobs to import (leave empty to import all the jobs in "
"the feed - not recommended on large RSS feeds)."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:350
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:85
msgid "Template"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:357
#: includes/admin/class-gofetch-admin-builder.php:717
msgid "Save"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:358
msgid ""
"Specify a template name and and save your import setup. Templates can be "
"loaded later and can also be used on scheduled imports."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:359
msgid ""
"Some template name examples: <em>my fulltime jobs</em>, <em>my tech jobs</"
"em>, <em>my big salary jobs</em>, etc."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:431
#, php-format
msgid "The %s for the jobs being imported."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:492
msgid "Search Embedded Logos"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:495
#: includes/admin/class-gofetch-admin-settings.php:84
#: includes/admin/class-gofetch-admin-settings.php:91
#: includes/admin/class-gofetch-admin-settings.php:98
#: includes/admin/class-gofetch-admin-settings.php:134
#: includes/admin/class-gofetch-admin-settings.php:217
#: includes/admin/class-gofetch-admin-settings.php:233
#: includes/admin/class-gofetch-admin.php:198
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:92
msgid "Yes"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:496
msgid ""
"Checking this option instructs the importer to search for embedded job "
"companies logos within the RSS feed (not available in most cases). Import "
"will be slower."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:497
msgid ""
"Note that some RSS feeds may retrieve the RSS provider logo instead of the "
"job companies logos."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:498
msgid ""
"Always try a couple of test imports to decide if you want this option "
"checked or not."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:531
msgid ""
"Specify an image URL here to display the jobs source site logo instead of "
"only the site name. It's recommend that you use a local image so you can "
"resize it accordingly."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:534
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:166
msgid "Browse..."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:566
msgid "Custom Image"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:568
msgid "Upload Image"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:627
msgid ""
"- Please load an existing feed template or a valid feed to continue with the "
"import process -"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:634
msgid ""
"The table below shows all the available fields for the loaded RSS Feed, and "
"a sample of the content inside each field."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:649
msgid "RSS Feed Setup"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:654
#: includes/admin/class-gofetch-guided-tutorial.php:111
msgid "Provider Details"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:655
msgid ""
"Provide some information about the current jobs feed provider. This "
"information will help identify each job source and will be displayed on each "
"job page. Leave empty if you don't want to show the jobs source (not "
"recommended!)."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:656
msgid ""
"It is highly recommended that you show the original job site attribution. "
"Failing to do so might infringe Copywrite. The original jobs source should "
"always be given the proper attribution."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:664
msgid "Monetize"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:665
msgid ""
"Affiliate parameters or any other parameters to use with the jobs provider "
"external links. These parameters can be used with some providers to monetize "
"on external job clicks or with 3rd party plugins that can monitor clicks."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:677
msgid "Jobs Setup"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:678
msgid ""
"Fill in additional details like job categories, job types, job duration, "
"etc, for the jobs you are importing. These details will be added to each "
"imported job."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:683
msgid "Terms"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:684
msgid ""
"The terms that best fit the content you are importing or configuring. Click "
"\"Edit...\" to specify terms yourself, otherwise jobs will use default terms."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:685
msgid ""
"To make sure jobs are imported with relevant terms terms it's recommended "
"that you import a relevant feed for each of your job types and job "
"categories (e.g: import a feed containing 'Full-Time', 'Marketing' jobs). "
"Otherwise, any taxonomy terms you choose below will be blindly assigned to "
"all imported jobs."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:687
msgid ""
"Alternatively, you can enable <em>Smart Assign</em> to let the import "
"process scan and automatically assign terms using term marching on each job "
"being imported. If the automatic process fails it will assign the terms you "
"choose below."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:689
msgid "<em>Smart Assign</em> is only available in Premium plans."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:694
msgid "Details"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:695
msgid ""
"The default values for the custom fields (details) of each job being "
"imported. Click \"Edit...\" to assign values to custom fields, otherwise "
"they will be left as is."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:696
msgid ""
"The custom fields values will only be assigned if not already provided by "
"the feed. They will not override the original values. As an example, if a "
"job being imported already contains the location or the job company ***, "
"that information will be used instead of any values you add here."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:697
msgid ""
"The plugin will also try to assign default values based on the feed "
"parameters (if any)."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:698
msgid ""
"*** Although the import process does it's best to find the custom fields "
"values it is not guaranteed since each provider outputs that information in "
"their feeds differently."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:699
msgid "Check the sample table to see all the valid fields in the RSS feed."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:700
msgid ""
"The Pro+ plan includes the 'Featured' meta field to feature imported jobs."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:705
msgid "Posted by"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:706
msgid ""
"Choose the user to be assigned to the jobs being imported. Note that this "
"option is not saved on the template and applies only for this import."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:710
msgid "Filter"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:711
msgid ""
"Use the filters below to limit the items that will be imported. Note that "
"filter options are not saved on the template and apply only for this import."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:712
msgid "Filters allow you to further refine the jobs that should be imported."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:712
msgid ""
"The Pro+ plan provides an additional filter to filter jobs by their feed "
"date."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:718
msgid ""
"Save your current settings as a template to simplify future imports or to "
"use later in scheduled imports."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:719
msgid ""
"The <em>Posted by</em> and <em>Filter</em> settings are not saved. Those "
"settings are applied to the current import only."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:742
msgid "<h3>Follow these instructions to configure this provider ...</h3>"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:781
#: includes/framework/admin/class-bc-admin-page.php:53
#: includes/framework/admin/class-tooltips.php:331
msgid "Click to read additional info..."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:782
#: includes/framework/admin/class-bc-admin-page.php:54
#: includes/framework/admin/class-tooltips.php:332
msgid "Click for more info"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:816
msgid "Please select a template to delete."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:828
msgid "Please name your template."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:916
msgid "Sorry, couldn't find anything to import."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:991
msgid "Could not delete template. Template name not found."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1000
msgid "The template was deleted."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1009
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:732
msgid "None"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1067
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:63
msgid "Job Lister"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1149
#: includes/admin/class-gofetch-guided-tutorial.php:266
msgid "Go Fetch Jobs!"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1186
#, php-format
msgid "Imported %d NEW %s!"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1186
#: includes/admin/class-gofetch-admin-builder.php:1188
#: includes/admin/class-gofetch-admin-builder.php:1189
#: includes/admin/class-gofetch-admin-builder.php:1190
#: includes/admin/class-gofetch-admin-builder.php:1191
#: includes/admin/class-gofetch-admin-builder.php:1194
msgid "job"
msgid_plural "jobs"
msgstr[0] ""
msgstr[1] ""
#: includes/admin/class-gofetch-admin-builder.php:1188
#, php-format
msgid "Skipped: %d %s <small>(discarded - enforced import limit)</small>"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1189
#, php-format
msgid "Updated: %d %s <small>(updated - changes found)</small>"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1190
#, php-format
msgid "Duplicate: %d %s <small>(discarded - already exist in DB)</small>"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1191
#, php-format
msgid "Excluded: %d %s <small>(discarded - criteria not met)</small>"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1194
#, php-format
msgid "Feed contained <strong>%d %s</strong>."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1195
#, php-format
msgid "Elapsed time: <strong>%s</strong>."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1195
msgid "< 1 min"
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1200
msgid "No new jobs found."
msgstr ""
#: includes/admin/class-gofetch-admin-builder.php:1209
msgid "Template <strong>saved</strong>."
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:23
msgid "Get Help"
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:26
#: includes/admin/class-gofetch-admin-help.php:27
msgid "Help"
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:37
#, php-format
msgid ""
"For detailed documentation please visit the official site <a href=\"%s\" "
"target=\"_blank\">support page</a>."
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:39
#: includes/framework/admin/pointers-tour/class-pointers-tour.php:168
msgid "Guided Tutorial"
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:41
msgid ""
"The first time you use <em>Go Fetch Jobs</em> to import jobs it is highly "
"recommended to follow the guided tutorial. You can enable it on the jobs "
"import page, under <em>Screen Options</em>.\n"
"\t\t\t\t\t<br/>The tutorial will guide you through a test import and explain "
"each of the available options."
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:44
msgid ""
"On the <em>Screen Options</em> you can also switch between Basic/Advanced "
"modes:"
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:48
msgid "Options Help"
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:50
msgid ""
"You can also get help on a specific feature by clicking the <em>Help</em> "
"button, located on the top right of the import page."
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:54
msgid "Tooltips"
msgstr ""
#: includes/admin/class-gofetch-admin-help.php:56
msgid ""
"Additional information for each of the import options is available by "
"hovering the <span class=\"dashicons dashicons-editor-help\" style=\"color: "
"#afafaf;\"></span> icon."
msgstr ""
#: includes/admin/class-gofetch-admin-sample-table.php:72
msgid "Fields"
msgstr ""
#: includes/admin/class-gofetch-admin-sample-table.php:73
msgid "Sample Content"
msgstr ""
#: includes/admin/class-gofetch-admin-sample-table.php:94
msgid "[serialized data]"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:41
#: includes/admin/class-gofetch-admin-settings.php:42
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-menu.php:210
#: includes/framework/includes/wp-scb-framework/AdminPage.php:518
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:46
msgid "Settings"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:58
#: includes/admin/class-gofetch-admin-settings.php:105
msgid "Importer"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:78
msgid "Admin"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:81
msgid "Imported Jobs Filter"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:85
msgid ""
"Enable this option to display an additional dropdown to filter jobs by user "
"submitted/imported jobs, on job listings."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:88
msgid "Provider Filter"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:92
msgid ""
"Enable this option to display an additional dropdown to filter imported jobs "
"by provider, on job listings."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:95
msgid "Provider Column"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:99
msgid ""
"Enable this option to display an additional column with the job provider "
"website, on job listings ."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:108
msgid "Duplicates Behavior"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:112
msgid "Ignore All"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:113
msgid "Update"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:115
msgid ""
"The import process uses the RSS items external link as the unique identifier "
"for all jobs and can quickly discard duplicates just by simply comparing the "
"external links in the RSS feed with the ones on the database (<code>Ignore "
"All</code> option)."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:116
msgid ""
"Since sometimes, an RSS feed can contain updated jobs (considered duplicate "
"by default), you can choose to have the importer check if these jobs should "
"be updated instead of considered duplicate (<code>Update</code> option) "
"<code>(*)</code>."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:117
msgid ""
"<code>(*)</code> Please note that this option will make the import process "
"slower since it needs to do additional checks."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:120
msgid "Keyword Matching"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:124
msgid "Content & Title"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:125
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:348
msgid "Content"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:126
#: includes/class-gofetch-rss-providers.php:416
msgid "Title"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:128
msgid ""
"Choose whether keywords matching should be done against each job content and/"
"or title."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:131
msgid "Use CORS Proxy"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:135
msgid ""
"Some RSS feeds that use <em>https://</em> might be considered invalid if "
"your site does not use <em>https://</em>."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:136
#, php-format
msgid ""
"Check this option to let the plugin try to load these feeds through a <a "
"href=\"%s\">CORS proxy</a>."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:137
msgid "Leave it unchecked if you don't have issues loading RSS feeds."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:144
msgid ""
"Google now requires an API key for every geocoding request to their API."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:145
#, php-format
msgid ""
"<a href=\"%s\">Create/get your API key</a> and paste it here if you want to "
"geocode feeds that contain latitudes and longitudes or geocode locations in "
"the <code>'location'</code> field, on the import jobs screen."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:146
#: includes/admin/class-gofetch-admin-settings.php:151
msgid ""
"Make sure you enable the <code>'Google Maps Javascript API'</code> and the "
"<code>'Google Maps Geocoding API'</code> on your <em>Google Developers "
"Console</em>. Otherwise you'll get javascript warnings and geocoding will "
"fail."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:150
#, php-format
msgid ""
"<a href=\"%s\">Create/get your API key</a> and paste it here to if you want "
"to geocode the <code>'location'</code> field, on the import jobs screen."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:157
msgid "Google API Key"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:160
#, php-format
msgid ""
"Read the plugin documentation on <a href=\"%s\" target=\"_new\" rel="
"\"nofollow\">How to Generate a Google Maps API Key</a>."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:169
msgid "Rate Limit"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:175
msgid "locations p/ second."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:175
#, php-format
msgid ""
"Find more about the <a href=\"%s\" target=\"_new\" rel=\"nofollow\">rate "
"limits</a>."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:176
msgid ""
"This is the rate at which the importer should geocode any RSS feeds "
"containing geo locations (latitude/longitude)."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:177
msgid ""
"Since geocoding is done using the Google maps API, the rate limit is based "
"on your Google maps geocoding plan (<em>Standard</em> by default)."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:178
msgid ""
"Leave the default value: <code>50</code>, if you DONT't have a Google "
"geocoding <em>Premium</em> plan. Leave empty to remove limits if you HAVE a "
"Google geocoding <em>Premium</em> plan."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:179
msgid ""
"On feeds where you are sure there are geo locations and you keep getting "
"<em>Anywhere</em> jobs try lowering the rate limit <code>(*)</code>."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:180
msgid ""
"<code>(*)</code> Note that although some feeds may contain jobs with geo "
"locations, some jobs might not have a location. These will be defaulted to "
"<em>Anywhere</em>. When in doubt open the feed directly on your browser, "
"search for the job and check if it contains a location."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:186
msgid "Geocoding"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:191
msgid "Imported Jobs"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:194
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:502
msgid "Status"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:198
msgid "Publish"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:199
msgid "Pending"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:200
msgid "Draft"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:202
msgid "Choose the status to be assigned to each imported job."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:205
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:501
msgid "Duration"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:211
msgid "The default job duration for imported jobs."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:214
msgid "Allow Visitors to Apply"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:218
msgid ""
"Enable this option to make the import jobs external apply link visible to "
"site visitors. By default, only registered users can see the application "
"link."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:221
msgid "Read More Text"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:227
msgid "The text appended to job description excerpts."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:230
msgid "Canonical Links"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:234
#, php-format
msgid ""
"<a href=\"%s\">Canonical links</a> allow you to notify search engines about "
"the original source of the jobs imported."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:235
msgid ""
"Since duplicate content is a big no-no to search engines, having jobs with "
"the same content as the original source or with similar content on your "
"website is seen as a negative, and may be used by Google to devalue your "
"website when determining rankings."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:236
msgid "Checking this option can improve your SEO on this aspect."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:250
msgid "Logging"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:253
msgid "Debug Log"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:256
#: includes/framework/admin/pointers-tour/class-pointers-tour.php:172
msgid "Enable"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:257
msgid ""
"Enables debug logging. Use it to report any errors to the support team. Keep "
"it disabled, otherwise."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:258
#, php-format
msgid ""
"<code>NOTE:</code> You must <a href=\"%s\">enable</a> <code>WP_DEBUG_LOG</"
"code> on your 'wp-config.php' file."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:261
msgid "Clear Cache"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:264
msgid "Yes. Clear cache on 'Save Changes'."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:265
msgid ""
"GOFJ caches some data for faster job imports and to help find duplicates. If "
"you delete recent jobs and immediately try to import them again, the "
"importer will usually refuse if it founds the same jobs in cache."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:266
msgid ""
"Check this option to clear all cached data when you click 'Save Changes'."
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:294
msgid "Cache <strong>cleared</strong>!"
msgstr ""
#: includes/admin/class-gofetch-admin-settings.php:297
#: includes/framework/includes/wp-scb-framework/AdminPage.php:260
msgid "Settings <strong>saved</strong>."
msgstr ""
#: includes/admin/class-gofetch-admin.php:183
msgid "Job(s) Available"
msgstr ""
#: includes/admin/class-gofetch-admin.php:184
msgid ""
"You are choosing to import a very high number of jobs, which can be very "
"resource intensive. This it not recommended, specially if used with multiple "
"schedules. If you get memory related issues please try reducing this number."
msgstr ""
#: includes/admin/class-gofetch-admin.php:185
msgid "Simple..."
msgstr ""
#: includes/admin/class-gofetch-admin.php:186
msgid "Edit..."
msgstr ""
#: includes/admin/class-gofetch-admin.php:187
msgid "Please specify a valid URL to import the feed."
msgstr ""
#: includes/admin/class-gofetch-admin.php:188
msgid "Could not load feed."
msgstr ""
#: includes/admin/class-gofetch-admin.php:189
msgid "No Jobs Found in Feed."
msgstr ""
#: includes/admin/class-gofetch-admin.php:190
msgid "Please specify a template name."
msgstr ""
#: includes/admin/class-gofetch-admin.php:191
msgid "Template Settings Saved."
msgstr ""
#: includes/admin/class-gofetch-admin.php:192
msgid "Save failed. Please try again later."
msgstr ""
#: includes/admin/class-gofetch-admin.php:193
msgid "Feed URL copied"
msgstr ""
#: includes/admin/class-gofetch-admin.php:194
msgid ""
"Jobs are being fetched and imported, please wait. This can take some time "
"depending on your options and number of jobs in the feed..."
msgstr ""
#: includes/admin/class-gofetch-admin.php:196
msgid "Close/Hide"
msgstr ""
#: includes/admin/class-gofetch-admin.php:199
#: includes/premium/pro/class-gofetch-features__premium_only.php:89
msgid "No"
msgstr ""
#: includes/admin/class-gofetch-admin.php:200
#: includes/class-gofetch-rss-providers.php:797
msgid "Choose a Job Provider . . ."
msgstr ""
#: includes/admin/class-gofetch-admin.php:202
msgid "Choose fields to scrape . . ."
msgstr ""
#: includes/admin/class-gofetch-admin.php:204
msgid "Cancel"
msgstr ""
#: includes/admin/class-gofetch-admin.php:268
msgid "Imported"
msgstr ""
#: includes/admin/class-gofetch-admin.php:269
msgid "User Submitted"
msgstr ""
#: includes/admin/class-gofetch-admin.php:273
#: includes/premium/pro+/wpjm/class-gofetch-wpjm__premium_only.php:145
#: includes/premium/pro/class-gofetch-features__premium_only.php:491
msgid "All Jobs"
msgstr ""
#: includes/admin/class-gofetch-admin.php:312
msgid "All Providers"
msgstr ""
#: includes/admin/class-gofetch-admin.php:345
msgid "Provider"
msgstr ""
#: includes/admin/class-gofetch-admin.php:441
#, php-format
msgid ""
"The <strong>%1$s</strong> was not found. Please install it first to be able "
"to use <strong>%2$s</strong>."
msgstr ""
#: includes/admin/class-gofetch-admin.php:449
msgid "Not available on the Free plan."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:37
#, php-format
msgid "Welcome to <em>%s</em>!"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:38
msgid ""
"This is the main screen for controlling operations and where the \"magic\" "
"happens."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:39
msgid ""
"Here you can also create automatic import templates for regular manual "
"imports."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:40
#, php-format
msgid ""
"Templates can also be used on scheduled imports to keep your jobs database "
"healthy with fresh jobs%s."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:42
msgid ""
"There are plenty of options in this screen for granular control over the "
"jobs being imported but if you prefer to keep it simple, just toggle the "
"<em>Basic</em> option in the <em>Screen Options</em> tab on the top right."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:43
msgid ""
"If you need to revisit the guided tour later or just disable it use the - "
"<em>Screen Options</em> - tab on top of the page. If you need more help "
"click the - <em>Help</em> - tab, also on top of the page."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:53
msgid ""
"Templates you have previous saved will be displayed on the templates list. "
"Saved templates contain the RSS feed and all the related import settings."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:54
msgid "To load a saved template simply choose a template from the list."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:55
msgid ""
"Use the <em>Refresh</em> button after you've saved a new template to update "
"the templates list."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:56
msgid "To remove a template just click <em>Delete</em>."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:65
msgid ""
"The Job Providers dropdown provides a list of known job sites that provide "
"feeds and it also offers some tips on how you can find feeds on other job "
"sites (choose <em>Other</em> from the list)."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:66
#, php-format
msgid ""
"You'll also find several pre-set feeds ready to use, and a custom feed "
"builder for some providers%s."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:68
msgid ""
"The list is grouped by category and provides a short description for each of "
"the job providers."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:69
msgid ""
"Depending on your version (<em>Free</em>, <em>Premium</em>), this list will "
"contain a different shorter/bigger set of known providers."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:78
msgid "Feed URL - Input"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:79
msgid "The feed URL that contains the jobs you want to import goes here."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:80
msgid ""
"Pick one from the providers list or use one from your favorite job site, if "
"available."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:88
msgid "Feed URL - Load"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:89
msgid ""
"After pasting a feed here, click <em>Load</em> to have it scanned and get a "
"sample of the content"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:90
msgid ""
"For this tutorial, click <em>Next</em> to automatically load an RSS feed "
"example."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:91
msgid "The tutorial will continue when the RSS feed example finishes loading."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:100
msgid ""
"Every time you load an RSS feed, a sample of the feed content will be "
"displayed."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:101
msgid ""
"This information is useful to see what data is provided in the RSS feed "
"since some feeds provide more info then others."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:102
msgid ""
"The sample table shows the fields provided by the feed, their respective "
"content and the total jobs it contains."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:112
msgid "Here you can fill in all the information for the current jobs provider."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:113
msgid ""
"If you have chosen a job provider from the list this information should be "
"filled automatically, otherwise you need to fill it."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:114
msgid "Either way, you can click <em>Edit</em> to change any values."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:115
msgid ""
"This information is displayed in each job page below the job description to "
"credit the job provider."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:125
msgid "Monetize - URL Parameters"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:126
#, php-format
msgid ""
"Some job providers like <a href=\"%1$s\">%2$s</a> allow monetization through "
"affiliate links. Usually, affiliate tracking is done using some affiliate "
"parameters like <em>affID=123</em>."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:127
msgid ""
"Add any parameters that you like here to have them automatically appended to "
"the imported jobs external URL link."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:137
msgid "Jobs Setup - Terms"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:138
msgid ""
"In this section you can specify the default terms that should be assigned to "
"the jobs being imported."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:139
msgid ""
"Click <em>Edit</em> to change the terms to the ones that best fit the jobs "
"you are importing."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:149
msgid "Jobs Setup - Smart Assign"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:150
msgid ""
"If you don't need full control over the terms assigned to the jobs being "
"imported you can enable this option to let the import process try to "
"automatically assign the best terms based on each job content."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:151
msgid ""
"If the automatically term matching fails it will default to the terms you "
"have previously specified."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:161
msgid "Jobs Setup - Details"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:162
#, php-format
msgid ""
"Here you can further customize the custom fields default data for the jobs "
"being imported, including featuring%s jobs."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:164
msgid "Click <em>Edit</em> to change the default custom fields data."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:173
msgid "Jobs Setup - Search Logos"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:174
msgid ""
"Check this option to instruct the importer to search for company logos "
"directly inside the RSS feed."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:175
msgid ""
"Note that with this option checked the import process will take more time."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:176
msgid ""
"Also note that only some job providers have logos directly inside their "
"feeds."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:186
msgid "Jobs Setup - Scrape Missing Metadata"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:187
msgid ""
"This option instructs the import process to visit each job link directly and "
"try to extract all the incomplete/missing metadata (company names, "
"locations, etc)."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:188
msgid ""
"To use this option just choose the metadata fields you which to extract. The "
"Import process will take longer to finish."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:189
msgid ""
"Note that this option will only work with the pre-set providers and is not "
"always guaranteed to work."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:199
msgid "Jobs Setup - Posted By"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:200
msgid "Choose the user that should be assigned to all the jobs being imported."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:208
msgid "Filter - Limit"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:209
msgid "Use this field to specify a limit for the jobs being imported."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:219
msgid "Filter - Date Span"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:220
msgid "Use the date fields to import jobs within a specific date interval."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:232
msgid "Filter - Keywords Positive"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:233
msgid ""
"For better control of the content being imported you can specify the "
"keywords that need to match."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:234
msgid "Only jobs whose title/contents match the keywords will be imported."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:242
msgid "Filter - Keywords Negative"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:243
msgid "You can also skip importing jobs that contain certain keywords."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:244
msgid "Jobs whose title/contents match the keywords will NOT be imported."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:254
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:128
msgid "Template Name"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:255
#, php-format
msgid ""
"If you intend to replicate this import at a later date or use this template "
"in a scheduled import%s, fill in a meaningful template name here, and click "
"<em>Save</em>."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:257
msgid ""
"All import settings (except <em>Posted by</em> and <em>Filters</em>) will be "
"saved in the template."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:267
msgid ""
"When you are ready, click this button to start the import process and see "
"the magic happens!"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:275
#, php-format
msgid "Thanks for using <em>%s</em>!"
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:276
msgid ""
"If you need to revisit this guided tour later or need specific help on an "
"option use the - <em>Screen Options</em> - or - <em>Help</em> - tabs."
msgstr ""
#: includes/admin/class-gofetch-guided-tutorial.php:330
#, php-format
msgid ""
"(<span class=\"dashicons dashicons-lock\"></span>) <a href=\"%1$s\">%2$s "
"plans only</a>"
msgstr ""
#: includes/class-gofetch-helper.php:43 includes/class-gofetch-helper.php:65
msgid "User"
msgstr ""
#: includes/class-gofetch-helper.php:44 includes/class-gofetch-helper.php:48
#: includes/class-gofetch-helper.php:63
msgid "Text"
msgstr ""
#: includes/class-gofetch-helper.php:47 includes/class-gofetch-helper.php:69
msgid "Post Status"
msgstr ""
#: includes/class-gofetch-helper.php:64
#: includes/class-gofetch-rss-providers.php:418
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:499
msgid "Date"
msgstr ""
#: includes/class-gofetch-helper.php:79
#, php-format
msgid "Taxonomy :: %s"
msgstr ""
#: includes/class-gofetch-importer.php:245
msgid "Invalid/Unknown API feed "
msgstr ""
#: includes/class-gofetch-importer.php:281
msgid "Unknown"
msgstr ""
#: includes/class-gofetch-rss-providers.php:112
#: includes/class-gofetch-rss-providers.php:155
#: includes/class-gofetch-rss-providers.php:202
#: includes/class-gofetch-rss-providers.php:259
#: includes/class-gofetch-rss-providers.php:340
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:199
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:244
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:86
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:147
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:184
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:238
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:287
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:334
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:365
#: includes/premium/pro/class-gofetch-features__premium_only.php:173
#: includes/premium/pro/class-gofetch-features__premium_only.php:230
#: includes/premium/pro/class-gofetch-features__premium_only.php:277
#: includes/premium/pro/class-gofetch-features__premium_only.php:330
#: includes/premium/pro/class-gofetch-features__premium_only.php:407
#: includes/premium/pro/class-gofetch-features__premium_only.php:447
#: includes/premium/pro/class-gofetch-features__premium_only.php:499
#: includes/premium/pro/class-gofetch-features__premium_only.php:541
#: includes/premium/pro/class-gofetch-features__premium_only.php:588
#: includes/premium/pro/class-gofetch-features__premium_only.php:630
#: includes/premium/pro/class-gofetch-features__premium_only.php:670
#: includes/premium/pro/class-gofetch-features__premium_only.php:709
msgid "Job Description"
msgstr ""
#: includes/class-gofetch-rss-providers.php:116
#: includes/class-gofetch-rss-providers.php:159
#: includes/class-gofetch-rss-providers.php:206
#: includes/class-gofetch-rss-providers.php:263
#: includes/class-gofetch-rss-providers.php:344
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:248
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:90
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:188
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:242
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:291
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:369
#: includes/premium/pro/class-gofetch-features__premium_only.php:177
#: includes/premium/pro/class-gofetch-features__premium_only.php:234
#: includes/premium/pro/class-gofetch-features__premium_only.php:281
#: includes/premium/pro/class-gofetch-features__premium_only.php:334
#: includes/premium/pro/class-gofetch-features__premium_only.php:411
#: includes/premium/pro/class-gofetch-features__premium_only.php:451
#: includes/premium/pro/class-gofetch-features__premium_only.php:503
#: includes/premium/pro/class-gofetch-features__premium_only.php:545
#: includes/premium/pro/class-gofetch-features__premium_only.php:592
#: includes/premium/pro/class-gofetch-features__premium_only.php:634
#: includes/premium/pro/class-gofetch-features__premium_only.php:674
#: includes/premium/pro/class-gofetch-features__premium_only.php:713
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:51
msgid "Company"
msgstr ""
#: includes/class-gofetch-rss-providers.php:120
#: includes/class-gofetch-rss-providers.php:163
#: includes/class-gofetch-rss-providers.php:210
#: includes/class-gofetch-rss-providers.php:267
#: includes/class-gofetch-rss-providers.php:348
#: includes/class-gofetch-rss-providers.php:836
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:252
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:94
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:192
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:246
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:295
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:373
#: includes/premium/pro/class-gofetch-features__premium_only.php:182
#: includes/premium/pro/class-gofetch-features__premium_only.php:238
#: includes/premium/pro/class-gofetch-features__premium_only.php:285
#: includes/premium/pro/class-gofetch-features__premium_only.php:415
#: includes/premium/pro/class-gofetch-features__premium_only.php:455
#: includes/premium/pro/class-gofetch-features__premium_only.php:507
#: includes/premium/pro/class-gofetch-features__premium_only.php:549
#: includes/premium/pro/class-gofetch-features__premium_only.php:596
#: includes/premium/pro/class-gofetch-features__premium_only.php:638
#: includes/premium/pro/class-gofetch-features__premium_only.php:678
#: includes/premium/pro/class-gofetch-features__premium_only.php:717
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:38
msgid "Location"
msgstr ""
#: includes/class-gofetch-rss-providers.php:129
#: includes/premium/pro/class-gofetch-features__premium_only.php:727
msgid "Blogging"
msgstr ""
#: includes/class-gofetch-rss-providers.php:147
#: includes/class-gofetch-rss-providers.php:679
#: includes/premium/pro/class-gofetch-features__premium_only.php:377
msgid "Latest Jobs"
msgstr ""
#: includes/class-gofetch-rss-providers.php:148
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:228
msgid "Latest Design Jobs"
msgstr ""
#: includes/class-gofetch-rss-providers.php:149
msgid "Latest Plugin Development Jobs"
msgstr ""
#: includes/class-gofetch-rss-providers.php:173
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:534
msgid "WordPress"
msgstr ""
#: includes/class-gofetch-rss-providers.php:220
#: includes/class-gofetch-rss-providers.php:241
#: includes/class-gofetch-rss-providers.php:273
#: includes/class-gofetch-rss-providers.php:296
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:215
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:191
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:266
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:168
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:108
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:139
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:257
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:305
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:340
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:378
#: includes/premium/pro/class-gofetch-features__premium_only.php:192
#: includes/premium/pro/class-gofetch-features__premium_only.php:425
#: includes/premium/pro/class-gofetch-features__premium_only.php:647
#: includes/premium/pro/class-gofetch-features__premium_only.php:688
msgid "Generic"
msgstr ""
#: includes/class-gofetch-rss-providers.php:251
msgid "Ventas - Comercial, Europa"
msgstr ""
#: includes/class-gofetch-rss-providers.php:252
msgid "Ingenierías, España"
msgstr ""
#: includes/class-gofetch-rss-providers.php:253
msgid "Diseño y Artes Gráficas"
msgstr ""
#: includes/class-gofetch-rss-providers.php:290
msgid "Latest 50 Jobs"
msgstr ""
#: includes/class-gofetch-rss-providers.php:291
msgid "Latest Internet Jobs"
msgstr ""
#: includes/class-gofetch-rss-providers.php:292
msgid "Latest Jobs in Lisbon"
msgstr ""
#: includes/class-gofetch-rss-providers.php:307
#: includes/class-gofetch-rss-providers.php:359
msgid "Marketing"
msgstr ""
#: includes/class-gofetch-rss-providers.php:361
#: includes/class-gofetch-rss-providers.php:368
#: includes/class-gofetch-rss-providers.php:626
#: includes/class-gofetch-rss-providers.php:773
msgid "Other"
msgstr ""
#: includes/class-gofetch-rss-providers.php:417
msgid "Description"
msgstr ""
#: includes/class-gofetch-rss-providers.php:467
#, php-format
msgid "Data provided in RSS feeds: %s"
msgstr ""
#: includes/class-gofetch-rss-providers.php:479
#, php-format
msgid ""
"Other possible data <small>(not always available - may be available through "
"scraping only)</small>: %1$s %2$s"
msgstr ""
#: includes/class-gofetch-rss-providers.php:489
msgid ""
"This is a multi region jobs site. These instructions are meant for a "
"specific country site but they should also work with any of the other "
"available country sites."
msgstr ""
#: includes/class-gofetch-rss-providers.php:492
msgid "Info"
msgstr ""
#: includes/class-gofetch-rss-providers.php:498
msgid "Jobs are pulled using the provider API using a XML feed URL."
msgstr ""
#: includes/class-gofetch-rss-providers.php:499
#, php-format
msgid ""
"For information on all the data retrieved from the API please visit your <a "
"href=\"%s\">Publisher Account</a>."
msgstr ""
#: includes/class-gofetch-rss-providers.php:500
msgid ""
"<em>You need a valid Publisher ID/API Key to pull jobs from this provider. "
"Please refer to the plugin settings to setup your account.</em>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:508
#, php-format
msgid ""
"For detailed information on how to setup a XML feed please visit your <a "
"href=\"%s\">Publisher Account</a>."
msgstr ""
#: includes/class-gofetch-rss-providers.php:530
#: includes/class-gofetch-rss-providers.php:639
#, php-format
msgid ""
"Visit the provider job search page by clicking <a href=\"%2$s\" target="
"\"_blank\">here</a>.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:531
msgid "Setup your jobs criteria and click the search button or 'Enter'.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:532
msgid ""
"<strong>OR</strong> ... click on any existing pre-set filters (if available) "
"like <code>Jobs by Location</code>, <code>Jobs by Title</code>, etc...</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:537
msgid ""
"After you get the results click the <code>RSS</code> link/button on top of "
"the search results.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:542
msgid ""
"After you get the results scroll to the bottom of the page and click the "
"<code>Subscribe/Subscribe to RSS</code> link.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:546
#, php-format
msgid "After you get the results click the <code>%2$s</code> link.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:546
msgid "Subscribe to an RSS Feed for this search"
msgstr ""
#: includes/class-gofetch-rss-providers.php:547
#, php-format
msgid ""
"You will be taken to a new page that contains the URL of the generated RSS "
"feed. Look for it under the <code>%2$s</code> text.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:547
msgid "The address for your RSS feed is here:"
msgstr ""
#: includes/class-gofetch-rss-providers.php:553
msgid ""
"After you get the results click the <code>Email/RSS Notifications</code> "
"button on top of the search results.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:554
msgid ""
"Click the <code>RSS</code> option and copy & paste the URL to your browser "
"address bar.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:558
#: includes/class-gofetch-rss-providers.php:574
#, php-format
msgid ""
"After you get the results replace everything in your URL before the <code>?</"
"code> with the feed URL <code>%2$s</code>.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:559
#, php-format
msgid ""
"If you specified <code>location</code> as a criteria you need to manually "
"add it to the URL parameters <code>%2$s</code>.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:563
#, php-format
msgid ""
"After you get the results, on the right sidebar, click <code>%2$s</code>.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:563
msgid "Save as RSS feed"
msgstr ""
#: includes/class-gofetch-rss-providers.php:564
#, php-format
msgid "Below, you will find a <code>%2$s</code> that you can click."
msgstr ""
#: includes/class-gofetch-rss-providers.php:578
msgid ""
"After you get the results click the <code>RSS</code> (<span class="
"\"dashicons dashicons-rss\"></span>) link/button/icon on the bottom.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:587
msgid ""
"<p>Unfortunately this provider does not allow customizing the RSS feed.</"
"p><br/>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:591
msgid ""
"<p>Unfortunately this provider does not allow customizing the RSS feed but "
"provides keywords and categorized feeds.</p><br/>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:592
#: includes/class-gofetch-rss-providers.php:599
#, php-format
msgid ""
"Visit the provider jobs page by clicking <a href=\"%2$s\" target=\"_blank"
"\">here</a>.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:593
#: includes/class-gofetch-rss-providers.php:600
msgid ""
"Click on any of the RSS icons (<span class=\"dashicons dashicons-rss\"></"
"span>) over each of the job results groups.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:594
msgid ""
"<strong>OR</strong> ... do a search for the keywords you want to use and "
"click on the RSS icon (<span class=\"dashicons dashicons-rss\"></span>) on "
"top of the search results.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:598
#: includes/class-gofetch-rss-providers.php:606
#: includes/class-gofetch-rss-providers.php:612
msgid ""
"<p>Unfortunately this provider does not allow customizing the RSS feed but "
"provides categorized feeds.</p><br/>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:607
#: includes/class-gofetch-rss-providers.php:613
#: includes/class-gofetch-rss-providers.php:621
#, php-format
msgid ""
"Visit the provider RSS feeds page by clicking <a href=\"%2$s\" target="
"\"_blank\">here</a>.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:608
#: includes/class-gofetch-rss-providers.php:616
msgid "Click on any of the feeds from the RSS feed list.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:614
msgid "Click on any of the feed categories from the list.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:615
msgid ""
"You will be taken to a new page that contains all the available RSS feeds.</"
"p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:620
msgid ""
"<p>Unfortunately this provider does not allow customizing the RSS feed "
"directly but provides their own custom builder on site.</p><br/>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:622
msgid ""
"From the dropdown lists choose the options that best fit the jobs you want "
"to import and click the button.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:623
msgid "You will be taken to a new page that contains your custom RSS feed.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:627
msgid ""
"Visit any job site jobs search page, click 'View Source' on your browser and "
"search for the <code>RSS</code> word. In case you find matches look for any "
"RSS related links near it.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:628
msgid "Google directly for <code>my job site provider + RSS feeds</code></p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:629
#, php-format
msgid ""
"Search for job sites directly from an RSS Reader like <a href=\"%1$s\" "
"target=\"_blank\">Feedly</a>.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:631
msgid ""
"To use other job feed providers outside the providers list try the following:"
msgstr ""
#: includes/class-gofetch-rss-providers.php:633
msgid ""
"In any case, most job sites usually offer a pre-set list of RSS feeds or a "
"custom RSS builder based on a job search."
msgstr ""
#: includes/class-gofetch-rss-providers.php:634
msgid ""
"Just follow the instructions for similar providers and you should be ready "
"to go."
msgstr ""
#: includes/class-gofetch-rss-providers.php:640
msgid "Setup your jobs criteria and click the search button.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:648
msgid ""
"Use the XML feed URL from your account as reference and change any "
"parameters you like.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:650
msgid "Copy the feed URL from your browser address bar.</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:659
msgid "OR"
msgstr ""
#: includes/class-gofetch-rss-providers.php:663
#, php-format
msgid ""
"You should have an URL similar to this %2$s (depending on your criteria).</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:666
msgid ""
"Paste your new RSS/XML feed URL on the <code>URL</code> input field below."
msgstr ""
#: includes/class-gofetch-rss-providers.php:674
msgid "Example"
msgstr ""
#: includes/class-gofetch-rss-providers.php:690
#, php-format
msgid ""
"<p><strong>OR</strong> ... use the default RSS feed from the provider %1$s:</"
"p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:692
msgid "Click on your preferred RSS feed from the provider pre-set list:</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:695
#, php-format
msgid "Choose your preferred RSS feed from the provider list %1$s:</p>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:713
#, php-format
msgid "Here are some quick ready to use examples: %1$s"
msgstr ""
#: includes/class-gofetch-rss-providers.php:730
msgid "Manual Setup Instructions"
msgstr ""
#: includes/class-gofetch-rss-providers.php:739
#: includes/class-gofetch-rss-providers.php:742
msgid "Use Feed Builder"
msgstr ""
#: includes/class-gofetch-rss-providers.php:739
msgid "Use RSS Feed Builder"
msgstr ""
#: includes/class-gofetch-rss-providers.php:777
msgid "<em>[Multi-Region]</em>"
msgstr ""
#: includes/class-gofetch-rss-providers.php:819
msgid ""
"This is a basic builder to help you setup a customized feed. If you need to "
"further refine the feed please read the manual setup instructions."
msgstr ""
#: includes/class-gofetch-rss-providers.php:824
msgid "Feed Base URL"
msgstr ""
#: includes/class-gofetch-rss-providers.php:825
msgid "Reset to the original Feed URL."
msgstr ""
#: includes/class-gofetch-rss-providers.php:825
msgid "Reset"
msgstr ""
#: includes/class-gofetch-rss-providers.php:831
msgid "Keyword"
msgstr ""
#: includes/class-gofetch-rss-providers.php:832
msgid "i.e.: design, writer, doctor, etc"
msgstr ""
#: includes/class-gofetch-rss-providers.php:837
msgid "i.e.: new york, lisbon, london, etc"
msgstr ""
#: includes/class-gofetch-rss-providers.php:841
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:91
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:102
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:84
msgid "Radius"
msgstr ""
#: includes/class-gofetch-rss-providers.php:842
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:221
msgid "i.e.: 100"
msgstr ""
#: includes/class-gofetch-rss-providers.php:848
msgid "State"
msgstr ""
#: includes/class-gofetch-rss-providers.php:849
msgid "i.e.: new york, florida, etc"
msgstr ""
#: includes/class-gofetch-rss-providers.php:853
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:120
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:90
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:242
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:145
msgid "Job Type"
msgstr ""
#: includes/class-gofetch-rss-providers.php:854
msgid "i.e.: fulltime, freelance"
msgstr ""
#: includes/class-gofetch-rss-providers.php:858
msgid "Job Category"
msgstr ""
#: includes/class-gofetch-rss-providers.php:859
msgid "i.e.: writer, design"
msgstr ""
#: includes/class-gofetch-rss-providers.php:866
msgid "Number of offers to retrieve."
msgstr ""
#: includes/class-gofetch-rss-providers.php:868
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:202
msgid "i.e.: 50"
msgstr ""
#: includes/class-gofetch-rss-providers.php:876
msgid ""
"<strong>This feed supports pagination!</strong> Although not recommended, "
"you can import more jobs then the default limit."
msgstr ""
#: includes/class-gofetch-rss-providers.php:878
msgid ""
"Please note that the higher the limit the slower the import process will be."
msgstr ""
#: includes/class-gofetch-rss-providers.php:886
msgid "Your Custom RSS Feed"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:554
msgid "Search Plugins"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:800
#, php-format
msgid "Install %s now"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:800
msgid "Install Now"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:806
#, php-format
msgid "Update %s now"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:806
msgid "Update Now"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:821
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:840
#, php-format
msgid "More information about %s"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:821
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:840
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:930
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:960
msgid "More Details"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:828
#, php-format
msgid "Get %s Update"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:828
msgid "Get Update"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:848
#, php-format
msgid "Visit %s Demo Site"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:848
msgid "Demo"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:871
msgid "M j, Y @ H:i"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:896
#, php-format
msgid "By %1$s"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:909
msgid "Added:"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:911
msgid "Last Updated:"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:914
#, php-format
msgid "%s ago"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:918
msgid "Requirements:"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:918
msgid "Requirements"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:921
#, php-format
msgid "Hosted by %s"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:929
msgid "Go Premium"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:940
msgid "Starting at"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:959
msgid "Free!"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:990
msgid "Try again"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser-list.php:992
msgid "No plugins match your request."
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:143
msgid "Browse Products"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:153
msgid "Hosted Anywhere"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:154
msgid "Any Requirements"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:155
msgid "All Categories"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:156
msgid "All Authors"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:175
msgid "Showcase"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:205
msgid "Popular"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:315
msgid ""
"Enjoying my plugins? Cool! Here's my complete list. I'm constantly working "
"on new stuff so, follow me on Twitter for news. Cheers!"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:402
#, php-format
msgid ""
"Found <strong>%d plugin(s)</strong> update(s). Please review your installed "
"plugins below."
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:535
msgid "WordPress Profile"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:538
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:100
msgid "Twitter"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:539
msgid "Follow me on Twitter"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:542
msgid "Email"
msgstr ""
#: includes/framework/admin/plugins-browser/class-wp-plugin-browser.php:543
msgid "Contact Me"
msgstr ""
#: includes/framework/admin/pointers-tour/class-pointers-tour.php:158
#: includes/framework/admin/pointers-tour/class-pointers-tour.php:190
msgid "Apply"
msgstr ""
#: includes/framework/admin/pointers-tour/class-pointers-tour.php:173
msgid "display the guided tutorial"
msgstr ""
#: includes/framework/admin/pointers-tour/class-pointers-tour.php:247
msgid "Next"
msgstr ""
#: includes/framework/admin/pointers-tour/class-pointers-tour.php:248
msgid "Close"
msgstr ""
#: includes/premium/load__premium_only.php:40
msgid "Browse Plugins"
msgstr ""
#: includes/premium/load__premium_only.php:44
msgid "All"
msgstr ""
#: includes/premium/load__premium_only.php:52
msgid "Other Plugins"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:63
msgid "AdView"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:75
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:67
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:73
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:68
msgid "Account Details"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:78
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:70
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:76
msgid "Publisher ID"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:81
#, php-format
msgid ""
"Sign up for a free <a href=\"%1$s\" target=\"_new\">AdView Publisher "
"Account</a>"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:82
msgid "You need a Publisher ID in order to pull jobs from AdView."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:88
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:80
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:99
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:81
msgid "Feed Defaults"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:97
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:108
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:90
msgid "Distance from search location (\"as the crow flies\")"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:100
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:233
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:103
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:192
msgid "Min. Salary"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:106
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:116
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:109
msgid "(Annual Salary)"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:107
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:110
msgid ""
"Only pull jobs that pay more than the salary you specify here (only numeric "
"values without currency). Leave empty for any."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:110
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:240
msgid "Max. Salary"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:117
msgid ""
"Only pull jobs that pay up to the salary you specify here (only numeric "
"values without currency). Leave empty for any."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:124
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:94
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:108
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:149
msgid "Any"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:131
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:101
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:156
msgid ""
"Choose a specific job type if you want to target your jobs (only one job "
"type per request is allowed)."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:134
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:247
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:159
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:312
msgid "Channel Name"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:140
msgid "Channel name is used to categorise your AdView tracking reports."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:143
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:115
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:165
msgid "Sorting"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:151
msgid "Sort by <em>relevance</em>, <em>date</em> or <em>distance</em>."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:160
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:132
msgid "Maximum number of results returned per query. Limit is 50."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:234
msgid "Limit results with annual salary greater than this number"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:236
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:195
msgid "i.e.: 50000"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:241
msgid "Limit results with annual salary up to this number"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:243
msgid "i.e.: 100000"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:248
msgid "Used to categorise your AdView tracking reports."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:250
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:315
msgid "i.e.: my-jobs-site"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:275
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:292
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:343
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:227
msgid "Could not read API feed "
msgstr ""
#: includes/premium/pro+/API/class-gofetch-adview__premium_only.php:458
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:587
msgid "To apply for this job please visit the following URL:"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:55
msgid "Careerjet"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:73
#, php-format
msgid ""
"Sign up for a free <a href=\"%1$s\" target=\"_new\">Careerjet Publisher "
"Account</a>"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:74
msgid "You need a publisher ID in order to pull jobs from Careerjet."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:83
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:117
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:290
msgid "Country Code"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:87
#, php-format
msgid ""
"Search within country specified. Default is 'en_GB'. Check your <a href = "
"\"%s\" target = \"_blank\">publisher account</a> for a complete list of "
"supported countries."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:104
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:249
msgid "Contract Period"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:112
msgid ""
"Choose a specific contract period if you want to target your jobs (only one "
"contract period per request is allowed)."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:123
msgid "Sort by <em>relevance</em>, <em>date</em> or <em>salary</em>."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:188
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:136
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:281
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:328
#, php-format
msgid ""
"To apply these instructions to other country you can usually replace replace "
"the domain part <code>%1$s</code> with the country domain name you're "
"interested with."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:189
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:264
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:106
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:137
#, php-format
msgid ""
"<strong>e.g:</strong> For <em>Portugal</em> you would use <code>%1$s</"
"code>[...]"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:190
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:265
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:107
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:138
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:180
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:283
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:330
msgid ""
"<em>Note:</em> If replacing the domain part does not work for a specific "
"country please refer to the provider site to check the exact domain used for "
"their RSS feeds."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:218
msgid "Description Length"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:219
msgid "The job description length. Limit is 500."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:226
msgid "Number of offers to retrieve. Limit is 50."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:228
msgid "i.e.: 30"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:235
msgid "Locale"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:236
msgid ""
"The Careerjet site country code. <br/><br/>i.e: pt_PT, en_US, etc (visit "
"your Careerjet account for full list)"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:238
msgid "i.e.: en_GB"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:243
msgid ""
"Character code for contract type. <br/><br/>i.e: p (permanent), c "
"(contract), t (temporary), i (training), v (voluntary)"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:245
msgid "i.e.: p"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:250
msgid ""
"Character code for contract period. <br/><br/>i.e: f (full-time), p (part-"
"time)"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:252
msgid "i.e.: f"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:256
msgid "Sort"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:257
msgid "Results sort type. <br/><br/>i.e.: relevance, date or salary"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:259
msgid "i.e.: relevance"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:264
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:200
msgid "Number of offers returned each time."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-careerjet__premium_only.php:266
msgid "i.e.: 20"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:61
msgid "Indeed"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:79
#, php-format
msgid ""
"Sign up for a free <a href=\"%1$s\" target=\"_new\">Indeed Publisher "
"Account</a>"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:80
msgid "You need a publisher ID in order to pull jobs from Indeed."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:86
msgid "Sponsored Jobs"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:89
msgid "Feature Sponsored Jobs"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:93
#, php-format
msgid ""
"Check this option to automatically feature Sponsored jobs. These jobs can be "
"filtered using a special meta key named <code>%s</code>."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:111
msgid "Latitude/Longitude"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:114
msgid ""
"If checked, returns latitude and longitude information for each job result."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:123
#, php-format
msgid ""
"Search within country specified. Default is 'us'. Check your <a href=\"%s\" "
"target=\"_blank\">publisher account</a> for a complete list of supported "
"countries."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:126
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:297
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:185
msgid "Days Back"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:132
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:298
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:186
msgid "Number of days back to search."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:135
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:305
msgid "Site Type"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:142
msgid ""
"To show only jobs from job boards use \"jobsite\". For jobs from direct "
"employer websites use \"employer\"."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:162
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:313
msgid "Group API requests to a specific channel name."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:172
msgid "Sort by <em>relevance</em> or <em>date</em>."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:181
msgid "Maximum number of results returned per query. Limit is 25."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:256
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:98
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:299
msgid "Company Logo"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:262
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:104
#, php-format
msgid ""
"To see all available countries visit <a href=\"%s\">Indeed's countries "
"directory</a>."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:263
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:105
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:178
#, php-format
msgid ""
"To apply these instructions to other country you can usually replace replace "
"this URL part <code>%1$s</code> with the respective country URL you're "
"interested with."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:283
msgid "Lat/Lng?"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:284
msgid ""
"Returns latitude and longitude information for each job result. <br/><br/>i."
"e: 1 or 0"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:286
msgid "i.e.: 1"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:291
msgid ""
"Search within country specified. <br/><br/>i.e: pt, us, es, de, etc (visit "
"your Indeed account for full list)"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:293
msgid "i.e.: us"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:300
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:188
msgid "i.e.: 5"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:306
msgid ""
"To show only jobs from job boards use <em>jobsite</em>. For jobs from direct "
"employer websites use <em>employer</em>."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-indeed__premium_only.php:308
msgid "i.e.: jobsite"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:56
msgid "ZipRecruiter"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:71
msgid "API Key"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:74
#, php-format
msgid ""
"Sign up for a free <a href=\"%1$s\" target=\"_new\">ZipRecruiter Publisher "
"Account</a>"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:75
msgid "You need to request an API Key in order to pull jobs from ZipRecruiter."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:93
msgid "Jobs Age"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:99
msgid "Days"
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:100
msgid "Only pull jobs posted within this number of days. Leave empty for any."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:119
msgid ""
"Maximum number of results returned per query. Maximum recommended is 100."
msgstr ""
#: includes/premium/pro+/API/class-gofetch-ziprecruiter__premium_only.php:193
msgid "Limit results with annual salary greater than this number."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:43
msgid "Job Listers"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:101
msgid "Import Template"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:110
msgid ""
"Select the pre-defined template to use in the import process. The process "
"will use the selected template setup for importing jobs to your database."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:120
msgid "No templates found"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:132
#, php-format
msgid "<a href=\"%s\">Create Template</a>"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:151
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:42
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:82
msgid "Schedule"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:159
msgid ""
"<strong>Daily:</strong> Runs every day / <strong>Weekly:</strong> Runs every "
"monday / <strong>Monthly:</strong> Runs on the 1st of each month"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:169
msgid "Run Once Every..."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:175
msgid "Day"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:176
msgid "Week"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:177
msgid "Month"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:197
msgid "Actions"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:211
msgid ""
"Use the actions below to manually run this schedule or to test the outcome."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:213
msgid "Make sure you save any configuration changes first."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:216
msgid "Please configure the schedule first."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:225
msgid "Test"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:230
msgid "Run"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:240
msgid "Schedule is running. Please wait...."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:241
msgid ""
"This page will refresh when the process ends and you'll be able to see the "
"results on the table below."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:355
msgid ""
"Limit the content being imported by choosing the time period that should "
"match the jobs being imported and the number of jobs to import every time "
"this scheduled import runs."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:356
msgid ""
"You can also limit the jobs being imported to those who contain a pre-set "
"list of keywords."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:366
msgid "Jobs From..."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:370
msgid "Custom"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:371
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:135
msgid "Today"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:374
msgid ""
"Not recommended unless you are sure the RSS feed you chose is updated "
"everyday and the schedule runs after the feed is updated by the provider. "
"Otherwise the schedule may not import any jobs."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:377
msgid "Last..."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:384
msgid "days *"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:385
msgid ""
"The recommend minimum is <strong>2 days</strong> since most feeds are not "
"usually updated to the current or previous day."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:395
msgid "job(s)"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:396
msgid "Leave empty to import all jobs found."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:399
#: includes/premium/pro/class-gofetch-features__premium_only.php:133
msgid "Positive Keywords"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:406
msgid "Comma separated list of keywords that jobs MUST contain."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:409
#: includes/premium/pro/class-gofetch-features__premium_only.php:120
msgid "Negative Keywords"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:416
msgid "Comma separated list of keywords that jobs MUST not contain."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:462
msgid "Import Log"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:493
msgid "Move along. Nothing to see here yet."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:500
msgid "Stats"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:518
msgid ""
"<strong>Note I:</strong> If you keep getting 0 jobs imported try tweaking "
"the content period to include a longer period of time. It can also happen if "
"the feed is not regularly updated by the provider. You can check it by "
"opening the feed directly and look at the jobs date in <pubdate>."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:519
#, php-format
msgid "<strong>Note II:</strong> The log keeps only the last %d import stats."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:528
msgid "Success"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:529
msgid "Error"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:561
msgid "Test Run (no jobs were imported or updated)"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:576
msgid "Jobs Imported"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:581
msgid "Skipped Jobs (discarded - enforced import limit)"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:586
msgid "Duplicate Jobs (discarded - already exist in DB)"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:591
msgid "Updated Jobs (already exist in DB)"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:596
msgid "Excluded Jobs (discarded - criteria not met)"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-meta-boxes__premium_only.php:601
msgid "Jobs in RSS Feed"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:33
msgid "Listings"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:34
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:103
msgid "Scheduler"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:49
msgid "Independent Listings"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:52
msgid ""
"Yes. Show only user submitted listings (use the custom shortcode "
"<code>[goft_jobs</code> to display imported jobs)."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:53
msgid ""
"<strong>NOTE:</strong> You can still use the custom shortcode with this "
"option unchecked (i.e: for using on a widget)."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:54
msgid ""
"Enable this option to hide imported jobs from your regular listings.<br/><br/"
">Use the shortcode <code>[goft_jobs]</code> (accepts all WPJM parameters) to "
"display the list of imported jobs. The default <code>[jobs]</code> shortcode "
"will only display user submitted jobs. <br/><br/>Leave it unchecked to mix "
"regular with imported jobs on your listings."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:55
msgid ""
"<strong>NOTE: </strong> You can still use the shortcode with this option "
"unchecked (mixed listings) for displaying a list of imported jobs only."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:58
msgid "Allow Filtering"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:61
msgid "Yes. Allow users to filter out external jobs (imported jobs)."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:62
msgid ""
"Enable this option to display a dropdown filter under jobs listings to allow "
"users to filter between all, site or external jobs."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:63
msgid ""
"Use the class <code>goft-jobs-filter</code> if you need to style the "
"dropdown."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:64
msgid ""
"<strong>NOTE:</strong> The dropdown filter will only be visible if you use "
"mixed listings (<code>Independent Listings</code> option is unchecked)."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:67
msgid " > Imported Jobs Label"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:73
msgid ""
"The text to be displayed as the external jobs filter label on the filter "
"dropdown."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:76
msgid " > Site Jobs Label"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:82
msgid ""
"The text to be displayed as the site jobs filter label on the filter "
"dropdown."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:106
msgid "Start Time"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:113
msgid "The approximate start time for the schedules to run."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:114
msgid ""
"Please note that schedules use WP Cron and as such will only run at the "
"specified time when someone visits your site if the scheduled time has "
"passed."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:115
msgid ""
"<code>NOTE:</code> Updating the start time will trigger the schedules run."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:118
msgid "Interval"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:121
msgid "seconds (between 0 - 30 sec)"
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:125
msgid "The interval between schedule runs, in seconds."
msgstr ""
#: includes/premium/pro+/class-gofetch-admin-settings__premium_only.php:126
msgid ""
"If you have several schedules for the same provider and you experience any "
"problems running all schedules try increasing this interval."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:73
msgid "Scrape Missing Metadata (!)"
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:81
msgid ""
"Check this option to force the importer to fetch (scrape) additional/more "
"complete meta data (e.g: longer job descriptions, location, company name, "
"company logo) directly from the provider site, for each job (!). Import will "
"be much slower."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:82
msgid ""
"The scraper will do its best to retrieve missing meta but its not guaranteed "
"that it will always be successful."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:83
msgid ""
"If you are looking to get full job descriptions, please remember that some "
"RSS feeds only provide excerpts to make sure users visit their site and/or "
"to avoid copies, so please avoid abusing this feature (having multiple feeds "
"extracting data from the same provider) and make sure the proper attribution "
"to the job provider is always visible to avoid issues with copied "
"descriptions without proper credit."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:84
msgid ""
"<br/><br/><strong>(!) Important Copywrite Notice:</strong><br/>Please note "
"that scraping data (extracting data) from the providers site may be "
"considered Copywrite infringement. If you want to get additional/missing "
"data for the jobs, not fully provided by the RSS feed/API, and you are aware "
"of this please make sure that you keep the job provider source attribution "
"on each job footer (added automatically)."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:101
msgid "Date Span"
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:105
msgid ""
"Choose a date interval to filter the job feed results. The date internal is "
"only applied to the jobs your are currently importing. It is not saved in "
"templates."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:123
#: includes/premium/pro+/class-gofetch-features__premium_only.php:138
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:248
msgid "click to choose..."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:131
msgid "From:"
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:144
msgid "To:"
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:146
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:252
msgid "Clear"
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:160
msgid "Featured"
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:163
msgid "Check this option to feature all jobs being imported."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:171
msgid "Job Applications"
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:177
msgid ""
"Since jobs in feeds don't provide the job provider application email address "
"you can specify your own email to use as the destination for all job "
"applications. Applications will behave as with regular jobs but they will be "
"sent to the specified email."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:178
msgid ""
"<strong>Important: </strong> Fill in an email address ONLY if you have some "
"way to redirect applications to the job provider. Otherwise, job seekers "
"will not really be applying to anything."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:179
msgid "Leave blank to use the default URL application."
msgstr ""
#: includes/premium/pro+/class-gofetch-features__premium_only.php:180
msgid "Redirect job applications to this email"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:177
#, php-format
msgid "Other countries: %s."
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:179
#, php-format
msgid ""
"<strong>e.g:</strong> For <em>Belgium</em> you would use <code>%1$s</"
"code>[...]"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:201
#: includes/premium/pro/class-gofetch-features__premium_only.php:249
#: includes/premium/pro/class-gofetch-features__premium_only.php:294
msgid "IT"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:227
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:273
msgid "Latest Jobs "
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:229
msgid "Latest Teachers Jobs in US"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:232
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:279
#, php-format
msgid "Other countries: %s"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:233
msgid ""
"To apply these instructions to other countries specify the country code "
"you're interested in the location field."
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:234
#, php-format
msgid ""
"<strong>e.g:</strong> For jobs in <em>UK</em> fill in the location with the "
"country code <code>%1$s</code>"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:274
msgid "Latest IT Jobs"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:275
msgid "Latest Health Care Jobs"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:282
#, php-format
msgid ""
"<strong>e.g:</strong> For jobs in <em>Singapure</em> you would use <code>"
"%1$s</code>[...]"
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:327
#, php-format
msgid ""
"Choose any of the countries from the <a href=\"%s\" target=\"_blank"
"\">regions directory page</a>."
msgstr ""
#: includes/premium/pro+/class-gofetch-rss-providers__premium_only.php:329
#, php-format
msgid ""
"<strong>e.g:</strong> For <em>US</em> jobs in <em>New York</em> you would "
"use <code>%1$s</code>[...]"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:41
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:43
msgid "Schedules"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:44
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:45
msgid "Add New Schedule"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:46
msgid "Edit Schedule"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:47
msgid "New Schedule"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:48
msgid "View Schedule"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:49
msgid "Search Schedule"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:50
msgid "No Schedule found"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:51
msgid "No Schedule found in Trash"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:83
msgid "Content Period"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:87
msgid "Last Run"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:104
msgid "Hourly"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:108
msgid "6 Hours"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:112
msgid "Daily"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:116
msgid "Weekly"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:120
msgid "Monthly"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:139
#, php-format
msgid "Last %1$s %2$s"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:139
msgid "day"
msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:366
msgid "Template not found!"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:398
#, php-format
msgid ""
"Error importing data from feed. Please check if you can load the feed on the "
"'Importer Jobs' page. Error Message: <small>%s</small>"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:417
#, php-format
msgid "Error importing data from feed. Error Message: <small>%s</small>"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:424
msgid "No new jobs found in feed"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:427
msgid "No jobs found in feed"
msgstr ""
#: includes/premium/pro+/class-gofetch-scheduler__premium_only.php:485
msgid ""
"NOTE: You haven't selected a template for this schedule. It will remain "
"inactive until you assign an existing template."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:59
msgid "URL Parameters"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:67
msgid ""
"If you have a publisher/partner/affiliate ID or any other query URL argument "
"you wish to add to external links add them to this field using the format "
"<code>key=value [,key=value]</code>."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:68
msgid ""
"The publisher/partner/affiliate ID varies from site to site so make sure you "
"check the site source help pages to find the correct parameter <code>(e.g: "
"publisher=123, pshid=123, pid=123)</code>."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:69
msgid "These arguments will be added to each external link."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:83
msgid "Yes (Multi Terms Match)"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:84
msgid "Yes (Single Term Match)"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:92
msgid "Smart Assign?"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:95
msgid ""
"Choose 'Yes' to let the import process choose the best term(s) for each job."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:96
msgid ""
"This option is very useful on RSS feeds that can contain jobs for multiple "
"job types/categories. When enabled, the import process will analyze the "
"content and will try to assign the best term(s) for each job."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:97
msgid ""
"This is done by matching your existing job types/job categories terms with "
"the content/title for each job being imported."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:98
msgid ""
"If no valid matches are found, jobs will default to the terms you've "
"specified previously."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:99
msgid "<strong>Options:</strong>"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:100
msgid ""
"<code>No</code> Do not use term matching. Blindly assign the previously "
"specified terms to each imported job."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:101
msgid ""
"<code>Multiple Terms Match</code> Allow assigning multiple terms if there "
"are multiple matches."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:102
msgid ""
"As an example, consider you have the following job categories created: "
"<em>Writer</em> and <em>Designer</em>. If the job being imported contains "
"those terms, both terms will be assigned to the job."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:103
msgid "<code>Single Terms Match</code> Assign only the first matched term."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:104
msgid ""
"As an example, consider you have the following job categories created: "
"<em>Writer</em> and <em>Designer</em>. If the job being imported contains "
"those terms, only the first term match will be assigned to the job."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:128
msgid "Jobs that contain any keywords you specify here will not be imported."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:129
msgid ""
"Comma separated list of keywords that jobs MUST NOT contain to be imported."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:141
msgid "Only jobs containing the keywords you specify here will be imported."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:142
msgid "Comma separated list of keywords that jobs MUST contain to be imported."
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:349
#: includes/premium/pro/class-gofetch-features__premium_only.php:382
#: includes/premium/pro/class-gofetch-features__premium_only.php:464
#: includes/premium/pro/class-gofetch-features__premium_only.php:512
#: includes/premium/pro/class-gofetch-features__premium_only.php:559
msgid "Design"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:378
msgid "Team Jobs"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:379
msgid "Remote Jobs"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:492
msgid "Freelance Jobs"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:605
msgid "Gaming"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:662
msgid "Latest IT Jobs "
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:663
msgid "Latest London Jobs"
msgstr ""
#: includes/premium/pro/class-gofetch-features__premium_only.php:664
msgid "Latest PhD Jobs"
msgstr ""
#: includes/premium/pro/wpjm/admin/class-gofetch-wpjm-settings.php:65
msgid "Yes (Categories Multi Terms Match/Job Types Single Term Match)"
msgstr ""
#: includes/premium/pro/wpjm/admin/class-gofetch-wpjm-settings.php:66
msgid "Yes (Job Types Multi Terms Match/Categories Single Term Match)"
msgstr ""
#: includes/premium/pro/wpjm/admin/class-gofetch-wpjm-settings.php:82
msgid "GOFJ Mappings"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:31
msgid "Expiry Date"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:34
msgid "Choose the expiry date for the jobs being imported."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:42
msgid "e.g: Lisbon"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:43
msgid "Anywhere"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:47
msgid "The location for the jobs being imported."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:55
msgid "e.g: Google"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:58
msgid "Company name for the jobs being imported."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:69
msgid "Company logo for the jobs being imported."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:76
msgid "e.g: www.google.com"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:79
msgid "Company Website for the jobs being imported."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:82
msgid "Tagline"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:85
msgid "e.g: Your source for jobs and career opportunities."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:88
msgid "Tagline for the company whose jobs are being imported."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:91
msgid "Video"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:94
msgid "e.g: https://youtu.be/y_yaAj2tZIw"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:97
msgid "Video URL for the company whose jobs are being imported."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:103
msgid "e.g: @google"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:106
msgid "Twitter username for the company whose jobs are being imported."
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:164
msgid "Company logo for the jobs being imported"
msgstr ""
#: includes/wpjm/admin/class-gofetch-wpjm-settings.php:184
msgid ""
"Apply to this job by clicking this <a href=\"%external_apply_to_url%\">link</"
"a>"
msgstr ""
#: includes/wpjm/class-gofetch-wpjm.php:142
#, php-format
msgid "<em class=\"goft-source\">%1$s</em> %2$s"
msgstr ""
#: includes/wpjm/class-gofetch-wpjm.php:142
msgid "Source:"
msgstr ""
#, fuzzy
#~ msgid "Clear Tracked Resumes"
#~ msgstr "My Uploaded CV's"
#~ msgid "My Uploaded Resumes"
#~ msgstr "My Uploaded CV's"
#, fuzzy
#~ msgid "Allowed Resume Views"
#~ msgstr "My Uploaded CV's" |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/gofer-seo/change_log/changelog.txt | == Changelog ==
= 1.0.1 =
* Add backwards compatibility with WP Sitemaps 5.5.0
* Fix files not loading on multi-site.
* Refactor Google Analytics.
* Fix excluding roles from Google Analytics tracking.
* Fix missing operations for autotrack.js plugins.
* Fix output syntax.
* Exclude roles without needing to enable advanced settings.
* Change arrangement of Analytics settings.
* Change input titles to better reflect Google Analytics documents.
= 1.0.0 =
* Initial release. |
JavaScript | wpscan/spec/fixtures/dynamic_finders/plugin_version/google-calendar-events/javascript_comment/assets/js/default-calendar.min.js | /*! Simple Calendar - 3.1.14
* https://simplecalendar.io
* Copyright (c) Moonstone Media 2018
* Licensed GPLv2+ */
!function(a,b){"use strict";jQuery(function(b){function c(a,c,d,e){a.each(function(a,f){var g=b(f),h=new Date(1e3*c);g.hasClass("simcal-prev")?(h=new Date(h.setMonth(h.getMonth(),1)),h.setDate(0),h.getTime()/1e3<=d?g.attr("disabled","disabled"):g.removeAttr("disabled")):(h=new Date(h.setMonth(h.getMonth()+1,1)),h.setDate(0),h.setHours(23),h.setMinutes(59),h.setSeconds(59),h.getTime()/1e3>=e?g.attr("disabled","disabled"):g.removeAttr("disabled"))})}function d(a,c,d,e,f,g){var h=c.find(".simcal-events-list-container"),i=h.data("prev"),j=h.data("next"),k=h.find("li.simcal-event:last").data("start");a.each(function(a,c){var h=b(c);f?h.hasClass("simcal-prev")?"prev"==f?i<=d&&g<=d&&h.attr("disabled","disabled"):h.removeAttr("disabled"):h.hasClass("simcal-next")&&("next"==f?(j>=e&&g>=e||k>=e)&&h.attr("disabled","disabled"):h.removeAttr("disabled")):h.hasClass("simcal-prev")?i<=d&&g<=d&&h.attr("disabled","disabled"):h.hasClass("simcal-next")&&(j>=e&&g>=e||k>=e)&&h.attr("disabled","disabled")})}function e(a){var c=b(a).find(".simcal-current"),d=b(a).find(".simcal-events-list-container"),e=d.data("heading-small"),f=d.data("heading-large"),g=b("<h3 />");a.width()<400?g.text(e):g.text(f),c.html(g)}function f(c){var d=b(c).find("> table"),e=d.find("thead"),f=e.find("th.simcal-week-day"),g=d.find("td.simcal-day > div"),h=d.find("ul.simcal-events"),i=h.find("> li > .simcal-event-title"),j=d.find(".simcal-events-toggle"),k=d.find("span.simcal-events-dots"),l=d.find(".simcal-tooltip-content"),m=d.find(".simcal-event-toggled"),n=d.data("event-bubble-trigger"),o=g.first().width();if(o<60){f.each(function(a,c){b(c).text(b(c).data("screen-small"))}),h.hide(),i.hide(),"undefined"!=j&&(j.hide(),"undefined"!=m&&m.show()),k.show(),n="click";var p=o-10+"px";g.css("min-height",p),d.find("span.simcal-events-dots:not(:empty)").css("min-height",p)}else o<=240?f.each(function(a,c){b(c).text(b(c).data("screen-medium"))}):f.each(function(a,c){b(c).text(b(c).data("screen-large"))}),h.show(),i.show(),"undefined"!=j&&(j.show(),"undefined"!=m&&m.hide()),k.hide(),g.css("min-height",o+"px");g.each(function(c,d){var e,f,g=b(d).find("span.simcal-events-dots"),h=b(d).find(".simcal-tooltip");o<60?(l.show(),e=g):(l.hide(),e=h),e.each(function(c,e){b(e).qtip({content:o<60?b(d).find("ul.simcal-events"):b(e).find("> .simcal-tooltip-content"),position:{my:"top center",at:"bottom center",target:b(e),viewport:!(o<60)||b(a),adjust:{method:"shift",scroll:!1}},style:{def:!1,classes:"simcal-default-calendar simcal-event-bubble"},show:{solo:!0,effect:!1,event:"hover"==n?"mouseenter":"click"},hide:{fixed:!0,effect:!1,event:"click"==n?"unfocus":"mouseleave",delay:100},events:{show:function(a,b){f&&f.id&&f.id!=b.id&&f.hide(),f=b}},overwrite:!1})})})}function g(){b(".simcal-events-toggle").each(function(a,c){var d=b(c).prev(".simcal-events"),e=d.find(".simcal-event-toggled"),f=b(c).find("i");b(c).on("click",function(){f.toggleClass("simcal-icon-rotate-180"),e.slideToggle()})})}b(".simcal-default-calendar").each(function(a,h){var i,j,k=b(h),l=k.data("calendar-id"),m=k.data("offset"),n=k.data("events-first"),o=k.data("calendar-end"),p=k.find(".simcal-calendar-head"),q=p.find(".simcal-nav-button"),r=k.find(".simcal-ajax-loader"),s=p.find(".simcal-current"),t=s.data("calendar-current"),u=s.find("span.simcal-current-month"),v=s.find("span.simcal-current-year"),w=moment.tz(1e3*t,k.data("timezone"));k.hasClass("simcal-default-calendar-grid")?(j="simcal_default_calendar_draw_grid",i=new Date(w.year(),w.month()),c(q,i.getTime()/1e3,n,o)):(j="simcal_default_calendar_draw_list",d(q,k,n,o,!1,t),e(k)),q.on("click",function(){var a=b(this).hasClass("simcal-next")?"next":"prev";if("simcal_default_calendar_draw_grid"==j){var h,p,t,w=k.find(".simcal-month");"prev"==a?h=new Date(i.setMonth(i.getMonth()-1,1)):(h=new Date(i.setMonth(i.getMonth()+2,1)),h.setDate(0),h.setHours(23),h.setMinutes(59),h.setSeconds(59)),p=h.getMonth(),t=h.getFullYear(),b.ajax({url:simcal_default_calendar.ajax_url,method:"POST",dataType:"json",cache:!1,data:{action:j,month:p+1,year:t,id:l},beforeSend:function(){r.fadeToggle()},success:function(a){u.text(simcal_default_calendar.months.full[p]),v.text(t),s.attr("data-calendar-current",h.getTime()/1e3+m+1),c(q,h.getTime()/1e3,n,o),r.fadeToggle(),i=h,w.replaceWith(a.data),f(k,x),g()},error:function(a){console.log(a)}})}else{var x=k.find(".simcal-events-list-container"),y=x.data("prev"),z=x.data("next"),A="prev"==a?y:z;b.ajax({url:simcal_default_calendar.ajax_url,method:"POST",dataType:"json",cache:!1,data:{action:j,ts:A,id:l},beforeSend:function(){r.fadeToggle()},success:function(b){x.replaceWith(b.data),s.attr("data-calendar-current",A),e(k),d(q,k,n,o,a,A),r.fadeToggle(),g()},error:function(a){console.log(a)}})}})});var h=b(".simcal-default-calendar-grid");h.each(function(a,c){f(c),b(c).on("change",function(){f(this)})}),a.onresize=function(){h.each(function(a,b){f(b)})},g()})}(this); |
wpscan/spec/fixtures/dynamic_finders/plugin_version/google-calendar-events/style_comment/assets/css/default-calendar-grid.min.css | /*! Simple Calendar - 3.1.14
* https://simplecalendar.io
* Copyright (c) Moonstone Media 2018
* Licensed GPLv2+ */
.simcal-default-calendar .simcal-nav-button,.simcal-default-calendar .simcal-nav-button:focus,.simcal-default-calendar .simcal-nav-button:hover{background:0 0;border:0;box-shadow:none;outline:0}@font-face{font-family:simple-calendar;src:url(../fonts/simple-calendar.eot?43976014);src:url(../fonts/simple-calendar.eot?43976014#iefix) format("embedded-opentype"),url(../fonts/simple-calendar.woff?43976014) format("woff"),url(../fonts/simple-calendar.ttf?43976014) format("truetype"),url(../fonts/simple-calendar.svg?43976014#simple-calendar) format("svg");font-weight:400;font-style:normal}[class*=" simcal-icon-"]:before,[class^=simcal-icon-]:before{display:inline-block;font-family:simple-calendar;font-style:normal;font-weight:400;margin-right:.2em;speak:none;text-decoration:inherit;text-align:center;width:1em;font-variant:normal;text-transform:none;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.simcal-icon-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.simcal-icon-animate:before{transition:all .2s ease-in-out}.simcal-icon-rotate-180:before{transform:rotate(180deg)}.simcal-icon-calendar-empty:before{content:'\e800'}.simcal-icon-calendar:before{content:'\e801'}.simcal-icon-calendar-logo:before{content:'\e802'}.simcal-icon-settings:before{content:'\e804'}.simcal-icon-toggles:before{content:'\e805'}.simcal-icon-list:before{content:'\e806'}.simcal-icon-event:before{content:'\e807'}.simcal-icon-help:before{content:'\e808'}.simcal-icon-panel:before{content:'\e80a'}.simcal-icon-grid:before{content:'\e80b'}.simcal-icon-google:before{content:'\e80c'}.simcal-icon-docs:before{content:'\e80f'}.simcal-icon-hourglass:before{content:'\e811'}.simcal-icon-globe:before{content:'\e812'}.simcal-icon-timezones:before{content:'\e813'}.simcal-icon-warning:before{content:'\e815'}.simcal-icon-wordpress:before{content:'\e814'}.simcal-icon-up:before{content:'\e80e'}.simcal-icon-right:before{content:'\e809'}.simcal-icon-down:before{content:'\e80d'}.simcal-icon-left:before{content:'\e803'}.simcal-icon-spinner:before{content:'\e810'}.simcal-calendar{position:relative}.simcal-powered{display:block;margin:-10px 0 20px}.simcal-align-left{text-align:left}.simcal-align-right{text-align:right}.simcal-default-calendar .simcal-current h3{margin:0;padding:0}.simcal-default-calendar .simcal-nav{vertical-align:middle}.simcal-default-calendar .simcal-nav-button{cursor:pointer;margin:0;padding:0;transition:margin .2s ease-out;width:100%}.simcal-default-calendar .simcal-nav-button.simcal-prev:hover{margin-left:-10px}.simcal-default-calendar .simcal-nav-button.simcal-next:hover{margin-right:-10px}.simcal-default-calendar .simcal-nav-button:disabled:hover,.simcal-default-calendar ul.simcal-attachments,.simcal-default-calendar ul.simcal-attendees{margin:0;padding:0}.simcal-default-calendar .simcal-nav-button:disabled{cursor:default}.simcal-default-calendar .simcal-events{list-style:none;margin-left:0}.simcal-default-calendar .simcal-events-toggle{border:0;box-shadow:none;text-align:center;width:100%}.simcal-default-calendar .simcal-events-toggle:active,.simcal-default-calendar .simcal-events-toggle:focus,.simcal-default-calendar .simcal-events-toggle:hover{border:0;box-shadow:none;outline:0}.simcal-default-calendar li.simcal-attachment,.simcal-default-calendar li.simcal-attendee{list-style:none;margin-bottom:4px}.simcal-default-calendar li.simcal-attachment:last-child,.simcal-default-calendar li.simcal-attendee:last-child{margin-bottom:0}.simcal-default-calendar li.simcal-attachment small,.simcal-default-calendar li.simcal-attendee small{opacity:.9;text-transform:lowercase}.simcal-default-calendar .simcal-organizer a,.simcal-default-calendar li.simcal-attachment a,.simcal-default-calendar li.simcal-attendee a{border-bottom:0;text-decoration:none}.simcal-default-calendar .simcal-organizer img,.simcal-default-calendar li.simcal-attachment img,.simcal-default-calendar li.simcal-attendee img{display:inline-block;margin:0 4px;max-height:24px;max-width:24px}.simcal-default-calendar .simcal-tooltip-content{font-size:1.2em;line-height:1.4;padding:5px}.simcal-default-calendar .simcal-ajax-loader{height:100%;left:0;position:absolute;top:0;width:100%}.simcal-default-calendar .simcal-ajax-loader>i{font-size:48px;left:50%;line-height:1;margin:-36px 0 0 -36px;position:absolute;top:50%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top>i{top:20%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom>i{bottom:20%;top:auto}.simcal-default-calendar-light .simcal-nav-button{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-nav-button:disabled,.simcal-default-calendar-light .simcal-nav-button:disabled:hover{color:rgba(255,255,255,.9)!important}.simcal-default-calendar-light .simcal-nav-button:focus,.simcal-default-calendar-light .simcal-nav-button:hover{color:rgba(0,0,0,.9)}.simcal-default-calendar-light .simcal-events-toggle{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-events-toggle:hover{background-color:rgba(0,0,0,.1);color:#fff}.simcal-default-calendar-light .simcal-ajax-loader{background-color:rgba(0,0,0,.1)}.simcal-default-calendar-light .simcal-ajax-loader>i{color:rgba(0,0,0,.3)}.simcal-default-calendar-dark .simcal-nav-button{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-nav-button:disabled,.simcal-default-calendar-dark .simcal-nav-button:disabled:hover{color:rgba(0,0,0,.9)!important}.simcal-default-calendar-dark .simcal-nav-button:focus,.simcal-default-calendar-dark .simcal-nav-button:hover{color:rgba(255,255,255,.9)}.simcal-default-calendar-dark .simcal-events-toggle{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-events-toggle:hover{background-color:rgba(255,255,255,.1);color:#000}.simcal-default-calendar-dark .simcal-ajax-loader{background-color:rgba(255,255,255,.1)}.simcal-default-calendar-dark .simcal-ajax-loader>i{color:rgba(255,255,255,.3)}.simcal-default-calendar-grid>table{table-layout:fixed;width:100%}.simcal-default-calendar-grid>table tbody td,.simcal-default-calendar-grid>table thead th{text-align:center;vertical-align:top}.simcal-default-calendar-grid>table tbody td{padding:0!important}.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav{padding:10px 0;vertical-align:middle}.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-current,.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-prev-wrapper{border-right:0}.simcal-default-calendar-grid .simcal-day>div{box-sizing:content-box;display:block;height:100%}.simcal-default-calendar-grid .simcal-day-void{border-width:0 0 1px;height:100%;min-height:32px}.simcal-default-calendar-grid .simcal-day-void.simcal-day-void-last{border-right-width:1px}.simcal-default-calendar-grid .simcal-day-number{display:block;line-height:1;padding:2px 4px 3px;vertical-align:middle}.simcal-default-calendar-grid .simcal-no-events{display:block;min-height:32px}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover{background-color:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void,.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover{background-color:rgba(0,0,0,.04)}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number{background:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day:hover{background-color:rgba(255,255,255,.18)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void,.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void:hover{background-color:rgba(255,255,255,.05)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-number{background:rgba(255,255,255,.1)}.simcal-default-calendar-grid .simcal-events{font-size:.68em;line-height:1.4;list-style:none;margin:0;padding:0;text-align:left}.simcal-default-calendar-grid .simcal-events>.simcal-event{border-bottom-style:solid;border-bottom-width:1px;cursor:pointer;list-style:none;margin:0 0 2px;padding:4px}.simcal-default-calendar-grid .simcal-events>.simcal-event:hover{text-decoration:underline}.simcal-default-calendar-grid .simcal-events>.simcal-event:last-child{border-bottom:0;margin-bottom:0}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event{border-bottom-color:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-event{border-bottom-color:rgba(255,255,255,.1)}.simcal-default-calendar-grid .simcal-events-dots{cursor:pointer;display:block;line-height:.7;margin:3px 0;text-align:center}.simcal-default-calendar-grid .simcal-events-toggle{background:0 0;display:block;font-size:10px;padding:2px 0}.simcal-event-bubble{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1)}.simcal-event-bubble .simcal-event-details .simcal-event-description,.simcal-event-bubble .simcal-event-details p{margin:0 0 1em} |
|
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/google-map-with-fancybox-popup/change_log/changelog.txt | Plugin Name : Google Map with FancyBox Popup
Plugin URI : http://www.gopiplus.com/work/2014/04/26/google-map-with-fancybox-popup-wordpress-plugin/
Author : Gopi Ramasamy
Author URI : http://www.gopiplus.com
License : GPLv2 or later
License URI : http://www.gnu.org/licenses/gpl-2.0.html
********************************Version 1.0************************************************************
First version.
1. Lightweight JQuery (fancybox extension).
2. Google map in popup window.
3. Responsive.
4. Easily controllable back-end.
5. Support for localization.
********************************Version 1.1************************************************************
Tested up to 4.0
PHP Warning alert has been solved.
********************************Version 1.2************************************************************
Tested up to 4.1
********************************Version 1.3************************************************************
Tested up to 4.2.2
********************************Version 1.4************************************************************
Tested up to 4.3
********************************Version 1.5************************************************************
1. Tested up to 4.4
2. Text Domain slug has been added for Language Packs.
********************************Version 1.6************************************************************
1. Tested up to 4.5
2. Sanitization added for all input value.
********************************Version 1.7************************************************************
1. Tested up to 4.6
2. Google API updated to latest version.
********************************Version 1.8************************************************************
1. Tested up to 4.7
********************************Version 1.9************************************************************
1. Tested up to 4.8
********************************Version 2.0************************************************************
1. Tested up to 4.9
********************************Version 2.1************************************************************
1. Google API and FancyBox version update
********************************Version 2.2************************************************************
1. Tested up to 5.0
********************************Version 2.3************************************************************
1. Tested up to 5.1 |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/google-sitemap-generator/documentation_file/documentation.txt | Google XML Sitemaps Generator for WordPress
==============================================================================
This generator will create a sitemaps.org compliant sitemap of your WordPress site.
Currently homepage, posts, static pages, categories, archives and author pages are supported.
The priority of a post depends on its comments. You can choose the way the priority
is calculated in the options screen.
Feel free to visit my website under www.arnebrachhold.de or contact me at
himself [at] arnebrachhold [dot] de
Have fun!
Arne
Installation:
==============================================================================
1. Upload the full directory into your wp-content/plugins directory
2. Activate the plugin at the plugin administration page
3. Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.
4. The plugin will automatically update your sitemap of you publish a post, so theres nothing more to do :)
Additional contributors:
==============================================================================
Inspiration Michael Nguyen http://www.socialpatterns.com/
SQL Improvements Rodney Shupe http://www.shupe.ca/
Japanse Lang. File Hirosama http://hiromasa.zone.ne.jp/
Spanish lang. File Omi http://equipajedemano.info/
Italian lang. File Stefano Aglietti http://wordpress-it.it/
Trad.Chinese File Kirin Lin http://kirin-lin.idv.tw/
Simpl.Chinese File june6 http://www.june6.cn/
Swedish Lang. File Tobias Bergius http://tobiasbergius.se/
Czech Lang. File Peter Kahoun http://kahi.cz
Finnish Lang. File Olli Jarva http://kuvat.blog.olli.jarva.fi/
Belorussian Lang. File Marcis Gasuns
Bulgarian Lang. File Alexander Dichev http://dichev.com
Thanks to all contributors and bug reporters! There were much more people involved
in testing this plugin and reporting bugs, either by email or in the WordPress forums.
Unfortunately I can't maintain a whole list here, but thanks again to everybody not listed here!
Release History:
==============================================================================
2005-06-05 1.0 First release
2005-06-05 1.1 Added archive support
2005-06-05 1.2 Added category support
2005-06-05 2.0a Beta: Real Plugin! Static file generation, Admin UI
2005-06-05 2.0 Various fixes, more help, more comments, configurable filename
2005-06-07 2.01 Fixed 2 Bugs: 147 is now _e(strval($i)); instead of _e($i); 344 uses a full < ?php instead of < ?
Thanks to Christian Aust for reporting this :)
2005-06-07 2.1 Correct usage of last modification date for cats and archives (thx to Rodney Shupe (http://www.shupe.ca/))
Added support for .gz generation
Fixed bug which ignored different post/page priorities
Should support now different wordpress/admin directories
2005-06-07 2.11 Fixed bug with hardcoded table table names instead of the $wpd vars
2005-06-07 2.12 Changed SQL Statement of the categories to get it work on MySQL 3
2005-06-08 2.2 Added language file support:
- Japanese Language Files and code modifications by hiromasa (http://hiromasa.zone.ne.jp/)
- German Language File by Arne Brachhold (http://www.arnebrachhold.de)
2005-06-14 2.5 Added support for external pages
Added support for Google Ping
Added the minimum Post Priority option
Added Spanish Language File by César Gómez Martín (http://www.cesargomez.org/)
Added Italian Language File by Stefano Aglietti (http://wordpress-it.it/)
Added Traditional Chine Language File by Kirin Lin (http://kirin-lin.idv.tw/)
2005-07-03 2.6 Added support to store the files at a custom location
Changed the home URL to have a slash at the end
Required admin-functions.php so the script will work with external calls, wp-mail for example
Added support for other plugins to add content to the sitemap via add_filter()
2005-07-20 2.7 Fixed wrong date format in additional pages
Added Simplified Chinese Language Files by june6 (http://www.june6.cn/)
Added Swedish Language File by Tobias Bergius (http://tobiasbergius.se/)
2006-01-07 3.0b Added different priority calculation modes and introduced an API to create custom ones
Added support to use the Popularity Contest plugin by Alex King to calculate post priority
Added Button to restore default configuration
Added several links to homepage and support
Added option to exclude password protected posts
Added function to start sitemap creation via GET and a secret key
Posts and pages marked for publish with a date in the future won't be included
Improved compatiblity with other plugins
Improved speed and optimized settings handling
Improved user-interface
Recoded plugin architecture which is now fully OOP
2006-01-07 3.0b1 Changed the way for hook support to be PHP5 and PHP4 compatible
Readded support for tools like w.Bloggar
Fixed "doubled-content" bug with WP2
Added xmlns to enable validation
2006-03-01 3.0b3 More performance
More caching
Better support for Popularity Contest and WP 2.x
2006-11-16 3.0b4 Fixed bug with option SELECTS
Decreased memory usage which should solve timeout and memory problems
Updated namespace to support YAHOO and MSN
2007-01-19 3.0b5 Javascripted page editor
WP 2 Design
YAHOO notification
New status report, removed ugly logfiles
Better Popularity Contest Support
Fixed double backslashes on windows systems
Added option to specify time limit and memory limit
Added option to define a XSLT stylesheet and added a default one
Fixed bug with sub-pages. Thanks to:
- Mike Baptiste (http://baptiste.us),
- Peter Claus Lamprecht (http://fastagent.de)
- Glenn Nicholas (http://publicityship.com.au)
Improved file handling, thanks to VJTD3 (http://www.VJTD3.com)
WP 2.1 improvements
2007-01-23 3.0b6 Use memory_get_peak_usage instead of memory_get_usage if available
Removed the usage of REQUEST_URI since it not correct in all environments
Fixed that sitemap.xml.gz was not compressed
Added compat function "stripos" for PHP4 (Thanks to Joseph Abboud!)
Streamlined some code
2007-05-17 3.0b7 Added option to include the author pages like /author/john
Small enhancements, removed stripos dependency and the added compat function
Added check to not build the sitemap if importing posts
Fixed missing domain parameter for translator name
Fixed WP 2.1 / Pre 2.1 post / pages database changes
Fixed wrong XSLT location (Thanks froosh)
Added Ask.com notification
Removed unused javascript
2007-07-22 3.0b8 Changed category SQL to prevent unused cats from beeing included
Plugin will be loaded on "init" instead of direclty after the file has been loaded.
Added support for robots.txt modification
Switched YAHOO ping API from YAHOO Web Services to the "normal" ping service which doesn't require an app id
Search engines will only be pinged if the sitemap file has changed
2007-09-02 3.0b9 Added tag support for WordPress 2.3
Now using post_date_gmt instead of post_date everywhere
Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht)
Fixed some missing translation domains, thanks to Kirin Lin!
Added Czech translation files for 2.7.1, thanks to Peter Kahoun (http://kahi.cz)
2007-09-04 3.0b10 Added category support for WordPress 2.3
Fixed bug with empty URLs in sitemap
Repaired GET building
Added more info on debug mode
2007-09-23 3.0b11 Changed mysql queries to unbuffered queries
Uses MUCH less memory
Fixed really stupid bug with search engine pings
Option to set how many posts will be included
2007-09-24 3.0 Yeah, 3.0 Final after one and a half year ;)
Removed useless functions
2007-11-03 3.0.1 Using the Snoopy HTTP client for ping requests instead of wp_remote_fopen
Fixed undefined translation strings
Added "safemode" for SQL which doesn't use unbuffered results (old style)
Added option to run the building process in background using wp-cron
Removed unnecessary function_exists, Thanks to user00265
Added links to test the ping if it failed.
2007-11-25 3.0.2 Fixed bug which caused that some settings were not saved correctly
Added option to exclude pages or post by ID
Restored YAHOO ping service with API key since the other one is to unreliable. (see 3.0b8)
2007-11-28 3.0.2.1 Fixed wrong XML Schema Location (Thanks to Emanuele Tessore)
Added Russian Language files by Sergey http://ryvkin.ru
2007-12-30 3.0.3 Added Live Search Ping
Removed some hooks which rebuilt the sitemap with every comment
2008-03-30 3.0.3.1 Added compatibility CSS for WP 2.5
2008-04-28 3.0.3.2 Improved WP 2.5 handling
2008-04-29 3.0.3.3 Fixed author pages
Enhanced background building and increased delay to 15 seconds
Background building is enabled by default
2008-04-28 3.1b1 Reorganized files in builder, loader and UI
Added 2 step loader so only code that's needed will be loaded
Improved WP 2.5 handling
Secured all admin actions with nonces
2008-05-18 3.1b2 Fixed critical bug with the build in background option
Added notification if a build is scheduled
2008-05-19 3.1b3 Cleaned up plugin directory and moved asset files to subfolders
Fixed background building bug in WP 2.1
Removed auto-update plugin link for WP < 2.5
2008-05-22 3.1 Marked as 3.1 stable, updated documentation
2008-05-27 3.1.0.1 Extracted UI JS to external file
Enabled the option to include following pages of multi-page posts
Script tries to raise memory and time limit if active
2008-12-21 3.1.1 Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost
Fixed wrong path to assets, thanks PozHonks
Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris
Updated WP User Interface for 2.7
Various other small things
2008-12-26 3.1.2 Changed the way the stylesheet is saved (default / custom stylesheet)
Sitemap is now build when page is published
Removed support for static robots.txt files, this is now handled via WordPress
Added compat. exceptions for WP 2.0 and WP 2.1
2009-06-07 3.1.3 Changed MSN Live Search to Bing
Exclude categories also now exludes the category itself and not only the posts
Pings now use the new WordPress HTTP API instead of Snoopy
Fixed bug that in localized WP installations priorities could not be saved.
The sitemap cron job is now cleared after a manual rebuild or after changing the config
Adjusted style of admin area for WP 2.8 and refreshed icons
Disabled the "Exclude categories" feature for WP 2.5.1, since it doesn't have the required functions yet
2009-06-22 3.1.4 Fixed bug which broke all pings in WP < 2.7
Added more output in debug mode if pings fail
Moved global post definitions for other plugins
Added small icon for ozh admin menu
Added more help links in UI
2009-08-24 3.1.5 Added option to completely disable the last modification time
Fixed bug regarding the use of the HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel
Improved handling of homepage if a single page was set for it
Fixed mktime warning which appeared sometimes
Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel
Improved handling of missing sitemaps files if WP was moved to another location
2009-08-31 3.1.6 Fixed PHP error "Only variables can be passed by reference"
Fixed wrong URLS of multi-page posts (Thanks artstorm!)
2009-10-21 3.1.7 Added support for custom taxonomies (Thanks to Lee!)
2009-11-07 3.1.8 Improved custom taxonomy handling and fixed wrong last modification date
Changed readme and backlinks
Fixed fatal error in WP < 2.3
Fixed Update Notice in WP 2.8+
Added warning if blog privacy is activated
Fixed custom URLs priorities were shown as 0 instead of 1
2009-11-13 3.1.9 Fixed MySQL Error if author pages were included
2009-11-23 3.2 Added function to show the actual results of a ping instead of only linking to the url
Added new hook (sm_rebuild) for third party plugins to start building the sitemap
Fixed bug which showed the wrong URL for the latest Google ping result
Added some missing phpdoc documentation
Removed hardcoded php name for sitemap file for admin urls
Uses KSES for showing ping test results
Ping test fixed for WP < 2.3
2009-12-16 3.2.1 Notes and update messages could interfere with the redirect after manual build
Help Links in the WP context help were not shown anymore since last update
IE 7 sometimes displayed a cached admin page
Removed invalid link to config page from the plugin description (This resulted in a "Not enough permission error")
Improved performance of getting the current plugin version with caching
Updated Spanish language files
2009-12-19 3.2.2 Fixed PHP4 problems
2010-04-02 3.2.3 Fixed that all pages were not included in the sitemap if the "Uncategorized" category was excluded
2010-05-29 3.2.4 Fixed more deprecated function calls
Added (GMT) to sitemap xslt template to avoid confusion with time zone
Added warning and don't activate plugin if multisite mode is enabled (this mode is NOT tested yet)
Changed get_bloginfo('siteurl') to get_bloginfo('url') to avoid deprecation warning
Changed has_cap(10) to has_cap('level_10') to avoid deprecation warning
Fixed wrong SQL statement for author pages (Ticket #1108), thanks to twoenough
2010-07-11 3.2.5 Backported Bing ping success fix from beta
Added friendly hint to try out the new beta
2010-09-19 3.2.6 Removed YAHOO ping since YAHOO uses bing now
Removed deprecated function call
2012-04-24 3.2.7 Fixed custom post types, thanks to clearsite of the wordpress.org forum!
Fixed broken admin layout on WP 3.4
2012-08-08 3.2.8 Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum!
Removed ASK ping since they shut down their service.
Exclude post_format taxonomy from custom taxonomy list
2013-01-11 3.2.9 Fixed security issue with change frequencies and filename of sitemap file. Exploit was only possible for admin accounts.
2013-09-28 3.3 Fixed problem with file permission checking
Filter out hashs (#) in URLs
2013-11-24 3.4 Fixed deprecation warnings in PHP 5.4, thanks to Dion Hulse!
2014-03-29 4.0 No static files anymore, sitemap is created on the fly
Sitemap is split-up into sub-sitemaps by month, allowing up to 50.000 posts per month
Support for custom post types and custom taxonomis!
100% Multisite compatible, including by-blog and network activation.
Added support for mu-plugins forced-activation (see sitemap-wpmu.php for details)
Reduced server resource usage due to less content per request.
New API allows other plugins to add their own, separate sitemaps.
Raised min requirements to PHP 5.1 and WordPress 3.3
Note: This version will try to rename your old sitemap files to *-old.xml. If that doesn’t work, please delete them manually since no static files are needed anymore!
Using only wpdb instead of unbuffered queries anymore
Ping to search engines are done on WP ping
Using PHP5 syntax instead of old PHP4 OOP style
Added pre-loader which checks the requirements
Avoid the main query of WordPress (based on plugin by Michael Adams)
Avoid additional queries in post sitemaps
Added custom post types
Fixed include of static front page in pages index
Do not list "#" permalinks from placeholder plugins
Removed YAHOO pings since YAHOO doesn't have its own ping service anymore.
Sitemap doesn't state it is a feed anymore
Removed Ask.com ping since they shut down their service (who uses Ask anyway?)
2014-03-31 4.0.1 Fixed bug with custom post types including a "-"
Changed rewrite-setup to happen on init and flushing on wp_loaded to better work with other plugins
2014-04-01 4.0.2 Fixed warning if an gzip handler is already active
2014-04-13 4.0.3 Fixed compression if an gzlib handler was already active
Help regarding permalinks for Nginx users
Fix with gzip compression in case there was other output before already
Return 404 for HTML sitemaps if the option has been disabled
2014-04-19 4.0.4 Removed deprecated get_page call
Changed last modification time of sub-sitemaps to the last modification date of the posts instead of the publish date
Removed information window if the statistic option has not been activated
Added link regarding new sitemap format
Updated Portuguese translation, thanks to Pedro Martinho
Updated German translation
2014-05-18 4.0.5 Fixed issue with empty post sitemaps (related to GMT/local time offset)
Fixed some timing issues in archives
Improved check for possible problems before gzipping
Fixed empty Archives and Authors in case there were no posts
Changed content type to text/xml to improve compatibility with caching plugins
Changed query parameters to is_feed=true to improve compatibility with caching plugins
Switched from using WP_Query to load posts to a custom SQL statement to avoid problems with other plugin filters
Fixed bug which caused the Priority Provider to disappear in recent PHP versions
Cleaned up code and renamed variables to be more readable
Added caching of some SQL statements
Added support feed for more help topics
Added support for changing the base of the sitemap url to another URL (for WP installations in sub-folders)
Changed text in XSL template to be more clear about sitemap-index and sub-sitemaps
Added link to new help page
Plugin will also ping with the corresponding sub-sitemap in case a post was modified
Added function to manually start ping for main-sitemap or all sub-sitemaps
Better checking for empty externals
Updated Japanese Translation, thanks to Daisuke Takahashi
2014-06-03 4.0.6 Added option to disable automatic gzipping
Fixed bug with duplicated external sitemap entries
Updated language file template
Don't gzip if behind Varnish
Improved compatibility with caches
Ping on post edit
2014-06-23 4.0.7 Better compatibility with managed GoDaddy hosting (clear alloptions cache when generating the sitemap)
Improved checking if the sitemap should be gzipped or not (depending on ob levels)
Removed WordPress version from the sitemap
Corrected link to WordPress privacy settings
Changed hook which is being used for sitemap pings
2014-09-02 4.0.7.1Added icon for the new WP Add-Plugin page
Changed "Tested up to" to 4.0
2014-11-15 4.0.8 Fixed bug with excluded categories, thanks to Claus Schöffel!
2017-03-22 4.0.9 Fixed security issue with donation submission.
Todo:
==============================================================================
- Your wishes :)
License:
==============================================================================
Copyright 2005 - 2017 ARNE BRACHHOLD (email : himself - arnebrachhold - de)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Please see license.txt for the full license.
Developer Documentation
==============================================================================
Adding other pages to the sitemap via other plugins
This plugin uses the action system of WordPress to allow other plugins
to add urls to the sitemap. Simply add your function with add_action to
the list and the plugin will execute yours every time the sitemap is build.
Use the static method "GetInstance" to get the generator and AddUrl method
to add your content.
Sample:
function your_pages() {
$generatorObject = &GoogleSitemapGenerator::GetInstance();
if($generatorObject!=null) $generatorObject->AddUrl("http://blog.uri/tags/hello/",time(),"daily",0.5);
}
add_action("sm_buildmap", "your_pages");
Parameters:
- The URL to the page
- The last modified data, as a UNIX timestamp (optional)
- The Change Frequency (daily, hourly, weekly and so on) (optional)
- The priority 0.0 to 1.0 (optional)
Rebuilding the sitemap on request
If you want to rebuild the sitemap because dynamic content from your plugin has changed,
please use the "sm_rebuild" hook which is available since 3.1.9.
All other methods, like calling the Build method directly are highly unrecommended and might
not work anymore with the next version of the plugin. Using this hook, the sitemap plugin will
take care of everything like loading the required classes and so on.
Sample:
do_action("sm_rebuild");
The sitemap might not be rebuild immediately, since newer versions use a background WP-Cron
job by default to prevent that the user has to wait and avoid multiple rebuilds within a very short time.
In case the sitemap plugin is not installed, nothing will happen and no errors will be thrown.
===============================================
Adding additional PriorityProviders
This plugin uses several classes to calculate the post priority.
You can register your own provider and choose it at the options screen.
Your class has to extend the GoogleSitemapGeneratorPrioProviderBase class
which has a default constructor and a method called GetPostPriority
which you can override.
Look at the GoogleSitemapGeneratorPrioByPopularityContestProvider class
for an example.
To register your provider to the sitemap generator, use the following filter:
add_filter("sm_add_prio_provider","AddMyProvider");
Your function could look like this:
function AddMyProvider($providers) {
array_push($providers,"MyProviderClass");
return $providers;
}
Note that you have to return the modified list! |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/gosign-advanced-separator-block/composer_file/package.json | {
"name": "gosign-advanced-separator-block-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.11.1",
"classnames": "^2.2.6",
"react-material-ui-icon-picker": "0.0.1"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/gosign-background-container/composer_file/package.json | {
"name": "color-section-cgb-guten-block",
"version": "2.7.1",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"@wordpress/components": "^9.2.3",
"cgb-scripts": "^1.23.0",
"classnames": "^2.2.6"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/gosign-buttonblock/composer_file/package.json | {
"name": "full-button-block-cgb-guten-block",
"version": "2.8.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.17.0",
"classnames": "^2.2.6",
"react-material-ui-icon-picker": "0.0.1",
"style-it": "^2.1.3"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/gosign-contact-person-box-block/composer_file/package.json | {
"name": "contact-person-box-block-cgb-guten-block",
"version": "1.3.1",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.18.1",
"classnames": "^2.2.6"
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.