language
stringlengths 0
24
| filename
stringlengths 9
214
| code
stringlengths 99
9.93M
|
---|---|---|
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/premium-addons-for-kingcomposer/change_log/CHANGELOG.md | ## Changelog
= 1.1.1 - Aug 09 2019 =
* Fix: Kirki admin notice issue fixed.
= 1.1 - Aug 09 2019 =
* New: Added Custom Sidebar which can helps to register custom widget area.
* Fix: Icon picker ajax call error.
* Update: 'admin.css' file moved from `assets/css/` to `core/assets/js/`.
* Update: Translation strings updated.
* Tweak: 'plugin_row_meta' hook removed in `core/class-admin-page.php/`
= 1.0 - Aug 08 2019 =
* Info: Initial Release.
= 0.2 - Aug 06 2019 =
* Fix: Sanitization improved.
* Update: Translaion string updated.
* Update: 'octagon_taxonomy_image_lists' filter updated.
* Update: 'wp-color-picker-alpha.js' file moved from `core/assets/js/` to `core/library/js/`.
= 0.1 - Aug 05 2019 =
* Info: Initial Public Beta Release |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/presbooks-openstax-import/composer_file/composer.json | {
"name": "bccampus/pressbooks-openstax-import",
"description": "Imports OpenStax zip files into Pressbooks",
"type": "wordpress-plugin",
"version": "0.1.3",
"homepage": "https://github.com/bccampus/pressbooks-openstax-import",
"license": "GPL-3.0+",
"authors": [
{
"name": "Brad Payne",
"email": "[email protected]",
"homepage": "https://bradpayne.ca"
},
{
"name": "aparedes",
"email": "[email protected]"
}
],
"require-dev": {
"phpunit/phpunit": "^5.7",
"humanmade/coding-standards": "^0.2.1"
},
"require": {
"collizo4sky/persist-admin-notices-dismissal": "^1.3"
},
"scripts": {
"test": [
"@standards"
],
"standards": [
"vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php ."
]
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/presentation-block/composer_file/package.json | {
"name": "slide",
"version": "1.0.0",
"description": "A Slides & Presentations plugin",
"semistandard": {
"ignore": [
"index.js"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:js": "wp-scripts lint-js ./src/js",
"format:js": "wp-scripts format ./src/js",
"start": "parcel watch ./src/js/entry.js -d ./build/js/ --out-file ./build/js/index.js",
"build:index": "parcel build ./src/js/entry.js -d ./build/js/ --out-file ./build/js/index.js",
"build": "wp-scripts build ./src/js/speaker.js ./src/js/template.js --output-path=./build/js/ && npm run build:index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abstractwp/slide.git"
},
"keywords": [
"slide"
],
"author": "Thong Dang",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/abstractwp/slide/issues"
},
"homepage": "https://github.com/abstractwp/slide#readme",
"devDependencies": {
"@wordpress/scripts": "^23.2.0",
"parcel-bundler": "^1.12.4",
"prettier": "npm:wp-prettier@^2.2.1-beta-1",
"semistandard": "*"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/press-search/composer_file/package.json | {
"name": "press-search",
"title": "pressSearch",
"description": "The best WordPress extension ever made!",
"version": "0.0.2",
"homepage": "#",
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "TruongSa",
"email": "[email protected]",
"url": "#"
},
"devDependencies": {
"chai": "^3.5.0",
"glob": "~5.0.15",
"grunt": "^1.0.4",
"grunt-autoprefixer": "latest",
"grunt-bumpup": "latest",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^18.1.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha": "^1.2.0",
"grunt-phpunit": "^0.3.6",
"grunt-postcss": "^0.6.0",
"grunt-rtlcss": "latest",
"grunt-text-replace": "latest",
"grunt-wp-i18n": "latest",
"grunt-wp-readme-to-markdown": "^0.9.0",
"load-grunt-config": "^1.0.2",
"load-grunt-tasks": "^3.3.0"
},
"keywords": []
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pressbooks-cc-export/composer_file/composer.json | {
"name": "bccampus/pressbooks-cc-export",
"description": "Common Cartridge Export file for Pressbooks",
"type": "wordpress-plugin",
"version": "0.1.0",
"homepage": "https://github.com/bccampus/pressbooks-cc-export",
"license": "GPL-3.0+",
"authors": [
{
"name": "Brad Payne",
"email": "[email protected]"
},
{
"name": "aparedes",
"email": "[email protected]"
}
],
"require-dev": {
"phpunit/phpunit": "^5.7",
"humanmade/coding-standards": "^0.2.1"
},
"scripts": {
"test": [
"@standards"
],
"standards": [
"vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php ."
]
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pressbooks-mpdf/composer_file/composer.json | {
"name": "bccampus/pressbooks-mpdf",
"description": "Open source PDF generation for Pressbooks via the mPDF library.",
"type": "wordpress-plugin",
"version": "3.0.0",
"homepage": "https://github.com/bccampus/pressbooks-mpdf",
"license": "GPL-2.0+",
"authors": [
{
"name": "Brad Payne",
"homepage": "https://github.com/bdolor"
},
{
"name": "Ned Zimmerman",
"homepage": "https://github.com/greatislander"
}
],
"require": {
"mpdf/mpdf": "^7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"humanmade/coding-standards": "^0.2.1"
},
"scripts": {
"test": [
"@standards"
],
"standards": [
"vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php ."
]
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pressbooks-openstax-import/composer_file/composer.json | {
"name": "bccampus/pressbooks-openstax-import",
"description": "Imports OpenStax zip files into Pressbooks",
"type": "wordpress-plugin",
"version": "1.3.0",
"homepage": "https://github.com/bccampus/pressbooks-openstax-import",
"license": "GPL-3.0+",
"authors": [
{
"name": "Brad Payne",
"homepage": "https://github.com/bdolor"
},
{
"name": "aparedes",
"homepage": "https://github.com/alexpflores"
}
],
"config": {
"platform": {
"php": "7.1"
}
},
"require": {
"php": ">=7.1",
"ext-libxml": "*",
"ext-xsl": "*",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"humanmade/coding-standards": "^0.5.0"
},
"scripts": {
"test": [
"vendor/bin/phpunit --configuration phpunit.xml",
"@standards"
],
"standards": [
"vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php inc/"
]
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pressbooks-textbook/composer_file/composer.json | {
"name": "bccampus/pressbooks-textbook",
"description": "Adds functionality to Pressbooks to make it easier to author textbooks",
"type": "wordpress-plugin",
"version": "3.1.6",
"homepage": "https://github.com/bccampus/pressbooks-textbook",
"authors": [
{
"name": "Brad Payne",
"email": "[email protected]",
"homepage": "https://bradpayne.ca"
}
],
"require-dev": {
"phpunit/phpunit": "^5.7",
"humanmade/coding-standards": "^0.2.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hypothesis/wp-hypothesis"
},
{
"type": "vcs",
"url": "https://github.com/lumenlearning/candela-citation.git"
}
],
"extra": {
"installer-paths": {
"vendor/lumenlearning": ["lumenlearning/candela-citation"],
"vendor/hypothesis": ["hypothesis/hypothesis"]
}
},
"require": {
"hypothesis/hypothesis": "^0.5.0",
"lumenlearning/candela-citation": "^0.2.2"
},
"scripts": {
"test": [
"@standards"
],
"standards": [
"vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php ."
]
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pressforward/composer_file/package.json | {
"name": "pressforward",
"version": "5.0.0",
"description":
"PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web. ",
"main": "assets/js/pf.js",
"directories": {
"test": "tests"
},
"dependencies": {
"gulp": "~3.9.0",
"gulp-sass": "~2.0.4"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-sass": "~2.0.4"
},
"scripts": {
"test": "test",
"commitmsg": "node ./scripts/commit-msg",
"precommit": "lint-staged",
"fmt:prettier":
"prettier --write --single-quote --use-tabs --tab-width 4",
"lint": "run-p lint:js",
"lint:eslint": "eslint --ignore-path .gitignore",
"lint:js": "npm run lint:eslint -- ."
},
"repository": {
"type": "git",
"url": "https://github.com/PressForward/pressforward.git"
},
"keywords": ["pressforward"],
"lint-staged": {
"**/!(*.min).js": ["fmt:prettier", "lint:eslint", "git add"],
"**/!(*.min).sass": ["fmt:prettier", "git add"]
},
"author": "Aram Zucker-Scharff, PressForward team",
"license": "ISC",
"bugs": {
"url": "https://github.com/PressForward/pressforward/issues"
},
"homepage": "https://github.com/PressForward/pressforward"
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/presta-products/translation_file/languages/presta-products-fr_FR.po | msgid ""
msgstr ""
"Project-Id-Version: presta-products v1.0.0\n"
"POT-Creation-Date: 2022-01-11 12:36+0100\n"
"PO-Revision-Date: 2022-01-11 12:36+0100\n"
"Last-Translator: \n"
"Language-Team: Guillaume BOUAUD - https://www.guillaume-bouaud.fr\n"
"Language: fr_FR\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 3.0.1\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __\n"
"X-Poedit-SearchPath-0: .\n"
#: includes/admin-header.php:2 presta-products.php:350 presta-products.php:351
msgid "Presta Products for WordPress"
msgstr "Presta Products for WordPress"
#: includes/admin-header.php:4
msgid ""
"Vous êtes sur la page de configuration du module. Ici vous pourrez récupérer "
"vos produits de votre prestashop !"
msgstr ""
"Vous êtes sur la page de configuration du module. Ici vous pourrez récupérer "
"vos produits de votre prestashop !"
#: includes/admin-header.php:9
msgid ""
"Les données prestashop (clé webservice et/ou url) ne sont pas renseignées ! "
"Renseignez-les dans l'onglet \"Options générales\"."
msgstr ""
"Les données prestashop (clé webservice et/ou url) ne sont pas renseignées ! "
"Renseignez-les dans l’onglet « Options générales »."
#: includes/admin-header.php:14 presta-products.php:361 presta-products.php:362
msgid "Options générales"
msgstr "Configuration"
#: includes/admin-header.php:15 presta-products.php:368 presta-products.php:369
msgid "Fonctionnalités"
msgstr "Fonctionnalités"
#: includes/admin-header.php:16 presta-products.php:375 presta-products.php:376
msgid "Documentation"
msgstr "Documentation"
#: includes/admin-header.php:20 presta-products.php:384 presta-products.php:385
msgid "Utilisé sur"
msgstr "Utilisé sur"
#: includes/admin-header.php:25
msgid "Uniquement en version PREMIUM."
msgstr "Uniquement en version PREMIUM."
#: includes/admin-header.php:25
msgid "Utilisé sur (Option PREMIUM)"
msgstr "Utilisé sur (Option PREMIUM)"
#: includes/product/product-1.php:19 includes/product/product-2.php:19
#: includes/product/product-3.php:19
msgid "Promotion !"
msgstr "Promotion !"
#: includes/tabs/404.php:4
msgid "Page en erreur"
msgstr "Page en erreur"
#: includes/tabs/404.php:7
msgid "Il semblerait que la page demandée n'existe pas !"
msgstr "Il semblerait que la page demandée n’existe pas !"
#: includes/tabs/404.php:8
msgid "Retour à la page de configuration"
msgstr "Retour à la page de configuration"
#: includes/tabs/examples.php:4
msgid "Options disponibles"
msgstr "Options disponibles"
#: includes/tabs/examples.php:8
msgid "Produit"
msgstr "Produit"
#: includes/tabs/examples.php:10 includes/tabs/examples.php:16
#: includes/tabs/examples.php:22 includes/tabs/examples.php:28
#: includes/tabs/form-features.php:135 includes/tabs/form-features.php:149
msgid "Uniquement des nombres."
msgstr "Uniquement des nombres."
#: includes/tabs/examples.php:14
msgid "Liste des produits"
msgstr "Liste des produits"
#: includes/tabs/examples.php:20
msgid "Catégorie"
msgstr "Catégorie"
#: includes/tabs/examples.php:26
msgid "Liste des catégories"
msgstr "Liste des catégories"
#: includes/tabs/examples.php:32
msgid "Nombre de produits"
msgstr "Nombre de produits"
#: includes/tabs/examples.php:34
msgid ""
"Par défaut, le nombre de produits récupérés sera de 5.<br>Champ facultatif."
msgstr ""
"Par défaut, le nombre de produits récupérés sera de 5.<br>Champ facultatif."
#: includes/tabs/examples.php:38
msgid "Obfuscation forcée"
msgstr "Obfuscation forcée"
#: includes/tabs/examples.php:40
msgid ""
"0 (enlever l'obfuscation) ou 1 (forcer l'obfuscation).<br>Si la valeur est "
"différente, alors l'obfuscation n'est pas forcée.<br>Champ facultatif."
msgstr ""
"0 (enlever l’obfuscation) ou 1 (forcer l’obfuscation).<br>Si la valeur est "
"différente, alors l’obfuscation n’est pas forcée.<br>Champ facultatif."
#: includes/tabs/examples.php:44
msgid "Meilleures ventes"
msgstr "Meilleures ventes"
#: includes/tabs/examples.php:46
msgid ""
"Uniquement des nombres.<br>Par défaut, le nombre de jours à remonter est de "
"10.<br>Champ facultatif."
msgstr ""
"Uniquement des nombres.<br>Par défaut, le nombre de jours à remonter est de "
"10.<br>Champ facultatif."
#: includes/tabs/examples.php:50
msgid "Exemples de shortcodes"
msgstr "Exemples de shortcodes"
#: includes/tabs/examples.php:54
msgid "Ajout d'un produit Prestashop"
msgstr "Ajout d’un produit Prestashop"
#: includes/tabs/examples.php:56
msgid ""
"Dans l'exemple ci-dessous, on veut ajouter le produit dont l'ID est le #1 de "
"Prestashop :"
msgstr ""
"Dans l’exemple ci-dessous, on veut ajouter le produit dont l’ID est le #1 de "
"Prestashop :"
#: includes/tabs/examples.php:62
msgid "Ajout d'un produit Prestashop forcé en obfusqué"
msgstr "Ajout d’un produit Prestashop forcé en obfusqué"
#: includes/tabs/examples.php:64
msgid ""
"Dans l'exemple ci-dessous, on veut ajouter le produit dont l'ID est le #1 de "
"Prestashop avec un lien forcé en obfusqué :"
msgstr ""
"Dans l’exemple ci-dessous, on veut ajouter le produit dont l’ID est le #1 de "
"Prestashop avec un lien forcé en obfusqué :"
#: includes/tabs/examples.php:70
msgid "Ajout d'une liste de produits Prestashop"
msgstr "Ajout d’une liste de produits Prestashop"
#: includes/tabs/examples.php:72
msgid ""
"Dans l'exemple ci-dessous, on veut ajouter les produits dont les ID sont les "
"#1, #14 et #23 de Prestashop :"
msgstr ""
"Dans l’exemple ci-dessous, on veut ajouter les produits dont les ID sont les "
"#1, #14 et #23 de Prestashop :"
#: includes/tabs/examples.php:78
msgid "Ajout de tous les produits d'une catégorie Prestashop"
msgstr "Ajout de tous les produits d’une catégorie Prestashop"
#: includes/tabs/examples.php:80
msgid ""
"Dans l'exemple ci-dessous, on veut ajouter les produits de la catégorie dont "
"l'ID est le #1 de Prestashop :"
msgstr ""
"Dans l’exemple ci-dessous, on veut ajouter les produits de la catégorie dont "
"l’ID est le #1 de Prestashop :"
#: includes/tabs/examples.php:86
msgid "Ajout des 5 premiers produits d'une catégorie Prestashop"
msgstr "Ajout des 5 premiers produits d’une catégorie Prestashop"
#: includes/tabs/examples.php:88
msgid ""
"Dans l'exemple ci-dessous, on veut ajouter les 5 premiers produits de la "
"catégorie dont l'ID est le #1 de Prestashop :"
msgstr ""
"Dans l’exemple ci-dessous, on veut ajouter les 5 premiers produits de la "
"catégorie dont l’ID est le #1 de Prestashop :"
#: includes/tabs/examples.php:94
msgid "Ajout des 4 premiers produits en meilleures ventes depuis 15 jours"
msgstr "Ajout des 4 premiers produits en meilleures ventes depuis 15 jours"
#: includes/tabs/examples.php:96
msgid ""
"Dans l'exemple ci-dessous, on veut ajouter les 4 premiers produits des "
"meilleures ventes Prestashop des 15 derniers jours :"
msgstr ""
"Dans l’exemple ci-dessous, on veut ajouter les 4 premiers produits des "
"meilleures ventes Prestashop des 15 derniers jours :"
#: includes/tabs/form-features.php:5
msgid "Options diverses"
msgstr "Options diverses"
#: includes/tabs/form-features.php:7
msgid "Ici il faut enregistrer les options souhaitées ou non."
msgstr "Ici il faut enregistrer les options souhaitées ou non."
#: includes/tabs/form-features.php:12
msgid "Affichages"
msgstr "Affichages"
#: includes/tabs/form-features.php:17
msgid "Nom du produit :"
msgstr "Nom du produit :"
#: includes/tabs/form-features.php:26
msgid "Image du produit :"
msgstr "Image du produit :"
#: includes/tabs/form-features.php:35
msgid "Prix du produit :"
msgstr "Prix du produit :"
#: includes/tabs/form-features.php:44
msgid "Prix barré du produit :"
msgstr "Prix barré du produit :"
#: includes/tabs/form-features.php:48 includes/tabs/form-features.php:67
#: includes/tabs/form-features.php:79 includes/tabs/form-features.php:109
#: includes/tabs/form-features.php:127 includes/tabs/form-features.php:141
#: includes/tabs/form-features.php:155 includes/tabs/form-features.php:175
#: includes/tabs/form-features.php:221
msgid "Option disponible avec la version payante."
msgstr "Option disponible avec la version payante."
#: includes/tabs/form-features.php:54
msgid "Récapitulatif du produit :"
msgstr "Récapitulatif du produit :"
#: includes/tabs/form-features.php:63
msgid "Description du produit :"
msgstr "Description du produit :"
#: includes/tabs/form-features.php:74
msgid "En promotion :"
msgstr "En promotion :"
#: includes/tabs/form-features.php:84
msgid "SEO"
msgstr "SEO"
#: includes/tabs/form-features.php:90
msgid "Obfuscation des liens :"
msgstr "Obfuscation des liens :"
#: includes/tabs/form-features.php:91
msgid "Balise span avec encodage (base 64) du lien."
msgstr "Balise span avec encodage (base 64) du lien."
#: includes/tabs/form-features.php:102
msgid "Balisage du titre (nom du produit) :"
msgstr "Balisage du titre (nom du produit) :"
#: includes/tabs/form-features.php:103
msgid "Options disponibles : h1 à h6, span, div."
msgstr "Options disponibles : h1 à h6, span, div."
#: includes/tabs/form-features.php:104
msgid "Par défaut h4."
msgstr "Par défaut h4."
#: includes/tabs/form-features.php:114
msgid "Options"
msgstr "Options"
#: includes/tabs/form-features.php:120
msgid "Nombre de produits max par ligne :"
msgstr "Nombre de produits max par ligne :"
#: includes/tabs/form-features.php:121
msgid "Options disponibles : 1, 2, 3, 4 ou 6 produits."
msgstr "Options disponibles : 1, 2, 3, 4 ou 6 produits."
#: includes/tabs/form-features.php:122
msgid "Par défaut 3."
msgstr "Par défaut 3."
#: includes/tabs/form-features.php:134
msgid "Taille du récapitulatif :"
msgstr "Taille du récapitulatif :"
#: includes/tabs/form-features.php:136
msgid "Par défaut : 90 caractères."
msgstr "Par défaut : 90 caractères."
#: includes/tabs/form-features.php:148
msgid "Taille de la description :"
msgstr "Taille de la description :"
#: includes/tabs/form-features.php:150
msgid "Par défaut : 150 caractères."
msgstr "Par défaut : 150 caractères."
#: includes/tabs/form-features.php:162
msgid "Cacher les produits hors ligne :"
msgstr "Cacher les produits hors ligne :"
#: includes/tabs/form-features.php:170
msgid "Cacher les produits non disponible à la vente :"
msgstr "Cacher les produits non disponible à la vente :"
#: includes/tabs/form-features.php:182
msgid "CSS personnalisé :"
msgstr "CSS personnalisé :"
#: includes/tabs/form-features.php:183
msgid "Attention, c'est un paramétrage uniquement pour les confirmés."
msgstr "Attention, c’est un paramétrage uniquement pour les confirmés."
#: includes/tabs/form-features.php:184
msgid ""
"Si vous ne connaissez pas le langage CSS, faites appel à votre "
"administrateur."
msgstr ""
"Si vous ne connaissez pas le langage CSS, faites appel à votre "
"administrateur."
#: includes/tabs/form-features.php:189
msgid ""
"Un conseil : utiliser un éditeur de texte pour le formatage du code CSS puis "
"copier/coller le contenu ici."
msgstr ""
"Un conseil : utiliser un éditeur de texte pour le formatage du code CSS puis "
"copier/coller le contenu ici."
#: includes/tabs/form-features.php:196
msgid "Template produit :"
msgstr "Template produit :"
#: includes/tabs/form-features.php:197
msgid "Par défaut : Template numéro 1."
msgstr "Par défaut : Template numéro 1."
#: includes/tabs/form-features.php:227 includes/tabs/form-options.php:77
msgid "Enregistrer"
msgstr "Enregistrer"
#: includes/tabs/form-options.php:5
msgid "Données Prestashop"
msgstr "Données Prestashop"
#: includes/tabs/form-options.php:7
msgid "Ici il faut enregistrer les données de connexion au Prestashop."
msgstr "Ici il faut enregistrer les données de connexion au Prestashop."
#: includes/tabs/form-options.php:11
msgid ""
"Il faut utiliser la clé WEBService, accessible dans le menu \"Configurer / "
"Paramètres avancés / Webservice\" de Prestashop !"
msgstr ""
"Il faut utiliser la clé WEBService, accessible dans le menu « Configurer / "
"Paramètres avancés / Webservice » de Prestashop !"
#: includes/tabs/form-options.php:18
msgid "Clé Webservice :"
msgstr "Clé Webservice :"
#: includes/tabs/form-options.php:23
msgid ""
"2 permissions sont nécessaires : les ressources \"products\" et \"orders\" "
"en mode GET uniquement."
msgstr ""
"2 permissions sont nécessaires : les ressources « products » et « orders » "
"en mode GET uniquement."
#: includes/tabs/form-options.php:29
msgid "URL du site internet ecommerce Prestashop :"
msgstr "URL du site internet ecommerce Prestashop :"
#: includes/tabs/form-options.php:37
msgid "Version PREMIUM"
msgstr "Version PREMIUM"
#: includes/tabs/form-options.php:44
msgid ""
"Attention, les 2 champs sont nécessaires pour activer l'option PREMIUM :"
msgstr ""
"Attention, les 2 champs sont nécessaires pour activer l’option PREMIUM :"
#: includes/tabs/form-options.php:45
msgid "- la clé est indiquée sur votre récapitulatif de commande."
msgstr "- la clé est indiquée sur votre récapitulatif de commande."
#: includes/tabs/form-options.php:46
msgid ""
"- l'ID Utilisateur correspond à votre ID sur la page \"Mon Compte / Détails "
"du compte\", dernier champ tout en bas."
msgstr ""
"- l’ID Utilisateur correspond à votre ID sur la page « Mon Compte / Détails "
"du compte », dernier champ tout en bas."
#: includes/tabs/form-options.php:47
msgid ""
"Si ce message s'affiche toujours après avoir renseigné les 2 champs, c'est "
"que votre clé n'est pas valide !"
msgstr ""
"Si ce message s’affiche toujours après avoir renseigné les 2 champs, c’est "
"que votre clé n’est pas valide !"
#: includes/tabs/form-options.php:48
msgid ""
"Vous pouvez en prendre une sur <a href=\"https://www.guillaume-bouaud.fr/"
"produit/licence-premium-presta-products-for-wordpress\" target=\"_blank\">le "
"site du développeur</a> ou le contacter s'il y a un problème avec votre clé."
msgstr ""
"Vous pouvez en prendre une sur <a href=\"https://www.guillaume-bouaud.fr/"
"produit/licence-premium-presta-products-for-wordpress\" target=\"_blank\">le "
"site du développeur</a> ou le contacter s’il y a un problème avec votre clé."
#: includes/tabs/form-options.php:56
msgid "Clé de la version PREMIUM :"
msgstr "Clé de la version PREMIUM :"
#: includes/tabs/form-options.php:60
msgid ""
"Vous pouvez acheter une licence directement sur <a href=\"https://www."
"guillaume-bouaud.fr/produit/licence-premium-presta-products-for-wordpress\" "
"target=\"_blank\">le site du développeur</a>."
msgstr ""
"Vous pouvez acheter une licence directement sur <a href=\"https://www."
"guillaume-bouaud.fr/produit/licence-premium-presta-products-for-wordpress\" "
"target=\"_blank\">le site du développeur</a>."
#: includes/tabs/form-options.php:61
msgid ""
"Vous la retrouverez sur la page \"Mon Compte\" (Clés de licence) ou dans le "
"mail de validation de commande."
msgstr ""
"Vous la retrouverez sur la page « Mon Compte » (Clés de licence) ou dans le "
"mail de validation de commande."
#: includes/tabs/form-options.php:67
msgid "ID de l'utilisateur sur le site du module :"
msgstr "ID de l’utilisateur sur le site du module :"
#: includes/tabs/form-options.php:71
msgid ""
"Vous trouverez l'information sur <a href=\"https://www.guillaume-bouaud.fr/"
"mon-compte/edit-account\" target=\"_blank\">la page \"Mon Compte / Détails "
"du compte\"</a> sur le site du développeur."
msgstr ""
"Vous trouverez l’information sur <a href=\"https://www.guillaume-bouaud.fr/"
"mon-compte/edit-account\" target=\"_blank\">la page \"Mon Compte / Détails "
"du compte\"</a> sur le site du développeur."
#: includes/tabs/used.php:4
#, php-format
msgid "Liste des éléments (%d)"
msgstr "Liste des éléments (%d)"
#: includes/tabs/used.php:10
msgid "ID"
msgstr "ID"
#: includes/tabs/used.php:11
msgid "Nom"
msgstr "Nom"
#: includes/tabs/used.php:12
msgid "Type"
msgstr "Type"
#: includes/tabs/used.php:13
msgid "Utilisation(s)"
msgstr "Utilisation(s)"
#~ msgid " Uniquement des nombres."
#~ msgstr " Uniquement des nombres."
#~ msgid ""
#~ "Si ce message s'affiche toujours après avoir renseigné les 2 champs, "
#~ "c'est que votre clé n'est pas valide ! Vous pouvez en prendre une sur <a "
#~ "href=\"https://www.guillaume-bouaud.fr/produit/licence-premium-presta-"
#~ "products-for-wordpress\" target=\"_blank\">le site du développeur</a> ou "
#~ "le contacter s'il y a un problème avec votre clé."
#~ msgstr ""
#~ "Si ce message s’affiche toujours après avoir renseigné les 2 champs, "
#~ "c’est que votre clé n’est pas valide ! Vous pouvez en prendre une sur <a "
#~ "href=\"https://www.guillaume-bouaud.fr/produit/licence-premium-presta-"
#~ "products-for-wordpress\" target=\"_blank\">le site du développeur</a> ou "
#~ "le contacter s’il y a un problème avec votre clé."
#~ msgid ""
#~ "Vous la retrouverez sur la page récapitulative de votre commande ou le "
#~ "mail reçu."
#~ msgstr ""
#~ "Vous la retrouverez sur la page récapitulative de votre commande ou le "
#~ "mail reçu." |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/pretty-portfolio/translation_file/lib/csf/languages/bn_BD.po | # Copyright (C) 2015 Codestar
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Codestar Framework 1.0.0\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/cs-framework\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Aminul Islam <[email protected]>\n"
"Language-Team: \n"
"Language: ro\n"
#: classes/framework.class.php:176
msgid "Success. Imported backup options."
msgstr "সফল। অপশনসমূহ আমদানি করা হয়েছে।"
#: classes/framework.class.php:181
msgid "Default options restored."
msgstr "ডিফল্ট অপশনসমূহ পুনঃস্থাপন করা হযেছে।"
#: classes/framework.class.php:200
msgid "Default options restored for only this section."
msgstr "সুধুমাত্র এই সেকশন এর জন্য ডিফল্ট অপশনসমূহ পুনঃস্থাপন করা হযেছে।"
#: classes/framework.class.php:363
msgid "Settings saved."
msgstr "সেটিংসমূহ সংরক্ষন করা হয়েছে।"
#: classes/framework.class.php:364
msgid "Save"
msgstr "সংরক্ষণ"
#: classes/framework.class.php:364
msgid "Saving..."
msgstr "সংরক্ষণ করা হচ্ছে..."
#: classes/framework.class.php:365
msgid "Restore"
msgstr "পূনঃস্থাপন"
#: classes/framework.class.php:367
msgid "show all options"
msgstr "সকল অপশনসমূহ দেখাও"
#: classes/options.class.php:125
msgid "CONFIG"
msgstr "কনফিগ"
#: classes/options.class.php:131
msgid "USAGE"
msgstr "ব্যবহার"
#: classes/options.class.php:137
msgid "VALUE"
msgstr "মান"
#: classes/options.class.php:213
msgid "You are editing language: ( %s )"
msgstr "আপনি ভাষা সম্পাদনা করছেনঃ %s )"
#: classes/shortcode.class.php:82 classes/shortcode.class.php:90
#: fields/textarea/textarea.php:27
msgid "Add Shortcode"
msgstr "শর্টকোড যুক্ত করুন"
#: classes/shortcode.class.php:92
msgid "Select a shortcode"
msgstr "একটি শর্টকোড নির্বাচন করুন"
#: classes/shortcode.class.php:10ড
msgid "Insert Shortcode"
msgstr "শর্টকোড স্থাপন"
#: fields/background/background.php:31 fields/background/background.php:32
#: fields/upload/upload.php:23 fields/upload/upload.php:24
msgid "Upload"
msgstr "আপলোড"
#: fields/background/background.php:33 fields/upload/upload.php:25
msgid "Use Image"
msgstr "ছবি ব্যবহার"
#: fields/backup/backup.php:21
msgid "Import a Backup"
msgstr "একটি ব্যাকআপ আমদানি করুন"
#: fields/backup/backup.php:22
msgid "copy-paste your backup string here"
msgstr "এখানে আপনার ব্যাকআপ স্ট্রিং কপি-পেস্ট করুন"
#: fields/backup/backup.php:27
msgid "Export and Download Backup"
msgstr "ব্যাকআপ রপ্তানি এবং ডাউনলোড করুন"
#: fields/backup/backup.php:28
msgid "or"
msgstr "অথবা"
#: fields/backup/backup.php:29
msgid "Reset All Options"
msgstr "সমস্ত অপশনসমূহ রিসেট"
#: fields/backup/backup.php:30
msgid "Please be sure for reset all of framework options."
msgstr "অনুগ্রহ করে অবগত থাকুন ফ্রেমওয়ার্ক এর সমস্ত অপশনসমূহ রিসেট হওয়া সম্বন্ধে।"
#: fields/gallery/gallery.php:21
msgid "Add Gallery"
msgstr "গ্যালারী যুক্ত"
#: fields/gallery/gallery.php:22
msgid "Edit Gallery"
msgstr "গ্যালারী সম্পাদনা"
#: fields/gallery/gallery.php:23
msgid "Clear"
msgstr "মুছুন"
#: fields/group/group.php:21
msgid "Adding"
msgstr "যুক্ত হচ্ছে"
#: fields/group/group.php:43 fields/group/group.php:75
msgid "Remove"
msgstr "মুছুন"
#: fields/icon/icon.php:25 functions/actions.php:47
msgid "Add Icon"
msgstr "আইকন যুক্ত"
#: fields/icon/icon.php:26
msgid "Remove Icon"
msgstr "আইকন রিমোভ"
#: fields/image/image.php:22
msgid "Add Image"
msgstr "ইমেজ যুক্ত"
#: fields/sorter/sorter.php:24
msgid "Enabled Modules"
msgstr "সক্রিয় মডুলসমুহ"
#: fields/sorter/sorter.php:25
msgid "Disabled Modules"
msgstr "নিষ্ক্রিয় মডুলসমূহ"
#: fields/switcher/switcher.php:20
msgid "on"
msgstr "চালু"
#: fields/switcher/switcher.php:20
msgid "off"
msgstr "বন্ধ"
#: fields/typography/typography.php:73
msgid "Web Safe Fonts"
msgstr "ওয়েব সেফ ফন্টসমূহ"
#: fields/typography/typography.php:79
msgid "Google Fonts"
msgstr "গুগল ফন্টসমুহ"
#: fields/typography/typography.php:107
msgid "Error! Can not load json file."
msgstr "সমস্যা! json ফাইল লোড করা যাচ্ছেনা"
#: functions/actions.php:48
msgid "Search a Icon..."
msgstr "আইকন অনুসন্ধান..."
#: functions/actions.php:49
msgid "Loading..."
msgstr "লোড হচ্ছে..."
#: functions/helpers.php:48
msgid "This field class is not available!"
msgstr "এই ফিল্ড এর ক্লাস পাওয়া যাচ্ছে না!"
#: functions/validate.php:14
msgid "Please write a valid email address!"
msgstr "একটি সঠিক ইমেইল ঠিকানা লিখুন!"
#: functions/validate.php:33
msgid "Please write a numeric data!"
msgstr "অনুগ্রহ করে একটি সাংখ্যিক ডাটা লিখুন!"
#: functions/validate.php:51
msgid "Fatal Error! This field is required!"
msgstr "অবধারিত সমস্যা! এই ফিল্ডটি ব্যধ্যতামূলক! " |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/price-calculator-to-your-website/translation_file/languages/uk_UA.po | msgid ""
msgstr ""
"Project-Id-Version: xq-xe-xt-xy 1.0\n"
"POT-Creation-Date: 2018-07-11 09:44+0300\n"
"PO-Revision-Date: 2018-07-11 09:44+0300\n"
"Last-Translator: \n"
"Language-Team: Marko Maksym\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"X-Poedit-Basepath: ../includes\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/class-admin-main.php:66
msgid "Title of the page"
msgstr ""
#: admin/class-admin-main.php:66
msgid "Link Name"
msgstr ""
#: admin/class-admin-main.php:69
msgid "Submenu title"
msgstr ""
#: admin/class-admin-main.php:69
msgid "Submenu item"
msgstr ""
#: admin/templates/index.php:8
msgid "Settings Page"
msgstr ""
#: admin/templates/main_module_menu.php:10
msgid "Main page"
msgstr ""
#: admin/templates/main_module_menu.php:13 admin/templates/page1.php:8
msgid "Page 1"
msgstr ""
#: admin/templates/main_module_menu.php:16 admin/templates/page2.php:8
msgid "Page 2"
msgstr "" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pricing-table-block/composer_file/package.json | {
"name": "my-block-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"cgb-scripts": "1.13.0",
"classnames": "^2.2.6"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pricing-tables-block/composer_file/package.json | {
"name": "my-block-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"cgb-scripts": "1.13.0",
"classnames": "^2.2.6"
}
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/private-content/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/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [5.0] - 2018-12-08
### Added
* Added `reverse` option to change the logic of the `recipient` option.
## [4.4] - 2018-10-20
### Changed
* Checked code against PHPCS.
## [4.3] - 2018-05-19
### Added
* Added `ubn_private` as an extra shortcode, in case `private` is already in use.
### Security
* Improved security.
## [4.2] - 2016-12-12
### Security
* Improved security.
### Changed
* Changed text domain declaration.
### Added
* Added translation files.
## [4.1] - 2016-10-31
### Added
* NEW: added support for links in alternate text.
## [4.0] - 2016-02-21
### Added
* NEW: Added support for multiple recipents.
## [3.0] - 2015-09-02
### Added
* NEW: Added option for a single user.
### Fixed
* FIX: now, if the role is not correctly entered, the shortcode does not display anything.
### Changed
* Removed CSS class in the alternate text, in order to hide which type of users was the recipent of the text.
## [2.5] -
### Added
* NEW: Added ability to use "span" as a container.
### Fixed
* FIX: Removed shortcode execution in feed.
## [2.4] - 2014-02-23
### Added
* NEW: now it's possible to use a `div` container instead of `p`, thanks to a pull request of Matt.
## [2.3] - 2013-12-28
### Fixed
* FIX: Added styling option for the alternate text.
### Added
* Added style to role-only alternate text.
## [2.2] - 2013-06-08
### Added
* NEW: now the plugin can show an alternate text if the reader hasn't the capability to read the text.
## [2.1] - 2013-06-06
### Added
* NEW: added the possibility to show a note only to Visitors (thanks to Jacki for the tip).
## [2.0] - 2013-02-16
### Added
* NEW: now you can show a note only to user of a specific role, hiding that note to higher roles.
* Added uninstall.php to delete the new custom capabilities.
## [1.2] - 2013-01-20
### Changed
* Now the inline style appears only if necessary.
## [1.1] - 2012-12-12
### Added
* Upon request, added the possibility to align the text left, right, centered and justified.
## [1.0] - 2012-11-24
### Added
* First release of the plugin.
[Unreleased]: https://github.com/aldolat/private-content/commits/develop
[5.0]: https://github.com/aldolat/private-content/compare/4.4...5.0
[4.3]: https://github.com/aldolat/private-content/compare/4.3...4.4
[4.3]: https://github.com/aldolat/private-content/compare/4.2...4.3
[4.2]: https://github.com/aldolat/private-content/compare/4.1...4.2
[4.1]: https://github.com/aldolat/private-content/compare/4.0...4.1
[4.0]: https://github.com/aldolat/private-content/compare/3.0...4.0
[3.0]: https://github.com/aldolat/private-content/compare/v2.4...3.0
[2.4]: https://github.com/aldolat/private-content/compare/v2.3...v2.4
[2.3]: https://github.com/aldolat/private-content/releases/tag/v2.3
[2.2]: https://plugins.trac.wordpress.org/browser/private-content/tags/2.2
[2.1]: https://plugins.trac.wordpress.org/browser/private-content/tags/2.1
[2.0]: https://plugins.trac.wordpress.org/browser/private-content/tags/2.0
[1.2]: https://plugins.trac.wordpress.org/browser/private-content/tags/1.2
[1.1]: https://plugins.trac.wordpress.org/browser/private-content/tags/1.1
[1.0]: https://plugins.trac.wordpress.org/browser/private-content/tags/1.0 |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/pro-vip/translation_file/languages/provip-fa_IR.po | msgid ""
msgstr ""
"Project-Id-Version: Pro-VIP v0.1.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2015-07-18 11:41:29+0000\n"
"Last-Translator: vahid <[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: CSL v1.x\n"
"X-Poedit-Language: Farsi\n"
"X-Poedit-Country: IRAN\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"
#: inc/actions/class-pro-vip-actions.php:72
#: inc/actions/class-pro-vip-actions.php:83
#@ provip
msgid "Login Failed."
msgstr "خطا در ورود."
#: inc/actions/class-pro-vip-actions.php:91
#, php-format
#@ provip
msgid "Oops. You cannot download this file. <a href=\"%s\">Return to site</a>"
msgstr "شما قادر به دانلود این فایل نیستید. <a href=\"%s\">بازگشت به سایت</a>"
#: inc/actions/class-pro-vip-actions.php:117
#@ provip
msgid "Invalid Plan or plan level."
msgstr "خطا در پلن یا نوع پلن."
#: inc/actions/class-pro-vip-actions.php:121
#: inc/actions/class-pro-vip-actions.php:202
#: inc/classes/class-pro-vip-notices.php:94
#@ provip
msgid "Invalid email address."
msgstr "Invalid email address."
#: inc/actions/class-pro-vip-actions.php:125
#: inc/actions/class-pro-vip-actions.php:206
#@ provip
msgid "Empty first name."
msgstr "فیلد نام خالی است."
#: inc/classes/class-pv-single-file-purchase.php:77
#@ provip
msgid "Single sale not enabled."
msgstr "فروش تکی فعال نیست."
#: inc/admin/class-pro-vip-admin.php:105
#: inc/admin/class-pro-vip-admin.php:107
#@ provip
msgid "Dashboard"
msgstr "Dashboard"
#: inc/admin/class-pro-vip-admin.php:120
#@ provip
msgid "VIP Members"
msgstr "کاربران ویآیپی"
#: inc/admin/class-pro-vip-admin.php:222
#@ provip
msgid "Are you sure?"
msgstr "مطمئن هستید؟"
#: inc/admin/class-pro-vip-admin.php:223
#: inc/admin/payments/class-pro-vip-admin-payments.php:367
#@ provip
msgid "An error happened. Please try again."
msgstr "خطایی رخ داد. لطفا دوباره امتحان کنید."
#: inc/admin/class-pro-vip-admin.php:262
#@ provip
msgid "Pro VIP Overview"
msgstr "پرو ویآیپی در یک نگاه"
#: inc/admin/files/class-pro-vip-admin-files-ajax-actions.php:98
#@ provip
msgid "Sorry, this file type is not permitted for security reasons."
msgstr "آپلود این نوع فایل به دلیل مسائل امنیتی مجاز نمیباشد."
#: inc/admin/files/class-pro-vip-admin-files-ajax-actions.php:105
#@ provip
msgid "Error in creating upload folders."
msgstr "خطایی در حین ساخت پوشه فایل رخ داد."
#: inc/admin/files/class-pro-vip-admin-files-metabox.php:35
#@ provip
msgid "File Settings"
msgstr "تنظیمات فایل"
#: inc/admin/files/class-pro-vip-admin-files-metabox.php:63
#: inc/classes/class-pro-vip-filter-content.php:91
#@ provip
msgid "Levels"
msgstr "سطحها"
#: inc/admin/files/class-pro-vip-admin-files-metabox.php:67
#: inc/admin/payments/class-pro-vip-admin-payments.php:104
#: templates/content-single-download.php:53
#@ provip
msgid "Price"
msgstr "قیمت"
#: inc/admin/files/class-pro-vip-admin-files.php:30
#@ provip
msgctxt "Post Type General Name"
msgid "Files"
msgstr "فایلها"
#: inc/admin/files/class-pro-vip-admin-files.php:31
#@ provip
msgctxt "Post Type Singular Name"
msgid "File"
msgstr "فایل"
#: inc/admin/files/class-pro-vip-admin-files.php:33
#: inc/admin/files/class-pro-vip-admin-files.php:35
#@ provip
msgid "Files"
msgstr "فایلها"
#: inc/admin/files/class-pro-vip-admin-files.php:34
#: inc/admin/payments/class-pro-vip-admin-payments.php:66
#@ provip
msgid "Parent Item:"
msgstr "آیتم والد:"
#: inc/admin/files/class-pro-vip-admin-files.php:36
#@ provip
msgid "Add New File"
msgstr "اضافه کردن فایل جدید"
#: inc/admin/files/class-pro-vip-admin-files.php:37
#@ provip
msgid "Add File"
msgstr "اضافه کردن فایل"
#: inc/admin/files/class-pro-vip-admin-files.php:38
#@ provip
msgid "New File"
msgstr "فایل جدید"
#: inc/admin/files/class-pro-vip-admin-files.php:39
#@ provip
msgid "Edit File"
msgstr "ویرایش فایل"
#: inc/admin/files/class-pro-vip-admin-files.php:40
#@ provip
msgid "Update File"
msgstr "بهروزرسانی فایل"
#: inc/admin/files/class-pro-vip-admin-files.php:41
#@ provip
msgid "View File"
msgstr "مشاهده فایل"
#: inc/admin/files/class-pro-vip-admin-files.php:42
#@ provip
msgid "Search Files"
msgstr "جستجوی فایلها"
#: inc/admin/files/class-pro-vip-admin-files.php:43
#: inc/admin/payments/class-pro-vip-admin-payments.php:75
#@ provip
msgid "Not found"
msgstr "یافت نشد"
#: inc/admin/files/class-pro-vip-admin-files.php:44
#: inc/admin/payments/class-pro-vip-admin-payments.php:76
#@ provip
msgid "Not found in Trash"
msgstr "چیزی در سطل زباله یافت نشد"
#: inc/admin/payments/class-pro-vip-admin-payments.php:53
#: inc/admin/payments/class-pro-vip-admin-payments.php:64
#: inc/admin/payments/class-pro-vip-admin-payments.php:65
#: inc/admin/payments/class-pro-vip-admin-payments.php:67
#@ provip
msgid "Payments"
msgstr "پرداختها"
#: inc/admin/payments/class-pro-vip-admin-payments.php:62
#@ provip
msgctxt "Post Type General Name"
msgid "Payments"
msgstr "پرداختها"
#: inc/admin/payments/class-pro-vip-admin-payments.php:63
#@ provip
msgctxt "Post Type Singular Name"
msgid "Payment"
msgstr "پرداخت"
#: inc/admin/payments/class-pro-vip-admin-payments.php:68
#@ provip
msgid "Add New Payment"
msgstr "اضافه کردن پرداخت جدید"
#: inc/admin/payments/class-pro-vip-admin-payments.php:69
#@ provip
msgid "Add Payment"
msgstr "اضافه کردن پرداخت"
#: inc/admin/payments/class-pro-vip-admin-payments.php:70
#@ provip
msgid "New Payment"
msgstr "پرداخت جدید"
#: inc/admin/payments/class-pro-vip-admin-payments.php:71
#@ provip
msgid "Edit Payment"
msgstr "ویرایش پرداخت"
#: inc/admin/payments/class-pro-vip-admin-payments.php:72
#@ provip
msgid "Update Payment"
msgstr "بهروزرسانی پرداخت"
#: inc/admin/payments/class-pro-vip-admin-payments.php:73
#@ provip
msgid "View Payment"
msgstr "مشاهده پرداخت"
#: inc/admin/payments/class-pro-vip-admin-payments.php:74
#@ provip
msgid "Search Payments"
msgstr "جستجوی پرداختها"
#: inc/admin/payments/class-pro-vip-admin-payments.php:105
#@ provip
msgid "Author"
msgstr "کاربر"
#: inc/admin/payments/class-pro-vip-admin-payments.php:106
#@ provip
msgid "IP"
msgstr "آیپی"
#: inc/admin/payments/class-pro-vip-admin-payments.php:107
#@ provip
msgid "Status"
msgstr "وضعیت"
#: inc/admin/payments/class-pro-vip-admin-payments.php:108
#: inc/views/admin/payments/view-payment.php:53
#: inc/views/admin/settings/gateways.php:17
#: templates/content-single-download.php:63
#: templates/plans.php:46
#: templates/shortcodes/payment-form.php:27
#: templates/shortcodes/receipt.php:57
#: templates/shortcodes/user-payments.php:22
#: templates/shortcodes/user-payments.php:50
#@ provip
msgid "Gateway"
msgstr "درگاه پرداخت"
#: inc/admin/payments/class-pro-vip-admin-payments.php:299
#@ provip
msgid "You don't have access to this page."
msgstr "شما به این صفحه اجازه دسترسی ندارید."
#: inc/admin/settings/class-pro-vip-admin-settings.php:39
#: inc/admin/settings/class-pro-vip-admin-settings.php:40
#: inc/views/admin/settings/gateways.php:65
#@ provip
msgid "Settings"
msgstr "تنظیمات"
#: inc/admin/settings/class-pro-vip-admin-settings.php:239
#@ provip
msgid "General"
msgstr "عمومی"
#: inc/admin/settings/class-pro-vip-admin-settings.php:244
#@ provip
msgid "Default VIP Roles"
msgstr "نقشهای پیشفرض ویآیپی"
#: inc/admin/settings/class-pro-vip-admin-settings.php:23
#: inc/admin/settings/class-pro-vip-admin-settings.php:28
#: inc/classes/class-pro-vip-filter-content.php:88
#: inc/views/admin/settings/vip-levels-field.php:32
#: inc/views/admin/settings/vip-levels-field.php:65
#@ provip
msgid "Yes"
msgstr "بله"
#: inc/admin/settings/class-pro-vip-admin-settings.php:24
#: inc/admin/settings/class-pro-vip-admin-settings.php:27
#: inc/classes/class-pro-vip-filter-content.php:88
#: inc/views/admin/settings/vip-levels-field.php:31
#: inc/views/admin/settings/vip-levels-field.php:64
#@ provip
msgid "No"
msgstr "خیر"
#: inc/admin/settings/class-pro-vip-admin-settings.php:246
#@ provip
msgid "Currency Settings"
msgstr "تنظیمات ارز"
#: inc/admin/settings/class-pro-vip-admin-settings.php:254
#@ provip
msgid "Default Currency"
msgstr "ارز پیشفرض"
#: inc/admin/settings/class-pro-vip-admin-settings.php:257
#@ provip
msgid "Left (£99.99)"
msgstr "جپ (£99.99)"
#: inc/admin/settings/class-pro-vip-admin-settings.php:258
#@ provip
msgid "Right (99.99£)"
msgstr "راست (99.99£)"
#: inc/admin/settings/class-pro-vip-admin-settings.php:259
#@ provip
msgid "Left with space (£ 99.99)"
msgstr "چپ با فاصله (£ 99.99)"
#: inc/admin/settings/class-pro-vip-admin-settings.php:260
#@ provip
msgid "Right with space (99.99 £)"
msgstr "راست با فاصله (99.99 £)"
#: inc/admin/settings/class-pro-vip-admin-settings.php:261
#@ provip
msgid "Currency Position"
msgstr "موقعیت ارز"
#: inc/admin/settings/class-pro-vip-admin-settings.php:263
#@ provip
msgid "Thousand Separator"
msgstr "جداکننده هزارگان"
#: inc/admin/settings/class-pro-vip-admin-settings.php:264
#@ provip
msgid "Decimal Separator"
msgstr "جداکننده اعشار"
#: inc/admin/settings/class-pro-vip-admin-settings.php:265
#@ provip
msgid "Number of Decimals"
msgstr "تعداد اعشار"
#: inc/admin/settings/class-pro-vip-admin-settings.php:272
#@ provip
msgid "VIP Settings"
msgstr "تنظیمات ویآیپی"
#: inc/admin/settings/class-pro-vip-admin-settings.php:278
#@ provip
msgid "If you don't want to use vip levels just create one and select it as default vip level."
msgstr "اگر نمیخواهید از سطحهای افزونه استفاده کنید٬ فقط یک سطح ایجاد کنید و آن را به عنوان سطح پیشفرض انتخاب کنید."
#: inc/admin/settings/class-pro-vip-admin-settings.php:279
#@ provip
msgid "Default VIP Level"
msgstr "سطح پیشفرض ویآیپی"
#: inc/admin/settings/class-pro-vip-admin-settings.php:287
#@ provip
msgid "Pages"
msgstr "صفحات"
#: inc/admin/settings/class-pro-vip-admin-settings.php:292
#@ provip
msgid "Put this shortcode in the page content. [pv-plans-form]"
msgstr "کد میانبر [pv-plans-form] را به عنوان متن صفحه وارد کنید."
#: inc/admin/settings/class-pro-vip-admin-settings.php:293
#@ provip
msgid "Purchase Plan"
msgstr "خرید پلن"
#: inc/admin/settings/class-pro-vip-admin-settings.php:297
#@ provip
msgid "This is the page buyers are sent to after completing their purchases. The [pv-receipt] short code should be on this page."
msgstr "این صفحهای است که کاربران بعد از پرداخت به آن هدایت میشوند. کد میانبر [pv-receipt] را به عنوان متن صفحه وارد کنید."
#: inc/admin/settings/class-pro-vip-admin-settings.php:298
#@ provip
msgid "Success Page"
msgstr "صفحه پرداخت موفقیتآمیز"
#: inc/admin/settings/class-pro-vip-admin-settings.php:315
#@ provip
msgid "Emails"
msgstr "ایمیلها"
#: inc/admin/settings/class-pro-vip-admin-settings.php:319
#@ provip
msgid "Email Logo"
msgstr "لوگو ایمیل"
#: inc/admin/settings/class-pro-vip-admin-settings.php:321
#@ provip
msgid "Email Footer"
msgstr "فوتر ایمیل"
#: inc/admin/settings/class-pro-vip-admin-settings.php:323
#@ provip
msgid "From Name"
msgstr "ایمل از نام"
#: inc/admin/settings/class-pro-vip-admin-settings.php:324
#@ provip
msgid "From Email"
msgstr "از ایمیل"
#: inc/admin/settings/class-pro-vip-admin-settings.php:326
#@ provip
msgid "<h3>Account Purchase</h3>"
msgstr "<h3>خرید اکانت</h3>"
#: inc/admin/settings/class-pro-vip-admin-settings.php:331
#@ provip
msgid "Purchase Account Subject"
msgstr "موضوع ایمیل خرید اکانت"
#: inc/admin/settings/class-pro-vip-admin-settings.php:332
#: inc/payment/class-pro-vip-payment-actions.php:71
#@ provip
msgid "Account Purchase"
msgstr "خرید اکانت"
#: inc/admin/settings/class-pro-vip-admin-settings.php:336
#@ provip
msgid "Account Purchase Receipt"
msgstr "رسید خرید اکانت"
#: inc/admin/settings/class-pro-vip-admin-settings.php:357
#@ provip
msgid "<h3>File Purchase</h3>"
msgstr "<h3>خرید فایل</h3>"
#: inc/admin/settings/class-pro-vip-admin-settings.php:362
#@ provip
msgid "Purchase File Subject"
msgstr "موضوع ایمیل خرید فایل"
#: inc/admin/settings/class-pro-vip-admin-settings.php:363
#: inc/classes/class-pv-single-file-purchase.php:187
#@ provip
msgid "File Purchase"
msgstr "خرید فایل"
#: inc/admin/settings/class-pro-vip-admin-settings.php:367
#@ provip
msgid "File Purchase Receipt"
msgstr "رسید خرید فایل"
#: inc/admin/settings/class-pro-vip-admin-settings.php:414
#@ provip
msgid "Payment Gateway"
msgstr "درگاه پرداخت"
#: inc/admin/settings/class-pro-vip-admin-settings.php:429
#@ provip
msgid "Other"
msgstr "دیگر"
#: inc/admin/settings/class-pro-vip-admin-settings.php:436
#@ provip
msgid "Delete Expired Users from Database"
msgstr "حذف کاربران منقضی شده از دیتابیس"
#: inc/admin/settings/class-pro-vip-admin-settings.php:442
#@ provip
msgid "Encryption Key"
msgstr "کلید کدگذاری"
#: inc/admin/settings/class-pro-vip-admin-settings.php:171
#, php-format
#@ provip
msgctxt "Gateway Settings"
msgid "%s Settings"
msgstr "تنظیمات %s"
#: inc/admin/tools/class-pro-vip-admin-tools-edit-user.php:37
#: inc/views/admin/tools/edit-user/index.php:18
#@ provip
msgid "Edit User"
msgstr "ویرایش کاربر"
#: inc/admin/tools/class-pro-vip-admin-tools-edit-user.php:80
#@ provip
msgid "Enter a valid vip time."
msgstr "یک مقدار صحیح برای زمان وارد کنید."
#: inc/admin/tools/class-pro-vip-admin-tools-edit-user.php:83
#@ provip
msgid "Selected level does not exists."
msgstr "سطح انتخاب شده یافت نشد."
#: inc/admin/tools/class-pro-vip-admin-tools-edit-user.php:86
#: inc/api/class-pv-api-authentication.php:66
#@ provip
msgid "User not found."
msgstr "کاربر یافت نشد."
#: inc/admin/tools/class-pro-vip-admin-tools-edit-user.php:127
#@ provip
msgid "User updated."
msgstr "کاربر ویرایش شد."
#: inc/admin/tools/class-pro-vip-admin-tools-edit-user.php:127
#@ provip
msgid "An error happened. Please try again"
msgstr "خطایی رخ داد. لطفا دوباره امتحان کنید."
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:27
#@ provip
msgid "System Info"
msgstr "اطلاعات سیستم"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:45
#@ provip
msgid "Wordpress"
msgstr "وردپرس"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:47
#@ provip
msgid "Site URL"
msgstr "آدرس سایت"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:48
#@ provip
msgid "Home URL"
msgstr "آدرس خانه"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:49
#@ provip
msgid "Admin Email"
msgstr "ایمیل مدیر"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:50
#@ provip
msgid "Wordpress Version"
msgstr "نسخه وردپرس"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:51
#@ provip
msgid "Debug Mode"
msgstr "حالت خطایابی"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:52
#@ provip
msgid "Language"
msgstr "زبان"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:57
#@ provip
msgid "User Browser"
msgstr "مرورگر کاربر"
#: inc/admin/tools/class-pro-vip-admin-tools-system-info.php:58
#@ provip
msgid "User Agent String"
msgstr "رشته مرورگر کاربر"
#: inc/admin/tools/class-pro-vip-admin-tools-vip-bulk-edit.php:28
#@ provip
msgid "VIP Bulk Edit"
msgstr "ویرایش گروهی ویآیپی"
#: inc/admin/tools/class-pro-vip-admin-tools-vip-bulk-edit.php:56
#@ provip
msgid "\"Time\" field must be a valid integer."
msgstr "در فیلد \"زمان\" باید یک عدد صحیح وارد کنید."
#: inc/admin/tools/class-pro-vip-admin-tools-vip-bulk-edit.php:61
#@ provip
msgid "You must select at least one level to update."
msgstr "برای بروزرسانی حداقل باید یک سطح را انتخاب کنید."
#: inc/admin/tools/class-pro-vip-admin-tools-vip-bulk-edit.php:170
#, php-format
#@ provip
msgid "%d user updated."
msgid_plural "%d users updated."
msgstr[0] "%d کاربر ویرایش شد."
msgstr[1] "%d کاربر ویرایش شدند."
#: inc/admin/tools/class-pro-vip-admin-tools.php:43
#: inc/admin/tools/class-pro-vip-admin-tools.php:46
#: inc/views/admin/tools/index.php:8
#@ provip
msgid "Tools"
msgstr "ابزار"
#: inc/admin/tools/class-pro-vip-admin-tools.php:68
#: inc/views/admin/payments/view-payment.php:11
#@ provip
msgid "Back"
msgstr "بازگشت"
#: inc/admin/users/class-pro-vip-admin-users-column.php:33
#@ provip
msgid "VIP Data"
msgstr "اطلاعات ویآیپی"
#: inc/classes/class-pro-vip-currency.php:51
#@ provip
msgid "United States dollar"
msgstr "دلار آمریکا"
#: inc/classes/class-pro-vip-currency.php:55
#@ provip
msgid "Euro"
msgstr "یورو"
#: inc/classes/class-pro-vip-currency.php:59
#@ provip
msgid "Japanese yen"
msgstr "ین ژاپن"
#: inc/classes/class-pro-vip-currency.php:63
#@ provip
msgid "Pound sterling"
msgstr "پوند"
#: inc/classes/class-pro-vip-currency.php:67
#@ provip
msgid "Australian dollar"
msgstr "دلار استرالیا"
#: inc/classes/class-pro-vip-currency.php:71
#@ provip
msgid "Swiss franc"
msgstr "فرانک سوییس"
#: inc/classes/class-pro-vip-currency.php:75
#@ provip
msgid "Canadian dollar"
msgstr "دلار کانادا"
#: inc/classes/class-pro-vip-currency.php:79
#@ provip
msgid "Mexican peso"
msgstr "پزو مکزیک"
#: inc/classes/class-pro-vip-currency.php:83
#@ provip
msgid "Chinese yuan"
msgstr "یوآن چین"
#: inc/classes/class-pro-vip-currency.php:87
#@ provip
msgid "New Zealand dollar"
msgstr "دلار نیوزلند"
#: inc/classes/class-pro-vip-notices.php:91
#@ provip
msgid "An error happened. Please tray again."
msgstr "خطایی رخ داد. لطفا دوباره امتحان کنید."
#: inc/classes/class-pro-vip-notices.php:92
#@ provip
msgid "An error happened."
msgstr "خطایی رخ داد."
#: inc/classes/class-pro-vip-notices.php:93
#@ provip
msgid "Empty email address."
msgstr "فیلد آدرس ایمیل خالی است."
#: inc/classes/class-pro-vip-notices.php:95
#@ provip
msgid "Empty name."
msgstr "فیلد نام خالی است."
#: inc/classes/class-pro-vip-notices.php:96
#@ provip
msgid "Invalid name."
msgstr "خطا در نام."
#: inc/email/strings.php:6
#@ provip
msgid ""
"<h2 style='font-size: 25px; font-family: Helvetica, Arial, Tahoma, sans-serif; color: #333333;'>Dear {{name}},</h2>\n"
"\n"
"Thank you for your purchase. Please click on the link below to download the file.\n"
"<a href='{{download-link}}'>{{file-name}}</a>"
msgstr ""
"<h2 style='font-size: 25px; font-family: Helvetica, Arial, Tahoma, sans-serif; color: #333333;'>{{name}} عزیز٬</h2>\n"
"\n"
"سپاس از خرید شما. برای دانلود فایل خریداری شده روی لینک زیر کلیک کنید..\n"
"<a href='{{download-link}}'>{{file-name}}</a>"
#: inc/classes/class-pv-single-file-purchase.php:148
#@ provip
msgid "There was a problem while registering user purchase. Please contact to site administrator."
msgstr "خطایی هنگام ثبت خرید شما رخ داد. لطفا با مدیر سایت تماس بگیرید."
#: inc/payment/class-pro-vip-payment-gateway.php:75
#@ provip
msgid "No Payment Gateway."
msgstr "درگاه پرداختی وجود ندارد."
#: inc/payment/class-pro-vip-payment-gateway.php:97
#: inc/payment/class-pro-vip-payment-gateway.php:136
#: inc/views/admin/payments/view-payment.php:8
#@ provip
msgid "Payment"
msgstr "پرداخت"
#: inc/payment/class-pro-vip-payment-gateway.php:135
#@ provip
msgid "Your transaction failed, please try again or contact site support."
msgstr "پرداخت شما موفقیت آمیز نبود. لطفا با مدیریت سایت تماس بگیرید."
#: inc/payment/class-pro-vip-payment.php:69
#@ provip
msgid "WP VIP Payment"
msgstr "پرداخت ویآیپی"
#: inc/payment/class-pro-vip-payment.php:50
#: inc/payment/class-pro-vip-payment.php:125
#: templates/shortcodes/receipt.php:9
#@ provip
msgid "Payment not found."
msgstr "پرداخت یافت نشد."
#: inc/payment/class-pro-vip-payment.php:134
#@ provip
msgid "Pending"
msgstr "معلق"
#: inc/payment/class-pro-vip-payment.php:138
#@ provip
msgid "Complete"
msgstr "تکمیل"
#: inc/payment/class-pro-vip-payment.php:142
#@ provip
msgid "Refunded"
msgstr "پسداده شده"
#: inc/payment/class-pro-vip-payment.php:146
#@ provip
msgid "Failed"
msgstr "ناموفق"
#: inc/payment/class-pro-vip-payment.php:150
#@ provip
msgid "Abandoned"
msgstr "رهاشده"
#: inc/payment/class-pro-vip-payment.php:158
#@ provip
msgid "Revoked"
msgstr "لغو شده"
#: inc/classes/class-pro-vip-filter-content.php:83
#: inc/views/admin/dashboard/index.php:10
#@ provip
msgid "Pro VIP"
msgstr "پرو ویآیپی"
#: inc/views/admin/dashboard/index.php:14
#@ provip
msgid "About"
msgstr "درباره"
#: inc/views/admin/dashboard/index.php:36
#@ provip
msgid "Nothing found."
msgstr "چیزی یافت نشد."
#: inc/views/admin/dashboard/index.php:52
#@ provip
msgid "Overview"
msgstr "در یک نگاه"
#: inc/views/admin/dashboard/statistic-table.php:4
#@ provip
msgid "Total Sells"
msgstr "مجموع فروشها"
#: inc/views/admin/dashboard/statistic-table.php:8
#: inc/views/admin/dashboard/statistic-table.php:12
#@ provip
msgid "Total VIP Accounts"
msgstr "مجموع حسابهای ویآیپی"
#: inc/views/admin/dashboard/statistic-table.php:18
#@ provip
msgid "VIP Levels Users"
msgstr "کاربران سطحهای ویآیپی"
#: inc/views/admin/dashboard/statistic-table.php:30
#@ provip
msgid "Total Purchases"
msgstr "مجموع خریدها"
#: inc/views/admin/dashboard/statistic-table.php:38
#@ provip
msgid "Last 24 hours purchases"
msgstr "خریدهای ۲۴ ساعت گذشته"
#: inc/views/admin/dashboard/statistic-table.php:46
#@ provip
msgid "Last week purchases"
msgstr "خریدهای هفته گذشته"
#: inc/views/admin/dashboard/statistic-table.php:56
#@ provip
msgid "Most Purchased File"
msgstr "پرفروشترین فایل"
#: inc/views/admin/dashboard/statistic-table.php:61
#: inc/views/admin/dashboard/statistic-table.php:74
#@ provip
msgid "No purchase yet."
msgstr "خریدی انجام نشدهاست."
#: inc/views/admin/dashboard/statistic-table.php:69
#@ provip
msgid "Most Recent Purchase"
msgstr "آخرین فایل خریداری شده"
#: inc/views/admin/files/file-item.php:8
#@ provip
msgid "File download name:"
msgstr "نام دانلودی فایل:"
#: inc/views/admin/files/file-item.php:12
#@ provip
msgid "File price:"
msgstr "قیمت فایل:"
#: inc/views/admin/files/file-item.php:17
#, php-format
#@ provip
msgid "Downloaded %s time"
msgid_plural "Downloaded %s times"
msgstr[0] "%s دفعه دانلود شده"
msgstr[1] "%s دفعه دانلود شده"
#: inc/classes/class-pv-single-file-purchase.php:225
#: inc/views/admin/files/file-item.php:18
#@ provip
msgid "Download File"
msgstr "دانلود فایل"
#: inc/views/admin/files/file-item.php:19
#@ provip
msgid "Delete File"
msgstr "حذف فایل"
#: inc/views/admin/files/file-settings.php:13
#@ provip
msgid "General Settings"
msgstr "تنظیمات عمومی"
#: inc/views/admin/files/file-settings.php:18
#@ provip
msgid "Enable Single Sale"
msgstr "فعال کردن فروش تکی فایل"
#: inc/views/admin/files/file-settings.php:31
#@ provip
msgid "Single Sale Settings"
msgstr "تنظیمات فروش تکی فایل"
#: inc/libs/framework/form/field-types/class-pv-framework-media-field-type.php:22
#: inc/libs/framework/form/field-types/class-pv-framework-media-field-type.php:23
#: inc/views/admin/files/files-container.php:26
#: inc/views/admin/files/metabox-wrapper.php:21
#@ provip
msgid "Choose File"
msgstr "انتخاب فایل"
#: inc/views/admin/settings/gateways.php:16
#@ provip
msgid "Default"
msgstr "پیشفرض"
#: inc/views/admin/settings/gateways.php:18
#@ provip
msgid "Gateway ID"
msgstr "شناسه درگاه"
#: inc/views/admin/settings/gateways.php:19
#@ provip
msgid "Enabled"
msgstr "فعال"
#: inc/views/admin/settings/plans-field.php:10
#@ provip
msgid "Plans"
msgstr "پلنها"
#: inc/payment/class-pro-vip-payment.php:210
#: inc/views/admin/settings/plans-field.php:29
#: inc/views/admin/settings/plans-field.php:79
#: inc/views/admin/settings/vip-levels-field.php:22
#: inc/views/admin/settings/vip-levels-field.php:55
#@ provip
msgid "Name"
msgstr "نام"
#: inc/views/admin/settings/plans-field.php:36
#: inc/views/admin/settings/plans-field.php:86
#@ provip
msgid "Time (in days)"
msgstr "زمان (روز)"
#: inc/payment/class-pro-vip-payment.php:212
#: inc/views/admin/settings/plans-field.php:43
#: inc/views/admin/settings/plans-field.php:93
#@ provip
msgid "Cost"
msgstr "هزینه"
#: inc/views/admin/settings/plans-field.php:55
#: inc/views/admin/settings/plans-field.php:104
#: inc/views/admin/settings/vip-levels-field.php:37
#: inc/views/admin/settings/vip-levels-field.php:71
#@ provip
msgid "Remove Plan"
msgstr "حذف پلن"
#: inc/views/admin/settings/plans-field.php:63
#@ provip
msgid "Add Plan"
msgstr "اضافه کردن پلن"
#: inc/views/admin/settings/vip-levels-field.php:10
#@ provip
msgid "VIP Level"
msgstr "سطح ویآیپی"
#: inc/views/admin/settings/vip-levels-field.php:29
#: inc/views/admin/settings/vip-levels-field.php:62
#@ provip
msgid "Check by default"
msgstr "انتخاب به صورت پیشفرض"
#: inc/views/admin/settings/vip-levels-field.php:45
#@ provip
msgid "Add Level"
msgstr "اضافه کردن سطح"
#: inc/views/admin/tools/bulk-vip-edit/index.php:17
#@ provip
msgid "Action"
msgstr "نوع"
#: inc/views/admin/tools/bulk-vip-edit/index.php:19
#@ provip
msgid "Increase"
msgstr "زیاد کردن"
#: inc/views/admin/tools/bulk-vip-edit/index.php:20
#@ provip
msgid "Decrease"
msgstr "کم کردن"
#: inc/views/admin/tools/bulk-vip-edit/index.php:27
#@ provip
msgid "Time"
msgstr "زمان"
#: inc/views/admin/tools/bulk-vip-edit/index.php:30
#@ provip
msgid "Seconds"
msgstr "ثانیه"
#: inc/views/admin/tools/bulk-vip-edit/index.php:31
#: inc/views/admin/tools/edit-user/edit.php:37
#@ provip
msgid "Minutes"
msgstr "دقیقه"
#: inc/views/admin/tools/bulk-vip-edit/index.php:32
#: inc/views/admin/tools/edit-user/edit.php:38
#@ provip
msgid "Hours"
msgstr "ساعت"
#: inc/payment/class-pro-vip-payment.php:211
#: inc/views/admin/tools/bulk-vip-edit/index.php:33
#: inc/views/admin/tools/edit-user/edit.php:39
#@ provip
msgid "Days"
msgstr "روز"
#: inc/views/admin/tools/bulk-vip-edit/index.php:34
#: inc/views/admin/tools/edit-user/edit.php:40
#@ provip
msgid "Weeks"
msgstr "هفته"
#: inc/views/admin/tools/bulk-vip-edit/index.php:35
#: inc/views/admin/tools/edit-user/edit.php:41
#@ provip
msgid "Years"
msgstr "سال"
#: inc/payment/class-pro-vip-payment.php:208
#: inc/views/admin/tools/bulk-vip-edit/index.php:42
#@ provip
msgid "Level"
msgstr "سطح"
#: inc/views/admin/tools/bulk-vip-edit/index.php:61
#@ provip
msgid "Users who registered"
msgstr "کاربرانی که ثبتنام کردهاند"
#: inc/views/admin/tools/bulk-vip-edit/index.php:63
#: inc/views/admin/tools/bulk-vip-edit/index.php:74
#@ provip
msgid "After"
msgstr "بعد"
#: inc/views/admin/tools/bulk-vip-edit/index.php:64
#: inc/views/admin/tools/bulk-vip-edit/index.php:75
#@ provip
msgid "Before"
msgstr "قبل"
#: inc/views/admin/tools/bulk-vip-edit/index.php:66
#: inc/views/admin/tools/bulk-vip-edit/index.php:77
#@ provip
msgid "Pick a date"
msgstr "انتخاب تاریخ"
#: inc/views/admin/tools/bulk-vip-edit/index.php:72
#@ provip
msgid "Users who purchased account"
msgstr "کاربرانی که حسابشان را خریدهاند"
#: inc/views/admin/tools/bulk-vip-edit/index.php:82
#@ provip
msgid "More Filters"
msgstr "بیشتر"
#: inc/views/admin/tools/bulk-vip-edit/index.php:93
#@ provip
msgid "Edit"
msgstr "ویرایش"
#: inc/views/admin/tools/edit-user/edit.php:10
#, php-format
#@ provip
msgid "Edit %s"
msgstr "ویرایش %s"
#: inc/views/admin/tools/edit-user/edit.php:73
#: inc/views/admin/users/vip-column.php:27
#@ provip
msgid "Started:"
msgstr "شروع شده:"
#: inc/views/admin/tools/edit-user/edit.php:76
#: inc/views/admin/tools/edit-user/edit.php:84
#: inc/views/admin/users/vip-column.php:30
#: inc/views/admin/users/vip-column.php:37
#@ provip
msgid "ago"
msgstr "قبل"
#: inc/views/admin/tools/edit-user/edit.php:81
#: inc/views/admin/users/vip-column.php:34
#@ provip
msgid "Last Update:"
msgstr "آخرین بهروزرسانی:"
#: inc/views/admin/tools/edit-user/edit.php:88
#: inc/views/admin/users/vip-column.php:41
#@ provip
msgid "Expiration:"
msgstr "اتمام:"
#: inc/views/admin/tools/edit-user/edit.php:98
#: inc/views/admin/users/vip-column.php:51
#@ provip
msgid "remained"
msgstr "مانده"
#: inc/views/admin/users/vip-column.php:11
#@ provip
msgid "No VIP Plan"
msgstr "پلنی وجود ندارد"
#: inc/views/admin/users/vip-column.php:64
#@ provip
msgid "Edit Accounts"
msgstr "ویرایش حسابهای کاربری"
#: templates/content-single-download.php:45
#, php-format
#@ provip
msgid "Purchase %s"
msgstr "خرید %s"
#: inc/payment/class-pro-vip-payment.php:207
#: templates/content-single-download.php:75
#: templates/plans.php:71
#: templates/shortcodes/payment-form.php:41
#@ provip
msgid "First Name"
msgstr "نام"
#: templates/content-single-download.php:87
#: templates/plans.php:83
#: templates/shortcodes/payment-form.php:53
#@ provip
msgid "Last Name"
msgstr "نام خانوادگی"
#: inc/payment/class-pro-vip-payment.php:215
#: templates/content-single-download.php:99
#: templates/plans.php:58
#: templates/shortcodes/payment-form.php:65
#@ provip
msgid "Email Address"
msgstr "آدرس ایمیل"
#: templates/content-single-download.php:24
#: templates/content-single-download.php:115
#: templates/plans.php:107
#@ provip
msgid "Purchase"
msgstr "خرید"
#: templates/content-single-download.php:123
#@ provip
msgid "You need to be logged in."
msgstr "ابتدا باید وارد سایت شوید."
#: templates/content-single-download.php:124
#@ provip
msgid "Login"
msgstr "ورود"
#: templates/content-single-download.php:125
#@ provip
msgid "Register"
msgstr "ثبتنام"
#: templates/payment/payment-redirect.php:10
#: templates/payment/payment-redirect.php:33
#@ provip
msgid "Redirecting"
msgstr "در حال تغییر مسیر"
#: templates/payment/payment-redirect.php:14
#@ provip
msgid "Redirect Now"
msgstr "ورود به درگاه"
#: inc/payment/class-pro-vip-payment.php:213
#: templates/plans.php:16
#@ provip
msgid "Plan"
msgstr "پلن"
#: templates/plans.php:31
#@ provip
msgid "Plan Type"
msgstr "نوع پلن"
#: templates/plans.php:96
#@ provip
msgid "Price:"
msgstr "قیمت:"
#: inc/views/admin/payments/view-payment.php:46
#: templates/shortcodes/receipt.php:50
#: templates/shortcodes/user-payments.php:21
#: templates/shortcodes/user-payments.php:49
#@ provip
msgid "Payment Status"
msgstr "وضعیت پرداخت"
#: inc/views/admin/payments/view-payment.php:60
#: templates/shortcodes/payment-form.php:15
#: templates/shortcodes/receipt.php:64
#: templates/shortcodes/user-payments.php:23
#: templates/shortcodes/user-payments.php:51
#@ provip
msgid "Amount"
msgstr "مبلغ"
#: inc/views/admin/payments/view-payment.php:67
#: templates/shortcodes/receipt.php:71
#: templates/shortcodes/user-payments.php:24
#: templates/shortcodes/user-payments.php:52
#@ provip
msgid "Date"
msgstr "تاریخ"
#: inc/views/admin/payments/view-payment.php:78
#: templates/shortcodes/receipt.php:82
#@ provip
msgid "Payment Key"
msgstr "کلید پرداخت"
#: inc/admin/settings/class-pro-vip-admin-settings.php:338
#@ provip
msgid ""
"Available template tags: <br/>\n"
"<code>{{first-name}}</code>: Paymenter's first name<br/>\n"
"<code>{{last-name}}</code>: Paymenter's last name<br/>\n"
"<code>{{payment-amount}}</code>: Payment Amount<br/>\n"
"<code>{{payment-gateway}}</code>: Payment Gateway<br/>\n"
"<code>{{payment-date}}</code>: Payment Date<br/>\n"
"<code>{{name}}</code>: Paymenter's full name<br/>\n"
"<code>{{plan-name}}</code>: Purchased plan name<br/>\n"
"<code>{{plan-days}}</code>: Purchased plan days<br/>\n"
"<code>{{plan-price}}</code>: Purchased plan price<br/>\n"
"<code>{{expire-date}}</code>: Purchased plan expire date<br/>\n"
"<code>{{expire-human-time}}</code>: Purchased plan expire human date<br/>\n"
"<code>{{level-name}}</code>: Purchased level name<br/>\n"
msgstr ""
"تگهای قالب <br/>\n"
"<code>{{first-name}}</code>: نام کوچک پرداخت کننده<br/>\n"
"<code>{{last-name}}</code>: نام خانوادگی پرداخت کننده<br/>\n"
"<code>{{payment-amount}}</code>: مقدار پرداخت شده<br/>\n"
"<code>{{payment-gateway}}</code>: درگاه پرداخت<br/>\n"
"<code>{{payment-date}}</code>: تاریخ پرداخت<br/>\n"
"<code>{{name}}</code>: نام کامل پرداخت کننده<br/>\n"
"<code>{{plan-name}}</code>: نام پلن خریداری شده<br/>\n"
"<code>{{plan-days}}</code>: مقدار روزهای پلن خریداری شده<br/>\n"
"<code>{{plan-price}}</code>: هزینه پلن خریداری شده<br/>\n"
"<code>{{expire-date}}</code>: تاریخ پایان پلن<br/>\n"
"<code>{{expire-human-time}}</code>: تاریخ پایان پلن خریداری شده به مقدار مانده<br/>\n"
"<code>{{level-name}}</code>: نام سطح خریداری شده<br/>\n"
#: inc/admin/settings/class-pro-vip-admin-settings.php:369
#@ provip
msgid ""
"Available template tags: <br/>\n"
"<code>{{first-name}}</code>: Paymenter's first name<br/>\n"
"<code>{{last-name}}</code>: Paymenter's last name<br/>\n"
"<code>{{name}}</code>: Paymenter's full name<br/>\n"
"<code>{{payment-amount}}</code>: Payment Amount<br/>\n"
"<code>{{payment-gateway}}</code>: Payment Gateway<br/>\n"
"<code>{{payment-date}}</code>: Payment Date<br/>\n"
"<code>{{file-name}}</code>: Purchased file name<br/>\n"
"<code>{{download-link}}</code>: Purchased file download link<br/>\n"
msgstr ""
"تگهای قالب: <br/>\n"
"<code>{{first-name}}</code>: نام کوچک پرداخت کننده<br/>\n"
"<code>{{last-name}}</code>: نام خانوادگی پرداخت کننده<br/>\n"
"<code>{{name}}</code>: نام کامل پرداخت کننده<br/>\n"
"<code>{{payment-amount}}</code>: مقدار پرداخت شده<br/>\n"
"<code>{{payment-gateway}}</code>: نام درگاه پرداخت<br/>\n"
"<code>{{payment-date}}</code>: تاریخ پرداخت<br/>\n"
"<code>{{file-name}}</code>: نام فایل خریداری شده<br/>\n"
"<code>{{download-link}}</code>: لینک دانلود فایل خریداری شده<br/>\n"
#: inc/email/strings.php:3
#@ provip
msgid ""
"<h2 style='font-size: 25px; font-family: Helvetica, Arial, Tahoma, sans-serif; color: #333333;'>Dear {{name}},</h2>\n"
"\n"
"Thank you for your purchase. Now you're a <strong>{{level-name}}</strong> member."
msgstr ""
"<h2 style='font-size: 25px; font-family: Helvetica, Arial, Tahoma, sans-serif; color: #333333;'>{{name}} عزیز٬</h2>\n"
"\n"
"سپاس از خرید شما. شما حالا کاربر<strong>{{level-name}}</strong> هستید."
#: inc/libs/framework/form/field-types/class-pv-framework-media-field-type.php:21
#@ provip
msgid "Choose Files"
msgstr "انتخاب فایل"
#: inc/libs/framework/panel/class-pv-framework-panel-factory.php:68
#@ provip
msgid "Cheatin’ uh?"
msgstr "کلک میزنی ؟!"
#: inc/views/admin/panel/panel-template.php:87
#@ provip
msgid "Save Changes"
msgstr "ذخیره تنظیمات"
#: inc/views/admin/panel/panel-template.php:88
#@ provip
msgid "Reset Settings"
msgstr "ریست تنظیمات"
#: inc/libs/framework/panel/class-pv-framework-panel-factory.php:88
#@ provip
msgid "Settings saved."
msgstr "تنظیمات ذخیره شدند."
#: inc/libs/framework/panel/class-pv-framework-panel-factory.php:100
#@ provip
msgid "Panel reset."
msgstr "تنظیمات ریست شدند."
#: inc/admin/settings/class-pro-vip-admin-settings.php:447
#: inc/admin/settings/class-pro-vip-admin-settings.php:452
#@ provip
msgid "Filter content metabox in post types"
msgstr "متاباکس فیلتر نوشته در پستتایپهای"
#: inc/admin/tools/class-pro-vip-admin-tools-edit-user.php:61
#@ provip
msgid "User not found"
msgstr "کاربر یافت نشد"
#: inc/views/admin/tools/edit-user/index.php:10
#@ provip
msgid "User ID:"
msgstr "شناسه کاربر:"
#: inc/classes/class-pro-vip-filter-content.php:40
#: inc/classes/class-pro-vip-filter-content.php:95
#@ provip
msgid "To see the post login first."
msgstr "برای مشاهده نوشته ابتدا باید وارد سایت شوید."
#: inc/classes/class-pro-vip-filter-content.php:41
#: inc/classes/class-pro-vip-filter-content.php:100
#, php-format
#@ provip
msgid "Only %s users can see the post."
msgstr "فقط کاربران %s قادر به مشاهده این نوشته هستند."
#: inc/classes/class-pro-vip-filter-content.php:89
#@ provip
msgid "Filter Content"
msgstr "فیلتر نوشته"
#: inc/classes/class-pro-vip-filter-content.php:96
#@ provip
msgid "Login Message"
msgstr "پیام ورود"
#: inc/classes/class-pro-vip-filter-content.php:101
#@ provip
msgid "Restriction Message"
msgstr "پیام عدم دسترسی"
#: inc/views/admin/dashboard/index.php:31
#@ provip
msgid "News"
msgstr "اخبار"
#: inc/views/admin/dashboard/index.php:21
#, php-format
#@ provip
msgid "Pro-VIP wordpress advanced VIP downloads plugin. Plugin created by <a href=\"%s\">WP-Pro Team</a>"
msgstr "پرو وی آی پی افزونه حرفهای مدیریت دانلودهای ویآیپی. افزونه توسط <a href=\"%s\">تیم WP-Pro</a>"
#: inc/admin/payments/class-pro-vip-admin-payments.php:109
#@ provip
msgid "Actions"
msgstr "ویرایش"
#: inc/admin/payments/class-pro-vip-admin-payments.php:367
#@ provip
msgid "Payment Deleted"
msgstr "پرداخت حذف شد."
#: inc/payment/class-pro-vip-payment.php:154
#@ provip
msgid "Trash"
msgstr "سطلزباله"
#: inc/views/admin/files/files-container.php:12
#@ provip
msgid "Items are sortable."
msgstr "آیتمها قابل Sort هستند."
#: inc/admin/class-pro-vip-admin.php:224
#: inc/views/admin/payments/view-payment.php:24
#: templates/shortcodes/receipt.php:28
#: templates/shortcodes/user-payments.php:20
#: templates/shortcodes/user-payments.php:48
#@ provip
msgid "Reference Key"
msgstr "کلید پیگیری"
#: inc/payment/class-pro-vip-payment.php:209
#: inc/views/admin/settings/plans-field.php:22
#: inc/views/admin/settings/plans-field.php:72
#@ provip
msgid "ID"
msgstr "شناسه"
#: inc/views/admin/payments/view-payment.php:100
#@ provip
msgid "Custom Values"
msgstr "مقادیر دلخواه"
#: inc/payment/class-pro-vip-payment.php:214
#@ provip
msgid "Plan Data"
msgstr "اطلاعات پلن"
#: inc/admin/payments/class-pro-vip-admin-payments.php:258
#@ provip
msgid "Delete"
msgstr "حذف"
#: inc/admin/payments/class-pro-vip-admin-payments.php:262
#@ provip
msgid "View"
msgstr "مشاهده"
#: inc/admin/settings/class-pro-vip-admin-settings.php:308
#@ provip
msgid "User's Payments"
msgstr "پرداختهای کاربر"
#: templates/shortcodes/user-payments.php:7
#@ provip
msgid "No payment"
msgstr "پرداختی وجود ندارد."
#: inc/admin/settings/class-pro-vip-admin-settings.php:303
#@ provip
msgid "Failed Payment Page"
msgstr "صفحه پرداخت ناموفق"
#: inc/admin/settings/class-pro-vip-admin-settings.php:307
#@ provip
msgid "The [pv-user-payments] short code should be on this page."
msgstr "کد میانبر [pv-user-payments] باید در این صفحه باشد."
#: inc/admin/settings/class-pro-vip-admin-settings.php:451
#: inc/functions.php:200
#@ default
#@ provip
msgid "You have to login first.<br/>[pv-login-form]"
msgstr "ابتدا باید وارد سایت شوید. <br/> [pv-login-form]"
#: templates/shortcodes/user-plan.php:8
#, php-format
#@ default
msgid "You're not a %s member. "
msgstr ""
#: inc/admin/files/class-pro-vip-admin-files.php:32
#@ provip
msgid "Pro-VIP"
msgstr "پرو-ویآیپی"
#: templates/content-single-download.php:12
#@ provip
msgid "Download Files"
msgstr "دانلود فایلها"
#: templates/content-single-download.php:22
#@ provip
msgid "Download"
msgstr "دانلود"
#: inc/admin/settings/class-pro-vip-admin-settings.php:196
#@ provip
msgid "SMS"
msgstr "اساماس"
#: inc/admin/settings/class-pro-vip-admin-settings.php:202
#, php-format
#@ default
msgid "<a href=\"%s\">WordPress SMS</a> Plugin is not installed."
msgstr ""
#: inc/admin/settings/class-pro-vip-admin-settings.php:460
#@ provip
msgid "API"
msgstr "ایپیآی"
#: inc/admin/settings/class-pro-vip-admin-settings.php:468
#@ provip
msgid "Enable API"
msgstr "فعال کردن ایپیآی"
#: inc/admin/settings/class-pro-vip-admin-settings.php:473
#@ provip
msgid "User Authentication API"
msgstr "ایپیآی اعتبار سنجی کاربر"
#: inc/admin/settings/class-pro-vip-admin-settings.php:479
#@ provip
msgid "API Key"
msgstr "کلید ایپیآی"
#: inc/api/class-pv-api-authentication.php:57
#@ provip
msgid "User not defined."
msgstr "کاربر تعریف نشده است."
#: inc/api/class-pv-api-authentication.php:73
#@ provip
msgid "Empty level"
msgstr "سطح تعریف نشده است."
#: inc/api/class-pv-api-authentication.php:86
#@ provip
msgid "User is not in the VIP level."
msgstr "کاربر دارای سطح ویآیپی نیست."
#: inc/api/class-pv-api-json-handler.php:69
#@ provip
msgid "JSONP support is disabled on this site"
msgstr "این سرور از JSONP پشتیبانی نمی کند."
#: inc/api/class-pv-api-json-handler.php:82
#@ provip
msgid "The JSONP callback function is invalid"
msgstr "تابع callback برای JSONP صحیح نمیباشد."
#: inc/api/class-pv-api-server.php:156
#@ provip
msgid "API Key is missing."
msgstr "کلید ایپیآی تعریف نشده است."
#: inc/api/class-pv-api-server.php:161
#@ provip
msgid "Invalid API Key."
msgstr "کلید ایپیآی صحیح نیست."
#: inc/api/class-pv-api-server.php:329
#@ provip
msgid "Unsupported request method"
msgstr "متد درخواست شده پشتیبانی نمیشود"
#: inc/api/class-pv-api-server.php:348
#@ provip
msgid "The handler for the route is invalid"
msgstr "handler برای این route صحیح نیست"
#: inc/api/class-pv-api-server.php:385
#@ provip
msgid "No route was found matching the URL and request method"
msgstr "route ای برای این آدرس و متد تعریف نشده است."
#: inc/api/class-pv-api-server.php:442
#, php-format
#@ provip
msgid "Missing parameter %s"
msgstr "پارامتر %s تعریف نشده است"
#: inc/admin/settings/class-pro-vip-admin-settings.php:210
#@ provip
msgid "SMS on file purchase"
msgstr "اساماس هنگام خرید فایل"
#: inc/admin/settings/class-pro-vip-admin-settings.php:214
#@ provip
msgid "File purchase text"
msgstr "متن خرید فایل"
#: inc/admin/settings/class-pro-vip-admin-settings.php:215
#: inc/admin/settings/class-pro-vip-admin-settings.php:227
#: inc/sms/class-pro-vip-sms-actions.php:43
#: inc/sms/class-pro-vip-sms-actions.php:48
#@ provip
msgid ""
"Dear member {{name}}\n"
"Your purchase was successful.\n"
"{{site-name}}"
msgstr ""
"کاربر گرامی {{name}}\n"
"خرید شما موفقیت آمیز بود.\n"
"{{site-name}}"
#: inc/admin/settings/class-pro-vip-admin-settings.php:223
#@ provip
msgid "SMS on plan purchase"
msgstr "اساماس هنگام خرید پلن"
#: inc/admin/settings/class-pro-vip-admin-settings.php:226
#@ provip
msgid "Plan purchase text"
msgstr "متن خرید پلن"
#: inc/sms/class-pro-vip-sms-actions.php:83
#@ provip
msgid "Phone"
msgstr "شماره موبایل"
#: inc/sms/class-pro-vip-sms.php:21
#, php-format
#@ provip
msgid "<a href=\"%s\">WP SMS</a> plugin is not installed. to use sms feature install this plugin."
msgstr "افزونه <a href=\"%s\">WP SMS</a> نصب نشده است. برای استفاده از قابلیت اساماس ابتدا این افزونه را نصب کنید."
#: inc/admin/settings/class-pro-vip-admin-settings.php:384
#@ provip
msgid "<h3>Custom Payment</h3>"
msgstr "<h3>پرداخت دلخواه</h3>"
#: inc/admin/settings/class-pro-vip-admin-settings.php:389
#@ provip
msgid "Custom Payment Subject"
msgstr "موضوع پرداخت دلخواه"
#: inc/admin/settings/class-pro-vip-admin-settings.php:390
#: inc/classes/class-pv-custom-payment.php:82
#@ provip
msgid "Successful Payment"
msgstr "پرداخت موفقیتآمیز"
#: inc/admin/settings/class-pro-vip-admin-settings.php:394
#@ provip
msgid "Custom Payment Receipt"
msgstr "متن پرداخت دلخواه"
#: inc/admin/settings/class-pro-vip-admin-settings.php:396
#@ provip
msgid ""
"Available template tags: <br/>\n"
"<code>{{first-name}}</code>: Paymenter's first name<br/>\n"
"<code>{{last-name}}</code>: Paymenter's last name<br/>\n"
"<code>{{name}}</code>: Paymenter's full name<br/>\n"
"<code>{{payment-amount}}</code>: Payment Amount<br/>\n"
"<code>{{payment-gateway}}</code>: Payment Gateway<br/>\n"
"<code>{{payment-date}}</code>: Payment Date<br/>\n"
msgstr ""
"تگهای در دسترس: <br/>\n"
"<code>{{first-name}}</code>: نام کوچک پرداخت کننده<br/>\n"
"<code>{{last-name}}</code>: نام خانوادگی پرداخت کننده<br/>\n"
"<code>{{name}}</code>: نام کامل پرداختکننده<br/>\n"
"<code>{{payment-amount}}</code>: مقدار پرداخت شده<br/>\n"
"<code>{{payment-gateway}}</code>: درگاه پرداخت<br/>\n"
"<code>{{payment-date}}</code>: تاریخ پرداخت<br/>\n"
#: inc/classes/class-pv-custom-payment.php:33
#@ provip
msgid "You need to login first."
msgstr "ابتدا باید وارد سایت شوید."
#: inc/classes/class-pv-custom-payment.php:41
#@ provip
msgid "Enter a valid payment amount."
msgstr "لطفا یک عدد صحیح برای مقدار پرداخت وارد کنید."
#: inc/email/strings.php:10
#@ provip
msgid ""
"<h2 style='font-size: 25px; font-family: Helvetica, Arial, Tahoma, sans-serif; color: #333333;'>Dear {{name}},</h2>\n"
"\n"
"Your payment was successful."
msgstr ""
"<h2 style='font-size: 25px; font-family: Helvetica, Arial, Tahoma, sans-serif; color: #333333;'>{{name}} عزیز,</h2>\n"
"\n"
"پرداخت شما موفقیت آمیز بود."
#: inc/views/admin/payments/view-payment.php:90
#@ provip
msgid "Payment Type"
msgstr "نوع پرداخت"
#: templates/shortcodes/payment-form.php:82
#@ provip
msgid "Pay"
msgstr "پرداخت"
#: inc/admin/settings/class-pro-vip-admin-settings.php:488
#@ provip
msgid "Guest Purchase"
msgstr "خرید میهمان"
#: inc/admin/settings/class-pro-vip-admin-settings.php:495
#@ provip
msgid "Enable single file guest purchase"
msgstr "فعال کردن خرید فایل برای میهمان"
#: inc/admin/settings/class-pro-vip-admin-settings.php:499
#@ provip
msgid "Download Time (in hours)"
msgstr "زمان دانلود (به ساعت)"
#: inc/classes/class-pv-single-file-purchase.php:139
#@ provip
msgid "File Not Found!"
msgstr "فایل یافت نشد!"
#: inc/frontend/class-pro-vip-template.php:163
#@ provip
msgid "This field is required."
msgstr "تکمیل این فیلد اجباری است."
#: inc/frontend/class-pro-vip-template.php:164
#@ provip
msgid "Please enter a valid email address."
msgstr "لطفا یک آدرس ایمیل صحیح وارد کنید." |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/product-lister-amazon/translation_file/languages/ced-amazon-lister-en_US.po | msgid ""
msgstr ""
"Project-Id-Version: Amazon Product Lister 1.0.0\n"
"POT-Creation-Date: 2017-04-26 17:24+0530\n"
"PO-Revision-Date: 2017-04-26 17:25+0530\n"
"Last-Translator: \n"
"Language-Team: CedCommerce <[email protected]>\n"
"Language: English\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"
"X-Poedit-KeywordsList: __;_e\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/class-ced-umb-admin.php:182
msgid "Order Details"
msgstr ""
#: admin/class-ced-umb-admin.php:186
msgid "Order ID:"
msgstr ""
#: admin/class-ced-umb-admin.php:194
msgid "Order Date:"
msgstr ""
#: admin/class-ced-umb-admin.php:202
msgid "Order Status:"
msgstr ""
#: admin/class-ced-umb-admin.php:210
msgid "Buyer Name:"
msgstr ""
#: admin/class-ced-umb-admin.php:218
msgid "Buyer Email:"
msgstr ""
#: admin/class-ced-umb-admin.php:226
msgid "Order Total:"
msgstr ""
#: admin/class-ced-umb-admin.php:234
msgid "Shipping Details"
msgstr ""
#: admin/class-ced-umb-admin.php:236
msgid "Shipping Address"
msgstr ""
#: admin/class-ced-umb-admin.php:240
msgid "Name:"
msgstr ""
#: admin/class-ced-umb-admin.php:248
msgid "Address 1:"
msgstr ""
#: admin/class-ced-umb-admin.php:256
msgid "Address 2:"
msgstr ""
#: admin/class-ced-umb-admin.php:264
msgid "City"
msgstr ""
#: admin/class-ced-umb-admin.php:272
msgid "County"
msgstr ""
#: admin/class-ced-umb-admin.php:280
msgid "District:"
msgstr ""
#: admin/class-ced-umb-admin.php:288
msgid "State:"
msgstr ""
#: admin/class-ced-umb-admin.php:296
msgid "Postcode:"
msgstr ""
#: admin/class-ced-umb-admin.php:304
msgid "Country:"
msgstr ""
#: admin/class-ced-umb-admin.php:312
msgid "Phone Number:"
msgstr ""
#: admin/class-ced-umb-admin.php:319
msgid "Shipping Service"
msgstr ""
#: admin/class-ced-umb-admin.php:321
msgid "Item Details"
msgstr ""
#: admin/class-ced-umb-admin.php:384 admin/helper/class-product-fields.php:163
#: admin/helper/class-ced-umb-import-products.php:63
msgid "ASIN"
msgstr ""
#: admin/class-ced-umb-admin.php:385
msgid "Title"
msgstr ""
#: admin/class-ced-umb-admin.php:386
msgid "Quantity"
msgstr ""
#: admin/class-ced-umb-admin.php:387
#: admin/helper/class-ced-umb-import-products.php:64
msgid "Price"
msgstr ""
#: admin/class-ced-umb-admin.php:388
msgid "Shipping"
msgstr ""
#: admin/class-ced-umb-admin.php:464
msgid "Profile not selected"
msgstr ""
#: admin/class-ced-umb-admin.php:502 admin/class-ced-umb-admin.php:641
msgid "success"
msgstr ""
#: admin/class-ced-umb-admin.php:644
msgid "fail"
msgstr ""
#: admin/pages/orders.php:29 admin/helper/class-feed-manager.php:122
#: admin/helper/class-feed-manager.php:140
msgid "An unexpected error occured, please try again!"
msgstr ""
#: admin/pages/orders.php:35 admin/helper/class-feed-manager.php:128
msgid ""
"Class missing to perform operation, please check if extension configured "
"successfully!"
msgstr ""
#: admin/pages/orders.php:41 admin/helper/class-feed-manager.php:134
msgid "Please check if selected marketplace is active!"
msgstr ""
#: admin/pages/orders.php:67
msgid "Manage Orders"
msgstr ""
#: admin/pages/import-products.php:39
msgid "Product Report Request List Submitted"
msgstr ""
#: admin/pages/import-products.php:93
msgid "Products fetched successfully"
msgstr ""
#: admin/pages/import-products.php:100
msgid "Report is still in process"
msgstr ""
#: admin/pages/import-products.php:113
msgid "Select"
msgstr ""
#: admin/pages/import-products.php:114
msgid "List All"
msgstr ""
#: admin/pages/import-products.php:115
msgid "Active List"
msgstr ""
#: admin/pages/import-products.php:116
msgid "Inactive List"
msgstr ""
#: admin/pages/import-products.php:118
msgid "Request List"
msgstr ""
#: admin/pages/import-products.php:119
msgid "List Requested Products"
msgstr ""
#: admin/pages/profile.php:20 admin/helper/class-menu-page-manager.php:65
#: admin/helper/class-ced-umb-product-listing.php:88
#: admin/helper/class-ced-umb-product-listing.php:332
msgid "Profile"
msgstr ""
#: admin/pages/profile.php:21 admin/pages/profile.php:210
msgid "Profiles"
msgstr ""
#: admin/pages/profile.php:63
msgid "No profiles avaliable."
msgstr ""
#: admin/pages/profile.php:80 marketplaces/amazon/class-amazon.php:595
msgid "Enable"
msgstr ""
#: admin/pages/profile.php:83
msgid "Disable"
msgstr ""
#: admin/pages/profile.php:115
#: admin/helper/class-ced-umb-sku-generator.php:423
#: admin/helper/class-ced-umb-profile-listing.php:191
#: admin/helper/class-ced-umb-product-listing.php:331
msgid "Edit"
msgstr ""
#: admin/pages/profile.php:116 admin/pages/fileStatus.php:115
msgid "Delete"
msgstr ""
#: admin/pages/profile.php:130 admin/helper/class-ced-umb-sku-generator.php:79
#: admin/helper/class-ced-umb-profile-listing.php:78
#: admin/helper/class-ced-umb-import-products.php:60
#: admin/helper/class-ced-umb-product-listing.php:87
msgid "Name"
msgstr ""
#: admin/pages/profile.php:131 admin/helper/class-ced-umb-order-listing.php:67
#: admin/helper/class-ced-umb-profile-listing.php:80
msgid "Status"
msgstr ""
#: admin/pages/profile.php:211
msgid "Add Profile"
msgstr ""
#: admin/pages/profile.php:264
msgid "Profile Deleted Successfully."
msgstr ""
#: admin/pages/profile.php:270 admin/pages/profile.php:303
#: admin/pages/profile.php:335 admin/pages/profile.php:367
#: admin/pages/fileStatus.php:270 admin/pages/fileStatus.php:306
msgid "Some Error Encountered."
msgstr ""
#: admin/pages/profile.php:297
msgid "Profiles Deleted Successfully."
msgstr ""
#: admin/pages/profile.php:329
msgid "Profiles Enable Successfully."
msgstr ""
#: admin/pages/profile.php:361
msgid "Profiles Disable Successfully."
msgstr ""
#: admin/pages/auto_acknowledge.php:15
msgid "Amazon Data"
msgstr ""
#: admin/pages/auto_acknowledge.php:16
msgid "Remaining information will be uploaded on amazon ."
msgstr ""
#: admin/pages/auto_acknowledge.php:22
msgid ""
"Click to upload data on amazon(please make sure got sucess in product upload "
"feed)"
msgstr ""
#: admin/pages/auto_acknowledge.php:28
msgid "Click"
msgstr ""
#: admin/pages/sku-generator.php:29
msgid "Settings Saved Successfully"
msgstr ""
#: admin/pages/sku-generator.php:49
msgid "SKU Prefix"
msgstr ""
#: admin/pages/sku-generator.php:60
msgid "Simple Product"
msgstr ""
#: admin/pages/sku-generator.php:65
msgid "First letter of every word"
msgstr ""
#: admin/pages/sku-generator.php:66
msgid "First two letter of every word"
msgstr ""
#: admin/pages/sku-generator.php:75
msgid "Save changes"
msgstr ""
#: admin/pages/category_mapping.php:29
msgid "This process is not required for currently activated marketplaces."
msgstr ""
#: admin/pages/category_mapping.php:36 admin/pages/fileStatus.php:340
#: admin/pages/manage_products.php:201 admin/pages/tools.php:111
#: admin/helper/class-ced-umb-order-listing.php:86
msgid "<h3>Please validate Amazon marketplace first.</h3>"
msgstr ""
#: admin/pages/fileStatus.php:22
msgid "Activity feed"
msgstr ""
#: admin/pages/fileStatus.php:23
msgid "Activity feeds"
msgstr ""
#: admin/pages/fileStatus.php:64
msgid "No feeds avaliable."
msgstr ""
#: admin/pages/fileStatus.php:114
msgid "View Details"
msgstr ""
#: admin/pages/fileStatus.php:129
msgid "Feed ID"
msgstr ""
#: admin/pages/fileStatus.php:130
msgid "Feed Date & Time"
msgstr ""
#: admin/pages/fileStatus.php:211 admin/helper/class-menu-page-manager.php:67
msgid "Feed Status"
msgstr ""
#: admin/pages/fileStatus.php:250 admin/pages/manage_products.php:22
#: admin/partials/profile-view.php:36
msgid "Go Back"
msgstr ""
#: admin/pages/fileStatus.php:264
msgid "Feed Deleted Successfully."
msgstr ""
#: admin/pages/fileStatus.php:300
msgid "Feeds Deleted Successfully."
msgstr ""
#: admin/pages/fileStatus.php:318
msgid "Select atleast one entry."
msgstr ""
#: admin/pages/manage_products.php:55
msgid "Please select the bulk actions to perform action!"
msgstr ""
#: admin/pages/manage_products.php:62
msgid "Any marketplace is not activated!"
msgstr ""
#: admin/pages/manage_products.php:69
msgid "Please select products to perform bulk action!"
msgstr ""
#: admin/pages/manage_products.php:91
msgid "Unexpected error encountered, please try again!"
msgstr ""
#: admin/pages/manage_products.php:129
#: admin/helper/class-menu-page-manager.php:66
msgid "Manage Products"
msgstr ""
#: admin/pages/manage_products.php:144
msgid "Published"
msgstr ""
#: admin/pages/manage_products.php:145
msgid "Not Uploaded"
msgstr ""
#: admin/pages/manage_products.php:173
msgid "Product Category"
msgstr ""
#: admin/pages/manage_products.php:182
msgid "Filter"
msgstr ""
#: admin/pages/header.php:26
msgid "Configuration details of "
msgstr ""
#: admin/pages/tools.php:50 admin/helper/class-menu-page-manager.php:69
msgid "Tools"
msgstr ""
#: admin/pages/tools.php:59
msgid "Table"
msgstr ""
#: admin/pages/tools.php:60
msgid "SKU Generator Settings"
msgstr ""
#: admin/pages/tools.php:61
msgid "Import Products"
msgstr ""
#: admin/pages/tools.php:72
msgid "SKU Generator & Competitive Pricing"
msgstr ""
#: admin/pages/tools.php:84
msgid "Search Products"
msgstr ""
#: admin/pages/marketplaces.php:28 admin/helper/class-menu-page-manager.php:63
msgid "Configuration"
msgstr ""
#: admin/pages/marketplaces.php:54
msgid "Update"
msgstr ""
#: admin/pages/marketplaces.php:56
msgid "Validate"
msgstr ""
#: admin/partials/umb_product_fields.php:19
msgid "Required Fields"
msgstr ""
#: admin/partials/umb_product_fields.php:43
msgid "Amazon Subcategory"
msgstr ""
#: admin/partials/umb_product_fields.php:97
msgid "Framework Specific Fields"
msgstr ""
#: admin/partials/umb_product_fields.php:135
msgid "Extra Fields"
msgstr ""
#: admin/partials/profile-view.php:54
msgid ""
"1. Use \"Select Product And Corresponding MetaKeys\" section to select the "
"metakeys of product you consider can be useful in mapping. This step is not "
"always necessary. If you have done it before, you can skip it for the next "
"time you create a profile."
msgstr ""
#: admin/partials/profile-view.php:55
msgid ""
"2. Under \"Profile Information\" section's \"BASIC\" tab, you have option to "
"setup basic information for your profile. Here you can give your profile a "
"name and enable/disable it."
msgstr ""
#: admin/partials/profile-view.php:56
msgid ""
"3. Under \"Profile Information\" section's \"ADVANCE\" tab, you have option "
"to select marketplaces category, for which you want to create profile for. "
"As soon as you select marketplace category, you are good to go to next "
"sections. Sections below \"Profile Information\" are marketplace specific "
"and depends upon the selected category of marketplace."
msgstr ""
#: admin/partials/profile-view.php:57
msgid ""
"4. You can break done the steps of completing a profile in chunks by using "
"unique save button provided in each section. At the same time, you can fill "
"all data in one shot and press the final save button to complete profile in "
"single step."
msgstr ""
#: admin/partials/profile-view.php:58
msgid "5. If you have read above instructions carefully, you are good to go."
msgstr ""
#: admin/partials/profile-view.php:90
msgid "Select Product And Corresponding MetaKeys"
msgstr ""
#: admin/partials/profile-view.php:96
msgid "Type Product Name Here"
msgstr ""
#: admin/partials/profile-view.php:99
msgid "Product Name"
msgstr ""
#: admin/partials/profile-view.php:108
msgid "Save Meta Keys"
msgstr ""
#: admin/partials/profile-view.php:116
msgid "Profile Information"
msgstr ""
#: admin/partials/profile-view.php:121
msgid "Basic"
msgstr ""
#: admin/partials/profile-view.php:122
msgid "Advance"
msgstr ""
#: admin/partials/profile-view.php:135
msgid "Profile Name"
msgstr ""
#: admin/partials/profile-view.php:136
msgid "Give a name to your profile here."
msgstr ""
#: admin/partials/profile-view.php:142 admin/partials/profile-view.php:190
#: marketplaces/amazon/class-amazon.php:904
#: marketplaces/amazon/class-amazon.php:956
#: marketplaces/amazon/class-amazon.php:991
#: marketplaces/amazon/class-amazon.php:1026
#: marketplaces/amazon/class-amazon.php:1054
#: marketplaces/amazon/class-amazon.php:1068
#: marketplaces/amazon/class-amazon.php:1111
#: marketplaces/amazon/class-amazon.php:1171
#: marketplaces/amazon/class-amazon.php:1237
#: marketplaces/amazon/class-amazon.php:1282
msgid "[ Required ]"
msgstr ""
#: admin/partials/profile-view.php:148 admin/partials/profile-view.php:155
msgid "Enable Profile"
msgstr ""
#: admin/partials/profile-view.php:167
msgid "Something went wrong please try again later!"
msgstr ""
#: admin/partials/profile-view.php:274
msgid "Save Profile"
msgstr ""
#: admin/partials/save-profile-view-data.php:23
msgid "Profile Name is Required."
msgstr ""
#: admin/partials/save-profile-view-data.php:53
msgid "Profile Updated Successfully."
msgstr ""
#: admin/partials/save-profile-view-data.php:67
msgid "Profile Created Successfully."
msgstr ""
#: admin/partials/html-profile.php:6
msgid "Select profile for this product"
msgstr ""
#: admin/partials/html-profile.php:7
msgid "Available Profile"
msgstr ""
#: admin/partials/html-profile.php:15
msgid "select"
msgstr ""
#: admin/partials/html-profile.php:28
msgid "Save profile"
msgstr ""
#: admin/partials/html-profile.php:32
msgid ""
"No any profile available to assign, please create and enable profile and "
"came back to assing!"
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:63
msgid "There are "
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:63
msgid " items in your queue to upload."
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:66
msgid "Delete Queue After Uplaod."
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:69
#: admin/helper/class-ced-umb-product-listing.php:109
msgid "Upload"
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:117
msgid "Once every 6 minutes"
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:122
msgid "Once every 10 minutes"
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:127
msgid "Once every 15 minutes"
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:132
msgid "Once every 30 minutes"
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:201
msgid "No Matches Found"
msgstr ""
#: admin/helper/class-product-fields.php:65
#: marketplaces/amazon/partials/ced-umb-cat-mapping.php:22
msgid "Amazon"
msgstr ""
#: admin/helper/class-product-fields.php:160
msgid "Identifier Type"
msgstr ""
#: admin/helper/class-product-fields.php:162
#: admin/helper/class-product-fields.php:476
msgid "--select--"
msgstr ""
#: admin/helper/class-product-fields.php:164
msgid "UPC"
msgstr ""
#: admin/helper/class-product-fields.php:165
msgid "EAN"
msgstr ""
#: admin/helper/class-product-fields.php:166
msgid "ISBN-10"
msgstr ""
#: admin/helper/class-product-fields.php:167
msgid "ISBN-13"
msgstr ""
#: admin/helper/class-product-fields.php:168
msgid "GTIN-14"
msgstr ""
#: admin/helper/class-product-fields.php:171
msgid ""
"Unique identifier type your product must have to list on marketplaces. Note: "
"for Amazon please select UPC only and if you want to select ISBN then please "
"insert it into manufacturer part number field below."
msgstr ""
#: admin/helper/class-product-fields.php:179
msgid "Identifier Value"
msgstr ""
#: admin/helper/class-product-fields.php:181
msgid "Identifier value, for the selected \"Identifier Type\" above."
msgstr ""
#: admin/helper/class-product-fields.php:189
msgid "Product Brand"
msgstr ""
#: admin/helper/class-product-fields.php:191
msgid "Product brand for sending on marketplaces."
msgstr ""
#: admin/helper/class-product-fields.php:199
msgid "Product Manufacturer"
msgstr ""
#: admin/helper/class-product-fields.php:201
msgid "Manufacturer of the product."
msgstr ""
#: admin/helper/class-product-fields.php:209
msgid "Manufacturer Part Number"
msgstr ""
#: admin/helper/class-product-fields.php:211
msgid ""
"Manufacturer defined unique identifier for an item. An alphanumeric string, "
"max 20 characters including space."
msgstr ""
#: admin/helper/class-product-fields.php:219
msgid "Packs Or Sets"
msgstr ""
#: admin/helper/class-product-fields.php:221
msgid "Identify the package count of this product."
msgstr ""
#: admin/helper/class-product-fields.php:236
msgid "Marketplace Product Price"
msgstr ""
#: admin/helper/class-product-fields.php:238
msgid "Product price you want to send to the marketplaces."
msgstr ""
#: admin/helper/class-product-fields.php:247
msgid "Marketplace Product Stock"
msgstr ""
#: admin/helper/class-product-fields.php:249
msgid "Number of product quantity you want to send on marketplaces."
msgstr ""
#: admin/helper/class-product-fields.php:258
msgid "Country Of Origin"
msgstr ""
#: admin/helper/class-product-fields.php:260
msgid "The country that the item was manufactured in."
msgstr ""
#: admin/helper/class-product-fields.php:268
msgid "Prop 65"
msgstr ""
#: admin/helper/class-product-fields.php:270
msgid ""
"Check this if your product is subject to Proposition 65 rules and regulations"
"\r\n"
"\t\t\t\t\t\t\t\tProposition 65 requires merchants to provide California "
"consumers with special warnings for products\r\n"
"\t\t\t\t\t\t\t\tthat contain chemicals known to cause cancer, birth defects, "
"or other reproductive harm, if those products\r\n"
"\t\t\t\t\t\t\t\texpose consumers to such materials above certain threshold "
"levels.."
msgstr ""
#: admin/helper/class-product-fields.php:281
msgid "CPSIA cautionary Statements"
msgstr ""
#: admin/helper/class-product-fields.php:283
msgid "no warning applicable"
msgstr ""
#: admin/helper/class-product-fields.php:284
msgid "choking hazard small parts"
msgstr ""
#: admin/helper/class-product-fields.php:285
msgid "choking hazard is a small ball"
msgstr ""
#: admin/helper/class-product-fields.php:286
msgid "choking hazard is a marble"
msgstr ""
#: admin/helper/class-product-fields.php:287
msgid "choking hazard contains a small ball"
msgstr ""
#: admin/helper/class-product-fields.php:288
msgid "choking hazard contains a marble"
msgstr ""
#: admin/helper/class-product-fields.php:289
msgid "choking hazard balloon"
msgstr ""
#: admin/helper/class-product-fields.php:292
msgid ""
"Use this field to indicate if a cautionary statement relating to the choking "
"hazards of children's\r\n"
"\t\t\t\t\t\t\t\ttoys and games applies to your product. These cautionary "
"statements are defined in Section 24 of the Federal Hazardous\r\n"
"\t\t\t\t\t\t\t\tSubstances Act and Section 105 of the Consumer Product "
"Safety Improvement Act of 2008. They must be displayed on the\r\n"
"\t\t\t\t\t\t\t\tproduct packaging and in certain online and catalog "
"advertisements."
msgstr ""
#: admin/helper/class-product-fields.php:303
msgid "Safety Warning"
msgstr ""
#: admin/helper/class-product-fields.php:305
msgid "If applicable, use to supply any associated warnings for your product."
msgstr ""
#: admin/helper/class-product-fields.php:313
msgid "Manufacturer's Suggested Retail Price"
msgstr ""
#: admin/helper/class-product-fields.php:315
msgid ""
"The manufacturer's suggested retail price or list price for the product."
msgstr ""
#: admin/helper/class-product-fields.php:324
msgid "Minimum advertised price"
msgstr ""
#: admin/helper/class-product-fields.php:326
msgid ""
"The default Minimum advertised price for the United States. If the Selling "
"Price is below the defined MAP, the website will ask customer to add item to "
"shopping cart to see the item's price. If you want to remove MAP, input "
"�0.00� or �0� in this field. If null, no change to current setting. \r\n"
"N ."
msgstr ""
#: admin/helper/class-product-fields.php:336
msgid "Bullet 1"
msgstr ""
#: admin/helper/class-product-fields.php:338
#: admin/helper/class-product-fields.php:348
#: admin/helper/class-product-fields.php:358
#: admin/helper/class-product-fields.php:368
#: admin/helper/class-product-fields.php:378
msgid "bullet points of this product."
msgstr ""
#: admin/helper/class-product-fields.php:346
msgid "Bullet 2"
msgstr ""
#: admin/helper/class-product-fields.php:356
msgid "Bullet 3"
msgstr ""
#: admin/helper/class-product-fields.php:366
msgid "Bullet 4"
msgstr ""
#: admin/helper/class-product-fields.php:376
msgid "Bullet 5"
msgstr ""
#: admin/helper/class-product-fields.php:386
msgid "Over 18 Age Verification"
msgstr ""
#: admin/helper/class-product-fields.php:388
msgid ""
"Used if the product contains graphics or adult content that is inappropriate "
"for person under 18 years old."
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:78
#: admin/helper/class-ced-umb-product-listing.php:86
msgid "Image"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:81
msgid "Current SKU"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:82
msgid "New SKU"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:83
#: admin/helper/class-ced-umb-sku-generator.php:101
msgid "Lowest Price"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:84
msgid "Competitive Pricing"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:85
msgid "Buy Box"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:99
msgid "Generate SKU"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:100
msgid "Get Competitve Price"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:144
msgid "SKU Generated Succcessfully: "
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:204
msgid "Competitive Price has been updated"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:423
#: admin/helper/class-ced-umb-product-listing.php:331
msgid "Edit this item"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:484
#: admin/helper/class-ced-umb-product-listing.php:394
#, php-format
msgid "“%s” (Edit)"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:505
#: admin/helper/class-ced-umb-product-listing.php:415
#, php-format
msgid "%s is currently editing"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:631
msgid "No Lowest Price"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:645
msgid "No Buy Box Price"
msgstr ""
#: admin/helper/class-ced-umb-sku-generator.php:656
msgid "No Competitive Price"
msgstr ""
#: admin/helper/class-ced-umb-order-listing.php:63
msgid "Order ID"
msgstr ""
#: admin/helper/class-ced-umb-order-listing.php:64
msgid "Purchase Date"
msgstr ""
#: admin/helper/class-ced-umb-order-listing.php:65
msgid "Total"
msgstr ""
#: admin/helper/class-ced-umb-order-listing.php:66
msgid "Payment Method"
msgstr ""
#: admin/helper/class-ced-umb-order-listing.php:68
msgid "Buyer"
msgstr ""
#: admin/helper/class-ced-umb-order-listing.php:92
#: admin/helper/class-ced-umb-profile-listing.php:79
msgid "Marketplace"
msgstr ""
#: admin/helper/class-ced-umb-order-listing.php:98
msgid "Fetch Orders"
msgstr ""
#: admin/helper/class-ced-umb-order-listing.php:169
msgid "Details"
msgstr ""
#: admin/helper/class-ced-umb-profile-listing.php:81
msgid "Action"
msgstr ""
#: admin/helper/class-ced-umb-profile-listing.php:150
#: admin/helper/class-ced-umb-profile-listing.php:153
msgid "No profile found!"
msgstr ""
#: admin/helper/class-menu-page-manager.php:62
msgid "manage_woocommerce"
msgstr ""
#: admin/helper/class-menu-page-manager.php:63
msgid "Marketplaces"
msgstr ""
#: admin/helper/class-menu-page-manager.php:64
msgid "Category Mapping"
msgstr ""
#: admin/helper/class-menu-page-manager.php:68
msgid "Orders"
msgstr ""
#: admin/helper/class-menu-page-manager.php:70
msgid "Send data"
msgstr ""
#: admin/helper/class-ced-umb-import-products.php:62
msgid "SKU"
msgstr ""
#: admin/helper/class-ced-umb-import-products.php:86
msgid "Price not set"
msgstr ""
#: admin/helper/class-ced-umb-import-products.php:101
msgid "Import Product"
msgstr ""
#: admin/helper/class-ced-umb-import-products.php:206
msgid "Product imported Successfully"
msgstr ""
#: admin/helper/class-ced-umb-import-products.php:215
msgid "You can only import 5 products at a time"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:89
msgid "Selling Price"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:90
msgid "Inventory"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:92
msgid "Ready To Upload"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:117
msgid "Select bulk action"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:119
msgid "Bulk Actions"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:129
msgid "Apply"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:332
msgid "Assign profile to this item"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:513
#: admin/helper/class-ced-umb-product-listing.php:518
msgid "Not Assigned"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:551
msgid "Ready"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:553
msgid "Missing Listing Data"
msgstr ""
#: admin/helper/class-feed-manager.php:68
msgid ""
"either bulk-action/marketplace/products missing for performing the bulk "
"action, please try again!"
msgstr ""
#: admin/helper/class-feed-manager.php:94
msgid ""
"either marketplace or products missing for performing the product upload, "
"please try again!"
msgstr ""
#: includes/ced_umb_amazon_core_functions.php:40
msgid "Meta Field Key"
msgstr ""
#: includes/ced_umb_amazon_core_functions.php:41
msgid "Meta Field Value"
msgstr ""
#: includes/ced_umb_amazon_core_functions.php:112
msgid "-- select --"
msgstr ""
#: includes/ced_umb_amazon_core_functions.php:321
#, php-format
msgid ""
"amazon product lister requires WooCommerce to be installed and active. You "
"can download %s here."
msgstr ""
#: marketplaces/amazon/class-amazon.php:216
msgid "No Category Selected Yet!"
msgstr ""
#: marketplaces/amazon/class-amazon.php:595
msgid "Disbale"
msgstr ""
#: marketplaces/amazon/class-amazon.php:596
msgid "Validated"
msgstr ""
#: marketplaces/amazon/class-amazon.php:596
msgid "Need Validation"
msgstr ""
#: marketplaces/amazon/class-amazon.php:628
msgid "Amazon MWS Endpoint"
msgstr ""
#: marketplaces/amazon/class-amazon.php:633
msgid "MarketPlace Id"
msgstr ""
#: marketplaces/amazon/class-amazon.php:638
msgid "Merchant Id"
msgstr ""
#: marketplaces/amazon/class-amazon.php:643
msgid "Amazon Key"
msgstr ""
#: marketplaces/amazon/class-amazon.php:648
msgid "Secret Key"
msgstr ""
#: marketplaces/amazon/class-amazon.php:654
msgid "Amazon Auth Token"
msgstr ""
#: marketplaces/amazon/class-amazon.php:697
msgid "Credentials saved successfully"
msgstr ""
#: marketplaces/amazon/class-amazon.php:705
msgid "Fields can't be blank"
msgstr ""
#: marketplaces/amazon/class-amazon.php:755
msgid "Configuration setting is Validated Successfully"
msgstr ""
#: marketplaces/amazon/class-amazon.php:763
msgid "Consumer Id and Private Key can't be blank"
msgstr ""
#: marketplaces/amazon/class-amazon.php:774
msgid "API CREDENTIAL VALIDATION"
msgstr ""
#: marketplaces/amazon/class-amazon.php:775
msgid "API Cerdentials is not valid. Please check again. Issue is :"
msgstr ""
#: marketplaces/amazon/class-amazon.php:776
msgid "API Cerdentials is not valid. Please check again."
msgstr ""
#: marketplaces/amazon/class-amazon.php:1168
msgid "Please enter terms with \"|\" seperated."
msgstr ""
#: marketplaces/amazon/class-amazon.php:1282
msgid "Amazon Category <span class=\"ced_umb_amazon_wal_required\"> "
msgstr ""
#: marketplaces/amazon/class-amazon.php:1285
msgid ""
"Identify the category specification. There is only one category can be used "
"for any single item. NOTE: Once an item is created, this information cannot "
"be updated."
msgstr ""
#: marketplaces/amazon/class-amazon.php:1335
msgid "Amazon Attributes"
msgstr ""
#: marketplaces/amazon/class-amazon.php:2076
msgid "<h2>Sorry Details Not Found</h2>"
msgstr ""
#: marketplaces/amazon/class-amazon.php:2094
msgid ""
"<h2 class=\"ced_umb_amazon_setting_header ced_umb_amazon_bottom_margin"
"\">Feed General Information</h2>"
msgstr ""
#: marketplaces/amazon/class-amazon.php:2362
msgid "Orders Fetched Successfully."
msgstr ""
#: marketplaces/amazon/class-amazon.php:2372
msgid "There was a problem with the Amazon library. Error:"
msgstr ""
#: marketplaces/amazon/class-amazon.php:2451
msgid "Amazon Category Not Assigned."
msgstr ""
#: marketplaces/amazon/class-amazon.php:2527
msgid "Your product upload to amazon is successfully send."
msgstr ""
#: marketplaces/amazon/class-amazon.php:2535
msgid "Product needs to be ready."
msgstr "" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/product-lister-walmart/translation_file/languages/ced-umb-en_US.po | msgid ""
msgstr ""
"Project-Id-Version: Walmart Product Lister 1.0.0\n"
"POT-Creation-Date: 2017-04-27 19:37+0530\n"
"PO-Revision-Date: 2017-04-27 19:37+0530\n"
"Last-Translator: \n"
"Language-Team: CedCommerce <[email protected]>\n"
"Language: English\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"
"X-Poedit-KeywordsList: __;_e\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-SearchPath-0: .\n"
#: includes/ced_umb_core_functions.php:25
msgid "Meta Field Key"
msgstr ""
#: includes/ced_umb_core_functions.php:26
msgid "Meta Field Value"
msgstr ""
#: includes/ced_umb_core_functions.php:104
msgid "select "
msgstr ""
#: includes/ced_umb_core_functions.php:312
msgid ""
"Walmart Product Lister requires WooCommerce to be installed and active. You "
"have to download it first."
msgstr ""
#: includes/ced_umb_core_functions.php:312
msgid "WooCommerce"
msgstr ""
#: includes/ced-umb-render-attributes.php:72
msgid "Select"
msgstr ""
#: includes/class-ced-umb-helper-functions.php:154
msgid "Tracking Mail from Domain: "
msgstr ""
#: includes/class-ced-umb-helper-functions.php:158
msgid ""
"Hi CedCommerce This email is send as tracking purpose for update ourselves "
"that client is facing any issue or not"
msgstr ""
#: marketplaces/walmart/class-walmart.php:165
msgid "Not UPloaded"
msgstr ""
#: marketplaces/walmart/class-walmart.php:343
msgid ""
"We have observed that you have activated the extension but credentials are "
"not validated yet"
msgstr ""
#: marketplaces/walmart/class-walmart.php:351
msgid "We have observed that you have not uploaded any product yet"
msgstr ""
#: marketplaces/walmart/class-walmart.php:359
msgid "We have observed that your orders are not getting acknowledged"
msgstr ""
#: marketplaces/walmart/class-walmart.php:377
msgid "Enable"
msgstr ""
#: marketplaces/walmart/class-walmart.php:377
msgid "Disbale"
msgstr ""
#: marketplaces/walmart/class-walmart.php:378
msgid "Validated"
msgstr ""
#: marketplaces/walmart/class-walmart.php:378
msgid "Need Validation"
msgstr ""
#: marketplaces/walmart/class-walmart.php:450
msgid "Credentials saved successfully"
msgstr ""
#: marketplaces/walmart/class-walmart.php:458
#: marketplaces/walmart/class-walmart.php:585
msgid "Consumer Id and Private Key can't be blank"
msgstr ""
#: marketplaces/walmart/class-walmart.php:496
#: marketplaces/walmart/class-walmart.php:503
msgid ""
"Configuration setting is incompleted or skip validation, integration will "
"not work unitll you validate the configuration data for Walmart"
msgstr ""
#: marketplaces/walmart/class-walmart.php:535
msgid "Configuration setting is Validated Successfully"
msgstr ""
#: marketplaces/walmart/class-walmart.php:564
msgid "Configuration setting is not validated. Please Contact to walmart"
msgstr ""
#: marketplaces/walmart/class-walmart.php:600
msgid "API Cerdentials is not valid. Please check again."
msgstr ""
#: marketplaces/walmart/class-walmart.php:625
msgid "Sorry Details Not Found"
msgstr ""
#: marketplaces/walmart/class-walmart.php:640
#: marketplaces/walmart/class-walmart.php:673
msgid "Feed General Information"
msgstr ""
#: marketplaces/walmart/class-walmart.php:687
msgid "NONE"
msgstr ""
#: marketplaces/walmart/class-walmart.php:699
msgid "Product SKU"
msgstr ""
#: marketplaces/walmart/class-walmart.php:699
#: admin/pages/manage_products.php:137
msgid "Product Status"
msgstr ""
#: marketplaces/walmart/class-walmart.php:699
msgid "Errors"
msgstr ""
#: marketplaces/walmart/class-walmart.php:702
msgid "Feed Details"
msgstr ""
#: marketplaces/walmart/class-walmart.php:747
#: marketplaces/walmart/class-walmart.php:748
msgid ""
"There is some problem with your hosting. Please Contact your host provider "
"about that issue : "
msgstr ""
#: marketplaces/walmart/class-walmart.php:756
#: marketplaces/walmart/class-walmart.php:758
msgid ""
"There is some problem with your hosting. Please Contact your host provider."
msgstr ""
#: marketplaces/walmart/class-walmart.php:929
msgid "Walmart Product Price"
msgstr ""
#: marketplaces/walmart/class-walmart.php:931
msgid "Product price you want to send to Walmart."
msgstr ""
#: marketplaces/walmart/class-walmart.php:941
msgid "Walmart Inventory"
msgstr ""
#: marketplaces/walmart/class-walmart.php:943
msgid "Product Inventory you want to send to Walmart."
msgstr ""
#: marketplaces/walmart/class-walmart.php:965
msgid "Walmart Category Not Assigned."
msgstr ""
#: marketplaces/walmart/class-walmart.php:1177
msgid "Walmart Attributes"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1199
#: marketplaces/walmart/class-walmart.php:1229
#: marketplaces/walmart/class-walmart.php:1249
#: marketplaces/walmart/class-walmart.php:1396
#: marketplaces/walmart/class-walmart.php:1430
#: marketplaces/walmart/class-walmart.php:1484
#: marketplaces/walmart/class-walmart.php:1523
#: admin/helper/class-product-fields.php:96
#: admin/helper/class-product-fields.php:118
#: admin/helper/class-product-fields.php:151
#: admin/partials/umb_product_fields.php:100
#: admin/partials/profile-view.php:185
msgid "Required"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1211
msgid "Search"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1216
msgid "Tax code"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1217
msgid "Category"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1218
msgid "description"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1252
#: marketplaces/walmart/class-walmart.php:1399
#: marketplaces/walmart/class-walmart.php:1433
#: marketplaces/walmart/class-walmart.php:1487
#: marketplaces/walmart/class-walmart.php:1526
msgid "Recommended"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1255
#: marketplaces/walmart/class-walmart.php:1402
#: marketplaces/walmart/class-walmart.php:1436
#: marketplaces/walmart/class-walmart.php:1490
#: marketplaces/walmart/class-walmart.php:1529
msgid "Conditionally Required"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1260
#: marketplaces/walmart/class-walmart.php:1407
#: marketplaces/walmart/class-walmart.php:1441
#: marketplaces/walmart/class-walmart.php:1495
#: marketplaces/walmart/class-walmart.php:1534
msgid "Required when "
msgstr ""
#: marketplaces/walmart/class-walmart.php:1260
#: marketplaces/walmart/class-walmart.php:1407
#: marketplaces/walmart/class-walmart.php:1441
#: marketplaces/walmart/class-walmart.php:1495
#: marketplaces/walmart/class-walmart.php:1534
msgid " is filled."
msgstr ""
#: marketplaces/walmart/class-walmart.php:1266
#: marketplaces/walmart/class-walmart.php:1501
#: marketplaces/walmart/class-walmart.php:1540
msgid "Use For Variation"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1567
msgid "No Category Selected Yet!"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1634
msgid "No Walmart Specific Field"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1699
msgid "Walmart FulfillmentLagTime"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1701
msgid ""
"The number of days between when the item is ordered and when it is shipped"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1711
msgid "Walmart Category"
msgstr ""
#: marketplaces/walmart/class-walmart.php:1714
msgid ""
"Identify the category specification. There is only one category can be used "
"for any single item. NOTE: Once an item is created, this information cannot "
"be updated."
msgstr ""
#: marketplaces/walmart/partials/ced-umb-cat-mapping.php:23
msgid "CATEGORIES"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:13
msgid "Your address is Saved Successfully"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:48
#: admin/pages/features.php:190
msgid "Return Address"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:49
msgid "This address will be used in case of return."
msgstr ""
#: marketplaces/walmart/partials/return_address.php:56
msgid "Country"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:60
msgid "State"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:64
msgid "First Address"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:68
msgid "Second Address"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:72
msgid "City"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:76
msgid "Zip Code"
msgstr ""
#: marketplaces/walmart/partials/return_address.php:82
msgid "Save Address"
msgstr ""
#: admin/class-ced-umb-admin.php:125
msgid "Profile not selected"
msgstr ""
#: admin/helper/class-ced-umb-extended-manager.php:150
msgid "No Matches Found"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:79
msgid "Image"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:80
#: admin/pages/profile.php:123
msgid "Name"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:81
#: admin/helper/class-ced-umb-product-listing.php:375
#: admin/helper/class-menu-page-manager.php:52 admin/pages/profile.php:15
#: admin/pages/header.php:18
msgid "Profile"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:82
msgid "Selling Price"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:83
msgid "Inventory"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:84
msgid "Walmart Status"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:85
msgid "Ready To Upload"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:101
msgid "Upload"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:109
msgid "Select action"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:111
msgid "Action"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:120
msgid "Purchase Now !!"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:125
msgid ""
"Free Version Have Limited Functionality Only ! Please Purchase Paid Version "
"First !!"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:128
msgid "Get "
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:128
msgid "Walmart WooCommerce Integration "
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:128
msgid " Paid version !!"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:129
msgid "comparision Between Paid And Free Version"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:374
msgid "Edit this item"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:374
#: admin/pages/profile.php:109
msgid "Edit"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:375
#: admin/helper/class-ced-umb-product-listing.php:546
#: admin/helper/class-ced-umb-product-listing.php:550
msgid "Assign profile to this item"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:452
msgid " is currently editing"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:518
msgid "Select "
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:546
#: admin/helper/class-ced-umb-product-listing.php:550
msgid "Not Assigned"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:568
#: admin/pages/manage_products.php:111
msgid "Not Uploaded"
msgstr ""
#: admin/helper/class-ced-umb-product-listing.php:592
msgid "Missing Listing Data"
msgstr ""
#: admin/helper/class-product-fields.php:55
msgid "WPL"
msgstr ""
#: admin/helper/class-product-fields.php:253
msgid "Identifier Type"
msgstr ""
#: admin/helper/class-product-fields.php:255
msgid "--select--"
msgstr ""
#: admin/helper/class-product-fields.php:256
msgid "ASIN"
msgstr ""
#: admin/helper/class-product-fields.php:257
msgid "UPC"
msgstr ""
#: admin/helper/class-product-fields.php:258
msgid "EAN"
msgstr ""
#: admin/helper/class-product-fields.php:259
msgid "ISBN-10"
msgstr ""
#: admin/helper/class-product-fields.php:260
msgid "ISBN-13"
msgstr ""
#: admin/helper/class-product-fields.php:261
msgid "GTIN-14"
msgstr ""
#: admin/helper/class-product-fields.php:264
msgid "Unique identifier type your product must have to list on walmart."
msgstr ""
#: admin/helper/class-product-fields.php:272
msgid "Identifier Value"
msgstr ""
#: admin/helper/class-product-fields.php:274
msgid "Identifier value, for the selected \"Identifier Type\" above."
msgstr ""
#: admin/helper/class-product-fields.php:282
msgid "Product Brand"
msgstr ""
#: admin/helper/class-product-fields.php:284
msgid "Product brand for sending on walmart."
msgstr ""
#: admin/helper/class-product-fields.php:292
msgid "Product Manufacturer"
msgstr ""
#: admin/helper/class-product-fields.php:294
msgid "Manufacturer of the product."
msgstr ""
#: admin/helper/class-product-fields.php:302
msgid "Manufacturer Part Number"
msgstr ""
#: admin/helper/class-product-fields.php:304
msgid ""
"Manufacturer defined unique identifier for an item. An alphanumeric string, "
"max 20 characters including space."
msgstr ""
#: admin/helper/class-product-fields.php:312
msgid "Packs Or Sets"
msgstr ""
#: admin/helper/class-product-fields.php:314
msgid "Identify the package count of this product."
msgstr ""
#: admin/helper/class-product-fields.php:330
msgid "Country Of Origin"
msgstr ""
#: admin/helper/class-product-fields.php:332
msgid "The country that the item was manufactured in."
msgstr ""
#: admin/helper/class-product-fields.php:340
msgid "Prop 65"
msgstr ""
#: admin/helper/class-product-fields.php:342
msgid ""
"Check this if your product is subject to Proposition 65 rules and "
"regulations Proposition 65 requires merchants to provide California "
"consumers with special warnings for products that contain chemicals known to "
"cause cancer, birth defects, or other reproductive harm, if those products "
"expose consumers to such materials above certain threshold levels.."
msgstr ""
#: admin/helper/class-product-fields.php:350
msgid "CPSIA cautionary Statements"
msgstr ""
#: admin/helper/class-product-fields.php:352
msgid "no warning applicable"
msgstr ""
#: admin/helper/class-product-fields.php:353
msgid "choking hazard small parts"
msgstr ""
#: admin/helper/class-product-fields.php:354
msgid "choking hazard is a small ball"
msgstr ""
#: admin/helper/class-product-fields.php:355
msgid "choking hazard is a marble"
msgstr ""
#: admin/helper/class-product-fields.php:356
msgid "choking hazard contains a small ball"
msgstr ""
#: admin/helper/class-product-fields.php:357
msgid "choking hazard contains a marble"
msgstr ""
#: admin/helper/class-product-fields.php:358
msgid "choking hazard balloon"
msgstr ""
#: admin/helper/class-product-fields.php:361
msgid ""
"Use this field to indicate if a cautionary statement relating to the choking "
"hazards of children's toys and games applies to your product. These "
"cautionary statements are defined in Section 24 of the Federal Hazardous "
"Substances Act and Section 105 of the Consumer Product Safety Improvement "
"Act of 2008. They must be displayed on the product packaging and in certain "
"online and catalog advertisements."
msgstr ""
#: admin/helper/class-product-fields.php:368
msgid "Safety Warning"
msgstr ""
#: admin/helper/class-product-fields.php:370
msgid "If applicable, use to supply any associated warnings for your product."
msgstr ""
#: admin/helper/class-product-fields.php:378
msgid "Manufacturer's Suggested Retail Price"
msgstr ""
#: admin/helper/class-product-fields.php:380
msgid ""
"The manufacturer's suggested retail price or list price for the product."
msgstr ""
#: admin/helper/class-product-fields.php:390
msgid "Bullet 1"
msgstr ""
#: admin/helper/class-product-fields.php:392
#: admin/helper/class-product-fields.php:402
msgid "bullet points of this product."
msgstr ""
#: admin/helper/class-product-fields.php:400
msgid "Bullet 2"
msgstr ""
#: admin/helper/class-product-fields.php:491
#: admin/partials/html-profile.php:21
msgid "select"
msgstr ""
#: admin/helper/class-menu-page-manager.php:49
msgid "manage_woocommerce"
msgstr ""
#: admin/helper/class-menu-page-manager.php:50 admin/pages/header.php:16
msgid "Configuration"
msgstr ""
#: admin/helper/class-menu-page-manager.php:51
#: admin/pages/prerequisite.php:185 admin/pages/header.php:17
msgid "Category Mapping"
msgstr ""
#: admin/helper/class-menu-page-manager.php:53
#: admin/pages/manage_products.php:95 admin/pages/header.php:19
msgid "Manage Products"
msgstr ""
#: admin/helper/class-menu-page-manager.php:54
msgid "Prerequisite"
msgstr ""
#: admin/helper/class-menu-page-manager.php:55 admin/pages/header.php:21
msgid "Features"
msgstr ""
#: admin/partials/html-profile.php:12
msgid "Select profile for this product"
msgstr ""
#: admin/partials/html-profile.php:13
msgid "Available Profile"
msgstr ""
#: admin/partials/html-profile.php:34
msgid "Save profile"
msgstr ""
#: admin/partials/html-profile.php:38
msgid ""
"No any profile available to assign, please create a profile or enable and "
"came back to assing!"
msgstr ""
#: admin/partials/umb_product_fields.php:21
msgid "Walmart Required Fields"
msgstr ""
#: admin/partials/umb_product_fields.php:35
msgid "Variation Title"
msgstr ""
#: admin/partials/umb_product_fields.php:37
msgid "This Will Be Your Variation Name In Your walmart."
msgstr ""
#: admin/partials/umb_product_fields.php:61
msgid "Walmart Subcategory"
msgstr ""
#: admin/partials/umb_product_fields.php:122
msgid "Walmart Specific Fields"
msgstr ""
#: admin/partials/umb_product_fields.php:163
msgid "Walmart Extra Fields"
msgstr ""
#: admin/partials/profile-view.php:34
msgid "Go Back"
msgstr ""
#: admin/partials/profile-view.php:48
msgid "Instructions To Use"
msgstr ""
#: admin/partials/profile-view.php:51
msgid ""
"1. Use \"Select Product And Corresponding MetaKeys\" section to select the "
"metakeys of product you consider can be useful in mapping. This step is not "
"always necessary. If you have done it before, you can skip it for the next "
"time you create a profile."
msgstr ""
#: admin/partials/profile-view.php:52
msgid ""
"2. Under \"Profile Information\" section's \"BASIC\" tab, you have option to "
"setup basic information for your profile. Here you can give your profile a "
"name and enable/disable it."
msgstr ""
#: admin/partials/profile-view.php:53
msgid ""
"3. Under \"Profile Information\" section's \"ADVANCE\" tab, you have option "
"to select walmart category, for which you want to create profile for. As "
"soon as you select marketplace category, you are good to go to next "
"sections. Sections below \"Profile Information\" are walmart specific and "
"depends upon the selected category of walmart."
msgstr ""
#: admin/partials/profile-view.php:54
msgid ""
"4. You can break down the steps of completing a profile in chunks by using "
"unique save button provided in each section. At the same time, you can fill "
"all data in one shot and press the final save button to complete profile in "
"single step."
msgstr ""
#: admin/partials/profile-view.php:55
msgid "5. If you have read above instructions carefully, you are good to go."
msgstr ""
#: admin/partials/profile-view.php:86
msgid "Select Product And Corresponding MetaKeys"
msgstr ""
#: admin/partials/profile-view.php:92
msgid "Type Product Name Here"
msgstr ""
#: admin/partials/profile-view.php:104
msgid "Save Meta Keys"
msgstr ""
#: admin/partials/profile-view.php:112
msgid "Profile Information"
msgstr ""
#: admin/partials/profile-view.php:117
msgid "Basic"
msgstr ""
#: admin/partials/profile-view.php:118
msgid "Advance"
msgstr ""
#: admin/partials/profile-view.php:131
msgid "Profile Name"
msgstr ""
#: admin/partials/profile-view.php:143 admin/partials/profile-view.php:150
msgid "Enable Profile"
msgstr ""
#: admin/partials/profile-view.php:144
msgid "Make profile status enable/disable here."
msgstr ""
#: admin/partials/profile-view.php:162
msgid "Something went wrong please try again later!"
msgstr ""
#: admin/partials/profile-view.php:249
msgid "Category Specific"
msgstr ""
#: admin/partials/profile-view.php:250
msgid "Walmart Specific"
msgstr ""
#: admin/partials/profile-view.php:266
msgid "Save Profile"
msgstr ""
#: admin/partials/save-profile-view-data.php:14
msgid "Please fill profile name first."
msgstr ""
#: admin/partials/save-profile-view-data.php:44
msgid "Profile Updated Successfully."
msgstr ""
#: admin/partials/save-profile-view-data.php:58
msgid "Profile Created Successfully."
msgstr ""
#: admin/pages/profile.php:16 admin/pages/profile.php:201
msgid "Profiles"
msgstr ""
#: admin/pages/profile.php:58
msgid "No profiles avaliable."
msgstr ""
#: admin/pages/profile.php:75
msgid "enable"
msgstr ""
#: admin/pages/profile.php:77
msgid "disable"
msgstr ""
#: admin/pages/profile.php:110
msgid "Delete"
msgstr ""
#: admin/pages/profile.php:124 admin/pages/prerequisite.php:109
msgid "Status"
msgstr ""
#: admin/pages/profile.php:202
msgid "Add Profile"
msgstr ""
#: admin/pages/profile.php:258
msgid "Profile Deleted Successfully."
msgstr ""
#: admin/pages/profile.php:264 admin/pages/profile.php:298
#: admin/pages/profile.php:339 admin/pages/profile.php:379
msgid "Some Error Encountered."
msgstr ""
#: admin/pages/profile.php:292
msgid "Profiles Deleted Successfully."
msgstr ""
#: admin/pages/profile.php:307
msgid "Please select atleast one profile to delete it."
msgstr ""
#: admin/pages/profile.php:333
msgid "Profiles Enable Successfully."
msgstr ""
#: admin/pages/profile.php:348
msgid "Please select atleast one profile to enable it."
msgstr ""
#: admin/pages/profile.php:373
msgid "Profiles Disable Successfully."
msgstr ""
#: admin/pages/profile.php:388
msgid "Please select atleast one profile to disable it."
msgstr ""
#: admin/pages/features.php:29 admin/pages/features.php:262
msgid "Purchase Walmart-WooCommerce Integration Paid Version"
msgstr ""
#: admin/pages/features.php:33
msgid "Feature"
msgstr ""
#: admin/pages/features.php:35
msgid "Free Version"
msgstr ""
#: admin/pages/features.php:38
msgid "Paid Version"
msgstr ""
#: admin/pages/features.php:46
msgid "Simple Products Uplaod on walmart"
msgstr ""
#: admin/pages/features.php:56
msgid "Variable Products Uplaod on walmart"
msgstr ""
#: admin/pages/features.php:65
msgid "Quick Edit For Walmart Specific field"
msgstr ""
#: admin/pages/features.php:74
msgid "Profile Assignment"
msgstr ""
#: admin/pages/features.php:83
msgid "Auto Acknowledgement"
msgstr ""
#: admin/pages/features.php:92
msgid "Upload CSV file To Upload Products Details On Walmart"
msgstr ""
#: admin/pages/features.php:102
msgid "Auto Price And Inventory Syn On Walmart"
msgstr ""
#: admin/pages/features.php:112
msgid "Fetch Order Details From Walmart"
msgstr ""
#: admin/pages/features.php:122
msgid "Order Status"
msgstr ""
#: admin/pages/features.php:132
msgid "Order Cancellation"
msgstr ""
#: admin/pages/features.php:142
msgid "Refund Option For Cancelled Product"
msgstr ""
#: admin/pages/features.php:152
msgid "Shipping Status"
msgstr ""
#: admin/pages/features.php:162
msgid "Add Products To Queque, Archieve & Unarchieve"
msgstr ""
#: admin/pages/features.php:171
msgid "Upload Your Queque Products On Walmart"
msgstr ""
#: admin/pages/features.php:180
msgid "Walmart Configuration"
msgstr ""
#: admin/pages/features.php:200
msgid "Categories Mapping"
msgstr ""
#: admin/pages/features.php:210
msgid "Look For Categories Update"
msgstr ""
#: admin/pages/features.php:220
msgid "Products Upload By Specific Categories On Walmart"
msgstr ""
#: admin/pages/features.php:230
msgid "Search And Filter Products"
msgstr ""
#: admin/pages/features.php:240
msgid "Find Feeds Status With Error Report"
msgstr ""
#: admin/pages/features.php:250 admin/pages/prerequisite.php:37
#: admin/pages/header.php:20
msgid "Prerequisites"
msgstr ""
#: admin/pages/prerequisite.php:29
msgid "PREREQUISITES"
msgstr ""
#: admin/pages/prerequisite.php:30
msgid "STEPS TO FOLLOW"
msgstr ""
#: admin/pages/prerequisite.php:105
msgid "Guidelines"
msgstr ""
#: admin/pages/prerequisite.php:108
msgid "Parameters"
msgstr ""
#: admin/pages/prerequisite.php:113
msgid "A valid product identifier with valid product identifier code."
msgstr ""
#: admin/pages/prerequisite.php:114
msgid "A valid product Tax code."
msgstr ""
#: admin/pages/prerequisite.php:115
msgid "Product description should be availble for the products to be uploaded."
msgstr ""
#: admin/pages/prerequisite.php:135
msgid "Steps to follow"
msgstr ""
#: admin/pages/prerequisite.php:140
msgid "STEPS"
msgstr ""
#: admin/pages/prerequisite.php:155
msgid "Configuration Save"
msgstr ""
#: admin/pages/prerequisite.php:170
msgid "Configuration Validation"
msgstr ""
#: admin/pages/prerequisite.php:195 admin/pages/prerequisite.php:220
msgid "YES"
msgstr ""
#: admin/pages/prerequisite.php:199 admin/pages/prerequisite.php:224
msgid "NO"
msgstr ""
#: admin/pages/prerequisite.php:209
msgid "Product Upload"
msgstr ""
#: admin/pages/marketplaces.php:47
msgid "Update"
msgstr ""
#: admin/pages/marketplaces.php:49
msgid "Validate"
msgstr ""
#: admin/pages/manage_products.php:26
msgid "Please select the actions to perform action!"
msgstr ""
#: admin/pages/manage_products.php:33
msgid " walmart is not activated!"
msgstr ""
#: admin/pages/manage_products.php:40
msgid "Please select products to perform action!"
msgstr ""
#: admin/pages/manage_products.php:58
msgid "Unexpected error encountered, please try again!"
msgstr ""
#: admin/pages/manage_products.php:110
msgid "Published"
msgstr ""
#: admin/pages/manage_products.php:146
msgid "Product Category"
msgstr ""
#: admin/pages/manage_products.php:153
msgid "Filter"
msgstr ""
#: admin/pages/manage_products.php:170 admin/pages/category_mapping.php:33
msgid "Please validate walmart configuration first."
msgstr ""
#: admin/pages/category_mapping.php:26
msgid "This process is not required for currently walmart."
msgstr ""
#: admin/pages/header.php:36
msgid "Configuration details of "
msgstr "" |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/product-recommendation-quiz-for-ecommerce/change_log/changelog.txt | *** Product Recommendation Quiz for WooCommerce ***
2020-06-21 - version 1.0.3
* Dev - Pass channel parameter to server
2020-06-20 - version 1.0.2
* Fix - Store URL host bug
2020-06-19 - version 1.0.1
* Dev - Added HTTPS/SSL verification
2020-06-06 - version 1.0.0
* Dev - Initial release |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/product-reviews-for-woocommerce/translation_file/languages/product-reviews-for-woocommerce-en_US.po | msgid ""
msgstr ""
"Project-Id-Version: Product Reviews for WooCommerce 1.0.0\n"
"POT-Creation-Date: 2021-06-21 13:56+0530\n"
"PO-Revision-Date: 2021-06-21 13:56+0530\n"
"Last-Translator: \n"
"Language-Team: MakeWebBetter\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
"esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;esc_html\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/class-product-reviews-for-woocommerce-admin.php:127
msgid "Reminder Has been sent successfully"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:128
msgid "Sent Successfully"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:129
msgid "Sending.."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:178
#: product-reviews-for-woocommerce.php:87
#: product-reviews-for-woocommerce.php:93
msgid "Product Reviews for WooCommerce"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:221
msgid "Enable plugin"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:223
msgid "Enable plugin to start the functionality."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:228
#: admin/class-product-reviews-for-woocommerce-admin.php:255
#: admin/class-product-reviews-for-woocommerce-admin.php:267
#: admin/class-product-reviews-for-woocommerce-admin.php:279
#: admin/class-product-reviews-for-woocommerce-admin.php:291
#: admin/class-product-reviews-for-woocommerce-admin.php:303
#: admin/class-product-reviews-for-woocommerce-admin.php:344
#: admin/class-product-reviews-for-woocommerce-admin.php:454
#: admin/class-product-reviews-for-woocommerce-admin.php:619
#: admin/class-product-reviews-for-woocommerce-admin.php:670
#: admin/class-product-reviews-for-woocommerce-admin.php:682
#: admin/class-product-reviews-for-woocommerce-admin.php:694
msgid "YES"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:229
#: admin/class-product-reviews-for-woocommerce-admin.php:256
#: admin/class-product-reviews-for-woocommerce-admin.php:268
#: admin/class-product-reviews-for-woocommerce-admin.php:280
#: admin/class-product-reviews-for-woocommerce-admin.php:292
#: admin/class-product-reviews-for-woocommerce-admin.php:304
#: admin/class-product-reviews-for-woocommerce-admin.php:345
#: admin/class-product-reviews-for-woocommerce-admin.php:455
#: admin/class-product-reviews-for-woocommerce-admin.php:620
#: admin/class-product-reviews-for-woocommerce-admin.php:671
#: admin/class-product-reviews-for-woocommerce-admin.php:683
#: admin/class-product-reviews-for-woocommerce-admin.php:695
msgid "NO"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:233
msgid "Show Form On"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:235
msgid "Please select where you want to show review form"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:240
msgid "Select Demo"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:242
msgid "Select option"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:243
msgid "Page"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:244
msgid "Pop-up"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:248
msgid "Form ajax submission"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:250
msgid "Allow submitting form through ajax"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:260
#: admin/class-product-reviews-for-woocommerce-admin.php:262
msgid "Approval required for review"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:272
#: admin/class-product-reviews-for-woocommerce-admin.php:687
msgid "Enable Voting"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:274
msgid "Enable voting for review"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:284
msgid "Give discount on review"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:286
msgid "Enable this give discount on review."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:296
msgid "Give discount one time"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:298
msgid "Enable this to create coupon one time usable."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:308
msgid "Enter Coupon Prefix"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:310
msgid "Enter Coupon Code Prefix."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:314
msgid "Enter Prefix"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:317
msgid "Enter Coupon Expiry"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:319
msgid "Enter Coupon Expiry In Days."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:324
#: admin/class-product-reviews-for-woocommerce-admin.php:334
msgid "Enter expiry"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:327
msgid "Enter Coupon Discount"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:329
msgid "Enter Coupon Dicount In Percentage."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:337
msgid "Review Reminder"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:339
msgid "Enable this to send review reminder"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:349
msgid "Short-Code"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:351
msgid "Use these shortcode's to display reviews in diffrent way's"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:354
msgid "Show review's in grid view"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:355
msgid "Show review's in list view"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:356
msgid "Show review's in slider view"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:365
#: admin/class-product-reviews-for-woocommerce-admin.php:413
msgid "Easy to use"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:367
#: admin/class-product-reviews-for-woocommerce-admin.php:461
msgid "Enter reminder subject for sending in email"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:371
#: admin/class-product-reviews-for-woocommerce-admin.php:390
msgid "Product Feature"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:384
msgid "Review features"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:386
msgid "Product Features"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:396
#: admin/class-product-reviews-for-woocommerce-admin.php:497
#: admin/class-product-reviews-for-woocommerce-admin.php:646
#: admin/class-product-reviews-for-woocommerce-admin.php:703
msgid "Save Settings"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:437
#: admin/class-product-reviews-for-woocommerce-admin.php:444
msgid "Reminder day"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:439
msgid ""
"Enter in days, After this days review reminder will be sent to customer."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:447
msgid "Reminder for each product in order"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:449
msgid ""
"If this is enabled then separate reminder will be send to customer for each "
"product in the order."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:459
#: admin/class-product-reviews-for-woocommerce-admin.php:465
msgid "Reminder Subject"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:468
msgid "Reminder email"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:470
msgid "Enter reminder Content for sending in email"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:476
#: admin/class-product-reviews-for-woocommerce-admin.php:482
msgid "Coupon Mail Subject"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:478
msgid "Enter subject for sending in coupon email"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:485
msgid "Coupon email"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:487
msgid "Enter content for sending in coupon email"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:562
msgid "Id of some field is missing"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:567
msgid "Settings saved !"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:583
msgid "Reminder Settings"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:587
msgid "Q & A Settings"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:591
msgid "Integration Settings"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:595
msgid "Question And Answer"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:612
msgid "Enable Google- reCAPTCHA v3 Verification on from"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:614
msgid "Enable Captcha Verification on from"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:624
msgid "Enter v3 Site Key"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:626
msgid "Enter Google- reCAPTCHA v3 Site Key"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:630
msgid "Site Key"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:633
msgid "Enter v3 Secret Key"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:635
msgid "Enter Google- reCAPTCHA v3 Secret Key"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:639
msgid "Secret Key"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:663
msgid "Enable Q & A"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:665
msgid "Enable this to show a tab q&a"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:675
#: admin/class-product-reviews-for-woocommerce-admin.php:677
msgid "Approval required for Q&A"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:689
msgid "Enable this to allow voting on Question and answer."
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:980
msgid "Files Could Not Be uploaded"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:1019
msgid "CSV Reviews Uploaded"
msgstr ""
#: admin/class-product-reviews-for-woocommerce-admin.php:1098
#: admin/class-product-reviews-for-woocommerce-admin.php:1119
msgid "success"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-admin-dashboard.php:29
#: product-reviews-for-woocommerce.php:176
msgid "Documentation"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-admin-dashboard.php:31
#: product-reviews-for-woocommerce.php:177
msgid "Support"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-integration-settings.php:26
msgid ""
"You Can Get The Secret key and Site Key by registration on google recaptcha "
"click"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-integration-settings.php:26
msgid "here"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:25
msgid "What Is Product Reviews For WooCommerce?"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:28
msgid ""
"Product Reviews For WooCommerce is a solution to enhance and optimize the "
"review section of the product page. With the help of this plugin, you can "
"make the review section more engaging and substantially increase the number "
"of customer feedback on your eCommerce website. The vendor can easily manage "
"the review on an eCommerce store and send email reminders to the customers "
"to collect feedback on their recent purchases."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:31
msgid "With Our Product Reviews For WooCommerce, You Can:"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:33
msgid ""
"Send email reminders to customers and collect their feedback on their recent "
"purchases."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:34
msgid "Give an exclusive discount to customers on their first review."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:35
msgid "Ability to show popup forms for collecting reviews on the product page."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:36
msgid "You can allow submitting a review form through Ajax."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:37
msgid ""
"Present reviews on the product page in the form of a grid, list, or slider."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:38
msgid "Allow the customers to upload images of their products."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:39
msgid ""
"The customer can also ask questions about the product and get answers to "
"make an informed purchase decision"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:40
msgid ""
"Collect reviews from your customers based on various features of a product "
"by dynamically adding them through your plugin."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:41
msgid ""
"The customers can interact with the reviews, questions, and answers by "
"upvoting them."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:42
msgid "The admin can import and export the reviews in a CSV file format."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:45
msgid "The Free Plugin Benefits"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:50
msgid "admin/image/Enhance-The-Rating-System.png"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:53
msgid " Enhance The Rating System"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:57
msgid ""
"The vendors can optimize the default WooCommerce product rating system for "
"their eCommerce websites. The vendor can allow the customers to rate the "
"products on the basis of their attributes."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:68
msgid "admin/image/Upload-Image.png"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:71
msgid "Upload Image"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:72
msgid ""
"The plugin makes your review section interactive by allowing the customers "
"to upload images of their recent purchases. This also helps fellow customers "
"to figure out how the products work in real life."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:79
msgid "admin/image/Send-Automated-Reminders.png"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:82
msgid "Send Automated Reminders"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:86
msgid ""
"You can send automated email reminders to your customers and ask them to "
"review their recent orders. Thus, letting you substantially increase the "
"number of customer reviews on your store."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:97
msgid "admin/image/Exclusive-Discounts.png"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:100
msgid "Exclusive Discounts"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:104
msgid ""
"Welcome your customers by giving them an exclusive discount on their first "
"product review. Thus, motivating the shoppers to interact with your store "
"more often."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:115
msgid "admin/image/Customer--Questions.png"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:118
msgid "Customer Questions"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:122
msgid ""
"The customers can ask questions about the product and get answered to all "
"their queries. Thus, allowing the shoppers to make an informed purchase "
"decision."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:133
msgid "admin/image/Interactive-Representation.png"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:136
msgid " Interactive Representation"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-overview.php:140
msgid ""
"Provide an interactive representation of your customers’ precious words on "
"the product page. The customers can interact with the review section by "
"either upvoting or downvoting the reviews, questions, and answers by fellow "
"shoppers."
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-reminder-settings.php:26
msgid "Use Placeholders"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-reminder-settings.php:26
msgid "{customer}"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-reminder-settings.php:26
msgid "for customer name"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-reminder-settings.php:26
msgid " {product} "
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-reminder-settings.php:26
msgid "for displaying the product link"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-system-status.php:30
msgid "WP Variables"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-system-status.php:31
msgid "WP Values"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-system-status.php:56
msgid "Sysytem Variables"
msgstr ""
#: admin/partials/product-reviews-for-woocommerce-system-status.php:57
msgid "System Values"
msgstr ""
#: admin/template/product-reviews-for-woocommerce-bulk-notice.php:20
msgid "Record "
msgstr ""
#: admin/template/product-reviews-for-woocommerce-bulk-notice.php:20
msgid " successfully"
msgstr ""
#: admin/template/product-reviews-for-woocommerce-manual-reminder-button.php:18
msgid "Click Here to send the Review-Reminder."
msgstr ""
#: admin/template/product-reviews-for-woocommerce-manual-reminder-button.php:18
msgid "Send Reminder"
msgstr ""
#: admin/template/product-reviews-for-woocommerce-upload-csv-reviews.php:20
msgid "Upload csv file"
msgstr ""
#: admin/template/product-reviews-for-woocommerce-upload-csv-reviews.php:23
msgid "Upload Csv File"
msgstr ""
#: admin/template/product-reviews-for-woocommerce-upload-csv-reviews.php:27
msgid "Download Dummy CSV File"
msgstr ""
#: admin/template/product-reviews-for-woocommerce-upload-csv-reviews.php:28
msgid "Export reviews"
msgstr ""
#: common/class-product-reviews-for-woocommerce-common.php:339
msgid "error"
msgstr ""
#: common/partials/product-reviews-for-woocommerce-common-deactivation-notice.php:16
msgid ""
"Oops! You tried activating the product reviews for woocommerce. Please "
"activate WooCommerce and then try again."
msgstr ""
#: common/partials/product-reviews-for-woocommerce-common-grid-view.php:37
#: common/partials/product-reviews-for-woocommerce-common-list-view.php:35
#: common/partials/product-reviews-for-woocommerce-common-slider-view.php:35
msgid "Guest"
msgstr ""
#: common/partials/product-reviews-for-woocommerce-common-grid-view.php:174
#: common/partials/product-reviews-for-woocommerce-common-list-view.php:176
#: common/partials/product-reviews-for-woocommerce-common-slider-view.php:176
msgid "See More.."
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:299
msgid "What is your monthly revenue?"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:318
msgid "What industry defines your business?"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:324
msgid "Industry Type"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:355
msgid "What is the best email address to contact you?"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:359
msgid "Email"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:367
msgid "What is your contact number?"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:372
msgid "Contact Number"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:483
msgid "Let us know why you are deactivating "
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:483
msgid " so we can improve the plugin"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:487
msgid "Reason"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-onboarding-steps.php:731
msgid "Unexpected Error Occured"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:134
#: includes/class-product-reviews-for-woocommerce-review-data.php:137
msgid "All"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:139
#: includes/class-product-reviews-for-woocommerce-review-data.php:142
msgid "Mine"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:143
#: includes/class-product-reviews-for-woocommerce-review-data.php:146
msgid "Pending"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:147
#: includes/class-product-reviews-for-woocommerce-qna-data.php:514
#: includes/class-product-reviews-for-woocommerce-review-data.php:150
#: includes/class-product-reviews-for-woocommerce-review-data.php:550
msgid "Approved"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:151
#: includes/class-product-reviews-for-woocommerce-review-data.php:154
msgid "Spam"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:155
#: includes/class-product-reviews-for-woocommerce-review-data.php:158
msgid "Trash"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:341
#: includes/class-product-reviews-for-woocommerce-review-data.php:344
#, php-format
msgid "In reply to %s"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:401
#: includes/class-product-reviews-for-woocommerce-review-data.php:438
msgid "ID"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:402
#: includes/class-product-reviews-for-woocommerce-review-data.php:439
msgid "Customer"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:403
#: includes/class-product-reviews-for-woocommerce-review-data.php:440
msgid "Review"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:404
#: includes/class-product-reviews-for-woocommerce-review-data.php:441
msgid "Product"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:405
#: includes/class-product-reviews-for-woocommerce-review-data.php:442
msgid "Date"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:454
#: includes/class-product-reviews-for-woocommerce-review-data.php:491
msgid "Un-Approve"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:455
#: includes/class-product-reviews-for-woocommerce-review-data.php:492
msgid "Approve"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:456
#: includes/class-product-reviews-for-woocommerce-review-data.php:493
msgid "Move To Trash"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:457
#: includes/class-product-reviews-for-woocommerce-review-data.php:494
msgid "Mark as Spam"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:458
#: includes/class-product-reviews-for-woocommerce-review-data.php:495
msgid "Delete"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:510
#: includes/class-product-reviews-for-woocommerce-review-data.php:546
msgid "Marked as spam"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:512
#: includes/class-product-reviews-for-woocommerce-review-data.php:548
msgid "Moved To Trash"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:516
#: includes/class-product-reviews-for-woocommerce-review-data.php:552
msgid "Un-Approved"
msgstr ""
#: includes/class-product-reviews-for-woocommerce-qna-data.php:518
#: includes/class-product-reviews-for-woocommerce-review-data.php:554
msgid "Deleted"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:426
msgid "General Setting"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:432
msgid "System Status"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:436
msgid "Overview"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:462
#, php-format
msgid ""
"Unable to locate file at location \"%s\". Some features may not work "
"properly in this plugin. Please contact us!"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:517
msgid "N/A (phpversion function does not exist)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:526
msgid "N/A (make sure exec function is enabled)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:529
msgid "N/A (ABSPATH constant not defined)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:532
msgid "N/A (php_uname function does not exist)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:535
msgid "N/A (get_bloginfo function does not exist)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:538
msgid "N/A (get_option function does not exist)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:541
#: includes/class-product-reviews-for-woocommerce.php:544
#: includes/class-product-reviews-for-woocommerce.php:547
msgid "Yes"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:541
#: includes/class-product-reviews-for-woocommerce.php:544
#: includes/class-product-reviews-for-woocommerce.php:547
msgid "No"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:550
msgid "N/A (count_users function does not exist)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:553
msgid "0"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:556
#: includes/class-product-reviews-for-woocommerce.php:562
#: includes/class-product-reviews-for-woocommerce.php:565
#: includes/class-product-reviews-for-woocommerce.php:593
#: includes/class-product-reviews-for-woocommerce.php:596
msgid "N/A (ini_get function does not exist)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:559
msgid "N/A"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:577
msgid "N/A (gethostname function does not exist)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:580
#: includes/class-product-reviews-for-woocommerce.php:589
msgid "N/A (make sure exec is enabled)"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:885
msgid "Description"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:885
msgid "ShortCode"
msgstr ""
#: includes/class-product-reviews-for-woocommerce.php:988
msgid "max="
msgstr ""
#: index.php:14
msgid "oops looks like nothing is here"
msgstr ""
#: onboarding/templates/product-reviews-for-woocommerce-deactivation-template.php:33
msgid "May we have a little info about why you are deactivating?"
msgstr ""
#: onboarding/templates/product-reviews-for-woocommerce-deactivation-template.php:44
msgid "Skip and Deactivate Now"
msgstr ""
#: onboarding/templates/product-reviews-for-woocommerce-onboarding-template.php:27
msgid "Welcome to MakeWebBetter"
msgstr ""
#: onboarding/templates/product-reviews-for-woocommerce-onboarding-template.php:28
msgid ""
"We love making new friends! Subscribe below and we promise to keep you up-to-"
"date with our latest new plugins, updates, awesome deals and a few special "
"offers."
msgstr ""
#: onboarding/templates/product-reviews-for-woocommerce-onboarding-template.php:40
msgid "Skip For Now"
msgstr ""
#: package/lib/sweet-alert.js:1
msgid "Invalid type of customClass."
msgstr ""
#: package/lib/sweet-alert.js:1
msgid ""
"\"allowOutsideClick\" parameter requires `backdrop` parameter to be set to "
"`true`"
msgstr ""
#: package/lib/sweet-alert.js:1
msgid "The \"position\" parameter is not valid, defaulting to \"center\""
msgstr ""
#: package/lib/sweet-alert.js:1
msgid ""
"Unexpected type of inputValue! Expected \"string\", \"number\" or \"Promise"
"\", got \""
msgstr ""
#: package/lib/sweet-alert.js:1
msgid ""
"Invalid currentProgressStep parameter, it should be less than progressSteps."
"length (currentProgressStep like JS arrays starts from 0)"
msgstr ""
#: package/lib/sweet-alert.js:1
msgid "Unknown parameter \""
msgstr ""
#: package/lib/sweet-alert.js:1
msgid "The parameter \""
msgstr ""
#: product-reviews-for-woocommerce.php:161
msgid "Settings"
msgstr ""
#: product-reviews-for-woocommerce.php:175
msgid "Demo"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:99
msgid "Only String is allowed"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:100
msgid "Please Enter Email In Valid Format"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:101
msgid "Thank You Your Question has Been submitted"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:110
msgid "Thank You Your Answer has Been submitted"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:129
msgid "Thank You, Your review has Been submitted"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:134
msgid "Please upload Files less than 5"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:135
msgid "Captcha not verified Please Refresh and try again later!!"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:136
msgid "Please Enter Review text"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:137
msgid "File too small, please select a file greater than 50kb"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:138
msgid "File too Big, please select a file less than 4 mb"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:215
msgid "Error: You Are Not a Human!!!!"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:215
msgid " Go Back"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:215
msgid "and resubmit the Form"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:304
msgid "Question and Answer"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:453
msgid "Perfect"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:454
msgid "Good"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:455
msgid "Average"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:456
msgid "Not that bad"
msgstr ""
#: public/class-product-reviews-for-woocommerce-public.php:457
msgid "Very poor"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:17
msgid "FAQ Module"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:47
msgid "Question No: "
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:48
msgid "Question : "
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:50
msgid "Asked By : "
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:53
msgid " on"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:54
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:90
msgid " "
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:57
msgid "Reply to this question"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:78
msgid "Answer : "
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:85
msgid "Answered By : "
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:89
msgid "on"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:101
msgid "See more.."
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:122
msgid "Question :"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:126
#: public/partials/product-reviews-for-woocommerce-qna-modal.php:26
msgid "Enter your Name"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:131
#: public/partials/product-reviews-for-woocommerce-qna-modal.php:31
msgid "Enter your Email"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:136
msgid "Enter your Answer"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-callback.php:141
msgid "Submit Answer"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-modal.php:23
msgid "Ask A Question"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-modal.php:36
msgid "Enter your Question"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-qna-modal.php:43
msgid "Submit Question"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-review-bar-chart-html.php:16
msgid "Average rating"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-review-bar-chart-html.php:28
msgid "Based On "
msgstr ""
#: public/partials/product-reviews-for-woocommerce-review-bar-chart-html.php:28
msgid " reviews"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-review-bar-chart-html.php:51
msgid "%"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-review-fields.php:20
msgid "Review title"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-review-fields.php:25
msgid "Choose Image to Upload"
msgstr ""
#: public/partials/product-reviews-for-woocommerce-review-form-popup-button.php:15
msgid "Open Review Form"
msgstr "" |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/product-size-chart-for-woo/change_log/CHANGELOG.txt | /**2021.01.31 - 1.0.0**/
- The first release
/**2021.03.06 - 1.0.1**/
- Fixed: Pop-up CSS
- Fixed: Pop-up conflict with some themes
- Fixed: Setting display Before add to cart properties
/**2021.03.11 - 1.0.2**/
- Update: Pop-up CSS
/**2021.04.19 - 1.0.3**/
- Fixed: Preview css
- Fixed: Assign categories and assign products
- Fixed: Lose size charts data when restoring size chart |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/product-sticker/translation_file/languages/product-sticker-ru_RU.po | msgid ""
msgstr ""
"Project-Id-Version:Product Sticker 1.0.0\n"
"POT-Creation-Date: 2021-11-25 09:57+0300\n"
"PO-Revision-Date: 2021-11-29 09:35+0300\n"
"Last-Translator: \n"
"Language-Team: [email protected]\n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.0\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Poedit-KeywordsList: esc_attr__;esc_html__\n"
"X-Poedit-SearchPath-0: .\n"
#: includes/admin/class-product-sticker-admin.php:12
msgid "Settings"
msgstr "Настройки"
#: includes/admin/class-product-sticker-admin.php:31
msgid "WooCommerce Stickers"
msgstr "WooCommerce стикеры"
#: includes/admin/sps-admin.php:9
msgid "General"
msgstr "Основные настройки"
#: includes/admin/sps-admin.php:10
#: includes/public/class-product-sticker-public.php:40
msgid "Sale"
msgstr "Акция"
#: includes/admin/sps-admin.php:11
#: includes/public/class-product-sticker-public.php:60
msgid "New"
msgstr "Новый"
#: includes/admin/sps-admin.php:12
msgid "Sold Out"
msgstr "Отсутствие на складе"
#: includes/admin/sps-admin.php:13
msgid "Bestseller"
msgstr "Хит продаж"
#: includes/admin/sps-admin.php:18
msgid "WooCommerce Stickers Settings"
msgstr "Настройки"
#: includes/admin/sps-content-tab-bestseller.php:5
#: includes/admin/sps-content-tab-general.php:5
#: includes/admin/sps-content-tab-new.php:5
#: includes/admin/sps-content-tab-sale.php:5
#: includes/admin/sps-content-tab-soldout.php:5
msgid "Status"
msgstr "Статус"
#: includes/admin/sps-content-tab-bestseller.php:8
#: includes/admin/sps-content-tab-general.php:8
#: includes/admin/sps-content-tab-new.php:8
#: includes/admin/sps-content-tab-sale.php:8
#: includes/admin/sps-content-tab-soldout.php:8
msgid "Enabled"
msgstr "Включено"
#: includes/admin/sps-content-tab-bestseller.php:9
#: includes/admin/sps-content-tab-general.php:9
#: includes/admin/sps-content-tab-new.php:9
#: includes/admin/sps-content-tab-sale.php:9
#: includes/admin/sps-content-tab-soldout.php:9
msgid "Disabled"
msgstr "Отключено"
#: includes/admin/sps-content-tab-bestseller.php:14
#: includes/admin/sps-content-tab-bestseller.php:16
msgid "Bestseller Products (quantity of sales)"
msgstr "Считать товар (число продаж)"
#: includes/admin/sps-content-tab-bestseller.php:20
#: includes/admin/sps-content-tab-new.php:20
#: includes/admin/sps-content-tab-sale.php:14
#: includes/admin/sps-content-tab-soldout.php:14
msgid "Position"
msgstr "Позиция"
#: includes/admin/sps-content-tab-bestseller.php:23
#: includes/admin/sps-content-tab-new.php:23
#: includes/admin/sps-content-tab-sale.php:17
#: includes/admin/sps-content-tab-soldout.php:17
msgid "Left"
msgstr "Слева"
#: includes/admin/sps-content-tab-bestseller.php:24
#: includes/admin/sps-content-tab-new.php:24
#: includes/admin/sps-content-tab-sale.php:18
#: includes/admin/sps-content-tab-soldout.php:18
msgid "Right"
msgstr "Справа"
#: includes/admin/sps-content-tab-bestseller.php:29
#: includes/admin/sps-content-tab-bestseller.php:31
#: includes/admin/sps-content-tab-new.php:29
#: includes/admin/sps-content-tab-new.php:31
#: includes/admin/sps-content-tab-sale.php:32
#: includes/admin/sps-content-tab-sale.php:34
#: includes/admin/sps-content-tab-soldout.php:23
#: includes/admin/sps-content-tab-soldout.php:25
msgid "Sort order"
msgstr "Сортировка"
#: includes/admin/sps-content-tab-bestseller.php:35
#: includes/admin/sps-content-tab-new.php:35
#: includes/admin/sps-content-tab-sale.php:38
#: includes/admin/sps-content-tab-soldout.php:29
msgid "Type"
msgstr "Тип"
#: includes/admin/sps-content-tab-bestseller.php:38
#: includes/admin/sps-content-tab-new.php:38
#: includes/admin/sps-content-tab-sale.php:41
#: includes/admin/sps-content-tab-soldout.php:32
msgid "Star"
msgstr "Звезда"
#: includes/admin/sps-content-tab-bestseller.php:39
#: includes/admin/sps-content-tab-new.php:39
#: includes/admin/sps-content-tab-sale.php:42
#: includes/admin/sps-content-tab-soldout.php:33
msgid "Ribbon"
msgstr "Горизонтальная лента"
#: includes/admin/sps-content-tab-bestseller.php:40
#: includes/admin/sps-content-tab-new.php:40
#: includes/admin/sps-content-tab-sale.php:43
#: includes/admin/sps-content-tab-soldout.php:34
msgid "Diagonal"
msgstr "Диагональная лента"
#: includes/admin/sps-content-tab-bestseller.php:45
#: includes/admin/sps-content-tab-new.php:45
#: includes/admin/sps-content-tab-sale.php:48
#: includes/admin/sps-content-tab-soldout.php:39
msgid "Image"
msgstr "Изображение"
#: includes/admin/sps-content-tab-bestseller.php:50
#: includes/admin/sps-content-tab-new.php:50
#: includes/admin/sps-content-tab-sale.php:53
#: includes/admin/sps-content-tab-soldout.php:44
msgid "Remove"
msgstr "Удалить"
#: includes/admin/sps-content-tab-general.php:14
msgid "Custom CSS"
msgstr "Пользовательский CSS"
#: includes/admin/sps-content-tab-new.php:14
#: includes/admin/sps-content-tab-new.php:16
msgid "New Products (days)"
msgstr "Считать товар новым (дней)"
#: includes/admin/sps-content-tab-sale.php:23
msgid "Label"
msgstr "Тип метки"
#: includes/admin/sps-content-tab-sale.php:26
msgid "Percent"
msgstr "Процент"
#: includes/admin/sps-content-tab-sale.php:27
msgid "Text"
msgstr "Текст"
#: includes/public/class-product-sticker-public.php:71
msgid "Out of stock"
msgstr "Нет в наличии"
#: includes/public/class-product-sticker-public.php:82
msgid "Best Seller"
msgstr "Хит продаж" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/profile-tabs-for-ultimate-member/translation_file/languages/profile-tabs-for-ultimate-member-hi.po | # Copyright (C) 2017 Ultimate Member - Profile Tabs
# This file is distributed under the same license as the Ultimate Member - Profile Tabs package.
msgid ""
msgstr ""
"Project-Id-Version: Ultimate Member - Profile Tabs 1.2.8\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/profile-tabs-for-ultimate-member\n"
"POT-Creation-Date: 2017-01-18 23:31+0530\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-01-19 00:09+0530\n"
"Language-Team: \n"
"X-Generator: Poedit 1.8.6\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: hi_IN\n"
#: core.php:17 core.php:39
msgid "Profile Tabs"
msgstr "प्रोफ़ाइल टैब"
#: core.php:18
msgid "Profile Tab"
msgstr "प्रोफ़ाइल टैब"
#: core.php:19
msgid "Add New"
msgstr "नया जोड़ें"
#: core.php:20
msgid "Add New Profile Tab"
msgstr "नई प्रोफ़ाइल टैब जोड़ें"
#: core.php:21
msgid "Edit Profile Tab"
msgstr "प्रोफ़ाइल टैब को संपादित करें"
#: core.php:22
msgid "You did not create any profile tabs yet"
msgstr "आप किसी भी प्रोफ़ाइल टैब अभी तक नहीं बनाया था"
#: core.php:23
msgid "Nothing found in Trash"
msgstr "कुछ भी नहीं मिला कचरे में"
#: core.php:24
msgid "Search Profile Tabs"
msgstr "रोफ़ाइल टैब खोजें"
#: init.php:18
msgid ""
"The <strong>Ultimate Member Profile Tabs</strong> plugin requires the Ultimate Member plugin "
"to be activated to work properly. You can download it <a href=\"https://wordpress.org/"
"plugins/ultimate-member\">here</a>"
msgstr ""
"<strong>अलटिमेट मेमबर प्रोफ़ाइल टैब</strong> प्लगइन ठीक से काम करने के लिए अलटिमेट मेमबर प्लगइन सक्रिय "
"करने की आवश्यकता है। आप इसे <a\n"
"href=“https://wordpress.org/plugins/ultimate-member”>यहाँ</a> डाउनलोड कर सकते हैं"
#: init.php:21
msgid ""
"The <strong>Ultimate Member Profile Tabs</strong> plugin requires a <a href=\"https://"
"wordpress.org/plugins/ultimate-member\">newer version</a> of Ultimate Member to work "
"properly."
msgstr ""
"<strong>अलटिमेट मेमबर प्रोफ़ाइल टैब</strong> प्लगइन ठीक से काम करने के लिए अलटिमेट मेमबर के एक <a "
"href=“https://wordpress.org/plugins/ultimate-member”>नए संस्करण</a> की आवश्यकता है।"
#: metabox.php:24
msgid "Options"
msgstr "विकल्प"
#: metabox.php:32
msgid "Roles with this tab"
msgstr "इस टैब के साथ भूमिकाओं"
#: metabox.php:33
msgid "Select roles (leave blank to show on all profiles)."
msgstr "भूमिकाओं के चयन (सभी प्रोफाइल पर दिखाने के लिए खाली छोड़ दें)।"
#: metabox.php:41
msgid "Roles that can view this tab"
msgstr "भूमिकाओं कि इस टैब देख सकते हैं"
#: metabox.php:42
msgid ""
"Select roles (leave blank to make visible to all roles). If this tab is a private tab (see "
"below) then the roles selected here will be able to view this tab."
msgstr ""
"भूमिकाओं के चयन (सभी भूमिकाओं को दिखाई बनाने के लिए खाली छोड़ दें)। इस टैब में एक निजी टैब (देखें नीचे) है तो "
"यहां से चयनित भूमिकाओं इस टैब देखने के लिए सक्षम हो जाएगा।"
#: metabox.php:50
msgid "Private Tab"
msgstr "निजी टैब"
#: metabox.php:51
msgid "Private tabs are only visible to the profile owner and the roles specified above."
msgstr "निजी टैब केवल प्रोफ़ाइल के मालिक और भूमिकाओं के ऊपर निर्दिष्ट करने के लिए दिखाई दे रहे हैं।"
#: metabox.php:57
msgid "Icon"
msgstr "चिह्न"
#: metabox.php:58
msgid "Enter an icon code to appear on the tab."
msgstr "टैब पर प्रकट करने के लिए एक आइकन कोड दर्ज करें।"
#: metabox.php:65
msgid "Position"
msgstr "स्थिति"
#: metabox.php:66
msgid "A smaller number moves the tab further left on the profile bar."
msgstr "एक छोटी संख्या टैब आगे प्रोफ़ाइल पट्टी पर छोड़ दिया ले जाता है।"
#: metabox.php:73
msgid "Force to front"
msgstr "सामने करने के लिए सेना"
#: metabox.php:74
msgid "Display this tab before all other UM tabs."
msgstr "अन्य सभी उम टैब से पहले इस टैब प्रदर्शित करें।"
#: metabox.php:80
msgid "Custom URL"
msgstr "कस्टम यूआरएल"
#: metabox.php:81
msgid "Enter a link to redirect the profile nav bar button."
msgstr "प्रोफ़ाइल नव पट्टी बटन को दिशानिर्देश देने में एक लिंक दर्ज करें।"
#. Plugin Name of the plugin/theme
msgid "Ultimate Member - Profile Tabs"
msgstr "अलटिमेट मेमबर - प्रोफ़ाइल टैब"
#. Plugin URI of the plugin/theme
#. Author URI of the plugin/theme
msgid "https://plusplugins.com"
msgstr "https://plusplugins.com"
#. Description of the plugin/theme
msgid ""
"Add custom profile tabs to your Ultimate Member site with content area and privacy settings."
msgstr "सामग्री क्षेत्र और गोपनीयता सेटिंग्स के साथ अपने अंतिम सदस्य साइट के लिए कस्टम प्रोफ़ाइल टैब जोड़ें।"
#. Author of the plugin/theme
msgid "PlusPlugins"
msgstr "प्लस प्लगइन्स" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/progress-bar-block/composer_file/package.json | {
"name": "my-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.13.0",
"classnames": "^2.2.6",
"md5": "^2.2.1",
"moment": "^2.23.0",
"query-string": "^6.2.0",
"querystringify": "^2.1.0"
}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/progress-bar-ecpay-gateway/translation_file/languages/pb_ecpay_woo-zh_TW.po | # This file is distributed under the GNU General Public License v3 or later.
msgid ""
msgstr ""
"Project-Id-Version: progressbar-ecpay-for-woocommerce v1.0.0\n"
"Report-Msgid-Bugs-To: Progress Bar TW <[email protected]>\n"
"POT-Creation-Date: 2020-10-19 00:32+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: Progress Bar TW <[email protected]>\n"
"Language-Team: \n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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.4.1\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Poedit-SearchPath-0: .\n"
#: lib/PBECPayPaymentGateway.php:19
msgid "Enter ECPay Checkout Page"
msgstr "進入綠界結帳頁面"
#: lib/PBECPayPaymentGateway.php:20
msgid "ECPay payment by Progress bar online course"
msgstr "進度條線上課程 - 綠界金流"
msgid "ECPay payment gateway for customers."
msgstr "讓顧客可以利用綠界 ECPay 金流結帳。"
msgid "Credit Card and UnionPay. (Needs to apply for activation from ECPay)"
msgstr "信用卡及銀聯卡(需申請開通)"
msgid "Web ATM. (Not shows on phone)"
msgstr "網路 ATM(手機不支援)"
msgid "ATM"
msgstr "自動櫃員機"
msgid "CVS - convenience store"
msgstr "超商代碼(CVS)"
msgid "Barcode - convenience store"
msgstr "超商條碼(Barcode)"
msgid "Disabled - "
msgstr "無法使用 - "
msgid "[Test mode]"
msgstr "【測試模式】"
msgid "Payment page was disabled, please checkout again."
msgstr "已產生過訂單編號,無法再次結帳,請重新下單。"
msgid "Enable this payment gateway"
msgstr "開啟此付款方式(請注意是否在測試模式)"
msgid "Enabled"
msgstr "開啟"
msgid "Title of the gateway"
msgstr "結帳標題"
msgid "ECPay payment gateway"
msgstr "ECPay 綠界金流"
msgid "Description of the gateway"
msgstr "結帳敘述"
msgid "Checkout with ECPay page."
msgstr "使用綠界科技結帳頁面。"
msgid "Merchant ID"
msgstr "商店編號(Merchant ID)"
msgid "Merchant ID, 2000132 is for test mode."
msgstr "綠界的商店編號,2000132 為測試用的。"
msgid "Hash Key, 5294y06JbISpM5x9 is for test mode."
msgstr "綠界的 Hash Key,5294y06JbISpM5x9 為測試用的。"
msgid "Hash IV,v77hoKGq4kWxNNIS is for test mode."
msgstr "綠界的 Hash IV,v77hoKGq4kWxNNIS 為測試用的。"
msgid "Enabled payment methods"
msgstr "可使用的付款方式"
msgid "Prefix of orders"
msgstr "訂單編號前綴"
msgid "Order number cannot be repeated, it will be created with timestamp and prefix."
msgstr ""
"綠界訂單編號不能重複, 訂單編號將會以包含時間戳記與訂單編號前綴的方式顯示。建議前綴為"
"2~4個字元即可。"
msgid "Enable test mode"
msgstr "開啟測試模式"
msgid "Merchant ID for test"
msgstr "測試用 Merchant ID"
msgid "Hash Key for test"
msgstr "測試用 Hash Key"
msgid "Hash IV for test"
msgstr "測試用 Hash IV"
msgid "Enable development mode"
msgstr "開啟開發者模式"
msgid "Enabled(only if you are a developer)"
msgstr "開啟(一般使用者請勿開啟)"
msgid "Waiting for the payment"
msgstr "等待付款"
msgid "Progressbar ECPay transaction module"
msgstr "進度條綠界交易模組"
msgid "Some goods"
msgstr "一些商品"
msgid "ECpay Failed"
msgstr "ECPay 失敗"
msgid "ECPay webhook Failed"
msgstr "ECPay webhook 有問題"
msgid "This controls the title which the user sees during checkout."
msgstr "控制使用者在結帳時所看到的標題."
msgid "This controls the description which the user sees during checkout."
msgstr "此項目控制使用者在結帳時會看到的說明." |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pronamic-pay-with-mollie-for-contact-form-7/composer_file/package.json | {
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7",
"description": "Pronamic Pay plugin with Mollie for Contact Form 7 integration.",
"version": "1.1.0",
"devDependencies": {
"@wordpress/env": "^5.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7.git"
},
"author": "Pronamic",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/issues"
},
"homepage": "https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7#readme"
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/pronamic-pay-with-mollie-for-gravity-forms/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).
## [1.0.0] - 2023-02-24
- First release.
[1.0.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/releases/tag/v1.0.0 |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pronamic-pay-with-mollie-for-gravity-forms/composer_file/package.json | {
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms",
"description": "Pronamic Pay plugin with Mollie for Gravity Forms integration.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms.git"
},
"author": "Pronamic",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/issues"
},
"homepage": "https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms#readme",
"config": {
"slug": "pronamic-pay-with-mollie-for-gravity-forms"
},
"devDependencies": {
"@wordpress/env": "^5.12.0"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/propel/change_log/changelog.txt | == Changelog ==
= 1.0 =
* Added ability to create projects
* Added ability to create tasks
= 1.1 =
* Added short tag [project]
= 1.2 =
* Added "Quick-tasks" dashboard widget
* Added "Tasks At-a-Glance" dashboard widget
* Added uninstall option
* Added [pl-project] short code
* Added [pl-bug-report] short code
* Included jQuery library
* jQuery widget UI
* Created [pl-project] interface
* Deprecated [project] short code
= 1.5 =
* Added jQuery UI Themes
= 1.5.6 =
* User authorization
* Fixed character escaping issue
= 1.5.7 =
* Dashboard widget
* Fixed JavaScript include issues
= 2.0 =
* Use custom post type UI
* Change database to use individual meta keys rather than a serialized array
* Changed priority to use high, medium, and low rather than 1-10
* Changed progress intervals from 1 to 5
* Removed shortcode for frontend display
* Added ability to categorize tasks
* Added ability to assign terms to tasks
* Added ability to assign clients to projects
* Added ability to turn on/off certain UI options
* Created a "type" taxonomy for tasks
= 2.0.1 =
* Fixed bug with activation hook
= 2.0.2 =
* Replaced PHP 5.3 specific code with 5.2 equivalent
= 2.0.3 =
* Updated changelog format
* Added "Project Overview" dashboard widget
* Readded shortcode for frontend display
= 2.0.4 =
* Added title to project list item in the front end |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/protect-wp-config-from-phishing-attacks/translation_file/langs/protect-wp-config-from-phishing-attacks-fr_FR.po | msgid ""
msgstr ""
"Project-Id-Version: WordPress.com Stats Smiley Remover v15.01\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2014-12-22 17:39:38+0000\n"
"Last-Translator: thisismyurl <[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: CSL v1.x\n"
"X-Poedit-Language: French\n"
"X-Poedit-Country: FRANCE\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"
#: thisismyurl_common.php:260
#@ wordpresscom-stats-smiley-remover
msgid "Settings"
msgstr "Paramètres"
#: thisismyurl_common.php:288
#@ wordpresscom-stats-smiley-remover
msgid "General settings"
msgstr "Paramètres"
#: thisismyurl_common.php:289
#, php-format
#@ wordpresscom-stats-smiley-remover
msgid "The plugin has no settings, once activated it will work automatically. For further details, please view the <a href=\"%sreadme.txt\">readme.txt</a> file included with this release."
msgstr "Le plugin n'a pas de paramètres, une fois activé, il fonctionnera automatiquement. Pour plus de détails, se il vous plaît consulter le fichier <a href=\"%sreadme.txt\">readme.txt</a> inclus avec cette version."
#: thisismyurl_common.php:296
#@ wordpresscom-stats-smiley-remover
msgid "How to support the software"
msgstr "Comment soutenir le logiciel"
#: thisismyurl_common.php:298
#@ wordpresscom-stats-smiley-remover
msgid "Open source software such as this free WordPress plugin only work through the hard work of community members, volunteering their time or resources to make the software freely available. If you would like to show your support for this software, please consider donating towards the development effort."
msgstr "Les logiciels open source tel libre WordPress Plugin uniquement travailler grâce au travail acharné des membres de la communauté, en donnant de leur temps ou de ressources pour rendre le logiciel disponible gratuitement. Si vous voulez montrer votre soutien pour ce logiciel, se il vous plaît envisager de faire don à l'effort de développement."
#: thisismyurl_common.php:299
#@ wordpresscom-stats-smiley-remover
msgid "Here is how you can help:"
msgstr "Voici comment vous pouvez aider:"
#: thisismyurl_common.php:302
#@ wordpresscom-stats-smiley-remover
msgid "Give it a great review on WordPress.org;"
msgstr "Donnez-lui une grande revue;"
#: thisismyurl_common.php:303
#@ wordpresscom-stats-smiley-remover
msgid "Offer free support in the plugin forums;"
msgstr "Offrir un soutien libre;"
#: thisismyurl_common.php:304
#@ wordpresscom-stats-smiley-remover
msgid "Report an issue, or suggest feature request;"
msgstr "Signaler un problème ou suggérer une fonctionnalité;"
#: thisismyurl_common.php:305
#@ wordpresscom-stats-smiley-remover
msgid "Translate the plugin into a local language;"
msgstr "Traduire le plugin dans une langue locale;"
#: thisismyurl_common.php:306
#, php-format
#@ wordpresscom-stats-smiley-remover
msgid "Thanks @thisismyurl for %s!"
msgstr "Merci @thisismyurl pour %s!"
#: thisismyurl_common.php:306
#@ wordpresscom-stats-smiley-remover
msgid "Tell your friends about the plugin on Twitter;"
msgstr "Dites à vos amis à ce sujet;"
#: thisismyurl_common.php:309
#@ wordpresscom-stats-smiley-remover
msgid "Any support is greatly appreciated, and I hope you enjoy using this free plugin for WordPress."
msgstr "Tout soutien est très apprécié, et je espère que vous apprécierez ce logiciel libre."
#: thisismyurl_common.php:313
#@ wordpresscom-stats-smiley-remover
msgid "Donate $5"
msgstr "Don de 5$"
#: thisismyurl_common.php:314
#@ wordpresscom-stats-smiley-remover
msgid "Donate $10"
msgstr "Don de 10$"
#: thisismyurl_common.php:315
#@ wordpresscom-stats-smiley-remover
msgid "Donate $20"
msgstr "Don de 20$"
#: thisismyurl_common.php:327
#@ wordpresscom-stats-smiley-remover
msgid "Christopher Ross"
msgstr ""
#: thisismyurl_common.php:327
#@ wordpresscom-stats-smiley-remover
msgid "@thisismyurl"
msgstr ""
#: wordpresscom-stats-smiley-remover.php:33
#@ thisismyurl_wpsmileyremover
msgid "WordPress.com Stats Smiley Remover"
msgstr ""
#: wordpresscom-stats-smiley-remover.php:34
#@ thisismyurl_wpsmileyremover
msgid "WP Smiley"
msgstr "" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/protectmedia/translation_file/languages/protect-media-ja.po | # Blank WordPress Pot
# Copyright 2014 ...
# This file is distributed under the GNU General Public License v3 or later.
msgid ""
msgstr ""
"Project-Id-Version: Protect Media Pot v1.0.0\n"
"Report-Msgid-Bugs-To: Translator Name <[email protected]>\n"
"POT-Creation-Date: 2021-05-16 23:59+0900\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: ateliee <[email protected]>\n"
"Language: ja\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-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.4.3\n"
"X-Poedit-SearchPath-0: .\n"
#: src/include.php:60 src/include.php:84
msgid "Protect Media Setting"
msgstr "メディアの保護設定"
#: src/include.php:61
msgid "Protect Media"
msgstr "メディアの保護"
#: src/include.php:85
msgid "Make login required for file access of the set path."
msgstr "設定されたパスのファイルアクセスをログイン必須にします。"
#: src/include.php:87
msgid "Check if AllowOverride in php.ini is enabled."
msgstr "php.iniのAllowOverrideが有効か確認してください。"
#: src/include.php:90
#, php-format
msgid "%s does not exist. Save and update your settings."
msgstr "%sが存在しません。設定を保存して更新してください。"
#: src/include.php:93
#, php-format
msgid ""
"You don't have write permission to .htaccess. Please describe the following "
"in %s."
msgstr ".htaccessへの書き込み権限がありません。下記を%sに記載ください"
#: src/include.php:98
msgid "You don't have write permission to .htaccess."
msgstr ".htaccessへの書き込み権限がありません。"
#: src/include.php:102
msgid "Protection is not enabled because the path is invalid."
msgstr "パスが無効のため保護が有効化されていません。"
#: src/include.php:110
msgid "Path setting"
msgstr "パス設定"
#: src/include.php:111
msgid "Please specify the path from uploads"
msgstr "uploadsからのパスを指定してください"
#: src/include.php:114
msgid "Deny all access"
msgstr "アクセスを全て拒否"
#: src/include.php:134
msgid "The settings have been saved."
msgstr "設定の保存が完了しました。"
#: src/include.php:200
msgid ".htaccess could not be read."
msgstr ".htaccessが読み込めませんでした。"
#: src/include.php:209
msgid "Any changes to the directive between these markers will be overwritten."
msgstr ""
"これらのマーカー間にあるディレクティブへのいかなる変更も上書きされてしまいま"
"す。"
#: src/include.php:218
msgid "Failed to write to .htaccess."
msgstr ".htaccessへの書き込みに失敗しました。" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/prove-you-are-a-human-ruh-captcha-plugin/translation_file/languages/RUH-ru_RU.po | msgid ""
msgstr ""
"Project-Id-Version: RUH Captcha, 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-01-08 03:03-0500\n"
"PO-Revision-Date: 2012-01-08 03:06-0500\n"
"Last-Translator: Dmitry V. Gordiyevsky <[email protected]>\n"
"Language-Team: English\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-Language: English\n"
"X-Poedit-Country: USA\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../RUH.php:31
msgid ""
"You do not have sufficient permissions\n"
" to access this page."
msgstr ""
"У Вас недостаточно прав для доступа\n"
" к этой странице."
#: ../RUH.php:58
msgid "Hey, robots, get lost!<br />Are you a human?"
msgstr "Достали роботы-спамеры!<br />А Вы - человек?"
#: ../RUH.php:67
msgid "Please select the <strong>two</strong> most similar images. If you cannot decide, click on the 'Refresh' button, and a new set will be shown. Please make sure you made your choice before clicking on "
msgstr "Пожалуйста, выберите <strong>две</strong> ближайшие по смыслу картинки. Если затрудняетесь сделать выбор, щелкните 'Refresh', и Вам предложат другой вариант. Пожалуйста, сделайте Ваш выбор до того, как щелкнуть на "
#: ../RUH.php:127
msgid "Magnify:"
msgstr "Увеличить:"
#: ../RUH.php:159
msgid " Shown:"
msgstr " Показано:"
#: ../RUH.php:161
msgid " Hits:"
msgstr " Попыток:"
#: ../RUH.php:163
msgid " Recognized as humans:"
msgstr " Распознано людей:"
#: ../RUH.php:172
msgid "'Register'"
msgstr "'Регистрация'"
#: ../RUH.php:179
msgid "'Post Comment'"
msgstr "'Оставить комментарий'"
#: ../RUH.php:189
#, php-format
msgid "Something wrong! It seems that you've chosen an unmatched pair. Try again. If you are sure that your choice was correct, please write me at %s. Thank you."
msgstr "Что-то не так! Похоже, Вы ошиблись в выборе. Попробуйте ещё раз. Если Вы уверены, что все делаете правильно, пожалуйста, напишите мне по адресу %s. Спасибо."
#: ../RUH.php:216
msgid "Please note that registered Users will have to match the pictures just once, during the registration."
msgstr "Напоминаем, что зарегистрированные пользователи должны выбрать картинки всего лишь один раз, во время регистрации."
#: ../RUH.php:217
msgid "Please use browser Back button to return to previous page."
msgstr "Для возврата к предыдущей странице воспользуйтесь кнопкой 'Назад' в браузере." |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/provinces-and-districts-of-panama-for-woocommerce/translation_file/languages/provinces-and-districts-of-panama-for-woocommerce-es_ES.po | # Copyright (C) 2019 Yordan Soares
# This file is distributed under the same license as the Provinces and Districts of Panama for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: Provinces and Districts of Panama for WooCommerce "
"1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/provinces-and-"
"districts-of-panama-for-woocommerce\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-10-09T03:44:36-04:00\n"
"PO-Revision-Date: 2019-10-09 03:47-0400\n"
"X-Generator: Poedit 2.2.4\n"
"X-Domain: provinces-and-districts-of-panama-for-woocommerce\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es_ES\n"
#. Plugin Name of the plugin
msgid "Provinces and Districts of Panama for WooCommerce"
msgstr "Provinces and Districts of Panama for WooCommerce"
#. Description of the plugin
msgid ""
"This plugins allows you to choose the Provinces, Districts and "
"Corregimientos of Panama into the WooCommerce Options."
msgstr ""
"Este plugin te permite elegir las Provincias, Distritos y Corregimientos "
"de Panamá en las opciones de WooCommerce."
#. Author of the plugin
msgid "Yordan Soares"
msgstr "Yordan Soares"
#. Author URI of the plugin
msgid "https://yordansoar.es/"
msgstr "https://yordansoar.es/"
#: includes/class-wc-panama-corregimientos-select.php:120
#: includes/class-wc-panama-corregimientos-select.php:161
msgid "Select your district and corregimiento…"
msgstr "Selecciona tu distrito y corregimiento…"
#: provinces-and-districts-of-panama-for-woocommerce.php:51
msgid "Province"
msgstr "Provincia"
#: provinces-and-districts-of-panama-for-woocommerce.php:53
msgid "District - Corregimiento"
msgstr "Distrito - Corregimiento"
#. translators: placeholders are <strong> tags
#: provinces-and-districts-of-panama-for-woocommerce.php:100
msgid ""
"%sProvinces and Districts of Panama for WooCommerce%s plugin requires "
"%sWooCommerce%s activated. The plugin was deactivated until you active "
"%sWooCommerce%s"
msgstr ""
"El plugin %sProvinces and Districts of Panama for WooCommerce%s requiere "
"%sWooCommerce%s activado. El plugin se ha desactivado hasta que actives "
"%sWooCommerce%s" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/publishing-checklist/composer_file/package.json | {
"name": "publishing-checklist",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/fusioneng/publishing-checklist.git"
},
"main": "Gruntfile.js",
"author": "Fusion Engineering <[email protected]>",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-phpcs": "^0.4.0",
"grunt-sass": "~0.18.0",
"grunt-wp-i18n": "^0.5.0",
"grunt-wp-readme-to-markdown": "~0.9.0"
}
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/puppyfw/change_log/CHANGELOG.md | ## [Unreleased]
## [0.4.4]
### Changed
- Fix missing removeRule() method in options page builder
## [0.4.3]
### Added
- Added alpha channel option for colorpicker field
### Changed
- Fix colorpicker not show in WordPress 4.9
## [0.4.2]
### Changed
- Fix field attributes doesn't work
- Fix image field doesn't work when use URL
- Fix slashes issue when save fields
## [0.4.1]
### Changed
- Fix Vietnamese text encoding
## [0.4.0]
### Added
- Support media buttons in editor field (requires WordPress 4.9)
- Added import/export feature for options page builder
- Hook `puppyfw_builder_assets`
- Show options page data in posts list table
### Changed
- Check the existing of function `puppyfw()` to load plugin instead of `PUPPYFW_VERSION` constant which be removed
### Removed
- Removed `PUPPYFW_VERSION` constant
## [0.3.0]
### Added
- Options page builder
- Hook `puppyfw_before_init`
- Hook `puppyfw_i18n`
- Hook `puppyfw_show_builder`
- Hook `puppyfw_fields_have_nested`
### Changed
- Refactor framework structure and api
## [0.2.0]
### Added
- Hook `puppyfw_after_init`
- Hook `puppyfw_before_page_rendering`
- Added API to get page instance
- Added API to get option value
- Added API for defining fields use OOP
### Removed
- Removed demo code. It will be moved to documentation
### Changed
- Used singleton pattern for Framework class
- Moved framework init to `plugins_loaded` hook
- Fix style editor field
- Improve demo
## [0.1.2]
### Added
- Added `html`, `colorpicker`, `datepicker` field
## [0.1.1] - 2017-09-21
### Added
- Check user capability when save
### Removed
- Remove short syntax of dependency
## [0.1.0] - 2017-09-19
- First release
[Unreleased]: https://github.com/truongwp/puppyfw/compare/0.4.4...HEAD
[0.4.4]: https://github.com/truongwp/puppyfw/compare/0.4.3...0.4.4
[0.4.3]: https://github.com/truongwp/puppyfw/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/truongwp/puppyfw/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/truongwp/puppyfw/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/truongwp/puppyfw/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/truongwp/puppyfw/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/truongwp/puppyfw/compare/0.1.2...0.2.0
[0.1.2]: https://github.com/truongwp/puppyfw/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/truongwp/puppyfw/compare/0.1.0...0.1.1 |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/pushnews/change_log/CHANGELOG.md | CHANGELOG
=========
# 1.8.1
- Saving "send push"/"send email" checks on custom post drafts
# 1.8.0
- Preventing Push/Email send while saving a draft post
- Added support for custom post types
# 1.7.3
- Fixed date comparison (now using GMT)
# 1.7.2
- Fixed bad production API endpoint
# 1.7.1
- Fixed sending Push after editing a Post
# 1.7.0
- Added support for Wordpress 5
- Updated API url
- Allowing Push/Email sending after editing a Post
- Enhanced Push/Email sending for scheduled Posts
- Editing a scheduled Post will now show if it has scheduled Push/Email
- Added Service Worker under "/wp-content/plugins/pushnews/sdk/pushnews-sw.js.php" (preparing for future native Widget Support)
# 1.6.0
- No longer pre-checking "Send Push" and "Send Pushmail" checkboxes
# 1.5.4
- Updated Push Notifications plugin behaviour, now sending featured image as SuperPush
# 1.5.3
- Fixed some issues regarding updated posts
# 1.5.2
- Fixed some issues regarding scheduled posts
# 1.5.1
- Fixed some issues regarding the automatic push notifications
# 1.5.0
- Added send automatic push mail feature on new post publish
# 1.4.0
- Added send automatic push notification feature on new post publish
# 1.3.0
- Simplified tag installation so it only requires the App ID
# 1.2.0
- Making sure all tag configuration elements are trimmed before printed
# 1.1.0
- Removed short array syntax to allow compatibility with PHP 5.3
- Updated API domain
# 1.0.0
- Plugin approved by WordPress.org
# 1.0.0-rc2
Addressed WordPress.org Plugin reviewers' issues:
- Incorrect Readme
- Fixed Contributors list in readme.txt
- Too Many Tags
- Removed excessive tags from readme.txt
- API Token
- Removed public API_TOKEN constant
- Your admin dashboard is an iframe
- Replaced iframe with a link to Pushnews
# 1.0.0-rc1
- First Release Candidate |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/pwacommerce/composer_file/composer.json | {
"name": "PWAcommerce",
"description": "",
"version": "0.1",
"autoload": {
"classmap": ["core/", "admin/", "frontend/", "includes/"]
},
"require": {
"php": ">=5.4.0",
"automattic/woocommerce": "^1.3",
"mobiledetect/mobiledetectlib": "^2.8"
}
} |
JavaScript | wpscan/spec/fixtures/dynamic_finders/plugin_version/pym-shortcode/javascript_comment/js/pym.v1.min.js | /*! pym.js - v1.3.2 - 2018-02-13 */
!function(a){"function"==typeof define&&define.amd?define(a):"undefined"!=typeof module&&module.exports?module.exports=a():window.pym=a.call(this)}(function(){var a={},b=function(a){var b=document.createEvent("Event");b.initEvent("pym:"+a,!0,!0),document.dispatchEvent(b)},c=function(a){var b=new RegExp("[\\?&]"+a.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]")+"=([^&#]*)"),c=b.exec(location.search);return null===c?"":decodeURIComponent(c[1].replace(/\+/g," "))},d=function(a,b){if(("*"===b.xdomain||a.origin.match(new RegExp(b.xdomain+"$")))&&"string"==typeof a.data)return!0},e=function(a){var b=/^(?:(?:https?|mailto|ftp):|[^&:\/?#]*(?:[\/?#]|$))/gi;if(a.match(b))return!0},f=function(a,b,c){return["pym",a,b,c].join("xPYMx")},g=function(a){var b=["pym",a,"(\\S+)","(.*)"];return new RegExp("^"+b.join("xPYMx")+"$")},h=Date.now||function(){return(new Date).getTime()},i=function(a,b,c){var d,e,f,g=null,i=0;c||(c={});var j=function(){i=!1===c.leading?0:h(),g=null,f=a.apply(d,e),g||(d=e=null)};return function(){var k=h();i||!1!==c.leading||(i=k);var l=b-(k-i);return d=this,e=arguments,l<=0||l>b?(g&&(clearTimeout(g),g=null),i=k,f=a.apply(d,e),g||(d=e=null)):g||!1===c.trailing||(g=setTimeout(j,l)),f}},j=function(){for(var b=a.autoInitInstances.length,c=b-1;c>=0;c--){var d=a.autoInitInstances[c];d.el.getElementsByTagName("iframe").length&&d.el.getElementsByTagName("iframe")[0].contentWindow||a.autoInitInstances.splice(c,1)}};return a.autoInitInstances=[],a.autoInit=function(c){var d=document.querySelectorAll("[data-pym-src]:not([data-pym-auto-initialized])"),e=d.length;j();for(var f=0;f<e;++f){var g=d[f];g.setAttribute("data-pym-auto-initialized",""),""===g.id&&(g.id="pym-"+f+"-"+Math.random().toString(36).substr(2,5));var h=g.getAttribute("data-pym-src"),i={xdomain:"string",title:"string",name:"string",id:"string",sandbox:"string",allowfullscreen:"boolean",parenturlparam:"string",parenturlvalue:"string",optionalparams:"boolean",trackscroll:"boolean",scrollwait:"number"},k={};for(var l in i)if(null!==g.getAttribute("data-pym-"+l))switch(i[l]){case"boolean":k[l]=!("false"===g.getAttribute("data-pym-"+l));break;case"string":k[l]=g.getAttribute("data-pym-"+l);break;case"number":var m=Number(g.getAttribute("data-pym-"+l));isNaN(m)||(k[l]=m);break;default:console.err("unrecognized attribute type")}var n=new a.Parent(g.id,h,k);a.autoInitInstances.push(n)}return c||b("pym-initialized"),a.autoInitInstances},a.Parent=function(a,b,c){this.id=a,this.url=b,this.el=document.getElementById(a),this.iframe=null,this.settings={xdomain:"*",optionalparams:!0,parenturlparam:"parentUrl",parenturlvalue:window.location.href,trackscroll:!1,scrollwait:100},this.messageRegex=g(this.id),this.messageHandlers={},c=c||{},this._constructIframe=function(){var a=this.el.offsetWidth.toString();this.iframe=document.createElement("iframe");var b="",c=this.url.indexOf("#");for(c>-1&&(b=this.url.substring(c,this.url.length),this.url=this.url.substring(0,c)),this.url.indexOf("?")<0?this.url+="?":this.url+="&",this.iframe.src=this.url+"initialWidth="+a+"&childId="+this.id,this.settings.optionalparams&&(this.iframe.src+="&parentTitle="+encodeURIComponent(document.title),this.iframe.src+="&"+this.settings.parenturlparam+"="+encodeURIComponent(this.settings.parenturlvalue)),this.iframe.src+=b,this.iframe.setAttribute("width","100%"),this.iframe.setAttribute("scrolling","no"),this.iframe.setAttribute("marginheight","0"),this.iframe.setAttribute("frameborder","0"),this.settings.title&&this.iframe.setAttribute("title",this.settings.title),void 0!==this.settings.allowfullscreen&&!1!==this.settings.allowfullscreen&&this.iframe.setAttribute("allowfullscreen",""),void 0!==this.settings.sandbox&&"string"==typeof this.settings.sandbox&&this.iframe.setAttribute("sandbox",this.settings.sandbox),this.settings.id&&(document.getElementById(this.settings.id)||this.iframe.setAttribute("id",this.settings.id)),this.settings.name&&this.iframe.setAttribute("name",this.settings.name);this.el.firstChild;)this.el.removeChild(this.el.firstChild);this.el.appendChild(this.iframe),window.addEventListener("resize",this._onResize),this.settings.trackscroll&&window.addEventListener("scroll",this._throttleOnScroll)},this._onResize=function(){this.sendWidth(),this.settings.trackscroll&&this.sendViewportAndIFramePosition()}.bind(this),this._onScroll=function(){this.sendViewportAndIFramePosition()}.bind(this),this._fire=function(a,b){if(a in this.messageHandlers)for(var c=0;c<this.messageHandlers[a].length;c++)this.messageHandlers[a][c].call(this,b)},this.remove=function(){window.removeEventListener("message",this._processMessage),window.removeEventListener("resize",this._onResize),this.el.removeChild(this.iframe),j()},this._processMessage=function(a){if(d(a,this.settings)&&"string"==typeof a.data){var b=a.data.match(this.messageRegex);if(!b||3!==b.length)return!1;var c=b[1],e=b[2];this._fire(c,e)}}.bind(this),this._onHeightMessage=function(a){var b=parseInt(a);this.iframe.setAttribute("height",b+"px")},this._onNavigateToMessage=function(a){e(a)&&(document.location.href=a)},this._onScrollToChildPosMessage=function(a){var b=document.getElementById(this.id).getBoundingClientRect().top+window.pageYOffset,c=b+parseInt(a);window.scrollTo(0,c)},this.onMessage=function(a,b){a in this.messageHandlers||(this.messageHandlers[a]=[]),this.messageHandlers[a].push(b)},this.sendMessage=function(a,b){this.el.getElementsByTagName("iframe").length&&(this.el.getElementsByTagName("iframe")[0].contentWindow?this.el.getElementsByTagName("iframe")[0].contentWindow.postMessage(f(this.id,a,b),"*"):this.remove())},this.sendWidth=function(){var a=this.el.offsetWidth.toString();this.sendMessage("width",a)},this.sendViewportAndIFramePosition=function(){var a=this.iframe.getBoundingClientRect(),b=window.innerWidth||document.documentElement.clientWidth,c=window.innerHeight||document.documentElement.clientHeight,d=b+" "+c;d+=" "+a.top+" "+a.left,d+=" "+a.bottom+" "+a.right,this.sendMessage("viewport-iframe-position",d)};for(var h in c)this.settings[h]=c[h];return this._throttleOnScroll=i(this._onScroll.bind(this),this.settings.scrollwait),this.onMessage("height",this._onHeightMessage),this.onMessage("navigateTo",this._onNavigateToMessage),this.onMessage("scrollToChildPos",this._onScrollToChildPosMessage),this.onMessage("parentPositionInfo",this.sendViewportAndIFramePosition),window.addEventListener("message",this._processMessage,!1),this._constructIframe(),this},a.Child=function(a){this.parentWidth=null,this.id=null,this.parentTitle=null,this.parentUrl=null,this.settings={renderCallback:null,xdomain:"*",polling:0,parenturlparam:"parentUrl"},this.timerId=null,this.messageRegex=null,this.messageHandlers={},a=a||{},this.onMessage=function(a,b){a in this.messageHandlers||(this.messageHandlers[a]=[]),this.messageHandlers[a].push(b)},this._fire=function(a,b){if(a in this.messageHandlers)for(var c=0;c<this.messageHandlers[a].length;c++)this.messageHandlers[a][c].call(this,b)},this._processMessage=function(a){if(d(a,this.settings)&&"string"==typeof a.data){var b=a.data.match(this.messageRegex);if(b&&3===b.length){var c=b[1],e=b[2];this._fire(c,e)}}}.bind(this),this._onWidthMessage=function(a){var b=parseInt(a);b!==this.parentWidth&&(this.parentWidth=b,this.settings.renderCallback&&this.settings.renderCallback(b),this.sendHeight())},this.sendMessage=function(a,b){window.parent.postMessage(f(this.id,a,b),"*")},this.sendHeight=function(){var a=document.getElementsByTagName("body")[0].offsetHeight.toString();return this.sendMessage("height",a),a}.bind(this),this.getParentPositionInfo=function(){this.sendMessage("parentPositionInfo")},this.scrollParentTo=function(a){this.sendMessage("navigateTo","#"+a)},this.navigateParentTo=function(a){this.sendMessage("navigateTo",a)},this.scrollParentToChildEl=function(a){var b=document.getElementById(a).getBoundingClientRect().top+window.pageYOffset;this.scrollParentToChildPos(b)},this.scrollParentToChildPos=function(a){this.sendMessage("scrollToChildPos",a.toString())};this.remove=function(){window.removeEventListener("message",this._processMessage),this.timerId&&clearInterval(this.timerId)};for(var e in a)this.settings[e]=a[e];this.id=c("childId")||a.id,this.messageRegex=new RegExp("^pymxPYMx"+this.id+"xPYMx(\\S+)xPYMx(.*)$");var g=parseInt(c("initialWidth"));return this.parentUrl=c(this.settings.parenturlparam),this.parentTitle=c("parentTitle"),this.onMessage("width",this._onWidthMessage),window.addEventListener("message",this._processMessage,!1),this.settings.renderCallback&&this.settings.renderCallback(g),this.sendHeight(),this.settings.polling&&(this.timerId=window.setInterval(this.sendHeight,this.settings.polling)),function(a){var c,d=document.getElementsByTagName("html")[0],e=d.className;try{c=window.self!==window.top?"embedded":"not-embedded"}catch(a){c="embedded"}e.indexOf(c)<0&&(d.className=e?e+" "+c:c,a&&a(c),b("marked-embedded"))}(a.onMarkedEmbeddedStatus),this},"undefined"!=typeof document&&a.autoInit(!0),a}); |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/qa-cost-of-goods-margins/composer_file/package.json | {
"name": "qa-cost-of-goods-margins",
"version": "1.0.0",
"description": "Manage cost prices for your products and variations and instantly see the impact on margin, markup and value on hand in your store.",
"authors": [
{
"name": "Khan Mohammad R.",
"email": "[email protected]",
"role": "Developer"
}
],
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babelify": "^7.2.0",
"browserify-shim": "^3.8.12",
"grunt": "^1.0.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-browserify": "^5.0.0",
"grunt-combine-mq": "^0.9.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-lineending": "*",
"load-grunt-tasks": "^3.4.1"
},
"dependencies": {}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/qanva-time-controlled-display/translation_file/languages/qanva-time-controlled-display-de_DE.po | msgid ""
msgstr ""
"Project-Id-Version: Qanva Time Controlled Display\n"
"POT-Creation-Date: 2022-05-24 13:30+0200\n"
"PO-Revision-Date: 2022-05-24 13:30+0200\n"
"Last-Translator: \n"
"Language-Team: UKischkel\n"
"Language: de_DE\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 3.0.1\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;esc_html__\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/help.php:47 qanva-time-controlled-display.php:25
msgid "Display content controlled by time, day, week and many more."
msgstr "Anzeige von Inhalten nach Uhrzeit, Tag, Woche und vielem mehr."
#: admin/help.php:51
msgid "How it works"
msgstr "So funktioniert es"
#: admin/help.php:52
msgid ""
"With Time Controlled Display every Elementor element can be hidden or "
"displayed at the frontend in a fixed time period"
msgstr ""
"Mit der zeitgesteuerten Anzeige kann jedes Elementor-Element am Frontend in "
"einem bestimmten Zeitraum ein- oder ausgeblendet werden"
#: admin/help.php:54
msgid "Activate an element in Elementor and got to advanced"
msgstr "Aktivieren Sie ein Element in Elementor und gehen Sie zu Erweitert"
#: admin/help.php:55
msgid "There use the Time Controlled Display settings panel"
msgstr "Dort verwenden Sie das Einstellungsfeld für die zeitgesteuerte Anzeige"
#: admin/help.php:56
msgid "First of all: choose the timezone for the conditions"
msgstr "Zuallererst: Wählen Sie die Zeitzone für die Bedingungen"
#: admin/help.php:57
msgid "Now the panel with the time range options opens"
msgstr "Nun öffnet sich das Panel mit den Zeitbereichsoptionen"
#: admin/help.php:58
msgid "Now choose if the setting applies to the whole year or certain months"
msgstr ""
"Wählen Sie nun, ob die Einstellung für das ganze Jahr oder für bestimmte "
"Monate gelten soll"
#: admin/help.php:59
msgid "You can choose on which weekdays the condition is valid"
msgstr "Sie können wählen, an welchen Wochentagen die Bedingung gültig ist"
#: admin/help.php:60
msgid "And narrow it down to from hour/minutes to hour/minutes"
msgstr "Und schränken Sie es von Stunde/Minuten auf Stunde/Minuten ein"
#: admin/help.php:61
msgid ""
"By standard all elements are visible, thats why it makes sense to set the "
"condition to 'hide'"
msgstr ""
"Standardmäßig sind alle Elemente sichtbar, daher ist es sinnvoll, die "
"Bedingung auf \"Ausblenden\" zu setzen"
#: admin/help.php:63
msgid "Notice"
msgstr "Hinweis"
#: admin/help.php:64
msgid "Previous settings get overwritten by newer ones"
msgstr "Frühere Einstellungen werden durch neuere überschrieben"
#: controls/qanvatimecontrol-control.php:19
msgid "Time Controlled Display"
msgstr "Zeitgesteuerte Anzeige"
#: controls/qanvatimecontrol-control.php:53
msgid "Hours"
msgstr "Stunden"
#: controls/qanvatimecontrol-control.php:57
msgid "Timezone"
msgstr "Zeitzone"
#: controls/qanvatimecontrol-control.php:58
#: qanva-time-controlled-display.php:154
msgid "Select Timezone"
msgstr "Zeitzone auswählen"
#: controls/qanvatimecontrol-control.php:245
msgid "Delete setting"
msgstr "Einstellung löschen"
#: controls/qanvatimecontrol-control.php:245
msgid "Info"
msgstr "Info"
#: controls/qanvatimecontrol-control.php:245
msgid ""
"We offer a PRO version where you can additionally select a date range, add "
"multiple conditions and elements in the frontend get removed, instead of "
"only hidden."
msgstr ""
"Wir bieten eine PRO-Version an, in der Sie zusätzlich einen Datumsbereich "
"auswählen und mehrere Bedingungen hinzufügen können und Elemente im Frontend "
"entfernt, anstatt nur ausgeblendet werden."
#: controls/qanvatimecontrol-control.php:245
msgid "Check our offer at"
msgstr "Schauen Sie sich unser Angebot an unter"
#: qanva-time-controlled-display.php:47
msgid "Help"
msgstr "Hilfe"
#: qanva-time-controlled-display.php:94
#, php-format
msgid "\"%1$s\" requires \"%2$s\" to be installed and activated."
msgstr "\"%1$s\" erfordert, dass \"%2$s\" installiert und aktiviert ist."
#: qanva-time-controlled-display.php:95 qanva-time-controlled-display.php:105
#: qanva-time-controlled-display.php:115
msgid "Qanva Time Controlled Display"
msgstr "Qanva Zeitgesteuerte Anzeige"
#: qanva-time-controlled-display.php:96
msgid "Elementor"
msgstr "Elementor"
#: qanva-time-controlled-display.php:104
#, php-format
msgid "\"%1$s\" requires min version \"%2$s\" of Elementor to be installed."
msgstr ""
"\"%1$s\" erfordert die Installation der Mindestversion %2$s\" von Elementor."
#: qanva-time-controlled-display.php:114
#, php-format
msgid "\"%1$s\" requires min PHP version \"%2$s\" running."
msgstr "\"%1$s\" erfordert mindestens die PHP-Version \"%2$s\"."
#: qanva-time-controlled-display.php:146
msgid "Select an Option"
msgstr "Wählen Sie eine Option"
#: qanva-time-controlled-display.php:147
msgid "Select Some Options"
msgstr "Wählen Sie einige Optionen"
#: qanva-time-controlled-display.php:153
msgid "Whole Year"
msgstr "Ganzes Jahr"
#: qanva-time-controlled-display.php:155
msgid "Whole Year or Months"
msgstr "Ganzes Jahr oder Monate"
#: qanva-time-controlled-display.php:156
msgid "Select Months"
msgstr "Monate auswählen"
#: qanva-time-controlled-display.php:157
msgid "Select Days"
msgstr "Tage auswählen"
#: qanva-time-controlled-display.php:158
msgid "Y"
msgstr "J"
#: qanva-time-controlled-display.php:159 qanva-time-controlled-display.php:204
msgid "M"
msgstr "M"
#: qanva-time-controlled-display.php:160
msgid "on"
msgstr "an"
#: qanva-time-controlled-display.php:161
msgid "off"
msgstr "aus"
#: qanva-time-controlled-display.php:162
msgid "Use settings"
msgstr "Einstellungen verwenden"
#: qanva-time-controlled-display.php:163
msgid "Months"
msgstr "Monate"
#: qanva-time-controlled-display.php:164
msgid "January"
msgstr "Januar"
#: qanva-time-controlled-display.php:165
msgid "February"
msgstr "Februar"
#: qanva-time-controlled-display.php:166
msgid "March"
msgstr "März"
#: qanva-time-controlled-display.php:167
msgid "April"
msgstr "April"
#: qanva-time-controlled-display.php:168
msgid "May"
msgstr "Mai"
#: qanva-time-controlled-display.php:169
msgid "June"
msgstr "Juni"
#: qanva-time-controlled-display.php:170
msgid "July"
msgstr "Juli"
#: qanva-time-controlled-display.php:171
msgid "August"
msgstr "August"
#: qanva-time-controlled-display.php:172
msgid "September"
msgstr "September"
#: qanva-time-controlled-display.php:173
msgid "October"
msgstr "Oktober"
#: qanva-time-controlled-display.php:174
msgid "November"
msgstr "November"
#: qanva-time-controlled-display.php:175
msgid "December"
msgstr "Dezember"
#: qanva-time-controlled-display.php:176
msgid "Days"
msgstr "Tage"
#: qanva-time-controlled-display.php:177 qanva-time-controlled-display.php:212
msgid "Monday"
msgstr "Montag"
#: qanva-time-controlled-display.php:178 qanva-time-controlled-display.php:213
msgid "Tuesday"
msgstr "Dienstag"
#: qanva-time-controlled-display.php:179 qanva-time-controlled-display.php:214
msgid "Wednesday"
msgstr "Mittwoch"
#: qanva-time-controlled-display.php:180 qanva-time-controlled-display.php:215
msgid "Thursday"
msgstr "Donnerstag"
#: qanva-time-controlled-display.php:181 qanva-time-controlled-display.php:216
msgid "Friday"
msgstr "Freitag"
#: qanva-time-controlled-display.php:182 qanva-time-controlled-display.php:217
msgid "Saturday"
msgstr "Samstag"
#: qanva-time-controlled-display.php:183 qanva-time-controlled-display.php:211
msgid "Sunday"
msgstr "Sonntag"
#: qanva-time-controlled-display.php:184
msgid "Mo"
msgstr "Mo"
#: qanva-time-controlled-display.php:185
msgid "Tu"
msgstr "Di"
#: qanva-time-controlled-display.php:186
msgid "We"
msgstr "Mi"
#: qanva-time-controlled-display.php:187
msgid "Th"
msgstr "Do"
#: qanva-time-controlled-display.php:188
msgid "Fr"
msgstr "Fr"
#: qanva-time-controlled-display.php:189
msgid "Sa"
msgstr "Sa"
#: qanva-time-controlled-display.php:190
msgid "Su"
msgstr "So"
#: qanva-time-controlled-display.php:191
msgid "or Date range"
msgstr "oder Zeitraum"
#: qanva-time-controlled-display.php:192
msgid "from date"
msgstr "von Datum"
#: qanva-time-controlled-display.php:193
msgid "to date"
msgstr "bis Datum"
#: qanva-time-controlled-display.php:194
msgid "from time hours"
msgstr "von Zeit Stunden"
#: qanva-time-controlled-display.php:195
msgid "to time hours"
msgstr "bis Zeit Stunden"
#: qanva-time-controlled-display.php:196
msgid "minutes"
msgstr "Minuten"
#: qanva-time-controlled-display.php:197
msgid "Hide or show on condition"
msgstr "Ausblenden oder Einblenden nach Bedingung"
#: qanva-time-controlled-display.php:198
msgid "Hide"
msgstr "Ausblenden"
#: qanva-time-controlled-display.php:199
msgid "Show"
msgstr "Anzeigen"
#: qanva-time-controlled-display.php:200
msgid "Time"
msgstr "Zeit"
#: qanva-time-controlled-display.php:201
msgid "O'clock"
msgstr "Uhr"
#: qanva-time-controlled-display.php:202
msgid "Please select"
msgstr "Bitte wählen"
#: qanva-time-controlled-display.php:203
msgid "Hour"
msgstr "Std"
#: qanva-time-controlled-display.php:205
msgid "Please check the marked settings"
msgstr "Bitte überprüfen Sie die markierten Einstellungen"
#: qanva-time-controlled-display.php:206
msgid "or"
msgstr "oder"
#: qanva-time-controlled-display.php:207
msgid "Save"
msgstr "Speichern"
#: qanva-time-controlled-display.php:208
msgid "Remove this segment"
msgstr "Dieses Segment entfernen"
#: qanva-time-controlled-display.php:209
msgid "Done"
msgstr "Fertig"
#~ msgid "Alternative you can choose a range from date to date"
#~ msgstr "Alternativ können Sie einen Bereich von Datum zu Datum wählen"
#~ msgid ""
#~ "As you can set multiple conditions to an element, 'show' is another option"
#~ msgstr ""
#~ "Da Sie einem Element mehrere Bedingungen zuweisen können, ist \"Anzeigen"
#~ "\" eine weitere Option"
#~ msgid "Add Conditions"
#~ msgstr "Bedingungen hinzufügen"
#~ msgid "Add Conditions to this element"
#~ msgstr "Bedingungen zu diesem Element hinzufügen"
#~ msgid "H"
#~ msgstr "S"
#~ msgid "This element already got TCD settings"
#~ msgstr "Dieses Element hat bereits Einstellungen von TCD"
#~ msgid "POWER SETTINGS for Elementor"
#~ msgstr "Power Einstellungen für Elementor"
#~ msgid "Qanva Powertools for Elementor"
#~ msgstr "Qanva Powertools für Elementor"
#~ msgid "Add special settings, cloning of pages,posts/templates in Elementor"
#~ msgstr ""
#~ "Hinzufügen von speziellen Einstellungen, Klonen von Seiten, Beiträgen/"
#~ "Vorlagen in Elementor"
#~ msgid "Clone"
#~ msgstr "Klonen"
#~ msgid "Clone and open"
#~ msgstr "Klonen und öffnen"
#~ msgid "Set new name of clone (optional)"
#~ msgstr "Neuen Namen des Klons festlegen (optional)"
#~ msgid ""
#~ "Only small letters, numbers and dash allowed, begin with min 4 characters"
#~ msgstr ""
#~ "Nur Kleinbuchstaben, Ziffern und Bindestriche erlaubt, Beginn mit "
#~ "mindestens 4 Zeichen"
#~ msgid "Cancel"
#~ msgstr "Abbrechen"
#~ msgid "Open in same window"
#~ msgstr "Im gleichen Fenster öffnen"
#~ msgid "Open in new window"
#~ msgstr "In neuem Fenster öffnen"
#~ msgid "post"
#~ msgstr "Beitrag"
#~ msgid "Name"
#~ msgstr "Name"
#~ msgid "page"
#~ msgstr "Seite"
#~ msgid "templates"
#~ msgstr "Templates"
#~ msgid "Comments"
#~ msgstr "Kommentare"
#~ msgid "Extra Menu-Buttons, page cloning and special settings for Elementor"
#~ msgstr ""
#~ "Extra Menü-Buttons, Seitenklonen und spezielle Einstellungen für Elementor"
#~ msgid "With this widget to add extra menu buttons and a select to Elementor"
#~ msgstr ""
#~ "Mit diesem Widget können Sie zusätzliche Menüschaltflächen und eine "
#~ "Auswahl-Dropdown zu Elementor hinzufügen"
#~ msgid "Select a target or enter a individual link"
#~ msgstr ""
#~ "Wählen Sie ein Ziel oder geben Sie eine individuelle Verknüpfung ein"
#~ msgid "Please choose a target"
#~ msgstr "Bitte wählen Sie ein Ziel"
#~ msgid "Individual link"
#~ msgstr "Individueller Link"
#~ msgid "Give your link a name"
#~ msgstr "Geben Sie Ihrem Link einen Namen"
#~ msgid "Linkname"
#~ msgstr "Linkname"
#~ msgid "Same window"
#~ msgstr "Gleiches Fenster"
#~ msgid "or new one"
#~ msgstr "oder neues"
#~ msgid "Enable \"Quickchanger\" in Elementor"
#~ msgstr "Aktivieren Sie \"Quickchanger\" in Elementor"
#~ msgid ""
#~ " \"Quickchanger\" is a dropdown link-list to post, pages, landing-pages "
#~ "and templates."
#~ msgstr ""
#~ " \"Quickchanger\" ist eine Dropdown-Link-Liste zu Beiträgen, Seiten, "
#~ "Landingpages und Templates."
#~ msgid "Enable cloning of pages,posts and templates in Elementor"
#~ msgstr ""
#~ "Aktivieren Sie das Klonen von Seiten, Beiträgen und Vorlagen in Elementor"
#~ msgid "Open cloned page/post/template directly"
#~ msgstr "Geklonte Seite/Beitrag/Vorlage direkt öffnen"
#~ msgid ""
#~ "In case loaded favorites let Elementor crash, you can delete them here"
#~ msgstr ""
#~ "Falls geladene Favoriten Elementor zum Absturz bringen, können Sie diese "
#~ "hier löschen"
#~ msgid "Reset Favorite Widgets"
#~ msgstr "Favoriten-Widgets zurücksetzen"
#~ msgid "Delete"
#~ msgstr "Löschen"
#~ msgid "Remove widget names"
#~ msgstr "Widget-Namen entfernen"
#~ msgid "Remove widget names to save space."
#~ msgstr "Entfernen Sie Widget-Namen, um Platz zu sparen."
#~ msgid "Yes"
#~ msgstr "Ja"
#~ msgid "No"
#~ msgstr "Nein"
#~ msgid "Tooltip widget names"
#~ msgstr "Tooltip-Widget-Namen"
#~ msgid "Show widget names as tooltip."
#~ msgstr "Widget-Namen als Tooltip anzeigen."
#~ msgid "Widget column count"
#~ msgstr "Anzahl der Widget-Spalten"
#~ msgid "Remove the WordPress widgets from Elementor editor."
#~ msgstr "Entfernen Sie die WordPress-Widgets aus dem Elementor-Editor."
#~ msgid "Set Page Permalink"
#~ msgstr "Seite Permalink setzen"
#~ msgid "Open"
#~ msgstr "Öffnen"
#~ msgid "yes"
#~ msgstr "Ja"
#~ msgid "no"
#~ msgstr "nein"
#~ msgid "Permalink Name:"
#~ msgstr "Permalink Name:"
#~ msgid "Must begin with min. two letter or number, can't end with a dash"
#~ msgstr ""
#~ "Muss mit mindestens zwei Buchstaben oder Zahlen beginnen, darf nicht mit "
#~ "einem Bindestrich enden"
#~ msgid "Add special setting in Elementor"
#~ msgstr "Spezielle Einstellung in Elementor hinzufügen"
#~ msgid "Here you find settings and help for installed Qanva tools"
#~ msgstr "Hier finden Sie Einstellungen und Hilfe für Qanva Produkte"
#~ msgid "An overview of our tools"
#~ msgstr "Eine Übersicht unserer Produkte"
#~ msgid "Read more"
#~ msgstr "Mehr Info"
#~ msgid "Contact"
#~ msgstr "Kontakt"
#~ msgid "Contact us"
#~ msgstr "Kontaktiere uns"
#~ msgid "Skype with us"
#~ msgstr "Skype mit uns"
#~ msgid "Find us on Facebook"
#~ msgstr "Finde uns auf Facebook"
#~ msgid "Support and bugs"
#~ msgstr "Support und Fehler"
#~ msgid "How to: Qanva tools settings"
#~ msgstr "Wissen: Qanva Tools Einstellungen"
#~ msgid "Bug reporting"
#~ msgstr "Fehler berichten"
#~ msgid "Help & Info"
#~ msgstr "Hilfe & Infos"
#~ msgid "Enable Ambient Shadow?"
#~ msgstr "Ambient-Schatten einschalten?"
#~ msgid "Creates an ambient shadow to an image."
#~ msgstr "Erzeugt einen Ambient-Schatten für ein Bild."
#~ msgid "Offset X"
#~ msgstr "Offset X"
#~ msgid "Offset Y"
#~ msgstr "Offset Y"
#~ msgid "Opacity"
#~ msgstr "Deckkraft"
#~ msgid "Ambient"
#~ msgstr "Ambient"
#~ msgid "Important"
#~ msgstr "Wichtig"
#~ msgid "Don't forget to add"
#~ msgstr "Vergessen Sie nicht,"
#~ msgid "as image class!"
#~ msgstr "als Bildklasse hinzuzufügen!"
#~ msgid "Ambient Shadow for Elementor"
#~ msgstr "Ambient-Schatten für Elementor"
#~ msgid "Workflow"
#~ msgstr "Arbeitsablauf"
#~ msgid "Here are the steps how to do this"
#~ msgstr "Hier sind die Schritte, wie Sie dies tun"
#~ msgid "2. Set position, size, border-radius etc"
#~ msgstr "2. Position, Größe, Umrandungsradius usw. einstellen"
#~ msgid "3. Set the section to boxed and same size as the image"
#~ msgstr ""
#~ "3. Stellen Sie den Abschnitt auf \"Boxed\" und dieselbe Größe wie das "
#~ "Bild ein"
#~ msgid "4. Unter the tab \"Advanced\" -> \"Advanced\" add the class"
#~ msgstr ""
#~ "3. Fügen Sie unter dem Reiter \"Erweitert\" -> \"Erweitert\" die Klasse"
#~ msgid "5. Unter the tab \"Advanced\" -> "
#~ msgstr "4. Unter dem Reiter \"Erweitert\" -> "
#~ msgid "enable this"
#~ msgstr "dies einschalten"
#~ msgid "6. Set X and Y axis, opacity and blur of the image in background"
#~ msgstr ""
#~ "5. X- und Y-Achse, Deckkraft und Unschärfe des Bildes im Hintergrund "
#~ "einstellen"
#~ msgid "Known problems"
#~ msgstr "Bekannte Probleme"
#~ msgid "Problem"
#~ msgstr "Problem"
#~ msgid "The shadow can't be moved to the desired position"
#~ msgstr ""
#~ "Der Schatten kann nicht an die gewünschte Position verschoben werden"
#~ msgid "Solution"
#~ msgstr "Lösung"
#~ msgid "Set the"
#~ msgstr "Stellen Sie den"
#~ msgid "section"
#~ msgstr "Abschnitt"
#~ msgid ""
#~ "containing the image under \"Layout\" to \"Content width\" -> boxed and "
#~ "set a width. Then disable and enable"
#~ msgstr ""
#~ "mit dem Bild unter \"Layout\" auf \"Inhaltsbreite\" -> boxed und stellen "
#~ "Sie eine Breite ein. Dann deaktivieren und aktivieren Sie"
#~ msgid "again"
#~ msgstr "nochmals"
#~ msgid ""
#~ "When using margin and/or padding the shadow slightly gets out of position"
#~ msgstr ""
#~ "Bei Verwendung von margin und/oder padding gerät der Schatten leicht aus "
#~ "der Position"
#~ msgid "Best is, to check this in a preview and adjust in the"
#~ msgstr "Am besten ist es, dies in einer Vorschau zu prüfen und in den"
#~ msgid ""
#~ "I can't set the opacity or filters in the \"Edit Image\" -> \"Style\" "
#~ "section"
#~ msgstr ""
#~ "Ich kann die Deckkraft oder Filter im Bereich \"Bild bearbeiten\" -> "
#~ "\"Stil\" nicht einstellen"
#~ msgid "This is right"
#~ msgstr "Das ist richtig"
#~ msgid "overwrites this options with his own values"
#~ msgstr "überschreibt diese Optionen mit seinen eigenen Werten"
#~ msgid "Adding a box-shadow to the image looks strange in frontend page"
#~ msgstr ""
#~ "Das Hinzufügen eines Box-Schattens zum Bild sieht auf der Frontend-Seite "
#~ "seltsam aus"
#~ msgid "Yes, just remove the box-shadow"
#~ msgstr "Ja, entfernen Sie einfach den Box-Schatten"
#~ msgid "to mix with a box-shadow does not make sense"
#~ msgstr "mit einem Box-Schatten zu mischen, macht keinen Sinn"
#~ msgid "After loading a page into Elementor I only see a blurred image"
#~ msgstr ""
#~ "Nach dem Laden einer Seite in Elementor sehe ich nur ein unscharfes Bild"
#~ msgid "Make sure you have added"
#~ msgstr "Stellen Sie sicher, dass Sie die"
#~ msgid "class to the images where you want to use Ambient Shadow"
#~ msgstr ""
#~ "Klasse zu den Bildern, bei denn sie Ambient-Schatten nutzen wollen, "
#~ "zugefügt haben"
#~ msgid "When disabling"
#~ msgstr "Beim Deaktivieren"
#~ msgid "the image jumps out of position or behaves odd"
#~ msgstr "springt das Bild aus der Position oder verhält sich merkwürdig"
#~ msgid "Just edit the image advanced setting and remove the"
#~ msgstr ""
#~ "Bearbeiten Sie einfach die erweiterte Bildeinstellung und entfernen Sie "
#~ "die"
#~ msgid "class"
#~ msgstr "Klasse"
#~ msgid "Blur"
#~ msgstr "Unschärfe"
#~ msgid "Movable Mobile Menu Help"
#~ msgstr "Schwebendes Mobile Menü Hilfe"
#~ msgid "Basic information"
#~ msgstr "Basisinformationen"
#~ msgid ""
#~ "Go to Appearance -> Menus and create a new menu. Connect this menu to the "
#~ "display location named\" Movable Mobile Menu\"."
#~ msgstr ""
#~ "Wechseln Sie zu \"Design > Menüs, und erstellen Sie ein neues Menü. "
#~ "Verbinden Sie dieses Menü mit dem Anzeigeort mit dem Namen \"Movable "
#~ "Mobile Menu\"."
#~ msgid "For menu items with a sub-menu use custom links with URL \"#\"."
#~ msgstr ""
#~ "Verwenden Sie für Menüelemente mit einem Untermenü benutzerdefinierte "
#~ "Links mit der URL \"#\"."
#~ msgid ""
#~ "Keep in mind that this is a mobile menu. Don't create a to deep menu-"
#~ "structure."
#~ msgstr ""
#~ "Denken Sie daran, dass dies ein mobiles Menü ist. Erstellen Sie keine zu "
#~ "tiefe Menüstruktur."
#~ msgid "Known limitations"
#~ msgstr "Bekannte Einschränkungen"
#~ msgid ""
#~ "Using shortcodes within the menu field \"Navigation menu\" is not "
#~ "possible."
#~ msgstr ""
#~ "Die Verwendung von Shortcodes im Menüfeld \"Angezeigter Name\" ist nicht "
#~ "möglich."
#~ msgid "View on mobile device"
#~ msgstr "Ansicht auf mobilem Gerät"
#~ msgid ""
#~ "The area with the <span class='dashicons dashicons-move' ></span> is to "
#~ "grab the navigation drawer and drag it to a comfortable position."
#~ msgstr ""
#~ "Der Bereich mit dem <span class='dashicons dashicons-move' ></span> ist, "
#~ "um die Navigation zu ziehen Sie es in einer bequemen Position abzulegen."
#~ msgid ""
#~ "The area with the <span class='dashicons dashicons-menu' ></span> is to "
#~ "open a modal containing the menu."
#~ msgstr ""
#~ "Der Bereich mit dem <span class='dashicons dashicons-menu' ></span> ist, "
#~ "um ein Modal zu öffnen, dass das Menü enthält."
#~ msgid ""
#~ "The other two icons can be choosen and individually linked to your needs."
#~ msgstr ""
#~ "Die anderen beiden Icons können gewählt und individuell an Ihre "
#~ "Bedürfnisse angepasst werden."
#~ msgid ""
#~ "This is how the menu will look.<br>The icons <span class='dashicons "
#~ "dashicons-insert' ></span> and <span class='dashicons dashicons-remove' "
#~ "></span> are to toggle the view of a submenu."
#~ msgstr ""
#~ "So sieht das Menü aus.<br>Die Symbole <span class='dashicons dashicons-"
#~ "insert' ></span> und sollen die Ansicht eines <span class='dashicons "
#~ "dashicons-remove' ></span> Untermenüs umschalten."
#~ msgid ""
#~ "The appearance of the Movable Mobile Menu and of the menu itself can be "
#~ "set to your favor within the setting page."
#~ msgstr ""
#~ "Das Erscheinungsbild des Movable Mobile Menüs und des Menüs selbst kann "
#~ "auf der Einstellungsseite nach Ihren Wünschen eingestellt werden."
#~ msgid "Set colors for Movable Mobile Menu"
#~ msgstr "Festlegen von Farben für mobiles Menü"
#~ msgid "Background color"
#~ msgstr "Hintergrundfarbe"
#~ msgid "We reccomend a transparency below 0.8"
#~ msgstr "Wir empfehlen eine Transparenz unter 0.8"
#~ msgid "Icon color"
#~ msgstr "Icon Farbe"
#~ msgid "Set colors for Menu"
#~ msgstr "Festlegen von Farben für Menü"
#~ msgid "Linktext color"
#~ msgstr "Linktextfarbe"
#~ msgid "Menu background color"
#~ msgstr "Menü-Hintergrundfarbe"
#~ msgid "Sub-Menu background color"
#~ msgstr "Untermenü Hintergrundfarbe"
#~ msgid "Toggle button color"
#~ msgstr "Toggle Button Textfarbe"
#~ msgid "Save Design"
#~ msgstr "Änderungen speichern"
#~ msgid "Set links"
#~ msgstr "Links speichern"
#~ msgid "Design menu"
#~ msgstr "Design Menü"
#~ msgid "Design"
#~ msgstr "Design"
#~ msgid "Attention"
#~ msgstr "Achtung"
#~ msgid "Are you sure to delete the link settings?"
#~ msgstr "Sind Sie sicher, dass Sie die Link-Einstellungen löschen möchten?"
#~ msgid "Are you sure to delete the design settings?"
#~ msgstr "Sind Sie sicher, dass Sie die Design-Einstellungen löschen möchten?"
#~ msgid "Custom links"
#~ msgstr "Custom Links"
#~ msgid "Custom Link 1"
#~ msgstr "Custom Link 1"
#~ msgid "URL"
#~ msgstr "URL"
#~ msgid ""
#~ "External URL should start with http:// or https://. Internal URL "
#~ "regarding your permalink settings like ?p=123 or example. E-Mail links "
#~ "start with mailto:, phone call with tel:, Skype with callto: and SMS with "
#~ "sms: "
#~ msgstr ""
#~ "Externe URL sollte mit http:// oder https:// beginnen. Interne URL gemäss "
#~ "Ihren Permalink-Einstellungen wie ?p=123 oder Beispiel. E-Mail-Links "
#~ "beginnen mit mailto:, Telefonanruf mit Tel:, Skype mit callto: und SMS "
#~ "mit SMS: "
#~ msgid "Icon"
#~ msgstr "Icon"
#~ msgid "Choose Icon"
#~ msgstr "Icon wählen"
#~ msgid "Reset Link + Icon"
#~ msgstr "Link und Icon zurücksetzen"
#~ msgid "Custom Link 2"
#~ msgstr "Custom Link 2"
#~ msgid "Save Links"
#~ msgstr "Links speichern"
#~ msgid "Links not working in preview."
#~ msgstr "Links funktionieren nicht in der Vorschau."
#~ msgid "Example A"
#~ msgstr "Beispiel A"
#~ msgid "Sub Example"
#~ msgstr "Untermenü Beispiel"
#~ msgid "Example"
#~ msgstr "Beispiel"
#~ msgid "Links not working in preview"
#~ msgstr "Links funktionieren nicht in der Vorschau"
#~ msgid "Clear"
#~ msgstr "Löschen"
#~ msgid "Clear color"
#~ msgstr "Farbe löschen"
#~ msgid "Default"
#~ msgstr "Standard"
#~ msgid "Select default color"
#~ msgstr "Standard-Farbe wählen"
#~ msgid "Color value"
#~ msgstr "Farbwert"
#~ msgid ""
#~ "Movable Mobile Menu is a menu which appeares on mobile devices for "
#~ "improved navigation."
#~ msgstr ""
#~ "Movable Float Menu ist ein Menü, das auf mobilen Geräten für eine "
#~ "verbesserte Navigation angezeigt wird."
#~ msgid "Mobile Menu has not been set"
#~ msgstr "Mobiles Menü wurde nicht festgelegt"
#~ msgid "Movable Mobile Menu"
#~ msgstr "Schwebendes Mobile Menü"
#~ msgid "PHP"
#~ msgstr "PHP"
#~ msgid "Creating a menu"
#~ msgstr "Erstellen eines Menüs"
#~ msgid "Please check your URL. I should start with http or https."
#~ msgstr "Bitte prüfen Sie die URL. Sie sollte mit http oder https beginnen."
#~ msgid ""
#~ "This is how the menu will look.<br>The appearance depends on your theme."
#~ msgstr "So sieht das Menü aus.<br>Das Aussehen hängt von Ihrem Theme ab."
#~ msgid "Mobile Float Menu"
#~ msgstr "Mobiles Schwebe Menü"
#, fuzzy
#~| msgid "Mobile Float Menu"
#~ msgid "Mobile Float menu"
#~ msgstr "Mobiles Schwebe Menü"
#~ msgid "Flowmenu"
#~ msgstr "Flowmenü"
#~ msgid "Select to set or edit"
#~ msgstr "Wählen zum speichern oder editieren"
#~ msgid "Modules"
#~ msgstr "Module"
#~ msgid "Design module buttons"
#~ msgstr "Designen der Modulschaltflächen"
#~ msgid "Rename and close."
#~ msgstr "Umbenennen und schliessen."
#~ msgid "BACKGROUND"
#~ msgstr "HINTERGRUND"
#~ msgid "LOGO"
#~ msgstr "LOGO"
#~ msgid "BUTTON"
#~ msgstr "Button"
#~ msgid ""
#~ "Choose a background-image or background-color for the Quickdashboard."
#~ msgstr ""
#~ "Wählen Sie ein Hintergrundbild oder eine Hintergrundfarbe für das "
#~ "Quickdashboard aus."
#~ msgid "Do you need help with this"
#~ msgstr "Benötigen Sie Hilfe dabei?"
#~ msgid "Quickdashboard background color"
#~ msgstr "Quickdashboard Hintergrund"
#~ msgid "Quickdashboard background-image"
#~ msgstr "Quickdashboard Hintergrundbild"
#~ msgid "Click to choose image"
#~ msgstr "Zur Bildauswahl klicken"
#~ msgid "Choose a logo-image for the Quickdashboard."
#~ msgstr "Zur Bildauswahl klicken"
#~ msgid "Image"
#~ msgstr "Bild"
#~ msgid "max. 350px width"
#~ msgstr "max. 350px breit"
#~ msgid "Remove logo"
#~ msgstr "Logo entfernen"
#~ msgid "Max. width"
#~ msgstr "Max. Breite"
#~ msgid "in px"
#~ msgstr "in px"
#~ msgid "left"
#~ msgstr "links"
#~ msgid "middle"
#~ msgstr "mitte"
#~ msgid "right"
#~ msgstr "rechts"
#~ msgid "Style the buttons for the Quickdashboard."
#~ msgstr "Designen der Modulschaltflächen"
#~ msgid "Width"
#~ msgstr "Breite"
#~ msgid "Hight"
#~ msgstr "Höhe"
#~ msgid "Gap"
#~ msgstr "Abstand"
#~ msgid "Shadow"
#~ msgstr "Schatten"
#~ msgid "no comma"
#~ msgstr "kein Komma"
#~ msgid "Border-radius"
#~ msgstr "Rahmen-Radius"
#~ msgid "Lock/ unlock"
#~ msgstr "alle/einzeln"
#~ msgid "Border"
#~ msgstr "Rahmen"
#~ msgid "Font-size"
#~ msgstr "Textgröße"
#~ msgid "Font-style"
#~ msgstr "Textstil"
#~ msgid "example"
#~ msgstr "Beispiel"
#~ msgid "second row"
#~ msgstr "ZWEITE REIHE"
#~ msgid ""
#~ "Choose a new WordPress user for whom you want to provide the "
#~ "Quickdashboard."
#~ msgstr ""
#~ "Wählen Sie einen WordPress-Benutzer aus, für den die Einstellungen gelten "
#~ "sollen."
#~ msgid "New"
#~ msgstr "Neu"
#~ msgid "Duplicate a configuration from one configured user to another."
#~ msgstr ""
#~ "Duplizieren Sie eine Konfiguration auf einen anderen WordPress Nutzer."
#~ msgid "Duplicate"
#~ msgstr "Duplizieren"
#~ msgid "Remove, modify or delete assigned WordPress modules for a user."
#~ msgstr "Entfernen, ändern oder löschen von Einstellungen für einen Nutzer."
#~ msgid "Edit"
#~ msgstr "Bearbeiten"
#~ msgid ""
#~ "Choose a WordPress user for whom you want to provide the Quickdashboard."
#~ msgstr ""
#~ "Wählen Sie einen WordPress-Benutzer aus, für den die Einstellungen gelten "
#~ "sollen."
#~ msgid "Abort"
#~ msgstr "Abbrechen"
#~ msgid "select from user"
#~ msgstr "wähle von Nutzer"
#~ msgid "select to new user"
#~ msgstr "wähle nach Nutzer"
#~ msgid "Copy & Save"
#~ msgstr "Kopieren und speichern"
#~ msgid "Remove usersettings"
#~ msgstr "Einstellungen entfernen"
#~ msgid ""
#~ "Quickdashboard Pro enables a custom wp-admin dashboard for certain users."
#~ msgstr ""
#~ "Quickdashboard Pro ermöglicht ein benutzerdefiniertes wp-admin-Dashboard "
#~ "für bestimmte Benutzer."
#~ msgid ""
#~ "Quickdashboard enables a custom dashboard. User will get a special "
#~ "dashboard when accessing the wp-admin area. From there they only can "
#~ "access the setting pages which are allowed. These rules are configured by "
#~ "an admin."
#~ msgstr ""
#~ "Quickdashboard ermöglicht ein benutzerdefiniertes Dashboard. Der Benutzer "
#~ "erhält ein spezielles Dashboard, wenn er auf den wp-admin-Bereich "
#~ "zugreift. Von dort aus können sie nur auf die erlaubten Einstellseiten "
#~ "zugreifen. Diese Regeln werden von einem Administrator konfiguriert."
#~ msgid "Quickdashboard Pro"
#~ msgstr "Quickdashboard Pro"
#~ msgid "Your Quickdashboard Pro license may be deactivated or expired!"
#~ msgstr ""
#~ "Ihre Quickdashboard Pro Lizenz wurde entweder deaktiviert oder ist "
#~ "abgelaufen!"
#~ msgid "You are not allowed to visit this page!"
#~ msgstr "Sie dürfen diese Seite nicht aufrufen!"
#~ msgid "Copy"
#~ msgstr "Kopiere"
#~ msgid "to"
#~ msgstr "nach"
#~ msgid "Please select a user first!"
#~ msgstr "Bitte erst einen Nutzer auswählen!"
#~ msgid "Drag and drop to sort"
#~ msgstr "Ziehen zum sortieren"
#~ msgid "Activate license"
#~ msgstr "Lizenz aktivieren"
#~ msgid "Deactivate license"
#~ msgstr "Lizenz deaktivieren"
#~ msgid "License Management"
#~ msgstr "Lizenz Management"
#~ msgid "The following message came from the server"
#~ msgstr "Die folgende Meldung kam vom Server"
#~ msgid "Activation successful!"
#~ msgstr "Aktivierung erfolgreich!"
#~ msgid "Deactivation successful!"
#~ msgstr "Deaktivierung erfolgreich!"
#~ msgid "Please enter a license key."
#~ msgstr "Bitte geben Sie einen Lizenzschlüssel ein."
#~ msgid "License key"
#~ msgstr "Lizenzschlüssel"
#~ msgid "Activate"
#~ msgstr "Aktivieren"
#~ msgid "Deactivate"
#~ msgstr "Deaktivieren"
#~ msgid "Your license expires on "
#~ msgstr "Ihre Lizenz endet am "
#~ msgid "Your license expired on "
#~ msgstr "Ihr Lizenzschlüssel ist abgelaufen seit "
#~ msgid "select"
#~ msgstr "wählen"
#~ msgid "Quickdashboard Pro allows you to create a custom dashboard for user."
#~ msgstr ""
#~ "Quickdashboard Pro ermöglicht ein spezielles Dashboard für einzelne "
#~ "Nutzer zu erstellen."
#~ msgid ""
#~ "Before working with Quickdashboard Pro you need to have at leased one "
#~ "additional user."
#~ msgstr ""
#~ "Bevor Sie mit Quickdashboard Pro arbeiten, müssen Sie einen zusätzlichen "
#~ "Benutzer angelegt haben."
#~ msgid ""
#~ "Be aware: you can link a user to any module, but if the neccessary rights "
#~ "are missing, the user can't access this module. So give this user the "
#~ "appropriate role."
#~ msgstr ""
#~ "Beachten Sie: Sie können einen Benutzer mit einem beliebigen Modul "
#~ "verknüpfen. Wenn jedoch die erforderlichen Rechte fehlen, kann der "
#~ "Benutzer nicht auf dieses Modul zugreifen. Geben Sie diesem Benutzer die "
#~ "entsprechende Rolle."
#~ msgid "Here you choose the user to which your settings will apply."
#~ msgstr ""
#~ "Hier wählen Sie den Benutzer aus, auf den Ihre Einstellungen angewendet "
#~ "werden sollen."
#~ msgid "This will load the Quickdashboard Pro Menu into the WP-Menu."
#~ msgstr "Dies lädt das Quickdashboard Pro Menü in das WP-Menü."
#~ msgid ""
#~ "There you can select the modules which will be addressed to the user you "
#~ "have choosen."
#~ msgstr ""
#~ "Dort können Sie die Module auswählen, die dem von Ihnen ausgewählten "
#~ "Benutzer zugeordnet werden."
#~ msgid "The modules will be shown as buttons."
#~ msgstr "Die Module werden als Schaltflächen angezeigt."
#~ msgid ""
#~ "After saving, you can repeat this for another user wih different settings."
#~ msgstr ""
#~ "Nach dem Speichern können Sie dies für einen anderen Benutzer mit anderen "
#~ "Einstellungen wiederholen."
#~ msgid "Or you can copy settings from one to another user."
#~ msgstr ""
#~ "Oder Sie können Einstellungen von einem auf einen anderen Benutzer "
#~ "kopieren."
#~ msgid ""
#~ "You also can choose an saved user to edit or delete completly from "
#~ "Quickdashboard Pro settings."
#~ msgstr ""
#~ "Sie können auch einen gespeicherten Benutzer auswählen, der bearbeitet "
#~ "oder vollständig aus den Quickdashboard Pro-Einstellungen gelöscht werden "
#~ "soll."
#~ msgid ""
#~ "After selecting an user to edit, saved modules will be shown as buttons."
#~ msgstr ""
#~ "Nachdem Sie einen zu bearbeitenden Benutzer ausgewählt haben, werden "
#~ "gespeicherte Module als Schaltflächen angezeigt."
#~ msgid "By drag and drop you are able to rearrange the buttons."
#~ msgstr ""
#~ "Mittels Drag & Drop können Sie die Reihenfolge der Schaltflächen ändern."
#~ msgid "You may click onto the button text to edit it."
#~ msgstr ""
#~ "Sie können auf den Schaltflächen Text klicken um diese zu bearbeiten."
#~ msgid "This ist our button designer."
#~ msgstr "Dies ist unser Schaltflächen Designer."
#~ msgid ""
#~ "It allows you to change the appearance of the module-buttons, change the "
#~ "page background, add a logo image which will be appear above the module "
#~ "buttons or even add a background image. Also custom fonts for the buttons "
#~ "are possible."
#~ msgstr ""
#~ "Sie können das Erscheinungsbild der Modulschaltflächen ändern, den "
#~ "Seitenhintergrund ändern, ein Logo hinzufügen, das über den "
#~ "Modulschaltflächen angezeigt wird, oder sogar ein Hintergrundbild "
#~ "hinzufügen. Auch benutzerdefinierte Schriftarten für die Schaltflächen "
#~ "sind möglich."
#~ msgid "You can add a custom font by linking to an extern hoster."
#~ msgstr ""
#~ "Sie können eine benutzerdefinierte Schriftart hinzufügen, indem Sie eine "
#~ "Verknüpfung zu einem externen Hoster herstellen."
#~ msgid ""
#~ "Example: choose your font from Google Fonts, then choose \"embed\", then "
#~ "\"@import\"."
#~ msgstr ""
#~ "Beispiel: Wählen Sie Ihre Schriftart aus Google Fonts aus, wählen Sie "
#~ "\"embed\" und dann \"@import\"."
#~ msgid "You get this code snippet"
#~ msgstr "Sie erhalten dieses Code-Snipsel"
#~ msgid "You only need the part with the yellow background! No quotes!"
#~ msgstr ""
#~ "Sie brauchen nur den Teil mit dem gelben Hintergrund! Keine "
#~ "Anführungszeichen!"
#~ msgid "Copy and past it into the text field \"Font link\"."
#~ msgstr "Kopieren Sie es und fügen Sie es in das Textfeld \"Font Link\" ein."
#~ msgid ""
#~ "The text field named \"Font name\" is just to save a name to it as "
#~ "reminder when editing."
#~ msgstr ""
#~ "Das Textfeld mit dem Namen \"Font Name\" dient lediglich dazu, einen "
#~ "Namen als Erinnerung beim Bearbeiten zu speichern."
#~ msgid "Only one kind of style can be saved. It applys to all user."
#~ msgstr ""
#~ "Es kann nur eine Art von Style gespeichert werden. Es gilt für alle "
#~ "Benutzer."
#~ msgid ""
#~ "Quickdashboard Pro has a function to stop calling not assigned modules by "
#~ "manupulating the URL."
#~ msgstr ""
#~ "Quickdashboard Pro verhindert, Module, die nicht zugeordnet sind, durch "
#~ "URL Manipulation aufzurufen."
#~ msgid ""
#~ "Some Plugins have own rights. Quickdashboard Pro still will create a link "
#~ "in the custom Dashboard, but it might happen that the linked page will "
#~ "not be loaded and an error will occur. Best practise is to check the "
#~ "Quickdashboard with the user to whom the settings apply logged in."
#~ msgstr ""
#~ "Einige Plugins haben eigene Rechte. Quickdashboard Pro erstellt weiterhin "
#~ "einen Link im benutzerdefinierten Dashboard. Es kann jedoch vorkommen, "
#~ "dass die verknüpfte Seite nicht geladen wird und ein Fehler auftritt. Am "
#~ "besten überprüfen Sie das Quickboard mit dem Benutzer, für den die "
#~ "Einstellungen gelten."
#~ msgid "This applys often to SEO plugins!"
#~ msgstr "Meist tritt dies bei SEO Plugins auf!"
#~ msgid ""
#~ "If you need further help or have any other reason to contact us, we are "
#~ "looking forward to hear from you."
#~ msgstr ""
#~ "Wenn Sie weitere Hilfe benötigen oder einen anderen Grund haben, uns zu "
#~ "kontaktieren, freuen wir uns, von Ihnen zu hören."
#~ msgid ""
#~ "In case of trouble, please give us as many details as possible, maybe add "
#~ "a screenshot for reference."
#~ msgstr ""
#~ "Im Falle von Problemen geben Sie uns bitte so viele Details wie möglich "
#~ "und fügen Sie möglicherweise einen Screenshot als Referenz hinzu."
#~ msgid "Contact to Quickdashboard Pro"
#~ msgstr "Kontakt zu Quickdashboard Pro"
#~ msgid "1.0.0 - Stable release version"
#~ msgstr "1.0.0 - Stabile Release-Version"
#~ msgid "Remove settings for this user or save changes."
#~ msgstr ""
#~ "Entfernen Sie die Einstellungen für diesen Benutzer oder speichern Sie "
#~ "die Änderungen."
#~ msgid "Copy settings."
#~ msgstr "Kopieren der Einstellungen."
#~ msgid "Logo image"
#~ msgstr "Logo Bild"
#~ msgid "Button width"
#~ msgstr "Button Breite"
#~ msgid "Button hight"
#~ msgstr "Button Höhe"
#~ msgid "Font"
#~ msgstr "Schriftart"
#~ msgid "Link to extern hosted font, like Google-Fonts"
#~ msgstr "Link zu externem Hoster, wie z.B. Google-Fonts"
#~ msgid "For more info look in our help section"
#~ msgstr "Mehr Info finden Sie in der Hilfe"
#~ msgid "Font link URL"
#~ msgstr "Font Link URL"
#~ msgid "Font name"
#~ msgstr "Font Name"
#~ msgid "in px, em, pt..."
#~ msgstr "in px, em, pt..."
#~ msgid "Button gap"
#~ msgstr "Button Abstand"
#~ msgid "Button shadow"
#~ msgstr "Button Schatten"
#~ msgid "Reset"
#~ msgstr "Reset"
#~ msgid "Quickdashboardpro"
#~ msgstr "Quickdashboard Pro"
#~ msgid "Upload of files not allowed!"
#~ msgstr "Hochladen von Dateien nicht erlaubt!"
#~ msgid "Unexpected error."
#~ msgstr "Unerwarteter Fehler."
#~ msgid "The license key on this domain is already inactive"
#~ msgstr "Der Lizenzschlüssel für diese Domain ist bereits inaktiv"
#~ msgid "success"
#~ msgstr "Erfolgreich"
#~ msgid "requires to be registered. Please enter your key"
#~ msgstr "muss registriert werden. Bitte geben Sie Ihren Key"
#~ msgid "HERE"
#~ msgstr "HIER ein"
#~ msgid "Your License has expired. Please add a new key"
#~ msgstr ""
#~ "Ihre Lizenz ist abgelaufen. Bitte geben Sie einen neuen Lizenzschlüssel"
#~ msgid "License key activated"
#~ msgstr "Lizenzschlüssel aktiviert"
#~ msgid "Your License key is blocked"
#~ msgstr "Lizenzschlüssel blockiert"
#~ msgid "Your License key has expired"
#~ msgstr "Ihr Lizenzschlüssel ist abgelaufen"
#~ msgid "License key already in use on"
#~ msgstr "Lizenzschlüssel wird bereits genutzt"
#~ msgid "Reached maximum activation. License key already in use on"
#~ msgstr ""
#~ "Maximale Aktivierung erreicht. Der Lizenzschlüssel wird bereits genutzt"
#~ msgid "Reached maximum allowable domains"
#~ msgstr "Maximale erlaubte Domains erreicht"
#~ msgid "Invalid license key"
#~ msgstr "Ungültiger Lizenzschlüssel"
#~ msgid "New user"
#~ msgstr "Neuer Benutzer"
#~ msgid "Copy usersettings"
#~ msgstr "Kopieren von Benutzereinstellungen"
#~ msgid "Choose user to copy settings:"
#~ msgstr "Wählen Sie einen Benutzer aus, um die Einstellungen zu kopieren:"
#~ msgid "Choose user to edit settings:"
#~ msgstr "Wählen Sie einen Benutzer aus, um die Einstellungen zu bearbeiten:"
#~ msgid "We reccommend to delete saved options first before saving new ones."
#~ msgstr ""
#~ "Wir empfehlen, gespeicherte Optionen zuerst zu löschen, bevor neue "
#~ "gespeichert werden."
#~ msgid ""
#~ "Here you can add a logo image which will be appear above the module "
#~ "buttons."
#~ msgstr ""
#~ "Hier können Sie ein Logo-Bild hinzufügen, das über den Modulschaltflächen "
#~ "angezeigt wird."
#~ msgid "Plugins"
#~ msgstr "Plugins"
#~ msgid "Welcome"
#~ msgstr "Willkommen"
#~ msgid "Welcome to Quickboard Pro"
#~ msgstr "Willkommen zu Quickboard Pro"
#~ msgid ""
#~ "We tried to make your work experience with our tool as easy as possible."
#~ msgstr ""
#~ "Wir haben versucht, Ihre Arbeitserfahrung mit unserem Tool so einfach wie "
#~ "möglich zu gestalten."
#~ msgid ""
#~ "Just follow the options in order, but best read our workflow and help "
#~ "which you will find at this menu point"
#~ msgstr ""
#~ "Befolgen Sie einfach die Optionen in der angegebenen Reihenfolge, aber "
#~ "lesen Sie am besten unseren Workflow und die Hilfe, die Sie unter diesem "
#~ "Menüpunkt finden"
#~ msgid "Choose modules from our menu, rename, rearrange and save."
#~ msgstr "Module auswählen, umbenennen, sortieren und abspeichern."
#~ msgid " - File editing not available!"
#~ msgstr " - Dateibearbeitung nicht verfügbar!"
#~ msgid "Dashboard to Quickboard"
#~ msgstr "Dashboard to Quickboard"
#~ msgid "Add a logo"
#~ msgstr "Logo hinzufügen"
#~ msgid "Button text converting:"
#~ msgstr "Button Text formatieren:"
#~ msgid "First letter uppercase"
#~ msgstr "Erster Buchstabe Groß"
#~ msgid "All letters uppercase"
#~ msgstr "Alle Buchstaben GROSS"
#~ msgid "All letters lowercase"
#~ msgstr "Alle Buchstaben klein"
#~ msgid "max. Buttons in row"
#~ msgstr "Max. Schaltflächen in Reihe"
#~ msgid "Standard auto-fit"
#~ msgstr "Standard-Auto-Fit"
#~ msgid "Dashboard to Quickboard adds a new role named \"Quickbord\"."
#~ msgstr ""
#~ "Dashboard to Quickboard legt eine neue Benutzerrolle \"Quickboard\" an."
#~ msgid "The following rules are directed to the role \"Quickbord\":"
#~ msgstr ""
#~ "Folgende Befugnisse nach Wordpress werden der Rolle \"Quickbord\" "
#~ "zugeordnet:"
#~ msgid ""
#~ "Under the tab \"Choose from menu\" you choose from the main navigation "
#~ "and, if applies, from the subnavigation which options should be "
#~ "accessible for the role \"Quickbord\"."
#~ msgstr ""
#~ "Unter der Registerkarte \"Menü wählen\" wählen Sie aus der "
#~ "Hauptnavigation und, falls zutreffend, aus der Unternavigation, die "
#~ "Optionen aus, die für die Rolle \"Quickbord\" zugänglich sein soll."
#~ msgid ""
#~ "In the submenu navigation you can set your own names for the buttons on "
#~ "the Quickboard."
#~ msgstr ""
#~ "In der Untermenünavigation können Sie eigene Namen für die Schaltflächen "
#~ "auf dem Quickboard festlegen."
#~ msgid "Notice: "
#~ msgstr "Hinweis:"
#~ msgid "Not all options under the main navigation have a submenu!"
#~ msgstr "Nicht alle Optionen unter der Hauptnavigation haben ein Untermenü!"
#~ msgid ""
#~ "If you, after saving, want to add more buttons, click twice slowly on the "
#~ "main navigation option. This reloads all navigation points in the "
#~ "subnavigation and can then be activated."
#~ msgstr ""
#~ "Wenn Sie nach dem Speichern weitere Schaltflächen hinzufügen möchten, "
#~ "klicken Sie zweimal langsam auf die Hauptnavigationsoption. Dadurch "
#~ "werden alle Navigationspunkte in der Unternavigation neu geladen und "
#~ "können dann aktiviert werden."
#~ msgid ""
#~ "Under the tab \"Button Design\" you can set how the Buttons should look."
#~ msgstr ""
#~ "Unter \"Button Design\" stellen Sie ein, wie die Schaltflächen aussehen "
#~ "sollen."
#~ msgid ""
#~ "Under the tab \"Logo\" you can upload a logo. Max. width: 250px, max. "
#~ "height: 100px."
#~ msgstr ""
#~ "Unter \"Logo\" können Sie ein Logo hochladen. Maximale Breite: 250px, "
#~ "max. Höhe: 100px."
#~ msgid "Quickboard"
#~ msgstr "Quickboard"
#~ msgid "MOVE ME"
#~ msgstr "Zieh mich"
#~ msgid "Logo"
#~ msgstr "Logo"
#~ msgid "Main navigation"
#~ msgstr "Hauptnavigation"
#~ msgid "Sub navigation and renaming"
#~ msgstr "Subnavigation und eigener Name"
#~ msgid "Personal"
#~ msgstr "Personal"
#~ msgid "EXAMPLE"
#~ msgstr "Beispiel"
#~ msgid "SECOND ROW"
#~ msgstr "ZWEITE REIHE"
#, fuzzy
#~| msgid "The license key on this domain is already inactive"
#~ msgid "The license key on this domain is already inactived"
#~ msgstr "Der Lizenzschlüssel für diese Domain ist bereits inaktiv" |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/qibla-directory/change_log/changelog.txt | = 1.2.2 =
Release Date – 17 December 2018
Fix: WordPress 5.0.1 Form element no longer passes KSES
= 1.2.1 =
Release Date – 04 October 2018
Fix: toggle loader locked in archive listings
= 1.2.0 =
Release Date – 12 July 2018
Fix: remove Filter Toolbar if no amenities.
Fix: Update google map api version.
Add: Listings link in qibla directory menu.
Add: Change menu position for qibla directory.
= 1.1.3 =
Release Date – 11 July 2018
Fix: set the with_front (false) in rewrite.
= 1.1.2 =
Release Date – 05 July 2018
Fix: Localized var which were not defined correctly, now window. is used.
Fix: Add style in form review the field cookies consent.
Fix: When setting the featured image, it is now also visible in single listings, and it has been removed the gallery background image field.
= 1.1.1 =
Release Date – 25 February 2018
Add: new filter "qibla_mb_images_gallery_ids" in QiblaDirectory\Front\CustomFields\Gallery to add extra image ids to the gallery.
Add: new filter "qibla_mb_images_gallery_post_data" to change the image content in the gallery.
Fix: fonts star for review ratings.
= 1.1.0 =
Release Date – 20 February 2018
* Add: Naked html option, if active, there is no customization of the elements.
* Add: Show Map on Archive option, to have the archive of the listings without a map.
* Add: Demo data importer.
== 2018/02/01 - 1.0.0 ==
Initial release |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/qibla-events/change_log/changelog.txt | = 1.0.2 =
Release Date – 17 Dicember 2018
Fix: toggle loader locked in archive listings
= 1.0.1 =
Release Date – 04 October 2018
Fix: toggle loader locked in archive listings
== 2018/08/10 - 1.0.0 ==
Initial release |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/qoob/composer_file/qoob/package-lock.json | {
"name": "qoob",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
"dev": true
},
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"dev": true
},
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"argparse": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
"integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
"dev": true,
"requires": {
"sprintf-js": "1.0.3"
}
},
"array-find-index": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
"integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
"dev": true
},
"async": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
"dev": true
},
"balanced-match": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
"dev": true
},
"brace-expansion": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
"integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
"dev": true,
"requires": {
"balanced-match": "1.0.0",
"concat-map": "0.0.1"
}
},
"browserify-zlib": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
"integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
"dev": true,
"requires": {
"pako": "0.2.9"
}
},
"builtin-modules": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
"integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
"dev": true
},
"camelcase": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
"integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
"dev": true
},
"camelcase-keys": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
"dev": true,
"requires": {
"camelcase": "2.1.1",
"map-obj": "1.0.1"
}
},
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1",
"supports-color": "2.0.0"
}
},
"coffee-script": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz",
"integrity": "sha1-EpOLz5vhlI+gBvkuDEyegXBRCMA=",
"dev": true
},
"colors": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
"dev": true
},
"commander": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz",
"integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==",
"dev": true
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true
},
"concat-stream": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz",
"integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
"dev": true,
"requires": {
"inherits": "2.0.3",
"readable-stream": "2.3.3",
"typedarray": "0.0.6"
}
},
"core-util-is": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"dev": true
},
"currently-unhandled": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
"integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
"dev": true,
"requires": {
"array-find-index": "1.0.2"
}
},
"dateformat": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
"integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
"dev": true,
"requires": {
"get-stdin": "4.0.1",
"meow": "3.7.0"
}
},
"decamelize": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
"dev": true
},
"error-ex": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
"integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
"dev": true,
"requires": {
"is-arrayish": "0.2.1"
}
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
"dev": true
},
"esprima": {
"version": "2.7.3",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
"integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
"dev": true
},
"eventemitter2": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
"integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=",
"dev": true
},
"exit": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
"dev": true
},
"figures": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
"integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
"dev": true,
"requires": {
"escape-string-regexp": "1.0.5",
"object-assign": "4.1.1"
}
},
"find-up": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
"dev": true,
"requires": {
"path-exists": "2.1.0",
"pinkie-promise": "2.0.1"
}
},
"findup-sync": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
"integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
"dev": true,
"requires": {
"glob": "5.0.15"
},
"dependencies": {
"glob": {
"version": "5.0.15",
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
"dev": true,
"requires": {
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
}
}
}
},
"fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"dev": true
},
"get-stdin": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
"integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
"dev": true
},
"getobject": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
"integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
"dev": true
},
"glob": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
"integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
"dev": true,
"requires": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
}
},
"graceful-fs": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
"dev": true
},
"grunt": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz",
"integrity": "sha1-6HeHZOlEsY8yuw8QuQeEdcnftWs=",
"dev": true,
"requires": {
"coffee-script": "1.10.0",
"dateformat": "1.0.12",
"eventemitter2": "0.4.14",
"exit": "0.1.2",
"findup-sync": "0.3.0",
"glob": "7.0.6",
"grunt-cli": "1.2.0",
"grunt-known-options": "1.1.0",
"grunt-legacy-log": "1.0.0",
"grunt-legacy-util": "1.0.0",
"iconv-lite": "0.4.19",
"js-yaml": "3.5.5",
"minimatch": "3.0.4",
"nopt": "3.0.6",
"path-is-absolute": "1.0.1",
"rimraf": "2.2.8"
}
},
"grunt-cli": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",
"integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",
"dev": true,
"requires": {
"findup-sync": "0.3.0",
"grunt-known-options": "1.1.0",
"nopt": "3.0.6",
"resolve": "1.1.7"
},
"dependencies": {
"findup-sync": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
"integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
"dev": true,
"requires": {
"glob": "5.0.15"
},
"dependencies": {
"glob": {
"version": "5.0.15",
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
"dev": true,
"requires": {
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.3",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"dependencies": {
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dev": true,
"requires": {
"once": "1.4.0",
"wrappy": "1.0.2"
},
"dependencies": {
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
}
}
},
"inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
"dev": true
},
"minimatch": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
"integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
"dev": true,
"requires": {
"brace-expansion": "1.1.7"
},
"dependencies": {
"brace-expansion": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz",
"integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=",
"dev": true,
"requires": {
"balanced-match": "0.4.2",
"concat-map": "0.0.1"
},
"dependencies": {
"balanced-match": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
"integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
"dev": true
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true
}
}
}
}
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dev": true,
"requires": {
"wrappy": "1.0.2"
},
"dependencies": {
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
}
}
},
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"dev": true
}
}
}
}
},
"grunt-known-options": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz",
"integrity": "sha1-pCdO6zL6dl2lp6OxcSYXzjsUQUk=",
"dev": true
},
"nopt": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
"dev": true,
"requires": {
"abbrev": "1.1.0"
},
"dependencies": {
"abbrev": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
"integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=",
"dev": true
}
}
},
"resolve": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
"integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
"dev": true
}
}
},
"grunt-contrib-jshint": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.1.0.tgz",
"integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"hooker": "0.2.3",
"jshint": "2.9.4"
},
"dependencies": {
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1",
"supports-color": "2.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
"dev": true
},
"has-ansi": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
},
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"dev": true
}
}
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
},
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"dev": true
}
}
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"hooker": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
"integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
"dev": true
},
"jshint": {
"version": "2.9.4",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.4.tgz",
"integrity": "sha1-XjupeEjVKQJz21FK7kf+JM9ZKTQ=",
"dev": true,
"requires": {
"cli": "1.0.1",
"console-browserify": "1.1.0",
"exit": "0.1.2",
"htmlparser2": "3.8.3",
"lodash": "3.7.0",
"minimatch": "3.0.3",
"shelljs": "0.3.0",
"strip-json-comments": "1.0.4"
},
"dependencies": {
"cli": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
"integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
"dev": true,
"requires": {
"exit": "0.1.2",
"glob": "7.1.1"
},
"dependencies": {
"glob": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
"integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
"dev": true,
"requires": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.3",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"dependencies": {
"fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"dev": true
},
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dev": true,
"requires": {
"once": "1.4.0",
"wrappy": "1.0.2"
},
"dependencies": {
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
}
}
},
"inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
"dev": true
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dev": true,
"requires": {
"wrappy": "1.0.2"
},
"dependencies": {
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
}
}
},
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"dev": true
}
}
}
}
},
"console-browserify": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
"integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
"dev": true,
"requires": {
"date-now": "0.1.4"
},
"dependencies": {
"date-now": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
"integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
"dev": true
}
}
},
"exit": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
"dev": true
},
"htmlparser2": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
"integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
"dev": true,
"requires": {
"domelementtype": "1.3.0",
"domhandler": "2.3.0",
"domutils": "1.5.1",
"entities": "1.0.0",
"readable-stream": "1.1.14"
},
"dependencies": {
"domelementtype": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
"integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=",
"dev": true
},
"domhandler": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
"integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
"dev": true,
"requires": {
"domelementtype": "1.3.0"
}
},
"domutils": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
"integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
"dev": true,
"requires": {
"dom-serializer": "0.1.0",
"domelementtype": "1.3.0"
},
"dependencies": {
"dom-serializer": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
"integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
"dev": true,
"requires": {
"domelementtype": "1.1.3",
"entities": "1.1.1"
},
"dependencies": {
"domelementtype": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
"integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=",
"dev": true
},
"entities": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
"integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
"dev": true
}
}
}
}
},
"entities": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
"integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
"dev": true
},
"readable-stream": {
"version": "1.1.14",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
"integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
"dev": true,
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
},
"dependencies": {
"core-util-is": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"dev": true
},
"inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
"dev": true
},
"isarray": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
"dev": true
},
"string_decoder": {
"version": "0.10.31",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
"dev": true
}
}
}
}
},
"lodash": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz",
"integrity": "sha1-Nni9irmVBXwHreg27S7wh9qBHUU=",
"dev": true
},
"minimatch": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
"integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
"dev": true,
"requires": {
"brace-expansion": "1.1.7"
},
"dependencies": {
"brace-expansion": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz",
"integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=",
"dev": true,
"requires": {
"balanced-match": "0.4.2",
"concat-map": "0.0.1"
},
"dependencies": {
"balanced-match": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
"integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
"dev": true
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true
}
}
}
}
},
"shelljs": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
"integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
"dev": true
},
"strip-json-comments": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
"integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
"dev": true
}
}
}
}
},
"grunt-contrib-uglify": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-3.3.0.tgz",
"integrity": "sha512-W9O7lJE3PlD8VCc5fyaf98QV7f5wEDiU4PBIh0+/6UBbk2LhgzEFS0/p+taH5UD3+PlEn7QPN0o06Z0To6SqXw==",
"dev": true,
"requires": {
"chalk": "1.1.3",
"maxmin": "1.1.0",
"uglify-js": "3.3.9",
"uri-path": "1.0.0"
}
},
"grunt-known-options": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz",
"integrity": "sha1-pCdO6zL6dl2lp6OxcSYXzjsUQUk=",
"dev": true
},
"grunt-legacy-log": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.0.tgz",
"integrity": "sha1-+4bxgJhHvAfcR4Q/ns1srLYt8tU=",
"dev": true,
"requires": {
"colors": "1.1.2",
"grunt-legacy-log-utils": "1.0.0",
"hooker": "0.2.3",
"lodash": "3.10.1",
"underscore.string": "3.2.3"
}
},
"grunt-legacy-log-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz",
"integrity": "sha1-p7ji0Ps1taUPSvmG/BEnSevJbz0=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"lodash": "4.3.0"
},
"dependencies": {
"lodash": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz",
"integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=",
"dev": true
}
}
},
"grunt-legacy-util": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz",
"integrity": "sha1-OGqnjcbtUJhsKxiVcmWxtIq7m4Y=",
"dev": true,
"requires": {
"async": "1.5.2",
"exit": "0.1.2",
"getobject": "0.1.0",
"hooker": "0.2.3",
"lodash": "4.3.0",
"underscore.string": "3.2.3",
"which": "1.2.14"
},
"dependencies": {
"lodash": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz",
"integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=",
"dev": true
}
}
},
"grunt-shell": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/grunt-shell/-/grunt-shell-1.3.1.tgz",
"integrity": "sha1-XivuzQXV03h/pAECjVcz1dQ7m9E=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"npm-run-path": "1.0.0",
"object-assign": "4.1.1"
},
"dependencies": {
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1",
"supports-color": "2.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
"dev": true
},
"has-ansi": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
},
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"dev": true
}
}
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
},
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"dev": true
}
}
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"npm-run-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-1.0.0.tgz",
"integrity": "sha1-9cMr9ZX+ga6Sfa7FLoL4sACsPI8=",
"dev": true,
"requires": {
"path-key": "1.0.0"
},
"dependencies": {
"path-key": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-1.0.0.tgz",
"integrity": "sha1-XVPVeAGWRsDWiADbThRua9wqx68=",
"dev": true
}
}
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"dev": true
}
}
},
"gzip-size": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz",
"integrity": "sha1-Zs+LEBBHInuVus5uodoMF37Vwi8=",
"dev": true,
"requires": {
"browserify-zlib": "0.1.4",
"concat-stream": "1.6.0"
}
},
"has-ansi": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
}
},
"hooker": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
"integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
"dev": true
},
"hosted-git-info": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
"integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==",
"dev": true
},
"iconv-lite": {
"version": "0.4.19",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
"integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
"dev": true
},
"indent-string": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
"integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
"dev": true,
"requires": {
"repeating": "2.0.1"
}
},
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dev": true,
"requires": {
"once": "1.4.0",
"wrappy": "1.0.2"
}
},
"inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
"dev": true
},
"is-arrayish": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
"dev": true
},
"is-builtin-module": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
"integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
"dev": true,
"requires": {
"builtin-modules": "1.1.1"
}
},
"is-finite": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
"dev": true,
"requires": {
"number-is-nan": "1.0.1"
}
},
"is-utf8": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
"integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
"dev": true
},
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
},
"isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
"dev": true
},
"js-yaml": {
"version": "3.5.5",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz",
"integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=",
"dev": true,
"requires": {
"argparse": "1.0.9",
"esprima": "2.7.3"
}
},
"load-json-file": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"parse-json": "2.2.0",
"pify": "2.3.0",
"pinkie-promise": "2.0.1",
"strip-bom": "2.0.0"
}
},
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
"dev": true
},
"loud-rejection": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
"integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
"dev": true,
"requires": {
"currently-unhandled": "0.4.1",
"signal-exit": "3.0.2"
}
},
"map-obj": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
"integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
"dev": true
},
"maxmin": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz",
"integrity": "sha1-cTZehKmd2Piz99X94vANHn9zvmE=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"figures": "1.7.0",
"gzip-size": "1.0.0",
"pretty-bytes": "1.0.4"
}
},
"meow": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
"dev": true,
"requires": {
"camelcase-keys": "2.1.0",
"decamelize": "1.2.0",
"loud-rejection": "1.6.0",
"map-obj": "1.0.1",
"minimist": "1.2.0",
"normalize-package-data": "2.4.0",
"object-assign": "4.1.1",
"read-pkg-up": "1.0.1",
"redent": "1.0.0",
"trim-newlines": "1.0.0"
}
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"requires": {
"brace-expansion": "1.1.8"
}
},
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"dev": true
},
"nopt": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
"dev": true,
"requires": {
"abbrev": "1.1.1"
}
},
"normalize-package-data": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
"integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
"dev": true,
"requires": {
"hosted-git-info": "2.5.0",
"is-builtin-module": "1.0.0",
"semver": "5.5.0",
"validate-npm-package-license": "3.0.1"
}
},
"number-is-nan": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
"dev": true
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"dev": true
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dev": true,
"requires": {
"wrappy": "1.0.2"
}
},
"pako": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
"integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=",
"dev": true
},
"parse-json": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"dev": true,
"requires": {
"error-ex": "1.3.1"
}
},
"path-exists": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
"dev": true,
"requires": {
"pinkie-promise": "2.0.1"
}
},
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"dev": true
},
"path-type": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"pify": "2.3.0",
"pinkie-promise": "2.0.1"
}
},
"pify": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"dev": true
},
"pinkie": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
"integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
"dev": true
},
"pinkie-promise": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
"integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
"dev": true,
"requires": {
"pinkie": "2.0.4"
}
},
"pretty-bytes": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
"integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=",
"dev": true,
"requires": {
"get-stdin": "4.0.1",
"meow": "3.7.0"
}
},
"process-nextick-args": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
"dev": true
},
"read-pkg": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
"dev": true,
"requires": {
"load-json-file": "1.1.0",
"normalize-package-data": "2.4.0",
"path-type": "1.1.0"
}
},
"read-pkg-up": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
"dev": true,
"requires": {
"find-up": "1.1.2",
"read-pkg": "1.1.0"
}
},
"readable-stream": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
"integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
"dev": true,
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "1.0.7",
"safe-buffer": "5.1.1",
"string_decoder": "1.0.3",
"util-deprecate": "1.0.2"
}
},
"redent": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
"integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
"dev": true,
"requires": {
"indent-string": "2.1.0",
"strip-indent": "1.0.1"
}
},
"repeating": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
"dev": true,
"requires": {
"is-finite": "1.0.2"
}
},
"rimraf": {
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
"integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=",
"dev": true
},
"safe-buffer": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==",
"dev": true
},
"semver": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz",
"integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==",
"dev": true
},
"signal-exit": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
"dev": true
},
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
},
"spdx-correct": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
"dev": true,
"requires": {
"spdx-license-ids": "1.2.2"
}
},
"spdx-expression-parse": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
"integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
"dev": true
},
"spdx-license-ids": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
"integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
"dev": true
},
"sprintf-js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
"dev": true
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"dev": true,
"requires": {
"safe-buffer": "5.1.1"
}
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
}
},
"strip-bom": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
"dev": true,
"requires": {
"is-utf8": "0.2.1"
}
},
"strip-indent": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
"dev": true,
"requires": {
"get-stdin": "4.0.1"
}
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
},
"trim-newlines": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
"integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
"dev": true
},
"typedarray": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
"dev": true
},
"uglify-js": {
"version": "3.3.9",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.3.9.tgz",
"integrity": "sha512-J2t8B5tj9JdPTW4+sNZXmiIWHzTvcoITkaqzTiilu/biZF/9crqf/Fi7k5hqbOmVRh9/hVNxAxBYIMF7N6SqMQ==",
"dev": true,
"requires": {
"commander": "2.13.0",
"source-map": "0.6.1"
}
},
"underscore.string": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz",
"integrity": "sha1-gGmSYzZl1eX8tNsfs6hi62jp5to=",
"dev": true
},
"uri-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz",
"integrity": "sha1-l0fwGDWJM8Md4PzP2C0TjmcmLjI=",
"dev": true
},
"util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
"dev": true
},
"validate-npm-package-license": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
"integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
"dev": true,
"requires": {
"spdx-correct": "1.0.2",
"spdx-expression-parse": "1.0.4"
}
},
"which": {
"version": "1.2.14",
"resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
"integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
"dev": true,
"requires": {
"isexe": "2.0.0"
}
},
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
}
}
} |
JavaScript | wpscan/spec/fixtures/dynamic_finders/plugin_version/qoob/javascript_var/qoob/qoob-backend-starter.js | /*global jQuery, Loader, Skin*/
/*jslint browser: true */
(function() {
'use strict';
/**
* The Qoob starter class
* Load all JS and CSS files
*
* @version 0.0.1
* @class QoobStarter
*/
function QoobStarter(options) {
if (!(options.driver instanceof Object)) {
throw new Error('Driver parameter mast be set!');
}
this.options = options;
this.options.skip = options.skip || [];
var pathname = window.location.pathname.replace(/\/.*\..*?$/g, '/');
this.options.qoobUrl = this.options.qoobUrl || window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : '') + pathname + (pathname.indexOf("/", pathname.length - "/".length) !== -1 ? '' : '/') + "qoob/";
this.options.qoobUrl = this.options.qoobUrl + (this.options.qoobUrl.indexOf("/", this.options.qoobUrl.length - "/".length) !== -1 ? '' : '/');
this.options.debug = this.options.debug || false;
this.options.mode = this.options.mode || "prod";
this.options.skin = this.options.skin || "simple";
this.options.skinUrl = this.options.skinUrl || this.options.qoobUrl + 'skins/'+this.options.skin+'/';
this.options.librariesData = this.options.librariesData || [];
this.options.pageData = this.options.pageData || {};
this.options.translations = this.options.translations || null;
window.onload = this.startStage1.bind(this);
}
QoobStarter.prototype.loadingProgress = function(queue, loading, loaded, failed) {
var countStages = 7;
var deltaPerStage = 100 / countStages;
var stageLoaded = this.loader.getCountLoaded() - this.loader.stageLoaded;
var total = queue + loading + failed + stageLoaded;
var stageProgress = (failed + stageLoaded) * 100 / total;
var progress = parseInt((this.loader.stage - 1) * deltaPerStage + (deltaPerStage / 100 * stageProgress));
document.getElementById("qoob_loader_precent").innerHTML = progress;
if (progress == 100) {
this.loadingComplete();
}
};
QoobStarter.prototype.loadingComplete = function() {
if (document.getElementById("qoob_loader_precent") !== null) {
document.getElementById("qoob_loader_precent").innerHTML = 100;
this.loader.off('progress', this.loadingProgressListener);
jQuery('#loader-wrapper').delay(100).fadeOut(1000, function() {
jQuery('#loader-wrapper').remove();
});
}
};
QoobStarter.prototype.startStage1 = function() {
var self = this;
var script = document.createElement('script');
script.setAttribute('type', 'text/javascript');
script.setAttribute('src', this.options.qoobUrl + "loader.min.js");
script.onload = function() {
self.loader = new Loader();
self.loader.stage = 1;
self.loader.stageLoaded = 0;
self.options.loader = self.loader;
self.attachLoaderHTML();
self.loadingProgressListener = self.loadingProgress.bind(self);
self.options.loader.on('progress', self.loadingProgressListener);
for (var i = 0; i < self.options.skip.length; i++) {
self.loader.loaded[self.options.skip[i]] = 1;
}
self.loader.add([
{ "type": "js", "name": "jquery", "src": self.options.qoobUrl + "libs/jquery.min.js" },
{ "type": "js", "name": "underscore", "src": self.options.qoobUrl + "libs/underscore.min.js", "dep": ["jquery"] },
{ "type": "js", "name": "backbone", "src": self.options.qoobUrl + "libs/backbone-min.js", "dep": ["jquery", "underscore"] },
{ "type": "js", "name": "handlebars", "src": self.options.qoobUrl + "libs/handlebars.min-latest.js" },
{ "type": "js", "name": "handlebars-helper", "src": self.options.qoobUrl + "libs/handlebars-helper.js", "dep": ["handlebars"] }
]);
self.loader.once('complete', self.startStage2.bind(self));
self.loader.start();
};
script.onerror = function() {
console.error("Can't load loader.js file");
};
document.head.appendChild(script);
};
QoobStarter.prototype.startStage2 = function() {
var self = this;
self.loader.stage = 2;
self.loader.stageLoaded = self.loader.getCountLoaded();
this.options.driver.loadLibrariesData(function(err, libs) {
if (err) {
console.error("Libraries have been not loaded from driver " + self.options.driver.constructor.name + "." + err);
return;
}
if (typeof(libs) == 'undefined') {
console.error("Libraries have been not loaded from driver " + self.options.driver.constructor.name + ". Check 'loadLibrariesData' method.");
return;
}
for (var i = 0; i < libs.length; i++) {
var libUrl = libs[i].url.replace(/\/+$/g, '') + "/"; //Trim slashes in the end and add /
if (libs[i].res) {
var res = libs[i].res;
for (var j = 0; j < res.length; j++) {
if (res[j].backend && res[j].backend === true) {
if (res[j].src.indexOf("http://") !== 0 && res[j].src.indexOf("https://") !== 0) {
res[j].src = libUrl + res[j].src.replace(/^\/+/g, ''); //Trim slashes in the begining
}
self.loader.add(res[j]);
}
}
}
var blocks = libs[i].blocks;
if (undefined !== blocks) {
for (var k = 0; k < blocks.length; k++) {
if (undefined !== blocks[k]) {
blocks[k].url = blocks[k].url.replace(/\/+$/g, '') + "/"; //Trim slashes in the end and add /
if (blocks[k].url.indexOf("http://") !== 0 && blocks[k].url.indexOf("https://") !== 0) {
blocks[k].url = libUrl + blocks[k].url;
}
if (blocks[k].config_url) {
if (blocks[k].config_url.indexOf("http://") !== 0 && blocks[k].config_url.indexOf("https://") !== 0) {
blocks[k].config_url = libUrl + blocks[k].config_url.replace(/^\/+/g, ''); //Trim slashes in the begining
}
} else {
blocks[k].config_url = blocks[k].url + "config.json";
}
self.loader.add({ "type": "json", "name": libs[i].name + "_" + blocks[k].name, "src": blocks[k].config_url });
}
}
}
}
self.loader.once('complete', function() {
self.options.librariesData = self.parseBlockData(libs);
self.startStage3();
});
});
};
QoobStarter.prototype.startStage3 = function() {
var self = this;
self.loader.stage = 3;
self.loader.stageLoaded = self.loader.getCountLoaded();
self.options.driver.loadPageData(function(err, data) {
self.options.pageData = data;
self.startStage4();
});
};
QoobStarter.prototype.startStage4 = function() {
var self = this;
self.loader.stage = 4;
self.loader.stageLoaded = self.loader.getCountLoaded();
if (self.options.driver.translationsUrl !== undefined) {
self.options.driver.loadTranslations(function(err, data) {
self.options.translations = data;
self.startStage5();
});
} else {
self.startStage5();
}
};
QoobStarter.prototype.startStage5 = function() {
var self = this;
self.loader.stage = 5;
self.loader.stageLoaded = self.loader.getCountLoaded();
self.loader.once('complete', function() {
window.qoob = new Skin();
self.loader.stage = 6;
self.loader.stageLoaded = self.loader.getCountLoaded();
self.loader.once('complete', function() {
self.loader.stage = 7;
self.loader.stageLoaded = self.loader.getCountLoaded();
self.loader.once('skin_loaded', function() {
self.loadingComplete();
});
window.qoob.activate(self.options);
});
self.loader.add(window.qoob.assets[self.options.mode], { "prefix": self.options.skinUrl });
self.loader.add(window.qoob.assets.all, { "prefix": self.options.skinUrl });
});
self.loader.add({ "type": "js", "src": self.options.skinUrl+'skin.js', "name": "skin" });
if (self.options.driver.assets) {
self.loader.add(self.options.driver.assets);
}
};
QoobStarter.prototype.applyGlobalMask = function(libs) {
var filterLibUrlFunction = function(substr) {
var libName = substr.replace(/%lib_url\(|\)%\/|%lib_url\(|\)%/g, '').trim();
var findedLib = _.findWhere(libs, { name: libName.trim() });
if (findedLib) {
return findedLib.url;
}
};
var filterBlockUrlFunction = function(substr) {
var blockLib = substr.replace(/%block_url\(|\)%\/|%block_url\(|\)%/g, '');
var splited = blockLib.split(',');
var libName, blockName, findedLib, findedBlock;
if (splited.length === 2) {
libName = splited[0];
blockName = splited[1];
} else if (splited.length === 1) {
libName = currentLib.name;
blockName = splited[0];
} else {
return substr;
}
findedLib = _.findWhere(libs, { name: libName.trim() });
if (findedLib) {
findedBlock = _.findWhere(findedLib.blocks, { name: blockName });
if (findedBlock) {
return findedBlock.url;
} else {
console.error("Can't apply mask '" + substr + "' for block '" + currentLib.blocks[j].name + "' in lib '" + currentLib.name + "'. Block '" + blockName + "' not found in '" + libName + "'.");
return substr;
}
}
};
for (var i = 0; i < libs.length; i++) {
var currentLib = libs[i];
if (undefined !== currentLib.blocks) {
for (var j = 0; j < currentLib.blocks.length; j++) {
if (undefined !== libs[i].blocks[j]) {
var configString = JSON.stringify(libs[i].blocks[j].config);
configString = configString.replace(/%lib_url\(.*?\)%\/|%lib_url\(.*?\)%/g, filterLibUrlFunction);
configString = configString.replace(/%block_url\(.*?\)%\/|%block_url\(.*?\)%/g, filterBlockUrlFunction);
currentLib.blocks[j] = _.extend(JSON.parse(configString), currentLib.blocks[j]);
}
}
}
}
return libs;
};
QoobStarter.prototype.applySelfMask = function(config, libUrl, blockUrl) {
var configString = JSON.stringify(config);
configString = configString.replace(/%lib_url%\/|%lib_url%/g, function(substr) {
return libUrl;
});
configString = configString.replace(/%block_url%\/|%block_url%/g, function(substr) {
return blockUrl;
});
return JSON.parse(configString);
};
QoobStarter.prototype.parseBlockData = function(libs) {
var result = [];
for (var i = 0; i < libs.length; i++) {
var lib = libs[i];
if (undefined !== lib.blocks) {
for (var j = 0; j < lib.blocks.length; j++) {
if (this.loader.loaded[lib.name + "_" + lib.blocks[j].name]) {
lib.blocks[j].lib = lib.name;
lib.blocks[j].config = this.applySelfMask(this.loader.loaded[lib.name + "_" + lib.blocks[j].name].data, lib.url, lib.blocks[j].url);
} else {
delete lib.blocks[j];
}
}
}
result.push(lib);
}
return this.applyGlobalMask(result);
};
QoobStarter.prototype.getLoaderHTML = function() {
return "<div id='loader-wrapper' style=' font-size: 20px; font-weight: 700; font-family: robotobold, sans-serif; position: relative; line-height: 1; z-index: 9999; height: 100vh; background-color: #fff; display: flex; align-items: center; justify-content: center;'>" +
"<div class='loading-panel' style='text-align: center; letter-spacing: 0.05em; color: #010833; -webkit-transition: -webkit-transform .5s ease 0s; -moz-transition: -moz-transform .5s ease 0s; -o-transition: -o-transform .5s ease 0s; transition: transform .5s ease 0s; width: 100%;'>" +
"<span>Loading <span id='qoob_loader_precent'>0</span>%</span>" +
"<div class='loading-dots' style='margin: 19px auto 0 auto;'>" +
"<div class='loading-dot' style='width: 18px; height: 18px; margin-right: 7px; background-color: #010833; border-radius: 100%; display: inline-block; -webkit-animation: block-elements 1.4s ease-in-out 0s infinite both; animation: block-elements 1.4s ease-in-out 0s infinite both; -webkit-animation-delay: -.32s; animation-delay: -.32s;'></div>" +
"<div class='loading-dot' style='width: 18px; height: 18px; margin-right: 7px; background-color: #010833; border-radius: 100%; display: inline-block; -webkit-animation: block-elements 1.4s ease-in-out 0s infinite both; animation: block-elements 1.4s ease-in-out 0s infinite both; -webkit-animation-delay: -.16s; animation-delay: -.16s;'></div>" +
"<div class='loading-dot' style='width: 18px; height: 18px; margin-right: 7px; background-color: #010833; border-radius: 100%; display: inline-block; -webkit-animation: block-elements 1.4s ease-in-out 0s infinite both; animation: block-elements 1.4s ease-in-out 0s infinite both; margin-right: 0;'></div>" +
"</div>" +
"</div>" +
"<style>"+
"html {"+
"-webkit-box-sizing: border-box;"+
"box-sizing: border-box;"+
"}"+
"*,"+
"*:before,"+
"*:after {"+
"-webkit-box-sizing: inherit;"+
"box-sizing: inherit;"+
"}"+
"body {"+
"margin:0; overflow: hidden; line-height: 1;"+
"}"+
"@-webkit-keyframes block-elements {"+
"0%,100%,80%{"+
"-webkit-transform:scale(0);"+
"transform:scale(0)"+
"}"+
"40%{"+
"-webkit-transform:scale(1);"+
"transform:scale(1)"+
"}"+
"}"+
"@keyframes block-elements {"+
"0%,100%,80%{"+
"-webkit-transform:scale(0);"+
"transform:scale(0)"+
"}"+
"40%{"+
"-webkit-transform:scale(1);"+
"transform:scale(1)"+
"}"+
"} "+
"</style>"+
"</div>";
};
QoobStarter.prototype.attachLoaderHTML = function() {
document.body.innerHTML = this.getLoaderHTML() + document.body.innerHTML;
};
window.QoobStarter = QoobStarter;
window.QoobVersion = "3.0.0";
}()); |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/qr-code-tag/translation_file/lang/qrctwp-de_DE.po | msgid ""
msgstr ""
"Project-Id-Version: QR Code Tag v1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-09-16 14:37+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Dennis D. Spreen <[email protected]>\n"
"Language-Team: Dennis D. Spreen <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: German\n"
"X-Poedit-Country: GERMANY\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPath-1: lib\n"
#: lib/qrct/QrctWp-admin.inc.php:11
msgid "QR Code Tag Settings"
msgstr "Einstellungen › QR Code Tag"
#: lib/qrct/QrctWp-admin.inc.php:14
msgid "Code Generation"
msgstr "Code Generierung"
#: lib/qrct/QrctWp-admin.inc.php:17
msgid "Generator"
msgstr "Generator"
#: lib/qrct/QrctWp-admin.inc.php:20
msgid "Google Chart API"
msgstr "Google Chart API"
#: lib/qrct/QrctWp-admin.inc.php:21
msgid "QR Code Lib"
msgstr "QR Code Lib"
#: lib/qrct/QrctWp-admin.inc.php:26
msgid "Image Type"
msgstr "Bildformat"
#: lib/qrct/QrctWp-admin.inc.php:29
msgid "GIF"
msgstr "GIF"
#: lib/qrct/QrctWp-admin.inc.php:30
msgid "PNG"
msgstr "PNG"
#: lib/qrct/QrctWp-admin.inc.php:31
msgid "JPG"
msgstr "JPG"
#: lib/qrct/QrctWp-admin.inc.php:37
msgid "Default Options"
msgstr "Standardwerte"
#: lib/qrct/QrctWp-admin.inc.php:38
msgid "This will be the default values of the QR Code Tag Shortcode, Tooltip and Widget."
msgstr "Dies sind die Standardwerte für QR Code Tag Shortcode, Tooltip und das Widget."
#: lib/qrct/QrctWp-admin.inc.php:41
msgid "Field"
msgstr "Feld"
#: lib/qrct/QrctWp-admin.inc.php:42
msgid "Shortcode"
msgstr "Shortcode"
#: lib/qrct/QrctWp-admin.inc.php:43
msgid "Tooltip"
msgstr "Tooltip"
#: lib/qrct/QrctWp-admin.inc.php:44
msgid "Widget"
msgstr "Widget"
#: lib/qrct/QrctWp-admin.inc.php:45
msgid "Description"
msgstr "Beschreibung"
#: lib/qrct/QrctWp-admin.inc.php:48
msgid "Size"
msgstr "Size"
#: lib/qrct/QrctWp-admin.inc.php:52
msgid "The size of the generated QRCode image (in pixels). it's always a square, so you only need to set one side - to enable the \"Best Read Mode\" <i>(QR Code Lib only)</i> specify a value lower than 10 (read help below)"
msgstr "Die Größe des generierten QR Code Bildes (in Pixeln). Der Code ist quadratisch, also genügt nur eine Seitenlänge. Für den \"Best Read Mode\" <i>(gilt nur für QR Code Lib)</i> einen Wert zwischen 0 - 9 verwenden (siehe untenstehende Hilfe)"
#: lib/qrct/QrctWp-admin.inc.php:55
msgid "Enc"
msgstr "Enc"
#: lib/qrct/QrctWp-admin.inc.php:57
#: lib/qrct/QrctWp-admin.inc.php:62
#: lib/qrct/QrctWp-admin.inc.php:67
msgid "UTF-8"
msgstr "UTF-8"
#: lib/qrct/QrctWp-admin.inc.php:58
#: lib/qrct/QrctWp-admin.inc.php:63
#: lib/qrct/QrctWp-admin.inc.php:68
msgid "Shift_JIS"
msgstr "Shift_JIS"
#: lib/qrct/QrctWp-admin.inc.php:59
#: lib/qrct/QrctWp-admin.inc.php:64
#: lib/qrct/QrctWp-admin.inc.php:69
msgid "ISO-8859-1"
msgstr "ISO-8859-1"
#: lib/qrct/QrctWp-admin.inc.php:71
msgid "Specifies how the output is encoded"
msgstr "Gibt an, wie der Output codiert wird"
#: lib/qrct/QrctWp-admin.inc.php:72
msgid "(Google Chart API only)"
msgstr "(gilt nur für Google Chart API)"
#: lib/qrct/QrctWp-admin.inc.php:77
msgid "ECC"
msgstr "ECC"
#: lib/qrct/QrctWp-admin.inc.php:79
#: lib/qrct/QrctWp-admin.inc.php:85
#: lib/qrct/QrctWp-admin.inc.php:91
msgid "L"
msgstr "L"
#: lib/qrct/QrctWp-admin.inc.php:80
#: lib/qrct/QrctWp-admin.inc.php:86
#: lib/qrct/QrctWp-admin.inc.php:92
msgid "M"
msgstr "M"
#: lib/qrct/QrctWp-admin.inc.php:81
#: lib/qrct/QrctWp-admin.inc.php:87
#: lib/qrct/QrctWp-admin.inc.php:93
msgid "Q"
msgstr "Q"
#: lib/qrct/QrctWp-admin.inc.php:82
#: lib/qrct/QrctWp-admin.inc.php:88
#: lib/qrct/QrctWp-admin.inc.php:94
msgid "H"
msgstr "H"
#: lib/qrct/QrctWp-admin.inc.php:97
#, php-format
msgid "Error Correction Level (see <a href=\"http://code.google.com/apis/chart/types.html#ec_level_table\" target=\"_blank\">Google Chart API</a>)<br/><strong>L</strong> allows 7% of a QR code to be restored<br/><strong>M</strong> allows 15% of a QR code to be restored<br/><strong>Q</strong> allows 25% of a QR code to be restored<br/><strong>H</strong> allows 30% of a QR code to be restored"
msgstr "Fehlerkorrektur Level (siehe <a href=\"http://code.google.com/apis/chart/types.html#ec_level_table\" target=\"_blank\">Google Chart API</a>)<br/><strong>L</strong> erlaubt 7% unlesbarer Daten<br/><strong>M</strong> erlaubt 15% unlesbarer Daten<br/><strong>Q</strong> erlaubt 25% unlesbarer Daten<br/><strong>H</strong> erlaubt 30% unlesbarer Daten"
#: lib/qrct/QrctWp-admin.inc.php:100
msgid "Version"
msgstr "Version"
#: lib/qrct/QrctWp-admin.inc.php:104
msgid "<strong>0-40 (0=auto)</strong>. Before choosing the QR code version, consider what kind of device is used to read your code. The best QR code readers are able to read Version 40 codes, mobile devices may read only up to Version 4 "
msgstr "<strong>0-40 (0=automatisch)</strong>. Vor Auswahl der QR Code Version ist das Codelesegerät zu berücksichtigen - die besten QR Code Lesegeräte erkennen problemlos Codes bis zur Version 40, mobile Geräte erkennen Codes meist nur bis Version 4 "
#: lib/qrct/QrctWp-admin.inc.php:104
msgid "(QR Code Lib only)"
msgstr "(gilt nur für QR Code Lib)"
#: lib/qrct/QrctWp-admin.inc.php:107
msgid "Margin"
msgstr "Margin"
#: lib/qrct/QrctWp-admin.inc.php:111
msgid "Defines the margin (or blank space) around the QR code (in QR Code pixel size - not actual pixels!)"
msgstr "Definiert den Einzug (weiße Fläche) um einen QR Code (in QR Code Pixel Größe - nicht Bildpixelgröße!)"
#: lib/qrct/QrctWp-admin.inc.php:114
msgid "ImageParam"
msgstr "ImageParam"
#: lib/qrct/QrctWp-admin.inc.php:118
msgid "Additional image parameters (e.g. <i>class=\"qrctimage\"</i>)"
msgstr "Zusätzliche Bildparameter (z.B. <i>class=\"qrctimage\"</i>)"
#: lib/qrct/QrctWp-admin.inc.php:121
msgid "Link"
msgstr "Link"
#: lib/qrct/QrctWp-admin.inc.php:125
msgid "Defines if the image will have a link:<br/><strong>false</strong> = no link<br/><strong>true</strong> = link to the QR code content<br/><strong>url</strong> = link to the current URL<br><strong>http://</strong> = link to some URL (e.g. <i>http://www.google.com</i>)"
msgstr "Gibt an wie das Codebild verlinkt wird:<br/><strong>false</strong> = kein Link<br/><strong>true</strong> = Link wie QR Codeinhalt<br/><strong>url</strong> = Link zur aktuellen URL<br><strong>http://</strong> = Link to zu irgendeiner URL (z.B. <i>http://www.google.com</i>)"
#: lib/qrct/QrctWp-admin.inc.php:128
msgid "ATagParam"
msgstr "ATagParam"
#: lib/qrct/QrctWp-admin.inc.php:132
msgid "Additional link parameters (e.g. <i>class=\"mylinkclass\"</i>)"
msgstr "Zusätzliche Linkparameter (z.B. <i>class=\"mylinkclass\"</i>)"
#: lib/qrct/QrctWp-admin.inc.php:135
msgid "Save Changes"
msgstr "Änderungen speichern"
#: lib/qrct/QrctWp-admin.inc.php:135
msgid "Reset Options"
msgstr "Standardwerte wiederherstellen"
#: lib/qrct/QrctWp-admin.inc.php:138
msgid "QR Code Cache"
msgstr "QR Code Cache"
#: lib/qrct/QrctWp-admin.inc.php:155
#, php-format
msgid "%1$d codes cached, using %2$s disk space (%3$s free disk space)."
msgstr "%1$d Codes gecached, %2$s Festplattenplatz verwendet (%3$s freier Festplattenplatz)."
#: lib/qrct/QrctWp-admin.inc.php:156
#, php-format
msgid "%1$01.4f sec average code creation time."
msgstr "%1$01.4f Sekunden durchschnittliche Codegenerierungsdauer."
#: lib/qrct/QrctWp-admin.inc.php:158
msgid "Clear Cache"
msgstr "Cache löschen"
#: lib/qrct/QrctWp-admin.inc.php:161
msgid "Help"
msgstr "Hilfe"
#: lib/qrct/QrctWp.php:119
msgid "Settings"
msgstr "Einstellungen"
#: lib/qrct/QrctWp.php:130
msgid "QR Code Tag"
msgstr "QR Code Tag"
#: lib/qrct/QrctWp.php:288
msgid "Before QR Code:"
msgstr "Vor QR Code:"
#: lib/qrct/QrctWp.php:289
msgid "Content (blank for current URL):"
msgstr "Inhalt (leerlassen für aktuelle URL)"
#: lib/qrct/QrctWp.php:290
msgid "After QR Code:"
msgstr "Nach QR Code:"
#: lib/qrct/QrctWp.php:546
msgid "Options saved."
msgstr "Optionen gespeichert."
#: lib/qrct/QrctWp.php:557
msgid "Default options loaded."
msgstr "Standardwerte gesetzt."
#: lib/qrct/QrctWp.php:567
msgid "Cache cleared."
msgstr "Cache gelöscht."
#~ msgid "Encoding"
#~ msgstr "Encoding"
#~ msgid "Error correction"
#~ msgstr "Error correction" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/qr-code-tag-for-wc-from-goaskle-com/translation_file/lang/qrctwp_from_goaskle_com-ru_RU.po | msgid ""
msgstr ""
"Project-Id-Version: QR Code Tag from Goaskle.com v1.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-09-16 14:37+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Goaskle.com <[email protected]>\n"
"Language-Team: Goaskle.com <[email protected]>\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"
"X-Poedit-Basepath: ..\n"
"Language: ru_RU\n"
"X-Generator: Poedit 3.0\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPath-1: lib\n"
#: lib/qrct/QrctWp-admin.inc.php:11
msgid "QR Code Tag Settings"
msgstr "Настройки метки QR-кода"
#: lib/qrct/QrctWp-admin.inc.php:14
msgid "Code Generation"
msgstr "Генерация кода"
#: lib/qrct/QrctWp-admin.inc.php:17
msgid "Generator"
msgstr "Генератор"
#: lib/qrct/QrctWp-admin.inc.php:20
msgid "Google Chart API"
msgstr "Google Chart API"
#: lib/qrct/QrctWp-admin.inc.php:21
msgid "QR Code Lib"
msgstr "QR Code Lib"
#: lib/qrct/QrctWp-admin.inc.php:26
msgid "Image Type"
msgstr "Тип изображения"
#: lib/qrct/QrctWp-admin.inc.php:29
msgid "GIF"
msgstr "GIF"
#: lib/qrct/QrctWp-admin.inc.php:30
msgid "PNG"
msgstr "PNG"
#: lib/qrct/QrctWp-admin.inc.php:31
msgid "JPG"
msgstr "JPG"
#: lib/qrct/QrctWp-admin.inc.php:37
msgid "Default Options"
msgstr "Параметры по умолчанию"
#: lib/qrct/QrctWp-admin.inc.php:38
msgid "This will be the default values of the QR Code Tag Shortcode, Tooltip and Widget."
msgstr "Это будут значения по умолчанию для шорткода тега QR-кода, всплывающей подсказки и виджета."
#: lib/qrct/QrctWp-admin.inc.php:41
msgid "Field"
msgstr "Поле"
#: lib/qrct/QrctWp-admin.inc.php:42
msgid "Shortcode"
msgstr "Шорткод"
#: lib/qrct/QrctWp-admin.inc.php:43
msgid "Tooltip"
msgstr "Всплывающая подсказка"
#: lib/qrct/QrctWp-admin.inc.php:44
msgid "Widget"
msgstr "Виджет"
#: lib/qrct/QrctWp-admin.inc.php:45
msgid "Description"
msgstr "Описание"
#: lib/qrct/QrctWp-admin.inc.php:48
msgid "Size"
msgstr "Размер"
#: lib/qrct/QrctWp-admin.inc.php:52
msgid "The size of the generated QRCode image (in pixels). it's always a square, so you only need to set one side - to enable the \"Best Read Mode\" <i>(QR Code Lib only)</i> specify a value lower than 10 (read help below)"
msgstr "Размер генерируемого изображения QRCode (в пикселях). Это всегда квадрат, поэтому вам нужно задать только одну сторону - чтобы включить \"Режим наилучшего считывания\" <i>(только QR Code Lib)</i> укажите значение меньше 10 (читайте помощь ниже)."
#: lib/qrct/QrctWp-admin.inc.php:55
msgid "Enc"
msgstr "Enc"
#: lib/qrct/QrctWp-admin.inc.php:57 lib/qrct/QrctWp-admin.inc.php:62
#: lib/qrct/QrctWp-admin.inc.php:67
msgid "UTF-8"
msgstr "UTF-8"
#: lib/qrct/QrctWp-admin.inc.php:58 lib/qrct/QrctWp-admin.inc.php:63
#: lib/qrct/QrctWp-admin.inc.php:68
msgid "Shift_JIS"
msgstr "Shift_JIS"
#: lib/qrct/QrctWp-admin.inc.php:59 lib/qrct/QrctWp-admin.inc.php:64
#: lib/qrct/QrctWp-admin.inc.php:69
msgid "ISO-8859-1"
msgstr "ISO-8859-1"
#: lib/qrct/QrctWp-admin.inc.php:71
msgid "Specifies how the output is encoded"
msgstr "Определяет способ кодирования вывода"
#: lib/qrct/QrctWp-admin.inc.php:72
msgid "(Google Chart API only)"
msgstr "(API Google Chart uniquement)"
#: lib/qrct/QrctWp-admin.inc.php:77
msgid "ECC"
msgstr "ECC"
#: lib/qrct/QrctWp-admin.inc.php:79 lib/qrct/QrctWp-admin.inc.php:85
#: lib/qrct/QrctWp-admin.inc.php:91
msgid "L"
msgstr "L"
#: lib/qrct/QrctWp-admin.inc.php:80 lib/qrct/QrctWp-admin.inc.php:86
#: lib/qrct/QrctWp-admin.inc.php:92
msgid "M"
msgstr "M"
#: lib/qrct/QrctWp-admin.inc.php:81 lib/qrct/QrctWp-admin.inc.php:87
#: lib/qrct/QrctWp-admin.inc.php:93
msgid "Q"
msgstr "Q"
#: lib/qrct/QrctWp-admin.inc.php:82 lib/qrct/QrctWp-admin.inc.php:88
#: lib/qrct/QrctWp-admin.inc.php:94
msgid "H"
msgstr "H"
#: lib/qrct/QrctWp-admin.inc.php:97
#, fuzzy, php-format
msgid "Error Correction Level (see <a href=\"http://code.google.com/apis/chart/types.html#ec_level_table\" target=\"_blank\">Google Chart API</a>)<br/><strong>L</strong> allows 7% of a QR code to be restored<br/><strong>M</strong> allows 15% of a QR code to be restored<br/><strong>Q</strong> allows 25% of a QR code to be restored<br/><strong>H</strong> allows 30% of a QR code to be restored"
msgstr "Уровень коррекции ошибок (см. <a href=\"http://code.google.com/apis/chart/types.html#ec_level_table\" target=\"_blank\">Google Chart API</a>)<br/><strong>L</strong> позволяет восстановить 7% QR-кода<br/><strong>M</strong> позволяет восстановить 15% QR-кода<br/><strong>Q</strong> позволяет восстановить 25% QR-кода<br/><strong>H</strong> позволяет восстановить 30% QR-кода"
#: lib/qrct/QrctWp-admin.inc.php:100
msgid "Version"
msgstr "Версия"
#: lib/qrct/QrctWp-admin.inc.php:104
msgid "<strong>0-40 (0=auto)</strong>. Before choosing the QR code version, consider what kind of device is used to read your code. The best QR code readers are able to read Version 40 codes, mobile devices may read only up to Version 4 "
msgstr "<strong>0-40 (0=авто)</strong>. Прежде чем выбрать версию QR-кода, подумайте, какое устройство используется для считывания вашего кода. Лучшие устройства для считывания QR-кодов способны считывать коды версии 40, мобильные устройства могут считывать только до версии 4 "
#: lib/qrct/QrctWp-admin.inc.php:104
msgid "(QR Code Lib only)"
msgstr "(QR Code Lib uniquement)"
#: lib/qrct/QrctWp-admin.inc.php:107
msgid "Margin"
msgstr "Отступ"
#: lib/qrct/QrctWp-admin.inc.php:111
msgid "Defines the margin (or blank space) around the QR code (in QR Code pixel size - not actual pixels!)"
msgstr "Определяет поле (или пустое пространство) вокруг QR-кода (в пикселях QR-кода - не в реальных пикселях!)."
# 11
#: lib/qrct/QrctWp-admin.inc.php:114
msgid "Image Classes"
msgstr "Классы изображения"
# 11
#: lib/qrct/QrctWp-admin.inc.php:118
msgid "Additional image classes (e.g. <i>qrctimage anynewclass</i>)"
msgstr "Дополнительные классы изображений (например, <i>qrctimage anynewclass</i>)"
#: lib/qrct/QrctWp-admin.inc.php:121
msgid "Link"
msgstr "Lien"
#: lib/qrct/QrctWp-admin.inc.php:125
msgid "Defines if the image will have a link:<br/><strong>false</strong> = no link<br/><strong>true</strong> = link to the QR code content<br/><strong>url</strong> = link to the current URL<br><strong>http://</strong> = link to some URL (e.g. <i>http://www.google.com</i>)"
msgstr "Defines if the image will have a link:<br/><strong>false</strong> = no link<br/><strong>true</strong> = link to the QR code content<br/><strong>url</strong> = link to the current URL<br><strong>http://</strong> = link to some URL (e.g. <i>http://www.google.com</i>)"
# 11
#: lib/qrct/QrctWp-admin.inc.php:128
msgid "A Tag classes"
msgstr "Классы тега А"
#: lib/qrct/QrctWp-admin.inc.php:132
msgid "Additional link classes (e.g. <i>mylinkclass anynewlinkclass</i>)"
msgstr "Дополнительные классы ссылок (например, <i>mylinkclass anynewlinkclass</i>)"
#: lib/qrct/QrctWp-admin.inc.php:135
msgid "Save Changes"
msgstr "Сохранить изменения"
#: lib/qrct/QrctWp-admin.inc.php:135
msgid "Reset Options"
msgstr "Параметры сброса"
#: lib/qrct/QrctWp-admin.inc.php:138
msgid "QR Code Cache"
msgstr "Кэш QR-кодов"
#: lib/qrct/QrctWp-admin.inc.php:155
#, php-format
msgid "%1$d codes cached, using %2$s disk space (%3$s free disk space)."
msgstr "Кэшировано %1$d кодов, используется %2$s дискового пространства (%3$s свободного дискового пространства)."
#: lib/qrct/QrctWp-admin.inc.php:156
#, php-format
msgid "%1$01.4f sec average code creation time."
msgstr "%1$01.4f сек среднее время создания кода."
#: lib/qrct/QrctWp-admin.inc.php:158
msgid "Clear Cache"
msgstr "Очистить кэш"
#: lib/qrct/QrctWp-admin.inc.php:161
msgid "Help"
msgstr "Помощь"
#: lib/qrct/QrctWp.php:119
msgid "Settings"
msgstr "Настройки"
#: lib/qrct/QrctWp.php:130
msgid "QR Code Tag"
msgstr "QR Code Tag from Goaskle.com"
#: lib/qrct/QrctWp.php:288
msgid "Before QR Code:"
msgstr "До появления QR-кода:"
#: lib/qrct/QrctWp.php:289
msgid "Content (blank for current URL):"
msgstr "Содержание (пустое место для текущего URL):"
#: lib/qrct/QrctWp.php:290
msgid "After QR Code:"
msgstr "После QR-кода:"
#: lib/qrct/QrctWp.php:546
msgid "Options saved."
msgstr "Опции сохраняются."
#: lib/qrct/QrctWp.php:557
msgid "Default options loaded."
msgstr "Загружены параметры по умолчанию."
#: lib/qrct/QrctWp.php:567
msgid "Cache cleared."
msgstr "Кэш очищен."
#: lib/qrct/QrctWp-admin.inc.php:59
msgid "Using for Woocommerce in shortcode mode only"
msgstr "Использование для Woocommerce только в режиме шорткода"
#~ msgid "Encoding"
#~ msgstr "Encoding"
#~ msgid "Error correction"
#~ msgstr "Error correction" |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/qstomizer-custom-product-designer/translation_file/languages/qstomizer-es_ES.po | msgid ""
msgstr ""
"Project-Id-Version: Qstomizer v1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2015-01-04 20:01: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=2; plural=n != 1;\n"
"X-Generator: CSL v1.x\n"
"X-Poedit-Language: Spanish\n"
"X-Poedit-Country: SPAIN\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'
#: qstomizer.php:0
#@ qstomizer
msgid "Qstomizer"
msgstr ""
#. translators: plugin header field 'PluginURI'
#: qstomizer.php:0
#@ qstomizer
msgid "http://www.qstomizer.com/"
msgstr ""
#. translators: plugin header field 'Description'
#: qstomizer.php:0
#@ qstomizer
msgid "Qstomizer is a plugin for WordPress and Woocomerce. With it and in the easiest way , you can add a designer for custom products to your online store. Just need to install the plugin, configure it and You´ll have a designer of dozens of products seamlessly integrated with the design of your online store. Compatible with any Theme in the market."
msgstr "Qstomizer es un plugin para Wordpress y Woocommerce. Con el y de la forma más sencilla, puede añadir un diseñador de productos personalizados a su tienda online. Solo tiene que instalar el plugin, obtener las claves gratuitas, configurarlo y dispondrá de un diseñador de productos personalizados perfectamente integrado con su tienda online. Compatible con cualquier tema del mercado."
#. translators: plugin header field 'Author'
#: qstomizer.php:0
#@ qstomizer
msgid "Ramon M. Ortigosa"
msgstr "Ramon M. Ortigosa"
#. translators: plugin header field 'AuthorURI'
#: qstomizer.php:0
#@ qstomizer
msgid "http://www.qstomizer.com"
msgstr "http://www.qstomizer.com"
#. translators: plugin header field 'Version'
#: qstomizer.php:0
#@ qstomizer
msgid "1.0.0"
msgstr "1.0.0"
#: qstomizer.php:365
#@ qstomizer
msgid "Product creation failed, could not find original product:"
msgstr "Creación de producto fallido. No se puede encontrar el producto original."
#: qstomizer.php:392
#@ qstomizer
msgid "(Custom)"
msgstr "(Personalizado)"
#: qstomizer.php:595
#@ qstomizer
msgid "Select the product template:"
msgstr "Seleccione la plantilla a usar:"
#: qstomizer.php:617
#@ qstomizer
msgid "Select product"
msgstr "Seleccione producto"
#: qstomizer.php:692
#@ qstomizer
msgid "License"
msgstr "Licencia"
#: qstomizer.php:709
#@ qstomizer
msgid "license"
msgstr "Licencia"
#: qstomizer.php:786
#@ qstomizer
msgid "Qstomizer: General Settings"
msgstr "Qstomizer: Configuración General"
#: qstomizer.php:795
#@ qstomizer
msgid "Category and Images"
msgstr "Categoría e imagenes"
#: qstomizer.php:796
#@ qstomizer
msgid "Select the category where the custom products will be stored."
msgstr "Seleccione la categoría donde se almacenarán los productos personalizados."
#: qstomizer.php:801
#@ qstomizer
msgid "Category"
msgstr "Categoría"
#: qstomizer.php:832
#@ qstomizer
msgid "Show images in the \"content\":"
msgstr "Mostrar imagenes en el \"content\":"
#: qstomizer.php:843
#@ qstomizer
msgid "Image With (pixels):"
msgstr "Ancho de imagen (pixels):"
#: qstomizer.php:854
#@ qstomizer
msgid "Image height (pixels):"
msgstr "Alto de imagen (pixels)"
#: qstomizer.php:864
#@ qstomizer
msgid "Save"
msgstr "Guardar"
#: qstomizer.php:919
#@ qstomizer
msgid "Qstomizer: License keys"
msgstr "Qstomizer: Claves de Licencia"
#: qstomizer.php:923
#@ qstomizer
msgid "Type the public and the secret key of your shop."
msgstr "Introduzca las claves pública y secreta de su tienda."
#: qstomizer.php:938
#@ qstomizer
msgid "Shop URL:"
msgstr "Url de la tienda:"
#: qstomizer.php:948
#@ qstomizer
msgid "Key:"
msgstr "Clave:"
#: qstomizer.php:959
#@ qstomizer
msgid "Secret:"
msgstr "Secreta:"
#: qstomizer.php:970
#@ qstomizer
msgid "Shop Activation"
msgstr "Activar tienda."
#: qstomizer.php:691
#@ qstomizer
msgid "General Settings"
msgstr "Configuración General"
#: qstomizer.php:691
#@ qstomizer
msgid "Settings"
msgstr "Configuraciòn"
#: qstomizer.php:772
#@ qstomizer
msgid "Settings saved."
msgstr "Configuración guardada."
#: qstomizer.php:806
#@ qstomizer
msgid "Select Category:"
msgstr "Seleccione Categoría:"
#: qstomizer.php:997
#@ qstomizer
msgid "You have to install the free Woocommerce plugin in order to use Qstomizer. For more information and get the plugin, visit this:"
msgstr "Debe instalar el plugin gratuito de Woocommerce para poder usar el plugin Qstomizer. Para más información y obtener el plugin, visite este link:"
#: qstomizer.php:1005
#@ qstomizer
msgid "You must deactivate the Qstomizer plugin and activate again."
msgstr "Debe desactivar y volver a activar el plugin Qstomizer."
#: qstomizer.php:788
#@ qstomizer
msgid "To create and manage products, orders, templates, etc., please login to qstomizer admin panel"
msgstr "Para crear y administrar productos, pedidos, plantillas, etc, por favor, entre en el area de administración de Qstomizer"
#: qstomizer.php:788
#@ qstomizer
msgid "here"
msgstr "aquí"
#: qstomizer.php:930
#@ qstomizer
msgid "Click <a href=\"http://www.qstomizer.com\" target=\"_blank\">here</a> to get your <b>FREE</b> keys."
msgstr "Haga click <a href=\"http://www.qstomizer.com\" target=\"_blank\">aqui</a> para obtener sus claves <b>GRATIS</b>." |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/quadmenu/change_log/changelog.txt | == Changelog ==
= 1.8.3 =
* Fixed. fixed beaver builder
= 1.8.2 =
* Fixed. small css issues
* Fixed. beaver builder scroll bar
= 1.8.1 =
* Fixed. dropdown menu max left position
* Fixed. menu login and register
= 1.8.0 =
* Fixed. elementor library widget
* Fixed. menu login
= 1.7.9 =
* Fixed. small css issues
* Fixed. current menu open nested level
= 1.7.8 =
* Fixed. undefined woocommerce cart item menu
* Fixed. avada fusion builder icon issues
= 1.7.7 =
* Fixed. small css issues
= 1.7.6 =
* Fixed. small css issues
= 1.7.5 =
* Fixed. chrome overflow issue on mobile menu
* Fixed. offcanvas alignment issue in mobile menu
* Fixed. GET to POST in ajax requests to avoid server issues
* Fixed. woocommerce cart issues with wp rocket cache
= 1.7.4 =
* Fixed. divi quadmenu module
* Fixed. widget save ajax issue
* Fixed. custom dropdown width padding issue
* Fixed. divi mobile menu two columns
= 1.7.3 =
* Fixed. fixed lazy load height
= 1.7.2 =
* Fixed. admin columns improved
* Fixed. admin width default
* Fixed. admin width and colums style
* Fixed. hover cart icon color
* Fixed. fixed lazy load images ratio
* Fixed. fixed woocommerce cart menu
* Fixed. media player size issue
= 1.7.1 =
* Fixed. persistent cache issues
* Fixed. menu class replaced with quadmenu
= 1.7.0 =
* Fixed. fixed large subtitle
* Fixed. elementor logo remove
* Fixed. beaver logo remove
* Fixed. removed quadmenu widget from metaboxes
* Improvement. admin columns interface
* Improvement. admin preset columns
= 1.6.9 =
* Fixed. dev alerts
= 1.6.8 =
* Fixed. login form issues
= 1.6.7 =
* Fixed. navbar brand width
* Fixed. description in top level items on mobile menu
* Fixed. search custom post types
= 1.6.6 =
* Fixed. remove unnecessary fields
* New. option username in login item
* New. quadmenu dev location for testing
= 1.6.5 =
* Fixed. undefined url
* Fixed. icon padding
* Fixed. icon dropdown
* Fixed. logo in elementor module
* Fixed. logo in beaver module
* Fixed. customizer options removed transient time
* New. button element in quadmenu pro
= 1.6.4 =
* New. font awesome 5
= 1.6.3 =
* Fixed. quadmenu pro override
= 1.6.2 =
* Fixed. offcanvas menu logo url
= 1.6.1 =
* New. option logo link
* Fixed. Unexpected token u in JSON at position 0
= 1.6.0 =
* Fixed. elementor undefined variable in frontend
* Fixed. divi quadmenu module height
* Improvement. translations files updated
= 1.5.9 =
* New. elementor module
* New. beaver builder module
= 1.5.8 =
* Fixed. login and cart text margin
* Fixed. load menu height issues
* Fixed. login alerts css
* Fixed. widget loading on ajax changes
* Fixed. slidebar animation issues
* Improvement. rebuild quadmenu on ajax events
= 1.5.7 =
* Fixed. tabs height
* Fixed. divi mobile padding
* Fixed. widget save off save settings event
* Improvement. New order by featured products in woocommerce archives
* Improvement. New filter for link attributes
= 1.5.6 =
* Fixed. fixed issue with parents in admin
= 1.5.5 =
* Beta. lazy load images
* Fixed. normalize owl carousel
* Fixed. quadmenu widget php7 deprecated constructor
* Fixed. quadmenu widget instance defaults
* Fixed. mobile padding dropdown cart and login
= 1.5.4 =
* Fixed. update license messages
= 1.5.3 =
* Fixed. login css issues
* Fixed. cart css issues
* Fixed. fixed license validation issues
* New. quadmenu widget
= 1.5.2 =
* Fixed. Astra google fonts issue
* Fixed. Slidebar current item position
* Fixed. divi fixed menu link colors
* Fixed. logout link when dropdown is empty
* Fixed. login validations for user and password
* Fixed. login mask background
= 1.5.1 =
* Fixed. customizer page change
* Fixed. sticky menu animation
* Fixed. post type text position
* Fixed. default menu settings
* Fixed. menu item badge position
* Fixed. menu item padding hidden carets
* Improvement. customizer animations
* Improvement. slidebar animation
* Improvement. force customizer selective refreshed
= 1.5.0 =
* Fixed. search form divider css
* Fixed. logged in hover background css
* Fixed. background hover css without link
* Fixed. slidebar position js
* Fixed. fixed [] short array PHP 5.4
* New. animation options
* Improvement. offcanvas animation on horizontal menu
* Improvement. cache setup items
* Improvement. cache children nav menu items
* Improvement. speed general admin settings
= 1.4.9 =
* Fixed. post type menu item class
= 1.4.8 =
* Fixed. quadmenu divi module menu height
* Fixed. divi fullwidth module quadmenu
* Improvement. CSS field added to customizer
* Improvement. polylang support
* Improvement. responsive template system
= 1.4.7 =
* Fixed. Undefined quadmenu_template
* New. search placeholder
* New. search post types
= 1.4.6 =
* New. quadmenu module for divi
= 1.4.5 =
* New. option for mobile menu links
* Improvement. css improvements
* Improvement. overflow hidden offcanvas layout
= 1.4.4 =
* Fixed. undefined theme name
* Fixed. Divi menu height in full menu module
* Fixed. Polylang integration
= 1.4.3 =
* Fixed. post type hidden badges
* Fixed. post type archives loop
* Fixed. instance missing on license update
= 1.4.2 =
* Fixed. post type archive and categories in first level menu
* Fixed. compatibility issues with microsoft edge
* Fixed. compatibility issues with total theme
* Fixed. tab menu style issues with extra
* Fixed. license undefined object
* Improvement. license manager system
* Improvement. woocommerce cart improvements
= 1.4.1 =
* Fixed. display block in dropdown menu link
* Fixed. hide account links from login item when user is logged out
= 1.4.0 =
* Fixed. menu locations
* Fixed. cart and login menu hoverintent
* Fixed. remove woocommerce from cart event
* Fixed. fixed widgets removed issue
* New. option account menu for logoin item
* New. option cart item bottom text
* New. option mobile layout padding
* Improvement. new sticky navbar
* Improvement. new logoin style
* Improvement. new cart style
= 1.3.9 =
* Fixed. issue with hoverintent
= 1.3.8 =
* Improvement. PHP 7.2.x compatibility
* Improvement. new archive types metabox
= 1.3.7 =
* Fixed. pot files for languages
* Fixed. depth level on some themes
* New. new option align center menu items
= 1.3.6 =
* Fixed. windows update long folders
* Fixed. widgets in sidebar on first load
= 1.3.5 =
* Fixed. menu post type icons badge not showing
* Fixed. menu dashicons alignment
* Improvement. redux framework updated to 3.6.9
= 1.3.4 =
* Fixed. Porto compatibility issues
* Improvement. css menu icons
* Improvement. css to IE 11 compatibility
* Improvement. owl carousel updated
= 1.3.3 =
* New. embed layout to fit everywhere
* Fixed. divi menu search width in center header
* Fixed. ajax 400 bad request
* Fixed. widget checkbox unchecked not saving
* Fixed. removed save action on widgets
* Improvement. normalize display block
= 1.3.2 =
* Fixed. removed title menu column when language is Spanish
* Fixed. removed off classes from admin and frontend
* Fixed. removed menu title attr slashes
* Fixed. menu title not saving when description is not defined
* Fixed. admin CSS large screen columns added
* Fixed. admin columns add and remove
= 1.3.1 =
* Improvement. menu items badge removed on sticky menu
= 1.3.0 =
* New. woocommerce mega menu products in pro version
* New. woocommerce mega menu categories in pro version
= 1.2.6 =
* Fixed. added to cart bubble trigger event
* Fixed. false and empty default attributes
= 1.2.5 =
* Fixed. undefined parent obj type
* Fixed. change menu item title removes entire item
* Improvement. missing target option in menu items
* Improvement. clean item content tags
= 1.2.4 =
* Fixed. default attributes in top level menu items
* Fixed. exception for JavaScript non human events
* Fixed. removed unused dropdown menu and float inside columns
* Fixed. save checkbox unchecked in admin panel
* Fixed. removed quadmenu sections in customize after refresh
= 1.2.3 =
* Fixed. removed customize sections when is not url param
* Fixed. perfectscrollbar in carousel items
* Improvement. deprecated functions
* Improvement. javascript load
* Improvement. custom menuitems function moved to object
= 1.2.2 =
* Fixed. undefined @themes in less files
= 1.2.1 =
* Improvement. filter for remove children nav menu items in admin
= 1.2.0 =
* New. customizer integration in pro
* Improvement. option and customizer icons
= 1.1.9 =
* New. wordpress mobile menu shadow option
* Fixed. featured image option hidden in post inside menu columns
* Fixed. stylesheets not loading on https
* Fixed. tab menu not close on first click
* Fixed. menu caret background on second level items
* Fixed. wordpress tabs menu title change on admin
* Fixed. default menu items values in frontend
* Fixed. woocommerce cart menu button background
* Fixed. navbar caret icon line height
* Fixed. hidden badges on post type items
* Improvement. added login form pscrollbar and dropdown max height events
= 1.1.8 =
* New. custom password and register account links in login menu
* Fixed. undefined variable _wp_registered_nav_menus in system
* Fixed. stretch dropdown menu background
* Fixed. wordpress mobile menu height
* Fixed. admin widget text not open
* Fixed. admin widget off saving event on settings change
* Fixed. force menu width
* Improvement. manual integration new option to activate menu editor
* Improvement. manual integration menu location & theme update on php code
* Improvement. check system less files download
= 1.1.7 =
* New. option dropdown menu background opacity
* Fixed. placeholder colors in responsive menu
* Fixed. placeholder colors in dropdown menu
* Fixed. duplicated events in admin menu ajax
* Improvement. change title on wordpress mega menu admin
= 1.1.6 =
* Fixed. undefined QuadMenu_Customizer in divi customizer
* Fixed. divi & quadmenu customizer switch
* Fixed. hidden width settings on menu columns
= 1.1.5 =
* Fixed. scape attr in link
* Fixed. mega menu locations created by polylang
* Fixed. invalid argument supplied for foreach() class.redux_helpers.php
* Fixed. removed tooltips when title attr is empty
* Improvement. wordpress mega menu plugin action link for settings
= 1.1.4 =
* Fixed. megamenu columns disappear
= 1.1.3 =
* Fixed. allowed memory size theme locations
* Fixed. empty sections in admin panel
* Fixed. file not found filetime locations & widget
* Fixed. missing styles on theme change and network new site
* Fixed. missing registered nav menus on init
* Fixed. customizer removed columns widgets and child items
* Fixed. customizer add item in preview
* Removed. quadmenu-admin-core.js
* Improvement. customizer stuff for divi mega menu
* Improvement. customizer native support for divi mega menu
= 1.1.2 =
* New. option for dropdown menu tabs background
* Fixed. force menu width to screen size
* Fixed. dropdown background missing on dropdown menu max height
* Improvement. new rgba color picker
* Improvement. new offcanvas menu and vertical menu
= 1.1.1 =
* Fixed. undefined $_wp_registered_nav_menus
* Fixed. closed menu items on mobile menu
* Fixed. offcanvas not open
* Improvement. clean shortcodes from content in post types
* Improvement. alert for themes that doesn't natively support menus
= 1.1.0 =
* Fixed. undefined required field
* Fixed. click on social menu icons hoverintent
* Fixed. menu font validation
* Fixed. normalize transform and opacity unset
* Fixed. undefined index in required fields on developer options
* Fixed. expired nonce alert
* Fixed. hardcoded cart title
* Fixed. hide unnecessary fields in admin according to item depth
* Fixed. badges background in dropdown menus
* New. option letter spacing
* New. option dropdown menu stretch (custom,boxed,stretch dropdown menu and stretch content)
* New. option background origin to fit strech dropdown menu
* New. option border top left right bottom for dropdown menu
* New. option border radius top left right bottom for dropdown menu
* New. option max height on dropdown menu
* Improvement. drop areas in admin panel highlighted
* Improvement. number in new tabs and panels menu in backend
* Improvement. version and timestamp to prevent css cache on change settings
* Improvement. included error report on development mode
= 1.0.9 =
* Fix unsaved content in columns
= 1.0.8 =
* Fixed. name of options in adminbar menu
* Fixed. login form dropdown menu empty on logged in
* Fixed. removed scrollbar on offcanvas horizontal menu
* Fixed. menu social icons open / close
* Fixed. fatal error on edit_nav_menu_walker
* Removed. quadmenu-core.js file
* Improvement. Fallback function included
= 1.0.7 =
* Fixed. hooks order on init
* Fixed. margin on dropdown submenus
* Fixed. menu icons width
* Fixed. defaults on first load
= 1.0.6 =
* Fixed admin menu position
* Fixed admin menu social icons
* Fixed admin default filter for specific menu location and theme
* New. option to show/hide dropdown menu shadow
= 1.0.5 =
* Fixed. add to menu column button
* Fixed. unchecked menu items in navmenu metaboxes
* Fixed. sticky menu for more than one instance
* Fixed. layout behaviour: menu sticky disabled on scroll top
* Fixed. mobile mega menu behaviour: closedropdownall disabled
* Fixed. mobile mega menu behaviour: disable close sliblings on open dropdown
* Fixed. visual composer shortcode
* Fixed. invalid menu items posttype
= 1.0.4 =
* Fixed. cache wp rocket
* Fixed. add to menu column button
* Fixed. system report cache plugnis
= 1.0.3 =
* New. option force full menu width
* New. carousel megamenu in premium version
* Fixed. issues with php7
* Fixed. issues in xs menu columns
* Fixed. save menu widget issues
* Fixed. undeleted menu items
= 1.0.2 =
* New. added backward compatibility with lmm mega menu columns
* New. menu theme location option to remove conflicts
* Fixed. sharp menu item default option
* Fixed. Undefined url
= 1.0.1 =
* Fixed. Removed menu caret from item icon
* Fixed. dropdown mega menu max height
= 1.0 =
* Wordpress Mega Menu initial menu version
== Upgrade Notice == |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/quae-map/translation_file/lang/pl_PL.po | msgid ""
msgstr ""
"Project-Id-Version: quae_map 1.0\n"
"POT-Creation-Date: 2015-03-28 18:09+0100\n"
"PO-Revision-Date: 2015-03-28 18:14+0100\n"
"Last-Translator: Dorota Tomalska <<[email protected]>>\n"
"Language-Team: \n"
"Language: pl_PL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.7\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: _e;__\n"
"X-Poedit-SearchPath-0: ../inc\n"
"X-Poedit-SearchPath-1: ..\n"
#: ../inc/widget-fields.php:2
msgid "Title"
msgstr "Tytuł"
#: ../inc/widget-fields.php:6
msgid "Address"
msgstr "Adres"
#: ../inc/widget-fields.php:10
msgid "Lat, Lon"
msgstr "Szerokość, długość geograficzna"
#: ../inc/widget-fields.php:14
msgid "Zoom"
msgstr "Powiększenie"
#: ../inc/widget-fields.php:18
msgid "Show zoom control"
msgstr "Pokaż kontrolki powiększania"
#: ../inc/widget-fields.php:22
msgid "Show map type control"
msgstr "Pokaż kontrolkę wyboru typu mapy"
#: ../inc/widget-fields.php:26
msgid "Show scale control"
msgstr "Pokaż skalę mapy"
#: ../inc/widget-fields.php:30
msgid "Show street view control"
msgstr "Pokaż kontrolkę Street View"
#: ../inc/widget-fields.php:34
msgid "Bouncing marker"
msgstr "Podskakujący znacznik"
#: ../inc/widget-fields.php:38
msgid "Show info window"
msgstr "Pokaż okienko informacyjne znacznika"
#: ../inc/widget-fields.php:42
msgid "Info window title"
msgstr "Tytuł okienka informacyjnego" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/quantcast-choice/composer_file/composer.json | {
"name": "quantcast/quantcast-choice",
"version": "1.1.0",
"description": "Quantcast Choice GDPR Consent",
"type": "wordpress-plugin",
"authors": [
{
"name": "Ryan Baron",
"email": "[email protected]",
"homepage": "https://www.quantcast.com"
}
],
"require": {
"composer/installers": "^1.4",
"php": ">=5.4.0"
},
"type": "wordpress-plugin"
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/questionscout/composer_file/package.json | {
"name": "questionscout-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.23.0",
"whatwg-fetch": "3.2.0"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/quick-checkout-for-woocommerce/change_log/changelog.txt | = 1.0.1 =
new: Add Direct Checkout Button
= 1.0.2 =
new: Add Quick Purchase button, add to cart setting add, add checkout fields removed settings.
= 1.0.3 =
new: Add new checkout remove setting |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/quick-download-button/composer_file/package.json | {
"name": "quick-download-button",
"version": "1.0.0",
"description": "Custom download buttons with options for colors, hide/show file size and extension wordpress block and sortcode options.",
"main": "build/index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kusimo/quick-download-button.git"
},
"author": "Abidemi Kusimo",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/kusimo/quick-download-button/issues"
},
"homepage": "https://github.com/kusimo/quick-download-button#readme",
"devDependencies": {
"@wordpress/scripts": "12.2.0"
}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/quick-mail/translation_file/lang/quick-mail-es_ES.po | msgid ""
msgstr ""
"Project-Id-Version: Quick Mail v3.4.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2018-02-09 17:32:25+0000\n"
"Last-Translator: \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: CSL v1.x\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"
#: inc/qm_util.php:262
#: inc/qm_util.php:282
#: quick-mail.php:1173
#@ quick-mail
msgid "Error: Incomplete User Profile"
msgstr "Error: Perfil de Usario Incompleto"
#: quick-mail.php:1178
#: quick-mail.php:1616
#@ quick-mail
msgid "Login Expired. Refresh Page."
msgstr "Inicio de sesión caducado. Actualice la página."
#: quick-mail.php:1302
#@ quick-mail
msgid "Error moving file to"
msgstr "Archivo de error mvil a"
#: quick-mail.php:1309
#@ quick-mail
msgid "File Upload Error"
msgstr "Error de carga de archivo"
#: quick-mail.php:1295
#@ quick-mail
msgid "Missing temporary directory"
msgstr "Falta el directorio temporal"
#: inc/quick-mail-cli.php:235
#: quick-mail.php:1361
#: quick-mail.php:1363
#@ quick-mail
msgid "Error sending mail"
msgstr "Error al enviar correo"
#: quick-mail.php:1347
#@ quick-mail
msgid "Message Sent"
msgstr "Mensaje enviado"
#: quick-mail.php:1387
#@ quick-mail
msgid "Error Deleting Upload"
msgstr "Error Eliminar Upload"
#. translators: plugin header field 'Name'
#: quick-mail.php:0
#: quick-mail.php:178
#: quick-mail.php:1439
#: quick-mail.php:2276
#@ quick-mail
msgid "Quick Mail"
msgstr "Correo Rápido"
#: quick-mail.php:1350
#: quick-mail.php:1352
#: quick-mail.php:1481
#: quick-mail.php:1507
#@ quick-mail
msgid "To"
msgstr "Para"
#: quick-mail.php:576
#: quick-mail.php:612
#: quick-mail.php:686
#: quick-mail.php:722
#@ quick-mail
msgid "Enter mail address"
msgstr "Introducir dirección de correo"
#: quick-mail.php:1527
#: quick-mail.php:1530
#@ quick-mail
msgid "Subject"
msgstr "Asunto"
#: quick-mail.php:1534
#: quick-mail.php:1538
#: quick-mail.php:1542
#: quick-mail.php:1546
#: quick-mail.php:1550
#: quick-mail.php:1554
#@ quick-mail
msgid "Attachment"
msgstr "Accesorio"
#: quick-mail.php:1482
#@ quick-mail
msgid "Message"
msgstr "Mensaje"
#: quick-mail.php:1563
#@ quick-mail
msgid "Enter your message"
msgstr "Introduzca su mensaje"
#: quick-mail.php:1574
#: quick-mail.php:1575
#@ quick-mail
msgid "Send Mail"
msgstr "Enviar Correo"
#. translators: plugin header field 'Author'
#: quick-mail.php:0
#@ quick-mail
msgid "Mitchell D. Miller"
msgstr "Mitchell D. Miller"
#: quick-mail.php:1485
#@ quick-mail
msgid "From"
msgstr "De"
#: quick-mail.php:1769
#@ quick-mail
msgid "Option Updated"
msgstr "Opción actualizada"
#: quick-mail.php:1940
#: quick-mail.php:2287
#@ quick-mail
msgid "Quick Mail Options"
msgstr "Opciones de correo rápido"
#: quick-mail.php:2018
#: quick-mail.php:2476
#@ quick-mail
msgid "User Display"
msgstr "Pantalla de usuario"
#: quick-mail.php:2042
#: quick-mail.php:2465
#@ quick-mail
msgid "Show All Users"
msgstr "Mostrar todos los usuarios"
#: quick-mail.php:2061
#: quick-mail.php:2469
#@ quick-mail
msgid "Show Users with Names"
msgstr "Mostrar usuarios con nombres"
#: quick-mail.php:1842
#: quick-mail.php:2081
#: quick-mail.php:2472
#@ quick-mail
msgid "Do Not Show Users"
msgstr "No Mostrar usuarios"
#: quick-mail.php:2095
#@ quick-mail
msgid "Save Options"
msgstr "Guardar las opciones"
#: quick-mail.php:1183
#: quick-mail.php:1207
#: quick-mail.php:1216
#: quick-mail.php:1241
#: quick-mail.php:1436
#@ quick-mail
msgid "Invalid mail address"
msgstr "Dirección de correo es no válido"
#: quick-mail.php:2050
#: quick-mail.php:2070
#@ quick-mail
msgid "matching users"
msgstr "usuarios que empareja"
#: quick-mail.php:2093
#@ quick-mail
msgid "Enter address to send mail."
msgstr "Introduzca la dirección para enviar correo."
#: quick-mail.php:1960
#: quick-mail.php:1968
#: quick-mail.php:2400
#: quick-mail.php:2436
#@ quick-mail
msgid "Administration"
msgstr "Administración"
#: quick-mail.php:2388
#@ quick-mail
msgid "Grant Editors access to user list"
msgstr "Grant Editores acceso a la lista de usuarios"
#: quick-mail.php:1307
#@ quick-mail
msgid "Uploaded file was too large"
msgstr "Archivo subido era demasiado grande"
#: quick-mail.php:1507
#: quick-mail.php:1522
#@ quick-mail
msgid "Recent"
msgstr "Recientes"
#: quick-mail.php:165
#: quick-mail.php:166
#: quick-mail.php:1848
#: quick-mail.php:2679
#@ quick-mail
msgid "FAQ"
msgstr "Preguntas más frecuentes"
#: quick-mail.php:167
#: quick-mail.php:190
#: quick-mail.php:2403
#: quick-mail.php:2680
#@ quick-mail
msgid "Support"
msgstr "Apoyo"
#: inc/qm_util.php:261
#: inc/qm_util.php:281
#: inc/quick-mail-sender.php:66
#: quick-mail.php:352
#: quick-mail.php:1033
#: quick-mail.php:1183
#@ quick-mail
msgid "Mail Error"
msgstr "Error de correo"
#: quick-mail.php:1252
#@ quick-mail
msgid "No subject"
msgstr "No tema"
#: quick-mail.php:2394
#@ quick-mail
msgid "Checks domain with"
msgstr "Dominio de cheques con"
#: quick-mail.php:1842
#@ quick-mail
msgid "when"
msgstr "cuando"
#: quick-mail.php:1843
#@ quick-mail
msgid "is selected"
msgstr "se ha seleccionado"
#: quick-mail.php:1844
#@ quick-mail
msgid "Verifies domain with"
msgstr "Comprueba dominio con"
#: quick-mail.php:1851
#@ quick-mail
msgid "function not found"
msgstr "función que no se encuentra"
#: quick-mail.php:1852
#@ quick-mail
msgid "Cannot verify international domains"
msgstr "No puede verificar dominios internacionales"
#: quick-mail.php:1852
#@ quick-mail
msgid "because"
msgstr "porque"
#: quick-mail.php:1853
#@ quick-mail
msgid "Please read"
msgstr "Por favor lea"
#: quick-mail.php:1840
#: quick-mail.php:2393
#@ quick-mail
msgid "http://php.net/manual/en/function.checkdnsrr.php"
msgstr "http://php.net/manual/es/function.checkdnsrr.php"
#: quick-mail.php:164
#: quick-mail.php:1847
#@ quick-mail
msgid "https://wordpress.org/plugins/quick-mail/faq/"
msgstr "https://es.wordpress.org/plugins/quick-mail/faq/"
#: quick-mail.php:1849
#@ quick-mail
msgid "http://php.net/manual/en/function.idn-to-ascii.php"
msgstr "http://php.net/manual/es/function.idn-to-ascii.php"
#: quick-mail.php:1258
#@ quick-mail
msgid "Please enter your message"
msgstr "Por favor ingrese su mensaje"
#: quick-mail.php:419
#@ quick-mail
msgid "Welcome to Quick Mail"
msgstr "Bienvenido a Correo Rápido"
#: quick-mail.php:420
#@ quick-mail
msgid "Please verify your settings before using Quick Mail."
msgstr "Por favor verifique su configuración antes de utilizar el Correo Rápido."
#: quick-mail.php:170
#@ quick-mail
msgid "Resources"
msgstr "Recursos"
#: quick-mail.php:171
#@ quick-mail
msgid "has more information"
msgstr "dispone de más información"
#: quick-mail.php:1411
#: quick-mail.php:2617
#@ quick-mail
msgid "File uploads are not available on your device"
msgstr "Subida de archivos no está disponible en su dispositivo"
#: quick-mail.php:1413
#: quick-mail.php:2615
#@ quick-mail
msgid "File uploads were disabled by system administrator"
msgstr "Carga de archivos fueron deshabilitado por el administrador del sistema"
#: quick-mail.php:1192
#: quick-mail.php:1243
#: quick-mail.php:1461
#@ quick-mail
msgid "Duplicate mail address"
msgstr "Dirección de correo electrónico duplicados"
#: quick-mail.php:1348
#: quick-mail.php:1513
#: quick-mail.php:1515
#: quick-mail.php:1522
#@ quick-mail
msgid "CC"
msgstr "CC"
#: quick-mail.php:1463
#@ quick-mail
msgid "Quick Mail requires Javascript"
msgstr "Correo rápido requiere Javascript"
#: quick-mail.php:1984
#: quick-mail.php:2386
#@ quick-mail
msgid "Hide Administrator Profiles"
msgstr "Ocultar perfiles de administración"
#: quick-mail.php:1987
#, php-format
#@ quick-mail
msgid "%s administrator profile"
msgid_plural "%s administrator profiles"
msgstr[0] "%s perfil del administrador"
msgstr[1] "%s perfiles de administración"
#: quick-mail.php:1988
#@ quick-mail
msgid "User list will not include"
msgstr "No se incluirá la lista de usuarios"
#: quick-mail.php:2004
#: quick-mail.php:2390
#@ quick-mail
msgid "Verify recipient email domains"
msgstr "Comprobar dominios email destinatario"
#: quick-mail.php:1804
#: quick-mail.php:2316
#@ quick-mail
msgid "NOTE"
msgstr "NOTA"
#: quick-mail.php:2317
#@ quick-mail
msgid "Sender, recipient, CC."
msgstr "Remitente, destinatario, CC."
#: quick-mail.php:2333
#@ default
msgid "You do not have sufficient privileges to access user lists on this site."
msgstr "No tienes suficientes privilegios para acceder a las listas de usuarios de este sitio."
#: quick-mail.php:2335
#@ default
msgid "You do not have sufficient privileges to access user lists."
msgstr "No tienes suficientes privilegios para acceder a las listas de usuarios."
#: quick-mail.php:2338
#@ quick-mail
msgid "User totals are adjusted because administrator profiles are hidden"
msgstr "Estadísticas totales de usuario se ajustan porque están ocultos los perfiles de administración"
#: quick-mail.php:2343
#@ quick-mail
msgid "Three non-administrator profiles are required for user lists."
msgstr "Tres perfiles de administrador no se requiere para las listas de usuarios."
#: quick-mail.php:2345
#@ default
msgid "Three user profiles are required for user lists."
msgstr "Tres perfiles de usuario son necesarios para las listas de usuarios."
#: quick-mail.php:2466
#@ quick-mail
msgid "Select users by WordPress nickname"
msgstr "Seleccionar usuarios por apodo de WordPress"
#: quick-mail.php:2470
#@ quick-mail
msgid "Select users with first and last names"
msgstr "Seleccione los usuarios con nombre y apellido"
#: quick-mail.php:2473
#@ quick-mail
msgid "Enter user addresses. 12 addresses are saved"
msgstr "Ingrese direcciones de usuario. se guardan 12 direcciones"
#: quick-mail.php:2387
#@ quick-mail
msgid "Prevent users from sending email to administrators"
msgstr "Evitar que los usuarios envíen correo electrónico a administradores"
#: quick-mail.php:2389
#@ quick-mail
msgid "Otherwise only administrators can view the user list"
msgstr "De lo contrario sólo los administradores pueden ver la lista de usuarios"
#: quick-mail.php:2593
#@ quick-mail
msgid "Adding CC"
msgstr "Agregar CC"
#: quick-mail.php:2594
#@ quick-mail
msgid "Enter multiple addresses by separating them with a space or comma."
msgstr "Ingresar varias direcciones separándolas con un espacio o una coma."
#: quick-mail.php:2596
#@ quick-mail
msgid "Press <Control> while clicking, to select multiple users."
msgstr "Presione <Ctrl> mientras hace clic en, para seleccionar múltiples usuarios."
#: quick-mail.php:2597
#@ quick-mail
msgid "You can select multiple users"
msgstr "Puede seleccionar varios usuarios"
#: quick-mail.php:2610
#@ quick-mail
msgid "Attachments"
msgstr "Archivos adjuntos"
#: quick-mail.php:2619
#@ quick-mail
msgid "You can attach multiple files to your message"
msgstr "Puede adjuntar varios archivos a tu mensaje"
#: quick-mail.php:2621
#@ quick-mail
msgid "from up to six directories"
msgstr "de hasta seis directorios"
#: quick-mail.php:168
#@ quick-mail
msgid "Please leave a review"
msgstr "Por favor deje una revisión"
#: quick-mail.php:169
#@ quick-mail
msgid "to help others find Quick Mail"
msgstr "para ayudar a otros a encontrar el Correo Rápido"
#: quick-mail.php:1286
#@ quick-mail
msgid "Duplicate attachments"
msgstr "Duplicar archivos adjuntos"
#: quick-mail.php:174
#@ quick-mail
msgid "Help Others"
msgstr "Ayudar a los demás"
#: quick-mail.php:540
#@ quick-mail
msgid "Clear 1 saved address"
msgstr "Claro 1 dirección guardada"
#: quick-mail.php:541
#, php-format
#@ quick-mail
msgid "Clear %s saved addresses"
msgstr "Claras %s direcciones guardadas"
#: quick-mail.php:2086
#@ quick-mail
msgid "Need three users to display User List for sender, recipient, CC."
msgstr "Necesita tres usuarios para mostrar la lista de usuarios para el remitente, destinatario, CC."
#: quick-mail.php:2088
#@ quick-mail
msgid "User List was disabled by system administrator."
msgstr "Lista de usuarios fue deshabilitado por el administrador del sistema."
#: quick-mail.php:2093
#@ quick-mail
msgid "Saves 12 addresses."
msgstr "Guarda direcciones de 12."
#. translators: plugin header field 'AuthorURI'
#: quick-mail.php:0
#@ quick-mail
msgid "https://wheredidmybraingo.com/"
msgstr "https://wheredidmybraingo.com/"
#: quick-mail.php:1348
#: quick-mail.php:1514
#: quick-mail.php:1515
#@ quick-mail
msgid "BCC"
msgstr "BCC"
#: quick-mail.php:2624
#@ quick-mail
msgid "Press <Command> while clicking, to select multiple files."
msgstr "Pulse ⌘ mientras hace clic en, para seleccionar varios archivos."
#: quick-mail.php:2625
#@ quick-mail
msgid "Press <Control> while clicking, to select multiple files."
msgstr "Presione <Ctrl> mientras hace clic en, para seleccionar varios archivos."
#: quick-mail.php:2626
#@ quick-mail
msgid "You can select multiple files"
msgstr "Puede seleccionar varios archivos"
#: quick-mail.php:2595
#@ quick-mail
msgid "Press <Command> while clicking, to select multiple users."
msgstr "Pulse <Comando> mientras hace clic en, para seleccionar múltiples usuarios."
#: quick-mail.php:2011
#: quick-mail.php:2454
#: quick-mail.php:2460
#@ quick-mail
msgid "Add Paragraphs"
msgstr "Añadir los párrafos"
#: quick-mail.php:2013
#@ quick-mail
msgid "Add Paragraphs to sent mail"
msgstr "Añadir los párrafos al correo enviado"
#: quick-mail.php:2449
#@ quick-mail
msgid "Add line breaks and paragraphs to HTML mail"
msgstr "Añadir saltos de línea y párrafos a correo en HTML"
#: quick-mail.php:2450
#@ quick-mail
msgid "with"
msgstr "con"
#: quick-mail.php:2451
#@ quick-mail
msgid "Many plugins change the WordPress editor"
msgstr "Muchos plugins cambiar el editor de WordPress"
#: quick-mail.php:2452
#@ quick-mail
msgid "Test this option on your system to know if you need it"
msgstr "Prueba esta opción en el sistema para saber si usted necesita"
#: quick-mail.php:173
#: quick-mail.php:193
#: quick-mail.php:2405
#@ quick-mail
msgid "to ask questions and report problems"
msgstr "para hacer preguntas y reportar problemas"
#: quick-mail.php:172
#: quick-mail.php:192
#: quick-mail.php:2404
#@ quick-mail
msgid "Please use"
msgstr "Por favor use"
#: quick-mail.php:2695
#@ quick-mail
msgid "Settings"
msgstr "Configuración"
#: quick-mail.php:1860
#@ quick-mail
msgid "Apply"
msgstr "Aplicar"
#: quick-mail.php:1862
#@ quick-mail
msgid "to HTML messages"
msgstr "a los mensajes HTML"
#: quick-mail.php:1038
#@ quick-mail
msgid "You"
msgstr "Usted"
#: quick-mail.php:1040
#@ quick-mail
msgid "said"
msgstr "dijo"
#: quick-mail.php:1061
#@ quick-mail
msgid "Cannot reply. Invalid mail address."
msgstr "No puede responder. Dirección de correo no válida."
#: quick-mail.php:773
#@ quick-mail
msgid "No comments for you."
msgstr "No hay comentarios para ti."
#: quick-mail.php:1481
#: quick-mail.php:2408
#@ quick-mail
msgid "Commenters"
msgstr "Comentaristas"
#: quick-mail.php:1805
#@ quick-mail
msgid "Quick Mail needs three non-admin users for sender, recipient, CC to access User List."
msgstr "El correo rápido necesita tres usuarios que no sean administradores para remitente, destinatario y acceso a la lista de usuarios de CC."
#: quick-mail.php:1998
#: quick-mail.php:2432
#@ quick-mail
msgid "Grant Authors permission to reply to comments"
msgstr "Conceder permiso a los autores para responder a los comentarios"
#: quick-mail.php:1999
#@ quick-mail
msgid "Authors will not have access to user list."
msgstr "Los autores no tendrán acceso a la lista de usuarios."
#: quick-mail.php:2413
#@ quick-mail
msgid "enabling comments"
msgstr "habilitar comentarios"
#: quick-mail.php:2414
#@ quick-mail
msgid "discussion settings"
msgstr "configuración de la discusión"
#: quick-mail.php:2415
#: quick-mail.php:2481
#@ quick-mail
msgid "See"
msgstr "Consulte"
#: quick-mail.php:2416
#@ quick-mail
msgid "for additional information."
msgstr "para obtener información adicional."
#: quick-mail.php:2417
#: quick-mail.php:2496
#@ quick-mail
msgid "and"
msgstr "y"
#: quick-mail.php:2418
#@ quick-mail
msgid "Reply to comments on your published content."
msgstr "Responda a los comentarios sobre su contenido publicado."
#: quick-mail.php:2410
#@ quick-mail
msgid "Display list of commenters, instead of users."
msgstr "Mostrar lista de comentarios, en lugar de usuarios."
#: quick-mail.php:2420
#@ quick-mail
msgid "Comments are often disabled on older content."
msgstr "Los comentarios suelen estar deshabilitados en contenido antiguo."
#: quick-mail.php:2435
#@ quick-mail
msgid "to let authors use this feature"
msgstr "para que los autores utilicen esta función"
#. translators: plugin header field 'Description'
#: quick-mail.php:0
#@ quick-mail
msgid "Send text or html email with attachments from user's credentials. Select recipient from users or commenters."
msgstr "Enviar texto o correo HTML con archivos adjuntos de las credenciales del usuario. Seleccione destinatario de usuarios o comentarios."
#: quick-mail.php:1869
#@ quick-mail
msgid "Display Commenters instead of users"
msgstr "Mostrar comentarios en lugar de usuarios"
#: quick-mail.php:187
#: quick-mail.php:2026
#@ quick-mail
msgid "Send private replies to comments."
msgstr "Enviar respuestas privadas a los comentarios."
#: quick-mail.php:2421
#@ quick-mail
msgid "Comments must be enabled to reply."
msgstr "Los comentarios deben estar habilitados para responder."
#: quick-mail.php:2422
#@ quick-mail
msgid "Invalid mail addresses are not displayed."
msgstr "No se muestran direcciones de correo no válidas."
#: quick-mail.php:2001
#@ quick-mail
msgid "Grant Editors access to user list."
msgstr "Los editores de Grant acceden a la lista de usuarios."
#: quick-mail.php:154
#@ quick-mail
msgid "Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments."
msgstr "Quick Mail es la manera más fácil de enviar correo electrónico con archivos adjuntos a los usuarios de WordPress en su sitio, o enviar respuestas privadas a los comentarios."
#: quick-mail.php:188
#@ quick-mail
msgid "Select a commenter to send a message."
msgstr "Seleccione un comentario para enviar un mensaje."
#: quick-mail.php:189
#@ quick-mail
msgid "Subject and message are automatically added."
msgstr "El asunto y el mensaje se agregan automáticamente."
#: quick-mail.php:196
#@ quick-mail
msgid "Reply to Comments"
msgstr "Responder a los comentarios"
#: quick-mail.php:2047
#@ quick-mail
msgid "Show all users sorted by nickname"
msgstr "Mostrar todos los usuarios ordenados por nickname"
#: quick-mail.php:2066
#@ quick-mail
msgid "Show users with names, sorted by last name"
msgstr "Mostrar usuarios con nombres, ordenados por apellidos"
#: quick-mail.php:1033
#@ quick-mail
msgid "Comments disabled by system administrator."
msgstr "Comentarios deshabilitados por el administrador del sistema."
#: quick-mail.php:1482
#@ quick-mail
msgid "Reply"
msgstr "Respuesta"
#: quick-mail.php:1867
#@ quick-mail
msgid "Select recipient from commenters"
msgstr "Seleccionar destinatario de los comentarios"
#: quick-mail.php:1995
#@ quick-mail
msgid "Disable Replies to Comments"
msgstr "Desactivar las respuestas a los comentarios"
#: quick-mail.php:1996
#@ quick-mail
msgid "Users will not see commenter list."
msgstr "Los usuarios no verán la lista de comentarios."
#: quick-mail.php:2202
#: quick-mail.php:2229
#@ quick-mail
msgid "Private Reply"
msgstr "Respuesta privada"
#: quick-mail.php:2411
#@ quick-mail
msgid "Select recipient from commenters."
msgstr "Seleccione destinatario de los comentarios."
#: quick-mail.php:2431
#@ quick-mail
msgid "Select Disable Replies to Comments to remove this feature."
msgstr "Seleccione desactivar respuestas a comentarios para quitar esta función."
#: quick-mail.php:2002
#@ quick-mail
msgid "Let editors see user list."
msgstr "Deje que los editores vean la lista de usuarios."
#: quick-mail.php:370
#@ quick-mail
msgid "Quick Mail requires WordPress 4.6 or greater."
msgstr "El correo rápido requiere WordPress 4,6 o superior."
#: inc/quick-mail-cli.php:244
#@ quick-mail
msgid "Sent email to"
msgstr "Correo electrónico enviado a"
#: inc/quick-mail-cli.php:351
#@ quick-mail
msgid "Not found"
msgstr "No se encontró"
#: inc/quick-mail-cli.php:355
#@ quick-mail
msgid "Cannot connect to"
msgstr "No se puede conectar a"
#: quick-mail.php:1894
#@ quick-mail
msgid "Using Mailgun credentials"
msgstr "Uso de credenciales Mailgun"
#: quick-mail.php:1895
#@ quick-mail
msgid "Sending mail with your Mailgun name and mail address."
msgstr "Enviando correo con su nombre de Mailgun y dirección de correo."
#: quick-mail.php:1897
#: quick-mail.php:1911
#@ quick-mail
msgid "Mailgun is active"
msgstr "Mailgun está activo"
#: quick-mail.php:1901
#: quick-mail.php:1915
#@ quick-mail
msgid "Sending mail with Mailgun API."
msgstr "Enviando correo con Mailgun API."
#: inc/quick-mail-cli.php:100
#@ quick-mail
msgid "Invalid URL"
msgstr "URL no válida"
#: inc/quick-mail-cli.php:108
#: inc/quick-mail-cli.php:286
#@ quick-mail
msgid "File not found"
msgstr "No se encontró el archivo"
#: inc/quick-mail-cli.php:128
#: inc/quick-mail-cli.php:140
#@ quick-mail
msgid "Invalid user"
msgstr "Usuario no válido"
#: inc/quick-mail-cli.php:113
#@ quick-mail
msgid "Empty file"
msgstr "Archivo vacío"
#: inc/quick-mail-cli.php:220
#@ quick-mail
msgid "For Your Eyes Only"
msgstr "Sólo para tus ojos"
#: inc/quick-mail-cli.php:242
#@ quick-mail
msgid "to"
msgstr "para"
#: inc/quick-mail-cli.php:163
#@ quick-mail
msgid "No content"
msgstr "Sin contenido"
#: inc/quick-mail-cli.php:241
#@ quick-mail
msgid "Sent"
msgstr "Enviado"
#: inc/quick-mail-cli.php:356
#@ quick-mail
msgid "Error"
msgstr "Error"
#: quick-mail.php:1899
#: quick-mail.php:1913
#@ quick-mail
msgid "Administrator is using Mailgun to send mail."
msgstr "El administrador está utilizando Mailgun para enviar correo."
#: quick-mail.php:1924
#@ quick-mail
msgid "Use"
msgstr "Uso"
#: quick-mail.php:1925
#: quick-mail.php:1928
#: quick-mail.php:2378
#@ quick-mail
msgid "credentials"
msgstr "credenciales"
#: quick-mail.php:1927
#: quick-mail.php:1934
#: quick-mail.php:2377
#: quick-mail.php:2508
#@ quick-mail
msgid "Using"
msgstr "Usando"
#: quick-mail.php:1928
#: quick-mail.php:2378
#@ quick-mail
msgid "to send mail for Administrators"
msgstr "para enviar correo para administradores"
#: quick-mail.php:1931
#@ quick-mail
msgid "Administrator is using"
msgstr "Administrador está utilizando"
#: quick-mail.php:1932
#: quick-mail.php:1935
#@ quick-mail
msgid "to send mail"
msgstr "para enviar correo"
#: quick-mail.php:2363
#@ quick-mail
msgid "Mailgun plugin is active"
msgstr "Mailgun plugin está activo"
#: quick-mail.php:2365
#@ quick-mail
msgid "Administrators send mail with Mailgun credentials"
msgstr "Los administradores envían correo con credenciales Mailgun"
#: quick-mail.php:2374
#@ quick-mail
msgid "plugin is active"
msgstr "plugin está activo"
#: quick-mail.php:2380
#@ quick-mail
msgid "Sending mail with"
msgstr "Enviando correo con"
#: quick-mail.php:2381
#@ quick-mail
msgid "plugin"
msgstr "plugin"
#: quick-mail.php:1356
#@ quick-mail
msgid "Mailgun Error sending mail"
msgstr "Error de Mailgun enviando correo"
#: inc/quick-mail-cli.php:88
#@ quick-mail
msgid "Invalid Recipient Address"
msgstr "Dirección de destinatario no válida"
#: inc/quick-mail-cli.php:79
#@ quick-mail
msgid "Invalid Sender Address"
msgstr "Dirección remitente no válida"
#: inc/quick-mail-cli.php:211
#@ quick-mail
msgid "Please see attachment"
msgstr "Consulte el anexo"
#: inc/quick-mail-cli.php:77
#@ quick-mail
msgid "Only administrators can send mail."
msgstr "Sólo los administradores pueden enviar correo."
#: quick-mail.php:2478
#: quick-mail.php:2498
#@ quick-mail
msgid "Send Reliable Email from WordPress with Quick Mail"
msgstr "Enviar correo electrónico confiable de WordPress con Quick mail"
#: quick-mail.php:2482
#@ quick-mail
msgid "for additional information"
msgstr "para obtener más información"
#: quick-mail.php:2486
#@ quick-mail
msgid "https://wordpress.org/plugins/search/smtp/"
msgstr "https://es.wordpress.org/plugins/search/smtp/"
#: quick-mail.php:2487
#: quick-mail.php:2522
#@ quick-mail
msgid "SMTP Plugins"
msgstr "Plugins para SMTP"
#: quick-mail.php:2488
#@ quick-mail
msgid "let you send mail from a public mail account"
msgstr "permite enviar correo desde una cuenta de correo público"
#: quick-mail.php:2490
#@ quick-mail
msgid "https://www.mailgun.com/"
msgstr "https://www.mailgun.com/"
#: quick-mail.php:2490
#@ quick-mail
msgid "Mailgun"
msgstr "Mailgun"
#: quick-mail.php:2492
#@ quick-mail
msgid "https://sendgrid.com/"
msgstr "https://sendgrid.com/"
#: quick-mail.php:2497
#@ quick-mail
msgid "are recommended"
msgstr "se recomienda"
#: quick-mail.php:2500
#@ quick-mail
msgid "How to Fix"
msgstr "Cómo solucionar"
#: quick-mail.php:2501
#: quick-mail.php:2525
#@ quick-mail
msgid "Delivery Errors"
msgstr "Errores de entrega"
#: quick-mail.php:2517
#@ quick-mail
msgid "Use these products and services with Quick Mail to fix delivery errors"
msgstr "Utilice estos productos y servicios con Quick Mail para corregir errores de entrega"
#: quick-mail.php:2518
#@ quick-mail
msgid "Mail Delivery Service"
msgstr "Servicio de entrega de correo"
#: quick-mail.php:2519
#@ quick-mail
msgid "Use a mail delivery service to send reliable email anywhere"
msgstr "Utilice un servicio de envío de correo para enviar correo electrónico fiable en cualquier lugar"
#: quick-mail.php:2529
#@ quick-mail
msgid "wp help quick-mail"
msgstr "wp help quick-mail"
#: quick-mail.php:2530
#@ quick-mail
msgid "Use Quick Mail with WP-CLI"
msgstr "Usar Quick mail con WP-CLI"
#: quick-mail.php:2531
#@ quick-mail
msgid "Send files and links from the command line"
msgstr "Enviar archivos y enlaces desde la línea de comandos"
#: quick-mail.php:2532
#@ quick-mail
msgid "Enter"
msgstr "Entrar"
#: quick-mail.php:2533
#@ quick-mail
msgid "to get started"
msgstr "para empezar"
#: quick-mail.php:2536
#@ quick-mail
msgid "WP-CLI"
msgstr "WP-CLI"
#: inc/quick-mail-cli.php:172
#@ quick-mail
msgid "unknown"
msgstr "desconocido"
#: inc/quick-mail-cli.php:176
#@ quick-mail
msgid "Error saving content"
msgstr "Error al guardar el contenido"
#: inc/quick-mail-cli.php:208
#@ quick-mail
msgid "Replaced attachment message."
msgstr "Mensaje de adjunto sustituido."
#: inc/quick-mail-cli.php:292
#@ quick-mail
msgid "You have an attachment."
msgstr "Tienes un adjunto."
#: inc/quick-mail-cli.php:224
#@ quick-mail
msgid "Not sending file. Attachment message ignored."
msgstr "No se envía el archivo. Mensaje adjunto omitido."
#: inc/quick-mail-cli.php:281
#@ quick-mail
msgid "Invalid message type"
msgstr "Tipo de mensaje no válido"
#: inc/qm_util.php:129
#@ quick-mail
msgid "Duplicate"
msgstr "Duplicado"
#: quick-mail.php:773
#@ quick-mail
msgid "No recent comments for you."
msgstr "No hay comentarios recientes para usted."
#: quick-mail.php:2028
#: quick-mail.php:2423
#@ quick-mail
msgid "Limit comments"
msgstr "Limitar comentarios"
#: quick-mail.php:2438
#@ quick-mail
msgid "Email domains are always validated."
msgstr "Los dominios de correo electrónico siempre se validan."
#: quick-mail.php:191
#@ quick-mail
msgid "See settings"
msgstr "Ver configuración"
#: quick-mail.php:191
#@ quick-mail
msgid "to limit displayed comments"
msgstr "para limitar los comentarios mostrados"
#: quick-mail.php:2029
#@ quick-mail
msgid "days"
msgstr "días"
#: quick-mail.php:2030
#@ quick-mail
msgid "Limit displayed comments to a number of days."
msgstr "Limitar los comentarios mostrados a varios días."
#: quick-mail.php:2424
#@ quick-mail
msgid "Limit displayed comments to past number of days."
msgstr "Limitar los comentarios mostrados al número pasado de días."
#: quick-mail.php:2425
#@ quick-mail
msgid "Hide comments to posts modified over selected days ago."
msgstr "Ocultar comentarios a los mensajes modificados hace unos días."
#: quick-mail.php:1006
#@ quick-mail
msgid "Privacy Error"
msgstr "Error de privacidad"
#: quick-mail.php:1945
#@ quick-mail
msgid "Privacy"
msgstr "Privacidad"
#: quick-mail.php:1947
#@ quick-mail
msgid "Grant Quick Mail permission to use your email address."
msgstr "Otorgue permiso de correo rápido para usar su dirección de correo electrónico."
#: quick-mail.php:1951
#@ quick-mail
msgid "Grant Quick Mail permission to save recipient addresses."
msgstr "Conceder permiso de correo rápido para guardar las direcciones de destinatarios."
#: quick-mail.php:1948
#@ quick-mail
msgid "Permission is required to send mail."
msgstr "Se requiere permiso para enviar el correo."
#: quick-mail.php:1006
#@ quick-mail
msgid "Please grant permission to use your email address."
msgstr "Favor de conceder permiso para usar su dirección de correo electrónico."
#: quick-mail.php:1952
#@ quick-mail
msgid "Permission is required to save addresses. Addresses will not be shared."
msgstr "Se requiere permiso para guardar direcciones. Las direcciones no se compartirán."
#: quick-mail.php:1358
#@ quick-mail
msgid "SparkPost Error sending mail"
msgstr "Error de SparkPost enviando correo"
#: quick-mail.php:1908
#@ quick-mail
msgid "Using SparkPost credentials"
msgstr "Uso de credenciales SparkPost"
#: quick-mail.php:1909
#@ quick-mail
msgid "Sending mail with your SparkPost name and mail address."
msgstr "Enviando correo con su nombre de SparkPost y dirección de correo."
#: quick-mail.php:2354
#@ quick-mail
msgid "SparkPost plugin is active"
msgstr "SparkPost plugin está activo"
#: quick-mail.php:2356
#@ quick-mail
msgid "Administrators send mail with SparkPost credentials"
msgstr "Los administradores envían correo con credenciales SparkPost"
#: quick-mail.php:2358
#@ quick-mail
msgid "Sending mail with SparkPost"
msgstr "Enviando correo con SparkPost"
#: quick-mail.php:2367
#@ quick-mail
msgid "Sending mail with Mailgun"
msgstr "Enviando correo con Mailgun"
#: quick-mail.php:2492
#: quick-mail.php:2752
#@ quick-mail
msgid "SendGrid"
msgstr "SendGrid"
#: quick-mail.php:2494
#@ quick-mail
msgid "https://sparkpost.com/"
msgstr "https://sparkpost.com/"
#: quick-mail.php:2494
#@ quick-mail
msgid "SparkPost"
msgstr "SparkPost"
#: quick-mail.php:2504
#@ quick-mail
msgid "Using SparkPost"
msgstr "Uso de SparkPost"
#: quick-mail.php:2506
#@ quick-mail
msgid "Using Mailgun"
msgstr "Uso de Mailgun"
#: quick-mail.php:2512
#@ quick-mail
msgid "Excellent!"
msgstr "¡Excelente!"
#: quick-mail.php:2512
#@ quick-mail
msgid "to deliver mail."
msgstr "para entregar el correo."
#: quick-mail.php:161
#@ quick-mail
msgid "Please grant permission to use your mail address."
msgstr "Por favor otorgue permiso para usar su dirección de correo."
#: quick-mail.php:1436
#@ quick-mail
msgid "Cannot verify address"
msgstr "No se puede verificar la dirección"
#: quick-mail.php:1857
#@ quick-mail
msgid "This is not guaranteed to be accurate."
msgstr "Esto no está garantizado para ser exacto."
#: quick-mail.php:1857
#: quick-mail.php:2398
#@ quick-mail
msgid "Turn verification off if Quick Mail rejects a valid address."
msgstr "Apague la verificación si Quick mail rechaza una dirección válida."
#: quick-mail.php:2391
#@ quick-mail
msgid "Check if recipient domain accepts email."
msgstr "Compruebe si el dominio de destinatario acepta correo electrónico."
#: quick-mail.php:2485
#@ quick-mail
msgid "Several"
msgstr "Varios"
#: quick-mail.php:2521
#@ quick-mail
msgid "Mailgun and SparkPost are free"
msgstr "Mailgun y SparkPost son gratuitos"
#: inc/quick-mail-sender.php:66
#@ quick-mail
msgid "Unknown Mail Service"
msgstr "Servicio de correo desconocido"
#. translators: plugin header field 'PluginURI'
#: quick-mail.php:0
#@ quick-mail
msgid "https://wheredidmybraingo.com/quick-mail-wordpress-plugin-supports-sparkpost/"
msgstr "https://wheredidmybraingo.com/quick-mail-wordpress-plugin-supports-sparkpost/"
#. translators: plugin header field 'Version'
#: quick-mail.php:0
#@ quick-mail
msgid "3.4.1"
msgstr "3.4.1" |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/r1-widget/change_log/changelog.txt | # Changelog
All notable changes to the plugin will be documented in this file.
## 1.0.0 - 2019-08-22
### Initial release |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/ra-shortcodes-bundle/composer_file/package.json | {
"name": "ra-shortcodes-bundle",
"version": "1.0.0",
"description": "A collection of shortcodes for WordPress built using the Shortcodes Ultimate plugin API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/webdevsuperfast/ra-shortcodes-bundle/"
},
"keywords": [
"shortcodes-ultimate",
"wordpress-plugin",
"shortcode"
],
"author": "Rotsen Mark Acob",
"license": "GPL-2.0",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.5.0",
"gulp-clean-css": "^3.9.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-flatmap": "^1.0.0",
"gulp-jsbeautifier": "^2.1.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.2.0",
"vinyl-paths": "^2.1.0"
}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/rating-plus/translation_file/languages/ratingplus.po | # Copyright (C) 2015 Rating Plus
# This file is distributed under the same license as the Rating Plus package.
msgid ""
msgstr ""
"Project-Id-Version: Rating Plus 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/rating-plus\n"
"POT-Creation-Date: 2015-12-01 15:46:33+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-12-01 19:35+0300\n"
"Last-Translator: LikeBtn <[email protected]>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: Poedit 1.5.7\n"
#: rating-plus.php:178
msgid "Clean rating widget"
msgstr ""
#. #-#-#-#-# rating-plus.pot (Rating Plus 1.0.1) #-#-#-#-#
#. Plugin Name of the plugin/theme
#: rating-plus.php:179
msgid "Rating Plus"
msgstr ""
#: rating-plus.php:190
msgid "Title"
msgstr ""
#: rating-plus.php:194
msgid "Like Icon"
msgstr ""
#: rating-plus.php:202
msgid "Dislike Icon"
msgstr ""
#: rating-plus.php:210
msgid "Icon Size"
msgstr ""
#: rating-plus.php:214
msgid "Like Text"
msgstr ""
#: rating-plus.php:249
msgid "Like It?"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://github.com/sombatos/WordPress-Rating-Plugin"
msgstr ""
#. Description of the plugin/theme
msgid ""
"A simple and clean rating widget plugin allowing to add a sexy rate button "
"to the widgets area."
msgstr ""
#. Author of the plugin/theme
msgid "sombatos"
msgstr "" |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/rc-geo-access/change_log/changelog.txt | # Changelog
## 1.42
- Changed IPStack API url call to use plain HTTP as free accounts don't support SSL requests. Added related error code notification.
## 1.41
- Prevented "Settings" link from appearing in Network Plugins page on Multisite installation.
## 1.4
- Added plugin activation check to see if the plugin has been previously activated and had its restriction function enabled to prevent users from potentially being locked out of their site again.
- Countries Whitelist now hidden until restriction function enabled and API Key set, this process improves the first-run experience when configuring the plugin.
- Added notice in Dashboard and Plugin page to prompt user to configure the plugin via a link to the plugin settings page.
## 1.3
- Added validation of notification recipient email address, notice displayed next to field in admin and the notifications emails will not be sent if the email address is considered invalid.
## 1.2
- Added UI for saving an email address to receive notifications
- Added UI for enabling type of email notifications to receive
- Added various error handling and notifications in the admin, in particular to notify if the API request limit has been reached.
## 1.1
- Added support for IPStack API as the sole geolocation provider
- Added UI for saving IPStack API Key
- Added UI for enabling / disabling restriction
- Added UI for setting restricted countries
- Added warning when no countries have been set to strongly encourage user to add their current location to try and prevent them being locked out of the Admin(!)
## 1.0
- Initial plugin build. |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/rc-post-rating/change_log/changelog.txt | # Changelog
## 1.0.5
- Various changes / improvements to code to meet requirements for submission to WordPress.org plugin directory. Updated function prefixes, increased escaping of output and change of text-domain to match plugin slug.
## 1.0.4
- Initial plugin build. |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/rc-site-map/change_log/changelog.txt | # Changelog
## 1.2
- Updated PayPal donation link
- Fixed typo on donation link settings
## 1.1
- Added 'heading_class' attribute to shortcode to enable a custom class to be added to the optional list heading.
- Updated documentation to include more detail about CSS classes and styling.
## 1.0
- Added some additional attributes to provide more of the capabilities of `wp_list_pages` such as 'child_of', 'exclude', 'include' etc.
## 0.9
- Initial plugin build. |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/real-category-library-lite/change_log/CHANGELOG.md | # Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 3.2.9 (2020-03-13)
### build
* migrate real-category-library to monorepo (#3ugu6a)
### fix
* i18n is not correctly initialized
## 3.2.8 (2020-03-10)
* prepare for WordPress 5.4
* fix bug with quick edit after fast mode content
* fix bug with WooCommerce panel
* update links to devowl.io
## 3.2.7 (2019-11-07)
* fix drag&drop of categories now represents the correct order after movement
* fix bug with ReactJS v17 warnings in your console
## 3.2.6 (2019-10-04)
* fix bug with two instances of MobX loaded
## 3.2.5 (2019-08-20)
* improve experience when sorting post entries
* fix bug with sort mode in subcategories
* fix bug with search box height in some cases that it needed too much space
## 3.2.4 (2019-06-02)
* fix bug when copy post that it is draggable again
## 3.2.3 (2019-05-07)
* add "title" attribute to tree node for accessibility
* update to latest AIOT version
## 3.2.2 (2019-03-19)
* add button to expand/collapse all node items
* fix bug with style/script dependencies
* fix bug with missing animations
* improve performance: Loading a tree with 10,000 nodes in 1s (the old way in 30s)
## 3.2.1 (2018-12-10)
* add notice to the tree if the product is not yet registered
# 3.2.0 (2018-10-27)
* add auto update functionality
* fix bug with new created folders and droppable posts
* fix bug with WPML API requests
## 3.1.1 (2018-08-17)
* fix bug with relocating categories to a category with no childs yet
# 3.1.0 (2018-08-05)
* improve the custom order performance
* improve the way of handling custom order
* fix bug with mass categories
* fix bug with "Plain" permalink structure
* fix bug with collapsable/expandable folders
## 3.0.6 (2018-July-20)
* improve error handling with plugins like Clearfy
* fix bug with "&" in category names
* fix bug with PHP 5.3
* fix bug with non-SSL API root urls
* fix bug with pagination in list mode after switching folder
* fix bug with Gutenberg 3.1.x (https://git.io/f4SXU)
## 3.0.5 (2018-06-15)
* add compatibility with WP Dark Mode plugin
* add help message if WP REST API is not reachable through HTTP verbs
* fix bug with scroll container in media modal in IE/Edge/Firefox
* Use global WP REST API parameters instead of DELETE / PUT
## 3.0.4 (2018-06-4)
* fix bug with spinning loader when permalink structure is "Plain"
* fix bug with german translation
* fix bug with IE11/Edge browser
## 3.0.3 (2018-05-17)
* fix bug with WPML and fetching a tree from another language within admin dashboard
## 3.0.2 (2018-05-08)
* improve performance
* fix bug with switching from category to "All posts"
* add Mobx State Tree for frontend state management
## 3.0.1 (2018-03-09)
* fix bug with mobile devices
# 3.0.0 (2018-02-28)
* Complete code rewrite
* ... Same functionality with improved performance
* ... with an eye on smooth user interface and experience
* The plugin is now available in the following languages: English, German
* fix bug with WooCommerce 3.3.x product attributes
* Sidebar is now fully written in ReactJS v16
* The plugin is now bundled with webpack v3
* Minimum of PHP 5.3 required now (in each update you'll find v2.4 for PHP 5.0+ compatibility)
* Minimum of WordPress 4.4 required now (in each update you'll find v2.4 for 4.0+ compatibility)
* PHP Classes modernized with autoloading and namespaces
* WP REST API v2 for API programming, no longer use admin-ajax.php for your CRUD operations
* Implemented cachebuster to avoid cache problems
* ApiGen for PHP Documentation
* JSDoc for JavaScript Documentation
* apiDoc for API Documentation
* WP HookDoc for Filters & Actions Documentation
* Custom filters and actions which affected the tree ouput are now removed, you have to do this in JS now
* All JavaScript events / hooks are removed now - contact me so I can implement for you
# 2.4.0 (2018-01-16)
* add support for WooCommerce attributes (through an option)
* improve the tax switcher (when multiple category types are available)
## 2.3.2 (2017-11-24)
* fix bug with hidden sidebar without resized before
* add filter to hide category try for specific taxonomies (RCL/Available)
## 2.3.1 (2017-10-31)
* fix bug after creating a new post the nodes are not clickable
* fix bug when switching taxonomy when fast mode is deactivated
# 2.3.0 (2017-10-28)
* add ability to expand/collapse the complete sidebar by doubleclick the resize button
* fix bug with WooCommerce 3.x
* fix bug with touch devices (no dropdown was touchable)
* fix bug with ESC key in rename mode
* fix bug with creating a new folder and switch back to previous
* fix bug with taxonomy switcher (especially WooCommerce products)
* improve the save of localStorage items within one row per tree instance
## 2.2.1 (2017-09-22)
* improve the tax switcher when more than two taxonomies are available
* fix bug when switching to an taxonomy with no categories
* add new filter to disable RCL sorting mechanism
# 2.2.0 (2017-06-24)
* add full compatibility with WordPress 4.8
* add ESC to close the rename category action
* add F2 handler to rename a category
* add double click event to open category hierarchy
* add search input field for categories
* fix bug with some browsers when local storage is disabled
## 2.1.1 (2017-03-24)
* add https://matthias-web.com as author url
* improve the way of rearrange mode, the folders gets expand after 700ms of hover
* fix bug with > 600 categories
* fix bug with styles and scripts
* fix bug with rearrange
# 2.1.0 (2016-11-24)
* add new version of AIO tree view (1.3.1)
* add the MatthiasWeb promotion dialog
* add responsivness
* improve performance with lazy loading of categories
* improve changelog
* Use rootParentId in jQuery AIO tree
* fix bug with jQuery AIO tree version when RML is enabled
## 2.0.2 (2016-09-09)
* Conflict with jQuery.allInOneTree
## 2.0.1 (2016-09-02)
* add minified scripts and styles
* fix capability bug while logged out
* add Javascript polyfill's to avoid browser incompatibility
* fix bug for crashed safari browser
* fix bug with boolval function
# 2.0.0 (2016-08-08)
* add more userfriendly toolbar (ported from RML)
* add fixed header
* add "fast mode" for switching between taxonomies without page reload
* add "fast mode" for switching between categories without page reload
* add "fast mode" for switching between pages without page reload
* add taxonomy to pages
* add custom order for taxonomies
* add new advertisment system for MatthiasWeb
* Complete recode of PHP and Javascript
## 1.1.1 (2016-01-20)
* add facebook advert on plugin activation
* fix count of categories
# 1.1.0 (2015-11-28)
* fix conditional tag to create / sort items
* fix hierarchical read of categories
* fix append method with CTRL - now tap and hold any key to append
## 1.0.2 (2015-11-13)
* remove unnecessary code
* fix jquery conflict
## 1.0.1 (2015-11-10)
* fix javascript error for firefox, ie and opera
# 1.0.0 (2015-11-08)
* initial Release |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/real-category-library-lite/translation_file/languages/real-category-library-de_DE.po | # Copyright (C) 2019 Matthias Guenter
# This file is distributed under the same license as the WP Real Categories Management plugin.
msgid ""
msgstr ""
"Project-Id-Version: WP Real Categories Management 3.2.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/real-category-"
"library\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-09-27T08:32:53+02:00\n"
"PO-Revision-Date: 2019-09-27 08:53+0200\n"
"X-Generator: Poedit 2.2.3\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: de_DE\n"
#. Plugin Name of the plugin
msgid "WP Real Categories Management"
msgstr ""
#. Plugin URI of the plugin
msgid ""
"https://codecanyon.net/item/wordpress-real-category-management-custom-"
"category-order-tree-view/13580393"
msgstr ""
#. Description of the plugin
msgid "Organize your WordPress categories in a nice way."
msgstr ""
"Organisieren Sie Ihre WordPress-Kategorien in einer schönen Art und Weise."
#. Author of the plugin
msgid "Matthias Guenter"
msgstr ""
#. Author URI of the plugin
msgid "https://matthias-web.com"
msgstr ""
#: dist/real-category-library/inc/general/TaxOrder.class.php:144
#: dist/real-category-library-lite/inc/general/TaxOrder.class.php:144
#: inc/general/TaxOrder.class.php:144
msgid "No categorie found for this post type (%s) / taxonomy (%s)."
msgstr ""
"Für diesen Beitragstyp (%s) / Taxonomie (%s) wurde keine Kategorie "
"gefunden."
#: dist/real-category-library/inc/general/TaxOrder.class.php:191
#: dist/real-category-library-lite/inc/general/TaxOrder.class.php:191
#: inc/general/TaxOrder.class.php:191
msgid "No current item found."
msgstr "Es wurde kein aktuelles Element gefunden."
#: dist/real-category-library/inc/general/WooCommerce.class.php:20
#: dist/real-category-library-lite/inc/general/WooCommerce.class.php:20
#: inc/general/WooCommerce.class.php:20
msgid "Real Category Management"
msgstr ""
#: dist/real-category-library/inc/general/WooCommerce.class.php:27
#: dist/real-category-library-lite/inc/general/WooCommerce.class.php:27
#: inc/general/WooCommerce.class.php:27
msgid "Product attributes"
msgstr "Produktattribute"
#: dist/real-category-library/inc/general/WooCommerce.class.php:29
#: dist/real-category-library-lite/inc/general/WooCommerce.class.php:29
#: inc/general/WooCommerce.class.php:29
msgid "Enable hierarchical product attributes (recommenend for > 3.x)"
msgstr "Hierarchische Produktattribute aktivieren (empfohlen für > 3.x)"
#: dist/real-category-library/inc/general/WooCommerce.class.php:33
#: dist/real-category-library-lite/inc/general/WooCommerce.class.php:33
#: inc/general/WooCommerce.class.php:33
msgid ""
"You are using Real Categories Management Lite, you need Pro to use this "
"feature."
msgstr ""
"Sie verwenden Real Categories Management Lite, Sie benötigen Pro, um diese "
"Funktion zu verwenden."
#: dist/real-category-library/inc/general/WooCommerce.class.php:37
#: dist/real-category-library-lite/inc/general/WooCommerce.class.php:37
#: dist/real-category-library-lite/inc/overrides/lite/options/ScreenSettings.trait.php:21
#: dist/real-category-library-lite/inc/overrides/lite/options/ScreenSettings.trait.php:56
#: inc/general/WooCommerce.class.php:37
#: inc/overrides/lite/options/ScreenSettings.trait.php:21
#: inc/overrides/lite/options/ScreenSettings.trait.php:56
msgid "Learn more about Pro (external link)"
msgstr "Erfahren Sie mehr über Pro (externer Link)"
#: dist/real-category-library/inc/overrides/pro/Core.trait.php:41
#: inc/overrides/pro/Core.trait.php:41
msgid ""
"<strong>You have not yet entered the license key</strong>. To receive "
"automatic updates, please enter the key in \"Enter license\"."
msgstr ""
"<strong>Sie haben den Lizenzschlüssel noch nicht eingegeben</strong>. Um "
"automatische Updates zu erhalten, geben Sie bitte den Schlüssel in "
"\"Lizenz eingeben\" ein."
#: dist/real-category-library/inc/overrides/pro/general/PageCategory.class.php:35
#: dist/real-category-library/inc/overrides/pro/general/PageCategory.class.php:41
#: inc/overrides/pro/general/PageCategory.class.php:35
#: inc/overrides/pro/general/PageCategory.class.php:41
msgid "Page Categories"
msgstr "Seiten Kategorien"
#: dist/real-category-library/inc/overrides/pro/general/PageCategory.class.php:36
#: inc/overrides/pro/general/PageCategory.class.php:36
msgid "Page Category"
msgstr "Seitenkategorie"
#: dist/real-category-library/inc/overrides/pro/general/PageCategory.class.php:37
#: inc/overrides/pro/general/PageCategory.class.php:37
msgid "Categories"
msgstr "Kategorien"
#: dist/real-category-library/inc/overrides/pro/options/ScreenSettings.trait.php:17
#: dist/real-category-library-lite/inc/overrides/lite/options/ScreenSettings.trait.php:34
#: inc/overrides/lite/options/ScreenSettings.trait.php:34
#: inc/overrides/pro/options/ScreenSettings.trait.php:17
msgid "Advanced Settings for this post type"
msgstr "Erweiterte Einstellungen für diesen Beitragstyp"
#: dist/real-category-library/inc/overrides/pro/options/ScreenSettings.trait.php:22
#: dist/real-category-library-lite/inc/overrides/lite/options/ScreenSettings.trait.php:41
#: inc/overrides/lite/options/ScreenSettings.trait.php:41
#: inc/overrides/pro/options/ScreenSettings.trait.php:22
msgid "Tree view"
msgstr "Baumansicht"
#: dist/real-category-library/inc/overrides/pro/options/ScreenSettings.trait.php:27
#: dist/real-category-library-lite/inc/overrides/lite/options/ScreenSettings.trait.php:46
#: inc/overrides/lite/options/ScreenSettings.trait.php:46
#: inc/overrides/pro/options/ScreenSettings.trait.php:27
msgid "Avoid page reload (tree view must be active)"
msgstr "Seitenneuladen vermeiden (Baumansicht muss aktiv sein)"
#: dist/real-category-library/inc/rest/Post.class.php:45
#: dist/real-category-library-lite/inc/rest/Post.class.php:45
#: inc/rest/Post.class.php:45
msgid "Something went wrong."
msgstr "Etwas ist schief gelaufen."
#: dist/real-category-library/inc/rest/Service.class.php:86
#: dist/real-category-library-lite/inc/rest/Service.class.php:86
#: inc/rest/Service.class.php:107
msgid "No type or valid taxonomy provided."
msgstr "Es wurde kein Typ oder eine gültige Taxonomie angegeben."
#: dist/real-category-library/inc/rest/Service.class.php:122
#: dist/real-category-library-lite/inc/rest/Service.class.php:122
#: inc/rest/Service.class.php:143
msgid "No type or taxonomy provided."
msgstr "Kein Typ oder keine Taxonomie angegeben."
#: dist/real-category-library/inc/rest/Service.class.php:140
#: dist/real-category-library-lite/inc/rest/Service.class.php:140
#: inc/rest/Service.class.php:161
msgid "The passed term id was not found."
msgstr "Die übergebene Kategorie-ID wurde nicht gefunden."
#: dist/real-category-library/inc/rest/Service.class.php:200
#: dist/real-category-library-lite/inc/rest/Service.class.php:200
#: inc/rest/Service.class.php:221
msgid "Forbidden"
msgstr "Nicht erlaubt"
#: dist/real-category-library/inc/rest/Service.class.php:205
#: dist/real-category-library-lite/inc/rest/Service.class.php:205
#: inc/rest/Service.class.php:226
msgid "Real Categories Management is not active for the current user."
msgstr ""
"Real Categories Management ist für den aktuellen Benutzer nicht aktiv."
#: dist/real-category-library/inc/rest/Term.class.php:67
#: dist/real-category-library-lite/inc/rest/Term.class.php:67
#: inc/rest/Term.class.php:67
msgid "The term could not be created (unknown error)."
msgstr "Die Kategorie konnte nicht angelegt werden (unbekannter Fehler)."
#: dist/real-category-library/inc/rest/Term.class.php:101
#: dist/real-category-library-lite/inc/rest/Term.class.php:101
#: inc/rest/Term.class.php:101
msgid "The term does not exist."
msgstr "Diese Kategorie existiert nicht."
#: dist/real-category-library/inc/rest/Term.class.php:105
#: dist/real-category-library-lite/inc/rest/Term.class.php:105
#: inc/rest/Term.class.php:105
msgid "You can not delete the default term."
msgstr "Sie können die Standard-Kategorie nicht löschen."
#: dist/real-category-library-lite/inc/overrides/lite/options/ScreenSettings.trait.php:14
#: inc/overrides/lite/options/ScreenSettings.trait.php:14
msgid ""
"You are using Real Categories Management Lite, you need Pro to activate "
"categories for pages."
msgstr ""
"Sie verwenden Real Categories Management Lite, Sie benötigen Pro, um "
"Kategorien für Seiten zu aktivieren."
#: dist/real-category-library-lite/inc/overrides/lite/options/ScreenSettings.trait.php:49
#: inc/overrides/lite/options/ScreenSettings.trait.php:49
msgid ""
"You are using Real Categories Management Lite, you need Pro to use \"Avoid "
"page reload\" and \"Tree view\" for Custom Post Types."
msgstr ""
"Sie verwenden Real Categories Management Lite, Sie benötigen Pro, um "
"\"Seitenreload vermeiden\" und \"Baumansicht\" für benutzerdefinierte "
"Beitragsarten zu verwenden." |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/real-cookie-banner/change_log/CHANGELOG.md | # Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.4 (2020-11-19)
**Note:** Version bump only for package @devowl-wp/real-cookie-banner
## 1.0.3 (2020-11-18)
### fix
* add Divi maps block to Google Maps content blocker
* banner not shown up in Happy Wedding Day theme
* compatibility with Divi Maps block
## 1.0.2 (2020-11-17)
### fix
* do not show licensing tab in free test drive (#acypm6)
## 1.0.1 (2020-11-17)
### ci
* wrong license.devowl.io package.json
### docs
* wordpress.org README
### fix
* remove unnecessary dependency (composer) package (#acwy1g)
# 1.0.0 (2020-11-17)
### chore
* initial release (#4rruvq)
### test
* fix lite version smoke tests
* fix smoke test
* fix smoke tests for lite version
* fix typo in lite smoke test
* chore!: remove early access notice for newer updates (#4rruvq)
* feat!: use new license server (#4rruvq)
* ci!: release free version to wordpress.org automatically (#4rruvq)
### BREAKING CHANGE
* we are live!
* if you were a early access user, please upgrade to the initial version
* you need to enter your license key again to get automatic updates
* download initial version now here: https://wordpress.org/plugins/real-cookie-banner |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/real-custom-post-order/change_log/CHANGELOG.md | # Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2020-03-23)
### build
* initial release of WP Real Custom Post Order plugin (#46ftef) |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/real-media-library-lite/change_log/CHANGELOG.md | # Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 4.7.2 (2020-02-27)
### build
* optimize wordpress.org plugin description (#3wgvmg)
### docs
* CHANGELOG and README
## 4.7.1 (2020-02-26)
### fix
* compatibility running Real Media Library and Real Thumbnail Generator together (hotfix)
# 4.7.0 (2020-02-26)
### build
* abstract freemium package (#3rmkfh)
* migrate real-thumbnail-generator to monorepo
### ci
* automatic wp.org SVN deploy (#1aemay)
### feat
* added swedish language (#3uhd4j)
* prepare for free / lite version (#1aemay)
### fix
* folder selector in compat view / insert media dialog (#3rfbaw)
* import from FileBird works now as expected
* import from other plugins is now more intuitive (#3pf4jb)
* make importing categories only available in PRO version (#1aemay)
* make importing categories only available in PRO version (#1aemay)
* use correct library for cover image media picker (#3mjrrc)
* use own wp_set_script_translations to make it compatible with deferred scripts (#3mjh0e)
## 4.6.1 (2020-02-13)
### fix
* compatibility with Justified Image Grid
* no longer use lodash in frontend coding (#3mjrrc)
* old PHP versions (7.1) reported a bug related to namespaces
* use correct pathes without whitespaces together with Real Physical Media
# 4.6.0 (2020-02-11)
* the plugin is now available in following langauges: English, German, Dutch, Spanish, French, Indian, Chinese, Russian
* add feature to set default startup folder
* fix bug with Divi Page Builder
* fix bug with subfolder ordering by name
* fix bug with multiple MobX usage (developers only)
* fix bug with ReactJS v17 warnings in your console
* refactor partly JavaScript object rmlOpts to rmlOpts.others (developers only)
## 4.5.4 (2019-09-07)
* fix bug with PHP 7.2.7
## 4.5.3 (2019-09-07)
* fix bug with WP 5.2.2 when uploading a file directly to a folder
* fix bug with custom order when used a "orderby" clause before
* extend core WP REST API /wp-json/wp/v2/media to fetch RML specific data (developers only)
* add RML/Item/DragDrop and RML/Folder/OrderBy action (developers only)
## 4.5.2 (2019-08-09)
* improve compatibility with Beaver Builder
* fix bug with Flatsome UX Page builder when the folder dropdown shows no content
* fix bug with SuperPWA wordpress plugin (cache)
* fix bug with Avada 6.0 and Fusion Builder Live
* fix bug with search box height in some cases that it needed too much space
* add filter RML/Tree/Parsed so you can for example hide folders (developers only)
* add filter RML/Scripts/Skip to skip assets loading for given pages (developers only)
* fix bug when uploading a file to a specific folder which is generated through filter (developers only)
* fix bug with logged Notice in folder shortcode (developers only)
## 4.5.1 (2019-06-10)
* fix bug with Gutenberg "Gallery" block and the folder sidebar
* fix bug with folder selector, use modal dialog instead
* fix bug with snax plugin frontend submission uploader
* improve "Add new" button with preselection in uploader
# 4.5.0 (2019-05-07)
* add multi toolbar action "Delete" when multiple folders are checked
* add compatibility with "Export Media Library" plugin: Download a folder as .zip
* fix bug with limited image amount in Gutenberg block
* now you can add multi toolbar actions (when multiple nodes are selected) (developers only)
## 4.4.1 (2019-04-27)
* add feature to show SVG images in media library as image and not a generic icon
* fix count cache in list mode
* fix bug with Real Physical Media when queue is not filled in automatic mode when tree node is relocated
* improve API function wp_rml_create_all_children_sql() with MySQL UDF and legacy fallback (developers only)
# 4.4.0 (2019-04-13)
* add sort menu for subfolders so you can order subfolders alphabetically
* add "title" attribute to tree node for accessibility
* add ability to cancel uploads
* fix bug with uploader showing more then one upload message (with spinner)
* fix bug with item click on touch devices does not open links / dialogs
* fix bug in "Replace image" dialog
* fix bug in custom content order when navigating back to All files
# 4.3.0 (2019-03-19)
* add button to expand/collapse all node items
* add option while holding CTRL while creating a new folder you can bulk insert folders
* add option to rearrange a folder manually by selecting the parent folder and next sibling
* improve user settings / folder details dialog
* improve dropdown when selecting a folder (e. g. Media > Add new) with searchbar
* improve dark mode
* fix bug with edit dialog in portfolio image gallery in Glazov theme
* fix bug with domains with umlauts
* fix bug with Divi Builder (wrong dependency registered for script)
* add API function wp_rml_selector() for a dropdown (developers only)
# 4.2.0 (2018-02-02)
* add Gutenberg block to create a dynamic gallery (shortcode still works)
* fix bug with Gutenberg edit dialog
* fix bug with Ninja Table Pro and edit "Add media" dialog
* fix bug with admin notice when using PHP version < 5.4
* fix bug with frontend loading and "Upload to folder" dropdown (e.g. Marketplace vendor plugins)
## 4.1.1 (2019-01-23)
* add Material WP compatibility
* add new order: Order by date (ascending, descending)
* add Polish translation
* fix bug with custom order when editing a detail in the media dialog
* fix bug with ACF when editing an image field
* fix bug with PHP 5.4 and autoupdater
* fix bug with PHP 7.3 (deprecation notice in error log)
* improve compatibility with Trive Quiz Builder
# 4.1.0 (2018-12-10)
* add auto update functionality
* fix bug with german translations
* fix bug with with Thrive Architect page builder
* reduced installable .zip file size
* improve performance for JS and CSS resources / assets (developers only)
## 4.0.10 (2018-12-07)
* fix bug with hierarchical SQL queries and MariaDB database system
* fix bug with wp_attachment_get_shortcuts() API function (developers only)
## 4.0.9 (2018-11-27)
* fix bug with option to hide shortcuts in All files view
* fix bug with slow environments / pcs and big admin pages
* fix bug with bulk select in grid mode and unnecessary server requests
## 4.0.8 (2018-11-04)
* add option to hide shortcuts in All files view
* add compatibility with Slick slider plugin and other gallery shortcodes which use the standard gallery shortcode
* improve load time when opening a custom ordered folder
* PHP 5.4 is now minimum required PHP version (legacy version 4.0.7 for PHP 5.3 support add to download package)
* fix bug with "Edit gallery" dialog when entering in an ordered folder
* fix bug with ordered images when switching back to "All files"
* fix bug with bulk select and delete when using the grid view (performance)
* fix bug with wrong breadcrumb in media details dialog
* fix bug with The Grid and RML modal dialog (folders not visible)
* fix bug with WPML and custom order content
* fix bug with last queried folder (HTTP header error)
* fix bug with picu Plugin
## 4.0.7 (2018-09-08)
* add russian translation (thanks to Антон)
* add compatibility for Tailor page builder
* fix bug with WPML: WPML Media translation add-on is no longer needed
* fix bug with Divi Builder in frontend-editing
* fix bug with debugging the plugin with debug option in media settings
* fix bug with ACF edit screen
* fix bug with new created folders and droppable attachment
* add a few new PHP actions / hooks (see API documentation) (developers only)
## 4.0.6 (2018-08-11)
* improve cover image metabox (removable with preview)
* improve german translation
* fix bug with Divi Page builder and the gallery module
* fix bug with folder sorting (error handling)
* fix bug with missing resources when developer tools are opened (source maps)
## 4.0.5 (2018-08-03)
* fix save bug with last queried folder on NGINX envs
* fix bug with "Plain" permalink structure
* fix bug with non-multiple browser uploader and media assignment to folder
* fix bug with floating sidebar when scrolling and the first three folders are invisible
* fix bug with collapsable/expandable folders
## 4.0.4 (2018-07-20)
* improve dark mode compatibility (meta box)
* improve error handling with plugins like Clearfy
* fix bug in media modal when changing the tab to "Upload"
* fix bug with X Pro Theme / Cornerstone
* fix bug with PHP 5.3
* fix bug with WPML v4 "All files" counter
* fix bug with non-SSL API root urls
* fix bug with pagination in list mode after switching folder
* fix bug with cover image in list mode
* fix bug with Gutenberg 3.1.x (https://git.io/f4SXU) (developers only)
* removed unnecessary server request at startup (developers only)
## 4.0.3 (2018-06-15)
* add compatibility with WP Dark Mode plugin
* fix bug with XML/RPC requests when using WP/LR extension
* removed one unusued script (immer) (developers only)
* use global WP REST API parameters instead of DELETE / PUT (developers only)
## 4.0.2 (2018-06-11)
* add help message if WP REST API is not reachable through HTTP verbs
* fix bug with scroll container in media modal in IE/Edge/Firefox
* fix bug with custom content ordering
* fix bug with older MySQL systems or non-InnoDB engines
* fix bug with count cache when using REST API
* improve scroll behavior in main media library page
* improve mass delete process of attachments to avoid too many requests
* prepared the plugin for the new WP/LR extension (Adobe Lightroom sync)
* add action RML/Creatable/Register (developers only)
* fix bug with RML/Active filter (developers only)
* fix bug with creatables which are no longer registered (developers only)
* improve debug mode in media settings (developers only)
## 4.0.1 (2018-06-04)
* fix bug with spinning loader when permalink structure is "Plain"
* fix bug with WPML when using another language within WP admin as default
* fix bug with german translation
* fix bug with modal in Avada Theme options
* fix bug with IE11/Edge browser
# 4.0.0 (2018-05-31)
* complete code rewrite, same functionality with improve performance, with an eye on smooth user interface and experience
* improve performance when opening the media library in grid mode
* removed option in media settings to reset a single folder attachment order
* removed API function wp_rml_select_tree (developers only)
* removed filters RML/Folder/TreeNodeLi/Class, RML/Folder/TreeNode/Class, RML/Folder/TreeNode/Content, RML/Folder/TreeNode/Href (developers only)
* rewrite the plugin to WP REST API, ReactJS, Mobx-State-Tree (developers only)
* changed IUserSettings/IMetadata interface method save() (developers only)
## 3.4.8 (2018-05-03)
* add Right-to-left support (RTL)
## 3.4.7 (2018-04-12)
* improve performance when opening the media library with lots of folders
* add lazy loading of folders in attachment details folder dropdown
* fix bug with WPML languages like Portuguese (Brazil) and Portuguese (Portugal)
## 3.4.6 (2018-04-07)
* improve shortcut generation: Caption and description are also copied (Alt text if image)
* fix bug with lost selection when opening the media modal dialog
## 3.4.5 (2018-03-05)
* fix bug with WPML multisite usage regarding folder count
## 3.4.4 (2018-03-02)
* improve delete dialog with selected folder name
* fix bug with folder counter when WPML is active
* fix bug when moving a file to "/ Unorganized" the list is updated now correctly
* fix bug with bulk select deletion and switching folder in grid mode
* fix bug with PHP 7.2.2
## 3.4.3 (2018-01-16)
* improve uploading process / performance
* fix bug with uploader when uploading to "All files"
* fix bug when moving files from "All files" to another target
## 3.4.2 (2017-12-17)
* fix bug with F&O theme
* fix bug with new PHP version 7.2 (developers only)
## 3.4.1 (2017-12-06)
* fix bug while installation process when creating database tables (developers only)
# 3.4.0 (2017-12-05)
* add functionality to Import / Export folder hierarchy
* add functionality to Import an registered taxonomy with attachment relations
* improve touch experience, add scrollbar in media picker to avoid drag&drop attachments
* fix bug with search bar when folders were not found
* fix bug with query links
* fix bug with Database updates caused by dbDelta (developers only)
## 3.3.2 (2017-10-31)
* fix bug after creating a new post the nodes are not clickable
## 3.3.1 (2017-10-27)
* fix bug with Unorganized folder in attachments dialog
* fix bug with toolbar buttons
* fix bug with touch devices (no dropdown was touchable)
* add filters for structure operations, and created Interface for structure classes (developers only)
* fix bug for all parents getter API function (developers only)
* improve code quality (developers only)
* removed filters RML/Tree/QueryCount (developers only)
# 3.3.0 (2017-10-22)
* add ability to expand/collapse the complete sidebar by doubleclick the resize button
* add option to allow automatically order a folder by a given criterium
* add "General" tabs in folder details settings (developers are now able to add own tabs)
* improve: Update the columns width in grid mode while resizing the sidebar
* fix bug with wrong characters in gallery shortcode generator dialog
* fix bug with Inbound Now PRO plugin dialogs
* fix style bug with uploader in modal window
* fix bug with ESC key in rename mode
* fix bug with creating a new folder and switch back to previous
* add owner/creator field for a folder (developers only)
* add option to reset the folder names, slugs and absolute pathes (developers only)
* add API functions to get all parents of a folder (additionally add metadata condition) (developers only)
* add API functions to get all children of a folder (additionally add metadata condition) (developers only)
* add hooks to allow "Apply to subfolder" mechanism after moving files to a folder (developers only)
* improve the save of localStorage items within one row per tree instance (developers only)
* improve the way of generating unique slugs (developers only)
* fix bug with font awesome handler in wordpress style enqueue logic (developers only)
## 3.2.2 (2017-08-23)
* fix bug with IE 11 when folder structure does not show up
* updated icon font (Font Awesome 4.3 to 4.7)
## 3.2.1 (2017-08-11)
* fix bug with refresh button in folder tree
# 3.2.0 (2017-08-11)
* new free Add-On "Default Startup Folder for Real Media Library"
* add external link to "Browse Add-Ons"
* add ability to add user options (for Add-ons)
* add compatibility for Cornerstone page builder plugin
* fix bug with modal window when opening the same again
* add new filters to support the default wordpress media library extension plugin (developers only)
* add PHPDoc for API (developers only)
* add Hooks (Filter & Actions) Documentation (developers only)
* improve and renamed/refactored the events of JS hooks (developers only)
* improve the debug log (developers only)
* improve the generation and registration of minified scripts (developers only)
* fix bug with localized Javascript object (developers only)
* fix bug with slug regeneration when folder is moved (developers only)
* fix bug with meta data for Unorganized folder (developers only)
## 3.1.3 (2017-July-04)
* fix bug with gallery shortcode when the message occurs "Headers already sent[...]"
* fix bug with sticky header in insert media dialog
## 3.1.2 (2017-06-24)
* improve the "Add new" in media library to preselect the last queried folder
* fix bug with some browsers when local storage is disabled
* improve the wp_rml_dropdown() function to support multiple selected folders (developers only)
## 3.1.1 (2017-06-10)
* add full compatibility with WordPress 4.8
* improve english / german localization
* fix bug with search field in IE
# 3.1.0 (2017-06-08)
* add ESC to close the rename folder action
* add F2 handler to rename a folder
* add double click event to open folder
* add search input field for folders
* add full compatibility with Elementor page builder
* improve rearrange mode
* improve performance on media library initial startup / load screen
* improve uploader for large amount of uploads
* fix bug with icons in BeaverBuilder
* fix bug with multiple media modal dialogs (improve user experience) and expander
* fix bug with ACF media picker and duplicate shortcut info
* fix bug with rearrange mode in media modal view
* fix bug with Enhanced Media Library representation
## 3.0.2 (2017-05-09)
* add title attribute on folder hover (for long names)
* fix bug in customizer while folder structure is not displayed
* fix bug with multiple media modal's after switching the folder
* fix bug with Advanced Custom Fields when using the image picker modal
* add compatibility for Tatsu Page Builder (Oshine Theme)
## 3.0.1 (2017-04-22)
* fix bug with attachment details, on some browsers the dropdowns were not clickable
* add a message strip to the plugins page to show MatthiasWeb plugins
# 3.0.0 (2017-04-20)
* add feature to create shortcuts and put images in multiple folders, like you already know from your operating system
* removed popups
* fix bug with changing the folder location in grid view attachment details dialog
* fix bug with Polylang while moving a translation file
* fix bug with WPML while moving a translation file
* fix bug with count cache after uploading a new file
* fix performance bug with the count cache
* add API function wp_rml_create_shortcuts() (developers only)
* add API function wp_rml_created_shortcuts_last_ids() (developers only)
* add API function wp_attachment_ensure_source_file() (developers only)
* add API function wp_attachment_has_shortcuts() (developers only)
* add API function wp_attachment_get_shortcuts() (developers only)
* add API function wp_attachment_is_shortcut() (developers only)
## 2.8.6 (2017-03-25)
* fix bug with PHP < 5.6
## 2.8.5 (2017-03-24)
* fix bug with styles and scripts
* fix bug with rearrange
* minify scripts / css for prepared shortcut functionality (developers only)
## 2.8.4 (2017-03-22)
* add https://matthias-web.com as author url
* improve the way of rearrange mode, the folders gets expand after 700ms of hover
* fix bugs with absolute pathes and slugs of folders, if you have problems, please rename the first level folders to regenerate
* add getPlain() method to IFolder interface to get a normal array for the folder properties (developers only)
* prepared readable REST API for folders (developers only)
## 2.8.3 (2017-02-14)
* add new permission "par" to restrict the change of parent folder
* fix bug with korean characters in folder names
* removed icon when a folder has a restriction (WP/LR)
* add api/IFolder.interface.php and more API functions (developers only)
* improve the OOP: getters/setters (developers only)
* improve code quality by using own API functions (developers only)
## 2.8.2 (2017-02-03)
* fix bug with migration in multisite installations
* fix bug with Facebook hint in plugins site
* fix XSS vulnerability (this bug can only be used by folder creators, no visitors) (developers only)
* fix bug with MLA class dependency (developers only)
## 2.8.1 (2017-01-20)
* add v2.7.2 stable for older PHP versions to the codecanyon download files
* fix bug with permission system for WP/LR extension
* fix bug with the migration system for WP multisite
# 2.8.0 (2017-01-15)
* add more useful error messages when changing the hierarchical order of the folders
* add confirm dialog when you sort the files inside the folder
* improve the performance
* improve the way of relocating the folder tree (immediatly saved after relocating)
* improve the way of sortable folder content (galleries), now it is possible to reorder files in every folder
* improve naming of folders, every character is now allowed, the folder name is sanitized
* improve the folder metadata dialog and refresh the view if needed (button click in dialog)
* fix bug while uploading a new plugin .zip file
* add autoloading for php classes (developers only)
* add namespaces for php classes (developers only)
* add new abstract class for Creatable's (folders, collections, galleries, ...) (developers only)
* add new abstract class for Sortable's (folders, collections, galleries, ...) extends Creatable's (developers only)
* add folder\Root as own class (developers only)
* add debug mode, define('WP_DEBUG', true); and define('SCRIPT_DEBUG', true); in wp-config.php (developers only)
* add visible debug mode in options panel (developers only)
* add API function wp_rml_create_or_return_existing_id() (developers only)
* add API function wp_rml_structure_reset() (developers only)
* add admin notice for when you have PHP Version < 5.3.0 (developers only)
* improve the whole API and Advanced wp_rml_get_object_by_id() to get folder object (developers only)
* improve the split between Structure and CountCache (php classes) (developers only)
* improve the php code quality (developers only)
* removed the database table wp_realmedialibrary_order, merged with wp_realmedialibrary_posts (developers only)
* removed unnecessary sql query in pre_get_posts (developers only)
* removed bid columns in database tables and add new index (developers only)
## 2.7.2 (2016-12-10)
* add option to reset the count cache
* fix bug with upload in modal window
* fix count cache when moving from Unorganized to folder
## 2.7.1 (2016-12-05)
* add the MatthiasWeb promotion dialog
* fix bug with IE8
* fix bug with TinyMCE editor shortcode dialog
# 2.7.0 (2016-11-24)
* add natural filename sort of folders (thanks to KorbinianT)
* add lazy loading to folder tree, now it is only loaded from server when needed
* add: You can now directly upload files to a folder with a dropdown selection in media modal and "Add Media" page
* fix bug with migration on multisite installation
* fix bug with modal views, now it also supports lazy loading
* fix bug with attachment movement helper (Move x file)
* fxied bug with plugin "Visual Composer Extensions All In One" and the tooltips
* improve the changelog file
* improve the actions RML/Folder/Deleted|Renamed|Moved (developers only)
* fix bug with jQuery AIO tree version when RCM is enabled (developers only)
* fix bug with api method wp_attachment_folder and the default value (developers only)
* fix bug with creating a new folder with new order number (developers only)
* prepare RML for Physical Press plugin and avoid folder names "." and ".." (developers only)
## 2.6.5 (2016-10-26)
* fix bug with Justified Image Grid
* fix bug with migration system, no image relationships were imported
## 2.6.4 (2016-10-21)
* fix bug while wipe of folders in multisite installation
* fix bug after save in attachment details
* fix problem with negative -1 count
* fix bug when switching folder when on page 2 in table mode
* improve tabs in options panel of RML media options
* improve the delete behaviour of folder (files will be moved to unorganized)
* add a migration system for further updates (developers only)
* add filter for parent root folder id (Default -1) (developers only)
* fix the usage of switch_to_blog together with api functions (developers only)
* improve some CSS experiences (loader) (developers only)
* improve the save point of relationship between folder and post (own database table for relationships) (developers only)
## 2.6.3 (2016-09-25)
* improve some CSS
* fix bug while bulk select and moving files
* fix bug with reopening a media select dialog
* fix bug with Avia / Enfold page builder
* fix bug with reordering the gallery data folder
* removed deprecated ressource files
## 2.6.2 (2016-09-16)
* fix database tables are not generated, now they are
## 2.6.1 (2016-09-16)
* fix options bug while accessing other pages (developers only)
# 2.6.0 (2016-09-15)
* add full compatibility with WP/LR Lightroom plugin
* add minified scripts / styles
* add option to apply an order by title, filename, ID to gallery data folders
* add option to disable scripts/styles on frontend viewing
* add finnish translation (Thanks to Antti!)
* fix Enfold / Avia media picker bug (Thanks to Josh!)
* fix Thickbox bug while logged out
* improve load performance
* improve the order for gallery data folders
* add option for folders "restrict" (developers only)
* add a minified permission system so 3rd party plugins can restrict folders interactions (developers only)
## 2.5.5 (2016-08-19)
* fix capability bug while logged out
* add Javascript polyfill's to avoid browser incompatibility (developers only)
* fix bug for crashed safari browser (developers only)
## 2.5.4 (2016-08-08)
* add option to remove advertisement links
* fix "Edit selection" bug while inserting media to post
## 2.5.3 (2016-07-21)
* fix media.comparator bug (developers only)
* fix bugs with Easy Digital Downloads plugin (developers only)
* fix String.prototype problems (developers only)
## 2.5.2 (2016-07-11)
* fix toolbar while scrolling in media library
* fix problems with plugin "Formidable Forms"
* fix resize bug
* fix WP query database notices in error log (developers only)
* fix count bug when many folders exist (performed SQL statement) (developers only)
* improve API, wp_rml_create() now returns false or a string error array, on success it return an int (ID) (developers only)
## 2.5.1 (2016-07-10)
* fix shortcode builder [folder-gallery] did not work
# 2.5.0 (2016-07-03)
* add folder tree to insert media dialog
* complete recoding of javascript code (developers only)
## 2.4.2 (2016-06-20)
* fix TinyMCE bug when not admin
* fix style issues
* fix PHP < 5.3 Bug with func_get_args (developers only)
## 2.4.1 (2016-03-20)
* fix website is empty because javascript occurs an error
# 2.4.0 (2016-03-10)
* add "Reamining time" and bytes/s in uploader
* add order mode in galleries
* add warning when moving files from "All Files"
* improve move in table list mode (no page refresh)
* improve ux styling (uploader, tree, tree in upload media dialog)
* improve options panel in Settings > Media
* fix theme preview when plugin is active
* fix hidden folder nodes on safari browser
* fix usage of front-end editor in BeaverBuilder and Visual Composer
* add custom fields (meta data) for folders (see inc/api/meta.php) (developers only)
* add custom field: cover image + description (not activated as standard, used in JIG) (developers only)
* fix admin_footer problem when a plugin removes styles and javascript of RML (developers only)
* fix database queries to avoid long load time on dashboard (developers only)
* fix bug pre_get_posts (developers only)
# 2.3.0 (2016-03-10)
* add compatibility with JUSTIFIED IMAGE GRID
* add resizable container width
* add option to wipe all settings and releations
* add spanish translation - by Ana Ayelén Martínez. http://caribdisweb.com/
* fix edit mode when creating a new folder
* fix default order in folder gallery
* fix UX bugs (draggable, droppable, sortable)
* fix sticky sidebar
* add "slug" and "absolute" to database table (developers only)
* add / updated api (developers only)
## 2.2.3 (2016-Feburary-26)
* add Finnish translation (thanks to palvelu)
* add more attractive alerts and prompt windows
* fix visual bugs
* fix delete bug => when folder is deleted, switch view to root
* fix upload percentage issue
* fix live update of folder count
* fix upload in "Insert media" dialog => file is now in correct folder
* fix drag and drop experience
* moved folder gallery button above visual editor into visual editor
* add more actions and filters (developers only)
* add javascript actions (window.rml.hooks) (developers only)
* changed javascript function names (developers only)
* changed localize javascript variables (developers only)
## 2.2.2 (2016-01-20)
* bugfix error in creating a folder gallery
## 2.2.1 (2016-01-17)
* add facebook advert on plugin activation
* improve restyled upload window
* fix font awesome bug
* add filters and actions (developers only)
* add three more api functions (developers only)
# 2.2.0 (2015-12-29)
* add sticky container when scrolling
* add collection and galleries folder types
* add collapsable folders
* add left infos about folder structure
* add option to hide upload preview (for slow loading pc's)
* fix conditional tag to create / sort items
* fix count bug (WPML)
* fix duplicate name
* add API functions (look inc/api/) (developers only)
* outsourced javascript functions (developers only)
* fix AJAX bug (developers only)
* PHP Code rewritten (better split in view and structure) (developers only)
* PHP Code documentation improve (developers only)
## 2.1.2 (2015-11-22)
* add french translation (thanks to Youpain)
* fix rename bug
* fix count bug when WPML in usage
## 2.1.1 (2015-11-13)
* removed unnecessary code (developers only)
* fix jquery conflict (developers only)
# 2.1.0 (2015-11-07)
* add multisite compatibility
* fix correct sorting (not alphabetic)
# 2.0.0 (15-11-03)
* support PHP version < 5.4 (developers only)
# 1.3.0 (15-11-02)
* add nice uploading to folder
# 1.2.0 (15-10-29)
* add notice about the alphabetic sorting
* fix problems with RevSlider >= 5.0 (developers only)
* fix body class for grid mode (add Javascript methode) (developers only)
# 1.1.0 (15-10-21)
* fix moving in list table
* fix style (drag and drop helper)
* removed limit of folder gallery images
* fix pre_get_posts appending meta_query (developers only)
* add pre_get_posts capability check (developers only)
## 1.0.1 (15-10-16)
* improve rename without window reload
* improve delete without window reload
* fix https:// resources for css and js files
# 1.0.0 (2015-10-9)
* initial Release |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/real-membership/change_log/changelog.txt | # Changelog
All notable changes to Real Membership will be documented here.
Based on keepachangelog.com
## [Unreleased]
## [0.1.1] - 2017-08-25
### Fixed
- Small security updates.
## [0.1.0] - 2017-08-22
### Added
- Initial Real Membership release. |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/real-thumbnail-generator-lite/change_log/CHANGELOG.md | # Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.0.8 (2020-02-27)
### docs
* CHANGELOG and README
## 2.0.7 (2020-02-26)
### fix
* compatibility running Real Media Library and Real Thumbnail Generator together (hotfix)
## 2.0.6 (2020-02-26)
### build
* add exclude-from-classmap for freemium package (#3rgyt1)
* asset is not correctly enqueued (#3rgyt1)
* migrate real-thumbnail-generator to monorepo
* prepare lite version for further usage (#3rgyt1)
### docs
* exclude-from-classmap (#3rgyt1)
### fix
* make more compatible with WP 5.3 (#3upazm)
* only this sizes works now as expected (#3upazm)
* thumbnails are now correctly deleted in wp-content/uploads (#3upazm)
* update urls to devowl.io (#3rgyt1)
## 2.0.5 (2019-10-07)
* fix bug with thumbnails path when using %size-identifier%
* fix bug with 503er server errors and retry regenerate again
## 2.0.4 (2019-08-21)
* add search by filename in Analyse / Regenerate tab
* fix bug with WooCommerce thumbnails and custom cropping
* improve error handling so the process does not stop when an error occurs
* improve performance by only loading images when hovering in analyse item
* improve performance by list virtualization
* improve height of opened analyse dialog
## 2.0.3 (2019-08-09)
* fix bug with page reload in "Edit attachment" page
* fix bug while error is logged when opening an attachment in the dialog
* fix bug when attachment is deleted and shows still as "Unused"
* improve regeneration list that now all items are clickable
* released lite version
## 2.0.2 (2019-03-19)
* fix bug with style/script dependencies
## 2.0.1 (2019-02-21)
* the plugin is now fully compatible with Crop-Thumbnails plugin
* fix bug with Internet Explorer
* fix bug with icons
* fix bug with PDFs
# 2.0.0 (2019-02-15)
* complete code rewrite, same functionality with improve performance, with an eye on smooth user interface and experience
* add option to skip existing thumbnail files
* add autoupdater functionality in Plugins > "License settings"
* add checbox to select / deselect all registered thumbnail sizes
* fix bug with generation of single thumbnail sizes
* fix compatibility with Simple Matted Thumbnails
* fix compatibility with EWWW Image Optimizer
* improve performance and usability
## 1.1.7 (2018-03-23)
* add "Regenerate" button to PDF files in list view
* fix bug with PDF thumbnails while getting "-1" prefix
## 1.1.6 (2018-03-22)
* fix bug with PDF generation in thumbnail folders
* fix bug with deletion of old thumbnails when changing the thumbnails schema
* fix bug with deletion of empty thumbnail folders
## 1.1.5 (2017-10-10)
* fix bug with duplicate info containers about thumbnails
## 1.1.4 (2017-05-25)
* add option to set a chunk size for regeneration
## 1.1.3 (2017-04-14)
* fix bug with SVG images
## 1.1.2 (2017-03-17) #
* fix bug with AJAX Search Pro
* fix bug with Facebook hint in plugins site
## 1.1.1 (2017-01-04)
* fix bug with failed thumbnail sizes
* fix bug with .txt upload
* fix bug with regenerating only a set of sizes
# 1.1.0 (2016-12-09)
* add ability to regenerate only specific image sizes
* fix bug with copped image sizes
## 1.0.1 (2016-11-29)
* add the MatthiasWeb promotion dialog
# 1.0 (2016-11-10)
* initial review |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/really-static/translation_file/languages/default.po | msgid ""
msgstr ""
"Project-Id-Version: Really-static 0.31\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-06 02:22+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Erik Sefkow <poedit at sefkow.net>\n"
"Language-Team: really-static <poedit at sefkow.net>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: S:\\programmieren\\php\\Wordpressplugins\\Really-Static"
"\\php-really-static-main\n"
"X-Generator: Poedit 1.5.5\n"
"X-Poedit-SearchPath-0: S:\\programmieren\\php\\Wordpressplugins\\Really-"
"Static\\php-really-static-main\n"
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:243
msgid ""
"Attention! You changed the title of this page. You may need to refresh your "
"static files."
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:267
msgid "Please wait! Another really-static instance is running!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:292
msgid "Deleteing File:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:314
msgid "get"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:325
msgid "writing"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:326
msgid "Write:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:345
msgid "Finish"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:386
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:387
msgid "Cachehit"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:473
#, php-format
msgid "Getting a error (timeout, 403, 404 or 500 error ) while loading: %s"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:477
msgid "Writing ImageFile:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:484
msgid "Writing File:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:1390
msgid "Support"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:1974
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:2009
msgid "Skiping existing:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:1986
msgid "Scaning:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/main.php:3108
msgid "Once a month"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:13
msgid "Really-Static Quickstart"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:14
msgid ""
"Thank you for choosing Really-Static! This configurationhelper will support "
"you, choosing the right settings."
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:19
msgid "running really-static in testmode"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:24
msgid "running really-static in livemode"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:32
msgid "STEP 2: set destinations"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:76
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:118
msgid "Next >>"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:106
msgid "STEP 3: Checking writingrights and try create, read and delete a file"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:107
msgid "Logfile writeable"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:109
msgid "Logfile readable"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:115
msgid "Trying Write/Read/Delete File"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:119
msgid "Back <<"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:119
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:107
msgid "Refresh"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:122
msgid "STEP 4: Generating your current Blog into the "
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:123
msgid "Really-static is now ready to use."
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:127
msgid "start generating files... this will take some time"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:127
msgid "or goto the Settingspage"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:139
msgid "OK, Ready!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:141
#, php-format
msgid "You static files are locatet here: <a target='_blank' href='%s'>%s</a>"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:144
msgid "On your server the files are locatet: "
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:147
#, php-format
msgid "An example: <a target='_blank' href='%s'>%s</a>"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/123.php:152
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:731
msgid "done scanning for files"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:25
msgid "Source"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:26
msgid "url to wordpressinstalltion"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:27
msgid "url path to the actuall used templatefolder"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:28
msgid "If you need help please check this manualpage"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:30
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:52
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:72
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:88
msgid "Save"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:40
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:31
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/local.php:50
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:57
msgid "Domainprefix for your cached files"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:42
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:32
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/local.php:51
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:58
msgid "Url to the templatefolder"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:44
msgid "Different prefix for every saving routine"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:53
msgid "Test and Save"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:54
msgid "Destination"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:58
msgid "remove"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:59
msgid "Settings"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:61
msgid "On the category/tag page e.g. is a commentcounter (not recomended)"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:63
msgid ""
"Don't copy any linked file to the static file folder, just the static "
"Wordpressfiles"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:64
msgid "Rewrite every %blogurl% with %staticurl% (high security)"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:65
msgid "Also make static:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:66
msgid "make tag-pages static"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:67
msgid "make category-pages static"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:68
msgid "make author-pages static"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:70
msgid "make date-pages static"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:70
msgid "dayly-pages"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:70
msgid "monthly-pages"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:70
msgid "yearly-pages"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:71
msgid "make index-pages static"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:73
msgid ""
"Copy all attached files with following extensions to the destination server:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:74
msgid "Add"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:79
msgid "Export"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:82
msgid "Import"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:88
msgid "Refresh now"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:91
msgid "Reset"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:93
msgid ""
"If you want to renew all static files, first press the \"reset filedatabase"
"\" button and then the \"write all files\" button at the \"Manual Refresh\" "
"tab"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:94
msgid "reset filedatabase"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:102
msgid "Manual Refresh"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:102
msgid "Refresh a single site manualy"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:106
msgid "(complete url of the static page)"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:106
msgid "for example"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:110
msgid "Refresh all sites manualy"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:112
msgid ""
"If this Plugin is installed on a Blog with exsiting Posts or for example you "
"changed your design so you shold press the \"write all files\" Button. If "
"the process is terminatet (e.g. because of a timeout), just press this "
"button again until this menu again appears."
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:113
msgid "Write all files"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:238
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:317
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:357
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/configupdate.php:74
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/configupdate.php:107
msgid "Saved"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:261
msgid "Everytime $bo is $ba and $go is refreshed<br>than$dn $to"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:263
msgid "something|a post|a page|a post or a page|a comment"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:269
msgid "created or edited or deleted|created|edited|created or edited|deleted"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:274
msgid ""
"anotherthing|indexpage|tagpage|authorpage|any datepage|day datepage|month "
"datepage|year dateoage|catpage|current posts or staticpage page|commentpage"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:283
msgid ""
"also rewrite|also rewrite all static files that match with following preg "
"match:|delete|delete all static files that match following regular "
"expression pattern:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:329
msgid ""
"If this $pm regular expression pattern match than rewrite the url to $rz"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:369
msgid "Every $ts $tw $tm"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:371
msgid "hour|day|month"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:376
msgid ""
"refresh|refresh all static files that match following regular expression "
"pattern:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:386
msgid "Edit rules"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:387
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:389
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:391
msgid "edit rule"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:387
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:389
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:391
msgid "delete rule"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:401
msgid "Advanced"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:401
msgid "Create rules"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:405
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:410
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:414
msgid "Name of this rule:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:406
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:411
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:415
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:694
msgid "Submit"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:450
msgid "Logfile is empty!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:451
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:466
msgid "Check writing-rights: log.html"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:457
#, php-format
msgid "Last 40 Logfileentrys (<a href='%s'>full logfile</a>)"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:466
msgid "Unable to read logfile!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:467
msgid "Logfile"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:467
msgid "Reset Logfile"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:503
msgid "Debug"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:504
msgid ""
"If you think there is a bug or you got any questions feel free to use this "
"form, or use the <a href='http://really-static-support.php-welt.net/' "
"taget='_blank'>offical support forum</a>. <br>Debugdata:"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:535
msgid ""
"You can send me your Debug by <a target=\"_blank\" href=\"http://erik.sefkow."
"net/impressum.html\">Email</a> or with this form."
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:537
msgid "Describe your Problem (please only in German or English):"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:538
msgid "Send this debug information to the developer"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:621
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/multiadmin.php:44
msgid "Really Static Settings"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:683
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/multiadmin.php:148
msgid "About"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:685
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/multiadmin.php:150
msgid "<font color=\"red\">please</font> "
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:686
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/multiadmin.php:151
msgid "Donate"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/admin.php:707
msgid ""
"This languagepack is written by <a target='_blank' href='http://erik.sefkow."
"net'>Erik Sefkow</a> please <a target='_blank' href='http://really-static-"
"support.php-welt.net/why-donate--t8.html'>donate me</a>"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/aftp.php:199
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:170
msgid ""
"Im no able to create the directory %folder%! Please check writings rights!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/configupdate.php:79
msgid "Mail has been send"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/configupdate.php:81
msgid "Mail has NOT been send, please make it manually"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/configupdate.php:266
msgid "cleaning Logfile"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/configupdate.php:365
msgid "done refreshing manually a single page"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/configupdate.php:372
msgid "Successfull reset of really-static filedatabase"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/configupdate.php:380
msgid "done cleaning Logfile"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/errorid.php:3
msgid ""
"Funktion allow_url_fopen is disabled and curl_init is also not aktivatet!"
"<br> For more Informations check this <a href='http://sorben.org/really-"
"static/fehler-allow_url_fopen.html'>manualpage</a><br> Really-static is "
"automaticly deaktivated"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/errorid.php:4
msgid ""
"Maybe you make a misstake please check <a href='http://sorben.org/really-"
"static/fehler-quellserver.html'>manualpage</a>"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:39
msgid "work with ftp"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:39
msgid "FTP-Server IP"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:39
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:64
msgid "Port"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:40
msgid "FTP-login User"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:41
msgid "FTP-login Password"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:42
msgid "path from FTP-Root to cachedfiles"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:43
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:67
msgid ""
"the path inside your FTP account e.g. \"/path/\".If it should saved to "
"maindirectory write \"/\" "
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:44
msgid "Use alternative FTP transport routine"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:64
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/local.php:70
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:51
msgid "You may forgot a / at the end of the path!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/ftp.php:403
msgid ""
"really static is not able to create the directory %folder%! Please check "
"writings rights!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/functions.php:15
msgid "Cannot Login, please check your Logindata"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/functions.php:22
msgid "TEST passed!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/functions.php:26
msgid "TEST failed!"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/local.php:55
msgid "work with local filesystem"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/local.php:55
msgid "internal filepath from to cachedfiles"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/local.php:55
msgid ""
"the path inside your system e.g. \"/www/html/\".If it should saved to "
"maindirectory write \"/\" "
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/multiadmin.php:130
msgid "Startseite"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/multiadmin.php:172
msgid ""
"This Languagepack is written by <a href='http://erik.sefkow.net'>Erik "
"Sefkow</a> please <a href='http://erik.sefkow.net/donate.html'>donate me</a>"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:64
msgid "work with sftp"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:64
msgid "SFTP-Server IP"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:65
msgid "SFTP-login User"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:66
msgid "SFTP-login Password"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/php/sftp.php:66
msgid "path from SFTP-Root to cachedfiles"
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/sonstiges/wppluginintegration.php:25
#, php-format
msgid ""
"You need to configure your Really-Static plugin. Use our <a href='%s'>quick "
"setup</a> or click <a href='%s'>here</a> to jump into the settingsmenu."
msgstr ""
#: S:\programmieren\php\Wordpressplugins\Really-Static\php-really-static-main/sonstiges/wppluginintegration.php:54
msgid ""
"Funktion allow_url_fopen is disabled and curl_init is also not enabled on "
"your server!<br> For more Informations check this <a href='http://sorben.org/"
"really-static/fehler-allow_url_fopen.html'>manualpage</a><br> Really-static "
"is automaticly deactivated"
msgstr "" |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/recent-facebook-posts/change_log/CHANGELOG.md | Changelog
============
#### 2.0.13 - May 30, 2018
- Explicitly define FB Graph API version
- Update link to website for finding your Facebook page ID.
#### 2.0.12 - October 25, 2017
Misc. textual improvements.
### 2.0.11 - October 24, 2016
**Fixes**
- Fixed "undefined function" errors when using certain cache plugins.
### 2.0.10 - September 15, 2016
**Improvements**
- Added additional CSS class to post container when post has media elements. Thanks [Robbert van Mourik](https://github.com/rvmourik)!
- Accessibility improvements to output.
**Additions**
- Added Norwegian translations, thanks to Joakim O. Saunes.
- Added `rfbp_render_before` and `rfbp_render_after` filters. Thanks [Justin](https://github.com/dannyvankooten/recent-facebook-posts/pull/19)!
### 2.0.9 - July 25, 2016
**Improvements**
- Facebook texts are now localized according to the site's locale.
**Additions**
- Added Hungarian translations, thanks to Daniel Kocsis.
- Added Polish translations, thanks to Sophia Davenport.
#### 2.0.8 - July 1, 2015
**Additions**
- Added Turkish translations, thanks to Halukcan Pehlivanoğlu!
#### 2.0.7 - May 15, 2015
**Fixes**
- Video posts were not showing correctly
**Improvements**
- Added play icon overlay to video's
**Additions**
- Added Italian translations, thanks to [Luigi Savini](https://github.com/gigiame)
- Added Portugese translations, thanks to [Jonadabe](https://github.com/Jonadabe)
#### 2.0.6 - May 15, 2015
**Fixes**
- Hooks were double added when using the widget
**Improvements**
- Added a notice about using the shortcode to the plugin's settings page.
**Additions**
- Added German translations, thanks to [Henrik Heller ](http://www.gmx.net/).
#### 2.0.5 - March 23, 2015
**Additions**
- Added Swedish translations, thanks to [Robin Wellström](http://robinwellstrom.se/).
#### 2.0.4 - February 19, 2015
**Fixes**
- Issue where settings page would just load an empty screen. ([Issue #6](https://github.com/dannyvankooten/wordpress-recent-facebook-posts/issues/6))
**Improvements**
- Updated all links to use HTTPS protocol.
#### 2.0.3 - September 22, 2014
**Improvements**
- Now loading minified asset (.css and .js) files by default
- Added some missing text domains
- Minor improvements to settings page and settings handling.
**Additions**
- Added Spanish language, thanks [Hermann Bravo](http://hbravo.com/)
- Added `rfpb_widget_options` filter to filter all widget options. Closes [#3](https://github.com/dannyvankooten/wordpress-recent-facebook-posts/issues/3), thanks [KilukruMedia](https://github.com/KilukruMedia)
- Added [languages/recent-facebook-posts.pot](http://plugins.svn.wordpress.org/recent-facebook-posts/trunk/languages/recent-facebook-posts.pot) file for easier translating. Please send in your language files (.po and .mo) if you created any.
#### 2.0.2 - September 17, 2014
**Fixes**
- Removed duplicate `picture` in call to Facebook API. Fixes a "Syntax error" in later API versions. Props [danielfharmonic](https://github.com/danielfharmonic).
#### 2.0.1 - September 15, 2014
**Improvements**
- The plugin will now show a detailed error message if anything related to the connection to Facebook failed.
- Updated Dutch translation
#### 2.0 - September 15, 2014
**Fixes**
- Fixed an issue with Facebook statuses containing Emojis
**Improvements**
- Better sanitizing throughout the plugin, using native WP functions.
- Improved inline code documentation
- Prevent direct file access
- Changing thumbnail sizes does not require a cache refresh to fetch new video images
**Additions**
- New FB configurations are now automatically tested.
#### 1.8.5 - December 3, 2013
* Fixed: Character encoding for scandinavian languages etc.
#### 1.8.4 - December 2, 2013
* Fixed: Empty events won't show
* Improved: a cache renewal is no longer required after changing the image size
* Improved: after changing important settings, cache will automatically be cleared
* Improved: added a *test configuration* button which performs a simple ping to Facebook.
* Improved: added an info message for new users
* Improved: filters are now added the "WordPress way", which means they can be disabled
* Improved: namespaced the trigger for renewing the cache
* Improved: added empty `index.php` files to prevent directory listings
* Improved: code clean-up
#### 1.8.3 - November 17, 2013
* Fixed: removed weird character between comment count and timestamp
#### 1.8.2 - November 17, 2013
* Fixed: some translated strings in settings pages were not printed.
* Improved: plugin file can no longer be access directly
* Improved: better plugin code loading
* Improved: disabled plugin directory listing
* Added: domain path
* Added: license file
* Updated Dutch translations
#### 1.8.1 - November 4, 2013
* Fixed: link previews without images not showing
* Added: filter `rfbp_show_link_images` to hide link preview images
* Improved: Link preview CSS
#### 1.8 - November 3, 2013
* Added: previews of attached links, with image and short description (like Facebook)
* Added: Translation files
* Added: Dutch translations
* Improved: Moved cache time to a filter.
* Improved: Removed `session_start()` call.
#### 1.7.3 - October 28, 2013
* Added: `rfbp_read_more` filter.
* Added: `rfbp_content` filter.
* Added: option to unhook `wpautop` from `rfbp_content` filter.
#### 1.7.2 - October 18, 2013
* Fixed: No posts showing up for Scandinavian languages
* Improved: Links will no longer show up twice
* Added: Conversion of common smileys
#### 1.7.1 - October 17, 2013
* Fixed: fetching posts from wrong Facebook page. Sorry for the quick version push.
* Improved: default CSS
#### 1.7 - October 16, 2013
* Fixed issue where strings with dots where turned into (broken) links.
* Improved: better linebreaks
* Improved: Now using WP Transients for caching
* Improved: Now using WP HTTP API for fetching posts, which allows for other transfer methods besides just cURL.
* Improved: No user access token is required any more. Access tokens will now *never* expire.
#### 1.6 - October 7, 2013
* Improved code performance and readability
* Improved usability of admin settings
* Improved: cleaner HTML output
* Improved: default CSS
* Improved: image resizing
* Improved: default settings
* Added installation instructions link to admin settings
* Added many CSS classes to output
* Fixed extra double quote breaking link validation
**Important:** CSS Selectors and HTML output has changed in this version. If you're using custom styling rules you'll have to edit them after updating.
#### 1.5.3 - October 3, 2013
* Improved: Code improvement
* Improved: UI improvement, implemented some HTML5 fields
* Improved: Moved options page back to sub-item of Settings.
#### 1.5.2 - October 1, 2013
* Fixed: max-width in older browsers
#### 1.5.1 - September 20, 2013
* Improved: a lot of refactoring, code clean-up, etc.
* Improved: "open link in new window" option now applies to ALL generated links
#### 1.5
* Improved: huge performance improvement for retrieving posts from Facebook
* Improved: some code refactoring
* Improved: cache now automatically invalidated when updating settings
* Improved: settings are now sanitized before saving
* Fixed: like and comment count no longer capped at 25
* Changed links to show your appreciation for the plugin.
#### 1.4
* Changed cache folder to the WP Content folder (outside of the plugin to prevent cache problems after updating the plugin).
* Added redirection fallbacks when headers have already been sent when trying to connect to Facebook.
* Fixed error message when cURL is not enabled.
* Improved some messages and field labels so things are more clear.
* Updated Facebook API class.
#### 1.3
* Added Facebook icon to WP Admin menu item
* Changed the connecting to Facebook process
* Improved error messages
* Improved code, code clean-up
* Improved usability in admin area by showing notifications, removing unnecessary options, etc.
* Added notice when access token expires (starting 14 days in advance)
* Fixed: Cannot redeclare Facebook class.
* Fixed: Images not being shown when using "normal" as image source size
* Fixed: empty status updates (friends approved)
#### 1.2.3
* Changed the way thumbnail and normal image links are generated, now works with shared photos as well.
* Added read_stream permission, please update your access token.
* Added cache succesfully updated notice
#### 1.2.2
* Added option to hide images
* Added option to load either thumbnail or normal size images from Facebook's CDN
* Added border to image links
#### 1.2.1
* Fixed parameter app_id is required notice before being able to enter it.
#### 1.2
* Fixed: Reverted back to 'posts' instead of 'feed', to exclude posts from others.
* Fixed: undefined index 'count' when renewing cache file
* Fixed: wrong comment or like count for some posts
* Improved: calculation of cache file modification time to prevent unnecessary cache renewal
* Improved: error message when cURL is not enabled
* Improved: access token and cache configuration options are now only available when connected
#### 1.1.2
* Fixed: Added spaces after the like and comment counts in the shortcode output
#### 1.1.1
* Updated: Expanded installation instructions.
* Changed: Some code improvements
* Added: Link to Facebook numeric ID helper website.
* Added: Check if cache directory exists. If not the plugin will now automatically try to create it with the right permissions.
* Added: option to open link to Facebook Page in a new window.
#### 1.1
* Added: Shortcode to show a list of recent facebook updates in your posts: '[recent_facebook_posts]'
#### 1.0.5
* Added: More user-friendly error message when cURL is not enabled on your server.
#### 1.0.4
* Improved: The way the excerpt is created, words (or links) won't be cut off now
* Fixed: FB API Error for unknown fields.
* Added: Images from FB will now be shown too. Drop me a line if you think this should be optional.
#### 1.0.3
* Improved the way the link to the actual status update is created (thanks Nepumuk84).
* Improved: upped the limit of the call to Facebooks servers.
#### 1.0.2
* Fixed a PHP notice in the backend area when renewing cache and fetching shared status updates.
* Added option to show link to Facebook page, with customizable text.
#### 1.0.1
* Added error messages for easier debugging.
#### 1.0
* Added option to load some default CSS
* Added option to show like count
* Added option to show comment count
* Improved usability. Configuring Recent Facebook Posts should be much easier now due to testing options.
#### 0.1
* Initial release |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/recent-posts-markdown/composer_file/package.json | {
"name": "recent-posts-md",
"version": "0.0.7",
"description": "Wordpress Plugin To Generate Markdown of the Recent Posts for any post type.",
"main": "recent-posts-md.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harnerdesigns/recent-posts-md.git"
},
"author": "Harner Designs",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/harnerdesigns/recent-posts-md/issues"
},
"homepage": "https://github.com/harnerdesigns/recent-posts-md#readme",
"devDependencies": {
"browser-sync": "^2.23.6",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-bump": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.1.0"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/recentnews-shortcode/change_log/CHANGELOG.txt | 1.0.2
* Replaced button icon
* Exclude current post from list
1.0.1
* Changed headline tag from span to h4
* Added some styling stuff |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/recipe-block/composer_file/package.json | {
"name": "rmb-recipe-block",
"title": "Recipe Block",
"version": "1.1.1",
"author": "Kelly Choyce-Dwan",
"license": "GPL-2.0-or-later",
"homepage": "https://ryelle.codes/",
"repository": {
"type": "git",
"url": "https://github.com:ryelle/rmb-recipe-block.git"
},
"engines": {
"node": "12.18.3",
"npm": "6.14.8"
},
"files": [
"assets/**",
"build/**",
"readme.txt",
"package.json",
"rmb-recipe-block.php"
],
"main": "build/recipe-block.js",
"devDependencies": {
"@wordpress/scripts": "12.2.0",
"concurrently": "5.3.0"
},
"scripts": {
"build": "wp-scripts build recipe-block=./assets/js/recipe-block.js",
"start": "wp-scripts start recipe-block=./assets/js/recipe-block.js",
"format:js": "wp-scripts format-js assets/js/**/*.js",
"lint:css": "wp-scripts lint-style assets/css/*",
"lint:css:fix": "wp-scripts lint-style assets/css/* --fix",
"lint:js": "wp-scripts lint-js assets/js/**/*.js",
"lint:js:fix": "wp-scripts format-js assets/js/**/*.js",
"lint:php": "composer run lint",
"lint:php:fix": "composer run format",
"lint": "concurrently \"npm run lint:js\" \"npm run lint:css\" \"npm run lint:php\"",
"ci": "npm run lint"
},
"stylelint": {
"rules": {
"selector-class-pattern": [
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*(__[a-z0-9]+)?(-[a-z0-9]+)*$",
{
"message": "Selector should use lowercase and separate words with hyphens (selector-class-pattern)"
}
]
}
}
} |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/recombee-recommendation-engine/translation_file/includes/assets/languages/menu-page-ru_RU.po | # Copyright (C) 2015 PixelGrade
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Listable 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/listable\n"
"POT-Creation-Date: 2018-03-15 12:22+0300\n"
"PO-Revision-Date: 2018-03-15 12:22+0300\n"
"Last-Translator: David <[email protected]>\n"
"Language-Team: David <[email protected]>\n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 2.0.6\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-KeywordsList: _x:1,2c;_nx:4c,1,2;__;_e;esc_html__;esc_html_e;"
"esc_attr_e;_n:1,2\n"
#: class-RecombeeReAdmin.php:266
msgid "Nothing to save"
msgstr "Все сохранено"
#: class-RecombeeReAdmin.php:280
msgid "Save changes"
msgstr "Сохранить изменения"
#: class-RecombeeReAdmin.php:281
msgid "Proceeding queue..."
msgstr "Выполняется запрос..."
#: class-RecombeeReAdmin.php:282
msgid "External error - reload page & Try again"
msgstr "Внешняя ошибка - Перегрузить страницу & Повторить"
#: class-RecombeeReAdmin.php:472 class-RecombeeReAdmin.php:489
#: class-RecombeeReAdmin.php:503
msgid "Changes saved"
msgstr "Изменения сохранены"
#: class-RecombeeReAdmin.php:512
msgid "Saving error - repeat"
msgstr "Ошибка сохранения - Повторить"
#: class-RecombeeReAdmin.php:522
msgid "Permission error - reload page & Try again"
msgstr "Нарушение прав доступа - Перегрузить страницу & Повторить"
#~ msgid "Manage theme"
#~ msgstr "Глобальные настройки"
#~ msgid "Reload page"
#~ msgstr "Перегрузить страницу"
#~ msgid "Something went wrong: "
#~ msgstr "Что-то пошло не так..."
#~ msgid "Internal AJAX error"
#~ msgstr "Внтуренняя ошибка AJAX"
#~ msgctxt "comments title"
#~ msgid "%1$s review %2$s"
#~ msgid_plural "%1$s reviews %2$s"
#~ msgstr[0] "%1$s отзыв %2$s"
#~ msgstr[1] "%1$s отзыва %2$s"
#~ msgstr[2] "%1$s отзывов %2$s"
#~ msgctxt "comments title"
#~ msgid "%1$s comment %2$s"
#~ msgid_plural "%1$s comments %2$s"
#~ msgstr[0] "%1$s комментарий %2$s"
#~ msgstr[1] "%1$s комментария %2$s"
#~ msgstr[2] "%1$s комментариев %2$s"
#~ msgid "How to appeal to You. Only letters, please."
#~ msgstr "Укажите, как к Вам обращаться. Только буквы, пожалуйста."
#~ msgid "Phone number within international format: \"+ and 11 digits\"."
#~ msgstr "Номер телефона в международном формате: \"+ и далее 11 цифр\"."
#~ msgid "Request Your Call to us."
#~ msgstr "Нажмите, чтобы отправить Ваш запрос."
#~ msgid "Request Call"
#~ msgstr "Заказать звонок"
#~ msgid "Sending..."
#~ msgstr "Отправляем..."
#~ msgid "Internal error, reload page and repeat Your request"
#~ msgstr "Внутренняя ошибка, перегрузите страницу и повторите Ваш запрос"
#~ msgid "Thank You for Your request, please wait for call back."
#~ msgstr "Благодарим за проявленный интерес. Ожидайте звонка."
#~ msgid "Sent"
#~ msgstr "Отправлено"
#~ msgid "Error sending Your reqest. Reboot page & Try again."
#~ msgstr "Ошибка отправки. Перегрузите страницу & Повторите попытку."
#~ msgid "Error"
#~ msgstr "Ошибка"
#~ msgid "Something corrupted inside the data, fill the fields again & repeat."
#~ msgstr "Сбой передачи данных, заполниет поля еще раз & повторите."
#~ msgid "Access violation for this page. Strange... Very starnge."
#~ msgstr "Нарушение прав доступа. Странно... Очень странно."
#~ msgid "Has Branch(es)"
#~ msgstr "Школа с филиалом (ами)"
#~ msgid "Check if you want mark school card with appropriate marker"
#~ msgstr ""
#~ "Отметьте, если хотите видеть соответствующий маркер на карточке школы"
#~ msgid "Always First"
#~ msgstr "Всегда первый"
#~ msgid "Check if you want to see this scholl first in every search."
#~ msgstr "Отметьте, если необходимо выводить первым в результатах поиска"
#~ msgid "Price"
#~ msgstr "Цена"
#~ msgid "Digits only, e.g 670, leave empty or type 0 to hide price at all"
#~ msgstr ""
#~ "Только цифры, например, 670. Оставьте пустым или укажите 0, чтобы не "
#~ "выводить цену вообще"
#~ msgid "Price dimention is RUB per hour"
#~ msgstr "Единица измерения - рублей за час"
#~ msgid "Has Branches"
#~ msgstr "Школа с филиалами"
#~ msgid "Access violation for this page. REBOOT page and try again."
#~ msgstr ""
#~ "Нарушение прав доступа для данной страницы. ПЕРЕГРУЗИТЕ страницу и "
#~ "повторите попытку."
#~ msgid "This slug is in use by (Taxonomy Name › Taxonomy Value › Value ID):"
#~ msgstr ""
#~ "Этот ярлык уже использован в ( Название таксономии › Значение таксономии "
#~ "› ID Значения):"
#~ msgid ""
#~ "KEEP in MIND! The core compares slug string, that will be stored if it is "
#~ "not in uses. It means slug string sintize first by WP engine and not "
#~ "allowed symbols removes from it. Next step - slug compares, so if you try "
#~ "slug? for example \"slug---\", and same time slug \"slug-\" exist you "
#~ "will be denied of storing \"slug---\", couse WP removes \"--\" and string "
#~ "becomes \"slug-\" that is in use"
#~ msgstr ""
#~ "ИМЕЙТЕ ВВИДУ!! Ядро сравнивает введенное Вами значение ярлыка после "
#~ "очистки его от недопустимых и лишних последовательностей символов. "
#~ "Например, Вы ввели \"ярлык---\", и при этом уже есть значение таксономии "
#~ "с ярлыком \"ярлык-\". В результате Вам сообщается, что \"ярлык---\" уже "
#~ "используется. Это происходит потому, что лишние \"--\" СНАЧАЛА удаляются "
#~ "и ПОСЛЕ этого строка сравнивается с существующими ярлыками, среди которых "
#~ "встречается \"ярлык-\"."
#~ msgid "Submit Job Form Page"
#~ msgstr "Страница заполнение Формы"
#~ msgid "Job Dashboard Page"
#~ msgstr "Управление карточкой школы"
#~ msgid "Job Listings Page"
#~ msgstr "Спискок школ на карте"
#~ msgid ""
#~ "Select the page where you have placed the [submit_job_form] shortcode. "
#~ "This lets the plugin know where the form is located."
#~ msgstr "Укажите страницу, на которой размещен шорткод [submit_job_form]."
#~ msgid ""
#~ "Select the page where you have placed the [job_dashboard] shortcode. This "
#~ "lets the plugin know where the dashboard is located."
#~ msgstr "Укажите страницу, на которой размещен шорткод [job_dashboard]."
#~ msgid ""
#~ "Select the page where you have placed the [jobs] shortcode. This lets the "
#~ "plugin know where the job listings page is located. This page will also "
#~ "be used as \"All corses node link in Breadcrumbs\""
#~ msgstr ""
#~ "Укажите страницу, на которой размещен шорткод [jobs]. Эта страница будет "
#~ "также использована<br/> как узел \"Все курсы\" в цепочке хлебных крошек "
#~ "на странице школы."
#~ msgid "Card tags"
#~ msgstr "Тэги карточки"
#~ msgid "Hide card tags pictures"
#~ msgstr "Скрыть инфографику на карточке"
#~ msgid "Check to hide pictures on the school cards."
#~ msgstr "Отметьте, чтобы скрыть картинки (иконки) на карточке школы"
#~ msgid "ex: job_listing_category job_listing_district"
#~ msgstr "пример: job_listing_category job_listing_district"
#~ msgid "GEO Taxonomies"
#~ msgstr "GEO Таксономии"
#~ msgid "Space separated list of geo taxonomies slugs"
#~ msgstr "Список ярлыков, разеделенный пробелом"
#~ msgid "ex: skyeng"
#~ msgstr "например: skyeng"
#~ msgid "Favorite school"
#~ msgstr "Предпочтительная школа"
#~ msgid "School slug that will be shown as online school after serach result"
#~ msgstr ""
#~ "Ярлык школы название которой будет использовано в инфоблоке Онлайн "
#~ "обучение под фильтрами поиска"
#~ msgid "in Widget List"
#~ msgstr "В списке Виджета"
#~ msgid "Ignore default Widget logic"
#~ msgstr "Игнорировать дефолтную логику виджета"
#~ msgid ""
#~ "Check to ingnore \"Front Page Listing Categories\" widget setting. Will "
#~ "be applied ONLY for taxonomy \"Category\"."
#~ msgstr ""
#~ "Отметьте, чтобы настройки виджета \"Front Page Listing Categories\" "
#~ "игнорировались. Применимо ТОЛЬКО для таксономии \"Категории\""
#~ msgid "Courses Page with No Map"
#~ msgstr "Список школ без карты"
#~ msgid ""
#~ "Select the page where you have placed the [jobs per_page=... show_map="
#~ "\"false\"] shortcode. This lets the plugin know where the this page is "
#~ "located."
#~ msgstr ""
#~ "Укажите страницу, на которой размещен шорткод [jobs per_page=... show_map="
#~ "\"false\"]."
#~ msgid "Category permalink base"
#~ msgstr "Постоянные ссылки категорий"
#~ msgid "Substitute all categories url with this page url"
#~ msgstr "Заменить URL всех категорий на url этой страницы"
#~ msgid "External links"
#~ msgstr "Внешние ссылки"
#~ msgid "Cards Listing"
#~ msgstr "Список школ"
#~ msgid "Force links to open in a new window on pages with cards"
#~ msgstr ""
#~ "Принудительно открывать в новом окне ссылки на школы, на странице с "
#~ "карточками школ"
#~ msgid "SEO Variables"
#~ msgstr "SEO переменные"
#~ msgid "Any valid Html code"
#~ msgstr "Любой действительный Html код"
#~ msgid "Global description"
#~ msgstr "Глобальное описание"
#~ msgid ""
#~ "Wll be used as school description, while<br>no filters selected on the "
#~ "search page"
#~ msgstr ""
#~ "Значение будет использовано как описание школ на<br>странице поиска, "
#~ "когда не выбран ни один фильтр"
#~ msgid "ex: «Moscow», «Kazan»"
#~ msgstr "например: «Москва», «Казань»"
#~ msgid "Domain (subdomain) the nominative case city name"
#~ msgstr "Город домена (поддомена) в именительном падеже"
#~ msgid "Data will be used as seo<br>variable «gorod» meaning"
#~ msgstr ""
#~ "Значение будет использовано для заполнения SEO<br>переменной «gorod»"
#~ msgid "ex: city of «Moscow», «Kazan»"
#~ msgstr "например: «города Москва», «города Казани»"
#~ msgid "Domain (subdomain) the genitive case city name"
#~ msgstr "Город домена (поддомена) в родительном падеже"
#~ msgid "Data will be used as seo<br>variable «goroda» meaning"
#~ msgstr ""
#~ "Значение будет использовано для заполнения SEO<br>переменной «goroda»"
#~ msgid "ex: «in Moscow», «in Kazan»"
#~ msgstr "например: «в Москве», «Казани»"
#~ msgid "Domain (subdomain) the prepositional case city name"
#~ msgstr "Город домена (поддомена) в предложном падеже"
#~ msgid "Data will be used as seo<br>variable «vgorode» meaning"
#~ msgstr ""
#~ "Значение будет использовано для заполнения SEO<br>переменной «vgorode»"
#~ msgid ""
#~ "PixTypes was excluded from allowed plugins by Listable Child Theme and "
#~ "has been deactivated Back"
#~ msgstr ""
#~ "Плагин PixTypes исключен из разрешенных плагинов дочерней темой Listable "
#~ "и был деактивирован"
#~ msgid "Listing"
#~ msgstr "Школы"
#~ msgid ""
#~ "Placed below the Sidebar Top, this area brings together all the widgets "
#~ "under the same container."
#~ msgstr ""
#~ "Размещенные, в этой зоне виджетов, элементы выводятся в одном контейнере"
#~ msgid ""
#~ "Placed below the Sidebar Bottom, this area brings together all the "
#~ "widgets under the same container."
#~ msgstr ""
#~ "Размещенные, в этой зоне виджетов, элементы выводятся в одном контейнере"
#~ msgid "%s школу"
#~ msgid_plural "%s школ"
#~ msgstr[0] "%s школу"
#~ msgstr[1] "%s школы"
#~ msgstr[2] "%s школ"
#~ msgctxt "Sorting tools"
#~ msgid "rating"
#~ msgstr "популярности"
#~ msgctxt "Sorting tools"
#~ msgid "price"
#~ msgstr "цене"
#~ msgid "Netwide sync setting page"
#~ msgstr "Страница синхронизации сети"
#~ msgid "Net Sync"
#~ msgstr "Синхронизация"
#~ msgid "Manage Sites setting accross the Net"
#~ msgstr "Управление настройками сайтов в сети"
#~ msgid ""
#~ "Child theme has a possibility to syncronise several types of setting "
#~ "between different sites inside the WP Net. So, for example, you may first "
#~ "do all nessesary setting on any site, then go this page, select those "
#~ "site as Donor, select recivers and syncronise donor setting to all "
#~ "selected recivers. Sync direction alway from Donor to Reciver. Not any "
#~ "data can be syncronised due to different reasons, available to sync data "
#~ "divided in several blocks, and you should select one or more of it in the "
#~ "checkboxes below. To understand what exactly will be included within "
#~ "syncing - hover mouse over checkbox and delay on about second. Read color "
#~ "legend for sites recivers: <span class=\"donor_info\">Site Name</span> "
#~ "means donor site and <span class=\"inactive_info\">Site Name</span> means "
#~ "that site reciver has no active Listable Child Theme, WP Job Manager and "
#~ "Comments Ratings plugins at the same time - needed for syncronisation. "
#~ "For additional information look Help Tab on the top right of this page."
#~ msgstr ""
#~ "Дочерняя тема Listable располагает встроенным мехнизмом синхронизации "
#~ "нескольких типов данных между сайтами сети WordPress. Например, Вы можете "
#~ "выполнить начальные настройки на любом сайте, затем перейти на эту "
#~ "страницу, выбрать настроенный сайт как Донор, выбрать сайты-получатели и "
#~ "синхронизировать желаемые типы данных. Направление синхронизации всегда "
#~ "одно - от Донора к Получателю. Не все типы данных сайт могут быть "
#~ "синхронизированы в принципе в силу различных причин. Доступные для "
#~ "синхронизации данные объединены в блоки, который Вам нужно выбрать. Чтобы "
#~ "понять, что именно будет синхронизироваться - наведите и задержите мышь "
#~ "над элементом с названием настроек. Ознакомьтесь с цветовой легендой "
#~ "состояния сайтов-получателей: <span class=\"donor_info\">Имя Сайта</span> "
#~ "означает сайт-донор, а <span class=\"inactive_info\">Имя Сайта</span> "
#~ "означает, что на сайте получателе не активны одновременно дочерняя тема "
#~ "Listable, плагины WP Job Manager и Comments Ratings - которые должны быть "
#~ "активны во время синхронизации. Для дополнительной информации кликните на "
#~ "закладке Помощь в правом верхнем углу этой страницы."
#~ msgid "Enter donor site name, just start typing..."
#~ msgstr "Введите имя сайта-донора, просто начните набирать..."
#~ msgid "Select setting type to sync"
#~ msgstr "Выберите типы данных для синхронизации"
#~ msgid "Click to check all allowed Setting at once"
#~ msgstr "Кликните, чтобы выбрать все Настройки сразу"
#~ msgid "ALL SETTINGS"
#~ msgstr "ВСЕ НАСТРОЙКИ"
#~ msgid "Select sites to sync setting to"
#~ msgstr "Выберите сайты, с которыми будет выполнена синхронизация данных"
#~ msgid "ALL SITES"
#~ msgstr "ВСЕ САЙТЫ"
#~ msgid "Start Sync"
#~ msgstr "Начать синхронизацию"
#~ msgid "Taxonomies"
#~ msgstr "Таксономии"
#~ msgid ""
#~ "Custom taxonomies is very big data array. You may sync it in one click. "
#~ "If taxonomy exists on donor - it will be updated, otherwise it will be "
#~ "created as new one. Also if taxonomy has images and(or) icon - it will be "
#~ "synced too, inspite wether or not incon showing is turned on or off"
#~ msgstr ""
#~ "Пользовательские таксономии - очень большой массив данных. Вы можете "
#~ "синхронизировать их значения в один клик. Если на получателе не найдется "
#~ "значения таксономии - оно будет создано, в противном случает значение "
#~ "таксономии будет обновлено. Кроме того, если таксономия имеет "
#~ "присоединенный иконки и(или) картинки - они также будут синхронизированы "
#~ "вне зависимости от настроек, отвечающий за их отображение"
#~ msgid ""
#~ "Some of selectes settings assume creating site object. For example: "
#~ "pages, posts, cutegories and so on. Do you want to delete it before sync, "
#~ "to avoid doing it manualy later? If you DO - type inside the field below "
#~ "\"erase\"."
#~ msgstr ""
#~ "Некоторый из выбраных настроек предполагают создание и хранение объектов "
#~ "в базе данных. Например: страницы, записи, категории и т.д. Хотите "
#~ "удалить такие объекты на получателе перед выполнением синхронизации? Если "
#~ "Да - напечатайте ниже слово \"erase\" и нажмите Да, либо просто нажмите "
#~ "Нет."
#~ msgid "Yes"
#~ msgstr "Да"
#~ msgid "No"
#~ msgstr "Нет"
#~ msgid "Synchronisation completed. Here is the log:"
#~ msgstr "Синхронизация завершена. Лог событий:"
#~ msgid "Message"
#~ msgstr "Сообщение"
#~ msgid "Access violation for this page"
#~ msgstr "Нарушение прав доступа для данной страницы"
#~ msgid "Menus"
#~ msgstr "Меню"
#~ msgid "Creates all menus on reciver as its on donor"
#~ msgstr "Создает на получателе меню, в соответствии с меню донора."
#~ msgid "There are no menus at all on selected donor site."
#~ msgstr "На указаном доноре отсутствуют меню"
#~ msgid ""
#~ "You may sync all menu to donor site using Menu setting. Pay attention, "
#~ "that sync mechenism does not look for if object, that menu item point to "
#~ "- exist. The best way for using syncing menu is sync menu obejects first. "
#~ "If on reciver site some menu objects will absent - core will creates menu "
#~ "point anyway, but it will be orphan, and will not have any available "
#~ "link, otherwise menu item will be updated. Be in mined, that uniq fileds, "
#~ "taking for for detecting object existing is ITS SLUG. Not name, nor ID"
#~ msgstr ""
#~ "Вы можете синхронизировать на получателя все меню донора с помощью этой "
#~ "опции. Обратите внимание, что механизам синхронизации в процессе работы "
#~ "не будет искать на получателе сами объекты, на которые ссылаются пункты "
#~ "меню. Поэтому наилучший способ синхронизации меню заключается в том, "
#~ "чтобы сначала синхронизировать сами объекты меню - страницы, записи, "
#~ "вложения и пр. Если на получателе отсутствует какой-либо объект, на "
#~ "который ссылается меню - будет создан \"сиротский\" пункт меню, у которог "
#~ "не будет ссылки и он будет не работоспособен. В противном случае - меню "
#~ "будет обновлено. Отдельно обратите внимание - сопоставление объектов меню "
#~ "между сайтами на предмет идентичности ведется по ЯРЛЫКУ объекта, а не по "
#~ "ID или имени."
#~ msgid "Widgets"
#~ msgstr "Виджеты"
#~ msgid ""
#~ "Creates all widgets on reciver as its on donor and put its in appropriate "
#~ "widgets area"
#~ msgstr ""
#~ "Соодает все виджеты как на доноре и размещает их в соответствующих "
#~ "сайдбарах (областях виджетов)."
#~ msgid ""
#~ "There are no widgets and its areas on selected donor site. Try to "
#~ "activate theme once on donor and come back"
#~ msgstr ""
#~ "На доноре отсутствуют меню и области. Попробуйте активировать на сайте-"
#~ "доноре тему Listable и возвращайтесь обратно."
#~ msgid ""
#~ "You may sync all existing theme widgets, besides INACTIVE. Those widgets "
#~ "you can find in menu Appearance -> Widgets"
#~ msgstr ""
#~ "Вы можете синхронизировать настройки виджтов темы, за исключение не "
#~ "активных виджетов. Синхронизируемые виджеты можно посмотреть в меню "
#~ "Внешний вид -> Виджеты"
#~ msgid "Permalinks"
#~ msgstr "Постоянные ссылки"
#~ msgid ""
#~ "Resaves all permalinks on reciver sites, filling its with donor site "
#~ "value first"
#~ msgstr ""
#~ "Пересоздает постоянные ссылки на получателе, предварительно устанавливая "
#~ "значени баз школ в соответствии с донором."
#~ msgid ""
#~ "It is strange, dude... Permalinks should be available anyway anytime..."
#~ msgstr ""
#~ "Странно, чувак... Постоянные ссылки должны быть доступны всегда и везде..."
#~ msgid "If you want sync your site permalinks - this is it. "
#~ msgstr "Если вам нужно синхронизировать постоянные ссылки - это тут."
#~ msgid "Appearance"
#~ msgstr "Внешний вид"
#~ msgid ""
#~ "Set options menu Main menu -> Appearance on reciver exactly as on donor"
#~ msgstr "Настраивает меню получателя сответственно меню донора"
#~ msgid ""
#~ "Nothing to sync. You should activate theme on donor once, go to Main menu "
#~ "-> Appearance and just save it as it is"
#~ msgstr ""
#~ "Отсутствуют данные для синхронизации. Сначала Вам следует активировать "
#~ "дочернюю тему Listable на сайте-доноре, затем перейти на нем же в меню "
#~ "Главное меню -> Внешний вид и сохранить его как есть."
#~ msgid ""
#~ "This sync item is responsible for syncing site appearance, such as fonts, "
#~ "colors, map settings, custom CSS & JS. All of this settings is available "
#~ "from menu Appearance -> Settings"
#~ msgstr ""
#~ "Это опиция меню отвечает за синхронизацию настроек внешнего вида сайта. "
#~ "По внешним видом понимается: шрифты, цвета, настройки карты, кастомный "
#~ "CSS и JS. Все синхронизируемые данные вы найдете в меню Внешний вид -> "
#~ "Настройки"
#~ msgid "Raiting"
#~ msgstr "Отзывы"
#~ msgid "Set Custom Rating plugin translation on revicers as it is on donor"
#~ msgstr ""
#~ "Устанавливает занчения пользовательских фраз на получателе в соответствии "
#~ "с оными на доноре."
#~ msgid ""
#~ "Nothing to sync. Try to activate Custom Rating plugin on donor first and "
#~ "come back"
#~ msgstr ""
#~ "Нечего синхронизировать. Попробуйте активировать плагин Custom Rating на "
#~ "сайте-доноре и возвращайтесь обратно"
#~ msgid ""
#~ "This sync options can sync Custom Rating plugin settings. Its about "
#~ "custom text for snippets. This text you will find in plugin setting page "
#~ "Settings -> Comments Raiting"
#~ msgstr ""
#~ "Данная опция синхронизирует пользовательские настройки плагина Custom "
#~ "Rating. К ним относятся настройки стандартных фраз (текст) для различных "
#~ "случаев работы плагина на стороне фронтэнда. Данные фразы можно "
#~ "посмотреть в меню плагина Настройки -> Comments Raiting"
#~ msgid "Search %s"
#~ msgstr "Найти %s"
#~ msgid "All %s"
#~ msgstr "Все %s"
#~ msgid "Parent %s"
#~ msgstr "Родитель %s"
#~ msgid "Parent %s:"
#~ msgstr "Родитель %s:"
#~ msgid "Edit %s"
#~ msgstr "Редактировать %s"
#~ msgid "Update %s"
#~ msgstr "Обновить %s"
#~ msgid "Add New %s"
#~ msgstr "Добавить элемент - %s"
#~ msgid "(now using global setting)"
#~ msgstr "(сейчас используются глобальные настройки)"
#~ msgid "Any categories"
#~ msgstr "Любая категория"
#~ msgid "Category"
#~ msgstr "Категория"
#~ msgid "Categories"
#~ msgstr "Категории"
#~ msgid "Category SEO Before"
#~ msgstr "SEO Категории До"
#~ msgid "This data will be used as part of Title"
#~ msgstr "Этот текст будет использован как часть тэга Title"
#~ msgid "Category SEO After"
#~ msgstr "SEO Категории После"
#~ msgid "This data will be used as part of Description"
#~ msgstr "Этот текст будет использован как часть тэга Description"
#~ msgid "Front Page Listing"
#~ msgstr "Список на главной странице"
#~ msgid "Check to include this item in cards listing"
#~ msgstr "Отметьте, чтобы данный элемент был включен в список"
#~ msgid "Taxonomy"
#~ msgstr "Таксономия"
#~ msgid ""
#~ "Creates all values from taxonomy «Categories» as its on donor, sets slug "
#~ "and extra fileds"
#~ msgstr ""
#~ "Создать и (или) обновить донорские значения таксономии «Категории» на "
#~ "получателе, включая ярлык и мета поля."
#~ msgid ""
#~ "There are no objects in taxonomy «Categories» at all on selected donor "
#~ "site."
#~ msgstr "В таксономии «Категории» на сайте-доноре нет ни одного значения."
#~ msgid "Any districts"
#~ msgstr "Любой округ"
#~ msgid "District"
#~ msgstr "Округ"
#~ msgid "Districts"
#~ msgstr "Округи"
#~ msgid "District SEO Before"
#~ msgstr "SEO Округа До"
#~ msgid "District SEO After"
#~ msgstr "SEO Округа После"
#~ msgid ""
#~ "Creates all values from taxonomy «Districts» as its on donor, sets slug "
#~ "and extra fileds"
#~ msgstr ""
#~ "Создать и (или) обновить донорские значения таксономии «Районы» на "
#~ "получателе, включая ярлык и мета поля."
#~ msgid ""
#~ "There are no objects in taxonomy «Districts» at all on selected donor "
#~ "site."
#~ msgstr "В таксономии «Районы» на сайте-доноре нет ни одного значения."
#~ msgid "Any regions"
#~ msgstr "Любой район"
#~ msgid "Region"
#~ msgstr "Район"
#~ msgid "Regions"
#~ msgstr "Районы"
#~ msgid "Region SEO Before"
#~ msgstr "SEO Района До"
#~ msgid "Region SEO After"
#~ msgstr "SEO Района После"
#~ msgid ""
#~ "Creates all values from taxonomy «Regions» as its on donor, sets slug and "
#~ "extra fileds"
#~ msgstr ""
#~ "Создать и (или) обновить донорские значения таксономии «Районы» на "
#~ "получателе, включая ярлык и мета поля."
#~ msgid ""
#~ "There are no objects in taxonomy «Regions» at all on selected donor site."
#~ msgstr "В таксономии «Регионы» на сайте-доноре нет ни одного значения."
#~ msgid "Any metros"
#~ msgstr "Любое метро"
#~ msgid "Metro"
#~ msgstr "Метро"
#~ msgid "Metro SEO Before"
#~ msgstr "SEO Метро До"
#~ msgid "Metro SEO After"
#~ msgstr "SEO Метро После"
#~ msgid ""
#~ "Creates all values from taxonomy «Metro» as its on donor, sets slug and "
#~ "extra fileds"
#~ msgstr ""
#~ "Создать и (или) обновить донорские значения таксономии «Метро» на "
#~ "получателе, включая ярлык и мета поля."
#~ msgid ""
#~ "There are no objects in taxonomy «Metro» at all on selected donor site."
#~ msgstr "В таксономии «Метро» на сайте-доноре нет ни одного значения."
#~ msgid "Any prices"
#~ msgstr "Любая цена"
#~ msgid "Prices"
#~ msgstr "Цены"
#~ msgid "Price SEO Before"
#~ msgstr "SEO Цены До"
#~ msgid "Price SEO After"
#~ msgstr "SEO Цены После"
#~ msgid ""
#~ "Creates all values from taxonomy «Prices» as its on donor, sets slug and "
#~ "extra fileds"
#~ msgstr ""
#~ "Создать и (или) обновить донорские значения таксономии «Цены» на "
#~ "получателе, включая ярлык и мета поля."
#~ msgid ""
#~ "There are no objects in taxonomy «Prices» at all on selected donor site."
#~ msgstr "В таксономии «Цены» на сайте-доноре нет ни одного значения."
#~ msgid "Any comunication type"
#~ msgstr "Любая форма обучения"
#~ msgid "Communication Type"
#~ msgstr "Форма обучения"
#~ msgid "Communication Types"
#~ msgstr "Формы обучения"
#~ msgid "Study interaction type SEO Before"
#~ msgstr "SEO Формы обучения До"
#~ msgid "Study interaction type SEO After"
#~ msgstr "SEO Формы обучения После"
#~ msgid ""
#~ "Creates all values from taxonomy «Communication Types» as its on donor, "
#~ "sets slug and extra fileds"
#~ msgstr ""
#~ "Создать и (или) обновить донорские значения таксономии «Формы обучения» "
#~ "на получателе, включая ярлык и мета поля."
#~ msgid ""
#~ "There are no objects in taxonomy «Communication Types» at all on selected "
#~ "donor site."
#~ msgstr ""
#~ "В таксономии «Формы обучения» на сайте-доноре нет ни одного значения."
#~ msgid "Any study type"
#~ msgstr "Любой тип обучения"
#~ msgid "Education Type"
#~ msgstr "Тип обучения"
#~ msgid "Education Types"
#~ msgstr "Типы обучения"
#~ msgid "Study Type SEO Before"
#~ msgstr "SEO Типы обучения До"
#~ msgid "Study Type SEO After"
#~ msgstr "SEO Типы обучения После"
#~ msgid ""
#~ "Creates all values from taxonomy «Education Types» as its on donor, sets "
#~ "slug and extra fileds"
#~ msgstr ""
#~ "Создать и (или) обновить донорские значения таксономии «Типы обучения» на "
#~ "получателе, включая ярлык и мета поля."
#~ msgid ""
#~ "There are no objects in taxonomy «Education Types» at all on selected "
#~ "donor site."
#~ msgstr ""
#~ "В таксономии «Типы обучения» на сайте-доноре нет ни одного значения."
#~ msgid "Any educator type"
#~ msgstr "Любой преподаватель"
#~ msgid "Educator"
#~ msgstr "Преподаватель"
#~ msgid "Educators"
#~ msgstr "Преподаватели"
#~ msgid "Educator level SEO Before"
#~ msgstr "SEO Преподаватели До"
#~ msgid "Educator level SEO After"
#~ msgstr "SEO Преподаватели После"
#~ msgid ""
#~ "Creates all values from taxonomy «Educators» as its on donor, sets slug "
#~ "and extra fileds"
#~ msgstr ""
#~ "Создать и (или) обновить донорские значения таксономии «Преподаватели» на "
#~ "получателе, включая ярлык и мета поля."
#~ msgid ""
#~ "There are no objects in taxonomy «Educators» at all on selected donor "
#~ "site."
#~ msgstr ""
#~ "В таксономии «Преподаватели» на сайте-доноре нет ни одного значения."
#~ msgid "Image Gallery"
#~ msgstr "Галерея изображений"
#~ msgid "Are you sure you want to clear this gallery?"
#~ msgstr "Очистить галерею полностью?"
#~ msgid "This gallery is already empty!"
#~ msgstr "Галерея уже пустая!"
#~ msgid "Add"
#~ msgstr "Добавить"
#~ msgid "Clear"
#~ msgstr "Очистить"
#~ msgid "Front Page » Highlighted Categories"
#~ msgstr "Главная страница » Прилепить категории"
#~ msgid ""
#~ "You can select which categories to highlight, by adding their slugs, "
#~ "separated by a comma: food, hotels, restaurants. To turn OFF highlighting "
#~ "- type None"
#~ msgstr ""
#~ "Можете указать, какие элементы категорий вывести, перчислив их ярлыки "
#~ "через запятную: anglijskij-dlya-biznesa, anglijskij-dlya-detej. Чтобы "
#~ "отключить вывод блока - напишитe None"
#~ msgid "Deleted %1$d menus of %2$d."
#~ msgstr "Удален %1$d меню из %2$d."
#~ msgid "Updated %1$d menus items of %2$d in %3$d menu."
#~ msgstr "Обновлено %1$d элемента(ов) меню из %2$d в %3$d меню."
#~ msgid "Inserted %1$d menus items of %2$d in %3$d menu."
#~ msgstr "Добавлено %1$d элемента(ов) меню из %2$d в %3$d меню."
#~ msgid "Updated %d widgets settings"
#~ msgstr "Обновлено %d настроек виджетов"
#~ msgid "Permalinks Updated"
#~ msgstr "Постоянные ссылки обновлены"
#~ msgid "Data syncronised earlier"
#~ msgstr "Данные уже синхронизированы"
#~ msgid "Syncronised successfully"
#~ msgstr "Синхронизировано успешно"
#~ msgid "Synchronization fail"
#~ msgstr "Ошибка синхронизации"
#~ msgid "Error getting donor data"
#~ msgstr "Ошибка получения данных донора"
#~ msgid "Deleted %1$d taxonomy values of %2$d."
#~ msgstr "Удалено %1$d значений таксономии из %2$d."
#~ msgid "Upadted %1$d taxonomy values of %3$d with %2$d taxonomy meta fields."
#~ msgstr ""
#~ "Обновлено %1$d значений таксономии из %3$d с %2$d мета полями таксономии."
#~ msgid ""
#~ "Inserted %1$d taxonomy values of %3$d with %2$d taxonomy meta fields."
#~ msgstr ""
#~ "Добавлено %1$d значений таксономии из %3$d с %2$d мета полями таксономии."
#~ msgid ""
#~ "Shows link on taxonomies, that listing includes, where [SEO Text] takes "
#~ "from taxonomy term meta field."
#~ msgstr ""
#~ "Выводит ссылки на значения таксономий, в которые входит запись, заменяя "
#~ "[SEO Текст] на значение из базу мета поля таксономии."
#~ msgid "- exclude these Posts:"
#~ msgstr "- исключить записи:"
#~ msgid "space separated ID`s, eg 11222 13"
#~ msgstr "ID номера через пробел: 11234 11521 ..."
#~ msgid "- and these taxonomy Terms:"
#~ msgstr "- и значения таксономий"
#~ msgid "space separated Slugs, eg 11222 13"
#~ msgstr "ярлыки через пробел: online offline ..."
#~ msgid "Use icon instead marker"
#~ msgstr "Использовать иконку вместо маркера"
#~ msgid "Front Page"
#~ msgstr "Главная страница"
#~ msgid "Sortable Listing Cards"
#~ msgstr "Сортируемый список карточек"
#~ msgid ""
#~ "Displays a list of your listings based on different criteria (eg. latest "
#~ "of featured listings from a specific category)"
#~ msgstr "Отображает список элементов на основании разных критериев"
#~ msgid "Listing sort:"
#~ msgstr "Сортировка:"
#~ msgid "Reviews count:"
#~ msgstr "Кол-во отзывов:"
#~ msgid "ASC"
#~ msgstr "Возрастание"
#~ msgid "DESC"
#~ msgstr "Убывание"
#~ msgid "Rating:"
#~ msgstr "Рейтинг:"
#~ msgid "Price:"
#~ msgstr "Цена:"
#~ msgid "Title:"
#~ msgstr "Заголовок:"
#~ msgid "Subtitle:"
#~ msgstr "Подзаголовок:"
#~ msgid "Number of items to show:"
#~ msgstr "Показывать элементов:"
#~ msgid "Show:"
#~ msgstr "Выводить:"
#~ msgid "All Listings"
#~ msgstr "Все"
#~ msgid "Featured Listings"
#~ msgstr "Отмеченное как \"Featured\""
#~ msgid "Default Order by:"
#~ msgstr "Сортировать по умолчанию по полю:"
#~ msgid "Reviews count"
#~ msgstr "Кол-во отзывов"
#~ msgid "Reviews Rating"
#~ msgstr "Рейтинг отзывов"
#~ msgid "Default Order:"
#~ msgstr "Сортировка по умолчанию:"
#~ msgid "Asc"
#~ msgstr "Возрастание"
#~ msgid "Desc"
#~ msgstr "Убывание"
#~ msgid "Items IDs(optional):"
#~ msgstr "ID элементов (опционально):"
#~ msgid "Categories Slug(optional):"
#~ msgstr "Слаги категорий (опционально):"
#~ msgid "This listing has expired."
#~ msgstr "Срок активности элемента истек"
#~ msgid "Search"
#~ msgstr "Поиск"
#~ msgid ""
#~ "Your browser does not support JavaScript, or it is disabled. JavaScript "
#~ "must be enabled in order to view listings."
#~ msgstr ""
#~ "Ваш браузер не поддерживает JavaScript. Чтобы увидеть страницу JavaScript "
#~ "должен быть включен."
#~ msgid "Filter"
#~ msgstr "Фильтр"
#~ msgid "Listings"
#~ msgstr "Школы"
#~ msgid "Reset"
#~ msgstr "Сбросить"
#~ msgid "Pages:"
#~ msgstr "Страницы:"
#~ msgid "Data will be used as seo variable «gorod» meaning"
#~ msgstr "Значение будет использовано для заполнения SEO переменной «gorod»"
#~ msgid "Data will be used as seo variable «goroda» meaning"
#~ msgstr "Значение будет использовано для заполнения SEO переменной «goroda»"
#~ msgid "Data will be used as seo variable «vgorode» meaning"
#~ msgstr "Значение будет использовано для заполнения SEO переменной «vgorode»"
#~ msgid ""
#~ "Wll be used as school description, while no filters selected on the "
#~ "search page"
#~ msgstr ""
#~ "Значение будет использовано как описание школ на странице поиска, когда "
#~ "не выбран ни один фильтр"
#~ msgid "Having problems with english school language search"
#~ msgstr "Возникли трудности с поиском школы английского языка"
#~ msgid "We can help You to find english school or courses absolutly free"
#~ msgstr ""
#~ "Мы бесплатно поможем Вам с подбором школы или курсов английского языка"
#~ msgid "We know all the features in english school search"
#~ msgstr ""
#~ "Мы знаем все особенности и нюансы в выборе школ или курсов английского!"
#~ msgid "Gotta problems with english school language"
#~ msgstr "Возникли трудности с поиском школы английского языка"
#~ msgid "Phone number within international format - \"+ and 11 digits\"."
#~ msgstr "Номер телефона в международном формате \\\"+ и далее 11 цифр\\\"."
#~ msgid "Phone number within international format - + and 11 digits."
#~ msgstr "Номер телефона в международном формате - \\\"+ и далее 11 цифр\\\"."
#~ msgid "We can help You to find english school or courses 100% free"
#~ msgstr ""
#~ "Мы бесплатно поможем Вам с подбором школы или курсов английского языка"
#~ msgid "Sort by: "
#~ msgstr "Сортировать по: "
#~ msgid "%s школа"
#~ msgid_plural "%s школ"
#~ msgstr[0] "%s школа"
#~ msgstr[1] "%s школы"
#~ msgstr[2] "%s школ"
#~ msgid "1 школа"
#~ msgid_plural "%s школ"
#~ msgstr[0] "1 школа"
#~ msgstr[1] "%s школы"
#~ msgstr[2] "%s школ"
#~ msgid "Any Educator Type"
#~ msgstr "Любой преподаватель"
#~ msgid "All categories"
#~ msgstr "Все категории"
#~ msgid "All districts"
#~ msgstr "Все округи"
#~ msgid "All regions"
#~ msgstr "Все районы"
#~ msgid "All metros"
#~ msgstr "Все метро"
#~ msgid "All prices"
#~ msgstr "Все цены"
#~ msgid "Choose category"
#~ msgstr "Выберите категорию"
#~ msgid "Choose district"
#~ msgstr "Выберите округ"
#~ msgid "Choose region"
#~ msgstr "Выберите район"
#~ msgid "Choose metro"
#~ msgstr "Выберите метро"
#~ msgid "Choose price"
#~ msgstr "Выберите цену"
#~ msgid "Choose comunication type"
#~ msgstr "Выберите форму обучения"
#~ msgid "Choose study type"
#~ msgstr "Выберите тип обучения"
#~ msgid "Choose Educator Type"
#~ msgstr "Выберите тип преподавателя"
#~ msgid "e.g 670"
#~ msgstr "Только ЦИФРЫ, например: 670"
#~ msgid "Price dimention is RUB per lesson"
#~ msgstr "Единица измерения цены \"Рублей за Урок\""
#~ msgid "External links Force"
#~ msgstr "Ссылки (подавление)"
#~ msgid "Search pattern"
#~ msgstr "Паттерн для поиска"
#~ msgid "Force links to open in a new window if they match this string"
#~ msgstr ""
#~ "Принудительно открыть в новом окне (закладке) ссылку, в которой "
#~ "присутствует этот текст"
#~ msgid "External links Ignore"
#~ msgstr "Ссылки (игнорирование)"
#~ msgid ""
#~ "Ignore links, and do not open them in a new window, if they match this "
#~ "string"
#~ msgstr ""
#~ "Игнорировать директиву \"Открыть в новом окне (закладке)\" ссылку, в "
#~ "которой присутствует этот текст"
#~ msgid "Custom Taxonomies Listing"
#~ msgstr "Список пользовательских таксономий"
#~ msgid "Check to exclude from Custom Taxonomies Widget"
#~ msgstr ""
#~ "Отметьте, чтобы все элементы данной таксономии были исключены из вывода в "
#~ "виджете \"Школы » Custom Taxonomies\""
#~ msgid "Exclude this Post ID`s (space separated)"
#~ msgstr "Исключить записи с ID (разделять пробелом)"
#~ msgctxt "Sorting tools"
#~ msgid "Rating"
#~ msgstr "популярности"
#~ msgctxt "Sorting tools"
#~ msgid "Price"
#~ msgstr "цене"
#~ msgid ""
#~ "Custom taxonomies is very big data array. You may sync it in one click. "
#~ "If taxonomy exists on donor - it will be updated, otherwise it will be "
#~ "created as new one"
#~ msgstr ""
#~ "Пользовательские таксономии - очень большой массив данных. Вы можете "
#~ "синхронизировать их значения в один клик. Если на получателе не найдется "
#~ "значения таксономии - оно будет создано, в противном случает значение "
#~ "таксономии будет обновлено."
#~ msgid "Use marker instead Icon"
#~ msgstr "Использовать маркер, вместо иконки."
#~ msgid "Override \"in Widget\" setting"
#~ msgstr "Подавить настройку \"в Виджете\""
#~ msgid ""
#~ "Check to ingnore \"in Widget\" setting. Will be applied ONLY for taxonomy "
#~ "\"Category\"."
#~ msgstr ""
#~ "Отметьте, чтобы настройка \"в Виджете\" была проигнорирована. Внимание!!! "
#~ "Применимо только для таксономии \"Категории\""
#~ msgid "(Overrided)"
#~ msgstr "(Подавлено)"
#~ msgid "inWidget"
#~ msgstr "в Виджете"
#~ msgid "in Widget"
#~ msgstr "в Виджете"
#~ msgid ""
#~ "You may sync all menu to donor site using Menu setting. Pay attention, "
#~ "that sync mechenism does not look for if object, that menu item point to "
#~ "- exist. The best way for using syncing menu is sync menu obejects first. "
#~ "If on donor site some menu objects will absent - core will creates menu "
#~ "point anyway, but it will be orphan, and will not have any available "
#~ "link, otherwise menu item will be updated. Be in mined, that uniq fileds, "
#~ "taking for for detecting object existing is ITS SLUG. Not name, nor ID"
#~ msgstr ""
#~ "Вы можете синхронизировать на получателя все меню донора с помощью этой "
#~ "опции. Обратите внимание, что механизам синхронизации в процессе работы "
#~ "не будет искать на получателе сами объекты, на которые ссылаются пункты "
#~ "меню. Поэтому наилучший способ синхронизации меню заключается в том, "
#~ "чтобы сначала синхронизировать сами объекты меню - страницы, записи, "
#~ "вложения и пр. Если "
#~ msgid "widgets"
#~ msgstr "виджеты"
#~ msgid "Force Redirect"
#~ msgstr "Принудительный редирект"
#~ msgid ""
#~ "Select the page to redirect to from any taxonomy term page. Visiting such "
#~ "a page will <br/> redirect to selected page with a status 301 — Moved "
#~ "Permanently."
#~ msgstr ""
#~ "Выберите страницу, на которую будет перенаправлен посетитель со страницы "
#~ "<br/> значений таксономии. Попытка открыть такую страницу <br/> вызовет "
#~ "безусловный редирект на указанную здесь страницу <br/> со статусом 301 — "
#~ "Moved Permanently."
#~ msgid "Pages"
#~ msgstr "Страницы"
#~ msgid "There are no pages at all on selected donor site."
#~ msgstr "На сайте-доноре нет ни одной страницы"
#~ msgctxt "comments title"
#~ msgid "%s review"
#~ msgid_plural "%s reviews"
#~ msgstr[0] "%s отзыв"
#~ msgstr[1] "%s отзыва"
#~ msgstr[2] "%s отзывов"
#~ msgctxt "comments title"
#~ msgid "%s comment"
#~ msgid_plural "%s comments"
#~ msgstr[0] "%s комментарий"
#~ msgstr[1] "%s комментария"
#~ msgstr[2] "%s комментариев"
#~ msgctxt "comments title"
#~ msgid "1 comment"
#~ msgid_plural "%1$s comments"
#~ msgstr[0] "1 комментарий"
#~ msgstr[1] "%1$s комментария"
#~ msgstr[2] "%1$s комментариев"
#~ msgid ""
#~ "Child theme has a possibility to syncronise several types of setting "
#~ "between different sites inside the WP Net. So, for example, you may first "
#~ "do all nessesary setting on any site, then go this page, select those "
#~ "site as Donor, select recivers and syncronise donor setting to all "
#~ "selected recivers. Sync direction alway from Donor to Reciver. Not any "
#~ "data can be syncronised due to different reasons, available to sync data "
#~ "divided in several blocks, and you should select one or more of it in the "
#~ "checkboxes below. To understand what exactly will be included within "
#~ "syncing - hover mouse over checkbox and delay on about second. Read color "
#~ "legend for sites recivers: <span class=\"donor_info\">Site Name</span> "
#~ "means donor site and <span class=\"inactive_info\">Site Name</span> means "
#~ "that site reciver has no active Listable Child Theme or(and) WP Job "
#~ "Manager plugin - needed for syncronisation. For additional information "
#~ "look Help Tab on the top right of this page."
#~ msgstr ""
#~ "Дочерняя тема Listable располагает встроенным мехнизмом синхронизации "
#~ "нескольких типов данных между сайтами сети WordPress. Например, Вы можете "
#~ "выполнить начальные настройки на любом сайте, затем перейти на эту "
#~ "страницу, выбрать настроенный сайт как Донор, выбрать сайты-получатели и "
#~ "синхронизировать желаемые типы данных. Направление синхронизации всегда "
#~ "одно - от Донора к Получателю. Не все типы данных сайт могут быть "
#~ "синхронизированы в принципе в силу различных причин. Доступные для "
#~ "синхронизации данные объединены в блоки, который Вам нужно выбрать. Чтобы "
#~ "понять, что именно будет синхронизироваться - наведите и задержите мышь "
#~ "над элементом с названием настроек. Ознакомьтесь с цветовой легендой "
#~ "состояния сайтов-получателей: <span class=\"donor_info\">Имя Сайта</span> "
#~ "означает сайт-донор, а <span class=\"inactive_info\">Имя Сайта</span> "
#~ "означает, что на сайте получателе не активна дочерняя тема Listable и "
#~ "(или) плагин WP Job Manager - которые должны быть активны во время "
#~ "синхронизации. Для дополнительной информации кликните на закладке Помощь "
#~ "в правом верхнем углу этой страницы."
#~ msgid "page"
#~ msgstr "страница"
#~ msgid ""
#~ "Child theme has a possibility to syncronise several types of setting "
#~ "between different sites inside the WP Net. So, for example, you may first "
#~ "do all nessesary setting on any site, then go this page, select those "
#~ "site as Donor, select recivers and syncronise donor setting to all "
#~ "selected recivers. Not any data can be syncronised due to different "
#~ "reasons, available to sync data divided in several blocks, and you should "
#~ "select one or more of it in the checkboxes below. To understand what "
#~ "exactly will be included within syncing - hover mouse over checkbox and "
#~ "delay on about second. Read color legend for sites recivers: <span class="
#~ "\"donor_info\">Site Name</span> means donor site and <span class="
#~ "\"inactive_info\">Site Name</span> means that site reciver has no active "
#~ "Listable Child Theme or(and) WP Job Manager plugin - needed for "
#~ "syncronisation. For additional information look Help Tab on the top right "
#~ "of this page."
#~ msgstr ""
#~ "Дочерняя тема Listable располагает встроенным мехнизмом синхронизации "
#~ "нескольких типов данных между сайтами сети WordPress. Например, Вы можете "
#~ "выполнить начальные настройки на любом сайте, затем перейти на эту "
#~ "страницу, выбрать настроенный сайт как Донор, выбрать сайты-получатели и "
#~ "синхронизировать желаемые типы данных. Направление синхронизации всегда "
#~ "одно - от Донора к Получателю."
#~ msgid "taxonomy"
#~ msgstr "таксономия"
#~ msgid ""
#~ "Select the page where you have placed the [jobs] shortcode. This lets the "
#~ "plugin know where the job listings page is located."
#~ msgstr "Укажите страницу, на которой размещен шорткод [jobs]."
#~ msgid "Force 301 redirect"
#~ msgstr "Принудительный редирект "
#~ msgid "Any category"
#~ msgstr "Выберите категорию"
#~ msgid "Location"
#~ msgstr "Выберите район"
#~ msgid "All Regions"
#~ msgstr "Все Районы"
#~ msgid "What are you looking for?"
#~ msgstr "Выберите ст. метро"
#~ msgid "Metro All"
#~ msgstr "Выберите метро"
#~ msgid "Add Image"
#~ msgstr "Добавить изображение"
#~ msgid "English language Schools & Courses "
#~ msgstr "Школы и курсы английского языка "
#~ msgid "Choose Educator"
#~ msgstr "Выберите преподавателя"
#~ msgid "1Categories"
#~ msgstr "srthsrhtsr"
#~ msgid "Taxonomy SEO Before"
#~ msgstr "SEO "
#~ msgid "Results"
#~ msgstr "Результатов"
#~ msgid "Add New"
#~ msgstr "Добавить Новую"
#~ msgid "Add %s"
#~ msgstr "Добавить %s"
#~ msgid "Types"
#~ msgstr "Метро"
#~ msgid "Listing Category"
#~ msgstr "Категория"
#~ msgid "Listings Categories"
#~ msgstr "Категории"
#~ msgid "Listing Regions"
#~ msgstr "Районы"
#~ msgid "Add New Region"
#~ msgstr "Добавить элемент - Район"
#~ msgid "No Results"
#~ msgstr "Ничего не найдено"
#~ msgid "There are no listings matching your search."
#~ msgstr "Нам не удалось найти школы, отвечающие параметрам Вашего запроса."
#~ msgid "Clear Filters "
#~ msgstr "Сбросить Фильтры"
#~ msgid "City"
#~ msgstr "Город"
#~ msgid "City All"
#~ msgstr "Выберите город"
#~ msgid "123Metro"
#~ msgstr "Метро"
#~ msgid "234Metro"
#~ msgstr "Метро"
#~ msgid "Cities"
#~ msgstr "Города" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/recommender/composer_file/composer.json | {
"name": "mahshad/wp-recommenderir",
"version": "1.1.0",
"description": "Wordpress and Woocommerce Plugin for Recommender.ir",
"homepage": "https://github.com/mahshad/wp-recommenderir",
"keywords": ["recommender", "wordpress", "woocommerce", "plugin"],
"type": "wordpress-plugin",
"license": "GPLv2 or later",
"authors": [
{
"name": "Mahshad Kalantari",
"email": "[email protected]",
"homepage": "http://mahshad.me",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"WPRecommenderIr\\": "classes/"
}
}
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/recras/change_log/changelog.md | # Changelog
## 2.3.4 (2019-03-27)
* Fix default contact form setting for Gutenberg contact form block
* Fix certain Gutenberg toggles on re-edit
## 2.3.3 (2019-03-26)
* Fix new online booking in IE
## 2.3.2 (2019-03-25)
* Package block only showed packages that were bookable online - fixed
* Voucher templates are now cached along with everything else
## 2.3.1 (2019-03-19)
* Fix missing "Start time" and "Show header" options in Package block
## 2.3.0 (2019-03-04)
* Add Google Analytics integration
* Add ability to pre-fill amounts form
## 2.2.2 (2019-02-28)
* Fix plugin on WordPress 4
## 2.2.1 (2019-02-28)
* Fix values not being set properly after opening a saved page (Gutenberg only)
## 2.2.0 (2019-02-26)
* Make plugin compatible with Gutenberg/WordPress 5+
* Update "classic editor" icons to reflect the icons used for Gutenberg blocks
## 2.1.2 (2019-01-30)
Update online booking library version. This fixes the minimum amount of "fixed programme" input fields.
## 2.1.1 (2019-01-24)
Update online booking library version. This fixes a few things with the new online booking method when you are logged in to your own Recras.
## 2.1.0 (2019-01-15)
Choose between drop-down or radio buttons for single-choice fields (customer type, package selection, gender, and single choice) in contact forms
## 2.0.7 (2019-01-08)
* "Price excl. VAT" for products is not supported anymore due to API change
* Update online booking library version:
- Disable date selection if there are min/max amount or dependency errors
- Fix "NaN" price when booking size input field was cleared
- Add option to show/hide programme times preview for online bookings (hidden by default)
- Add loading indicator when loading available time slots
## 2.0.6 (2018-11-30)
Update online booking library version:
* Don't scroll to amounts form when package is pre-selected
* Fixed attachments being shown even when "Send standard attachments" was disabled for a package
* Show console warning when you are logged in to the Recras being used
## 2.0.5 (2018-11-28)
Update online booking library version:
* Fixed a bunch of minor bugs and inconsistencies
* Show line price based on amount selected
## 2.0.4 (2018-11-20)
Update online booking library version
## 2.0.3 (2018-11-20)
* Voucher sales module without pre-selected template wasn't working - fixed
* Update online booking library version:
* Implement `keuze_enkel` fields in contact form
* Fix "NaN" price when amount input field was cleared
* Fix "Programme amounts are invalid" error in some cases
* Voucher sales showed templates without contact form when logged in - fixed
## 2.0.2 (2018-11-12)
Update online booking library version (check booking size lines for minimum amount)
## 2.0.1 (2018-11-09)
Fixed a problem with the previous release
## 2.0.0 (2018-11-09)
**Major release** This version might break things. Please read the following carefully:
* Added:
- Ability to show package/product image tag (instead of bare URL and having to add `<img>` tag manually)
- Add "Choice - single" field to contact forms
* Fixed:
- Position of datepicker popup on mobile
- "Customer type" selection in contact forms
* Changed: the discount and voucher fields for online bookings are now combined. This means there are some backward incompatible CSS changes. If you are **not** using an online booking theme, you might need to make some changes to your CSS when installing this version. Details on these changes can be found in the [changelog for the library](https://github.com/Recras/online-booking-js/blob/master/changelog.md#080-2018-10-29)
* Removed: `[arrangement]` and `[recras-arrangement]` shortcodes. These have been replaced by `[recras-package]` over 1.5 years ago.
## 1.15.2 (2018-10-19)
* Update online booking library version (fixes prices sometimes being shown incorrectly)
## 1.15.1 (2018-10-05)
* Update online booking library version (fixes online bookings that can only be paid afterwards)
## 1.15.0 (2018-10-01)
* Add themes for new online booking method
* Enable "Use new library" by default
* Update online booking library version:
- Show reasons why 'Book now' button is disabled
- Fix disabled 'Book now' button after changing date/time
- Fixes potential race condition
## 1.14.6 (2018-09-10)
* Better loading of polyfill
* Update online booking library version (fixes minimum amount of booking size row)
## 1.14.5 (2018-07-27)
* No changes. Releasing previous version failed, trying to re-release.
## 1.14.4 (2018-07-26)
* Update online booking library version
## 1.14.3 (2018-07-17)
* Update online booking library version
## 1.14.2 (2018-07-05)
* Fix online booking library not loading properly
## 1.14.1 (2018-07-05)
* Update online booking library version
## 1.14.0 (2018-06-13)
* Add option to try out the new online booking library
## 1.13.0 (2018-06-11)
* Add voucher sales module
## 1.12.3 (2018-06-08)
* Fix contact form submission when jQuery is loaded too late
## 1.12.2 (2018-06-08)
* Show error instead of crashing when package programme is empty
## 1.12.1 (2018-06-06)
* Enable automatic resizing initially for availability calendar
## 1.12.0 (2018-04-17)
* Add option to disable automatic resizing of online booking & availability iframes
## 1.11.5 (2018-03-27)
* Fix selection of newsletters in a contact form
## 1.11.4 (2017-11-27)
* Fix 500 error, sorry about that :(
## 1.11.3 (2017-11-24)
* Add explanation why sometimes packages are not available
## 1.11.2 (2017-07-03)
* Revert iframe change from previous version - did more harm than good
## 1.11.1 (2017-06-06)
* Show more helpful errors if something goes wrong
* Fix iframe heights if there is more than one iframe on a page
## 1.11.0 (2017-05-02)
* Added `[recras-availability]` shortcode to show availability calendar
* Rename "arrangement" to "package" to reflect text change in Recras
* Deprecated `[recras-arrangement]` shortcode in favour of `[recras-package]`
* New icons for TinyMCE buttons
* Fix loading icon when submitting a contact form
* Fix empty text on submit button after submitting a contact form
## 1.10.2 (2017-03-31)
Fix detailed description of arrangements
## 1.10.1 (2017-03-31)
Fix available arrangements for a contact form
## 1.10.0 (2017-03-06)
* Don't show seconds in arrangement/product durations
* Use display name instead of internal name for arrangements
## 1.9.1 & 1.9.2 (2017-02-20)
* Fix bug with iframe height
## 1.9.0 (2017-02-20)
* Listen for height-update message
## 1.8.1.1 (2016-12-09)
* Updated "Tested up to" version to 4.7
## 1.8.1 (2016-07-19)
* Fix problem with previous version not loading
## 1.8.0 (2016-07-18)
* Add image URL and description to arrangements
* The plugin is now available on Packagist, which means you can use Composer to install the plugin.
* Various small bug fixes
## 1.7.1 (2016-07-01)
* The Settings page is now hidden if you don't have permission to see it.
## 1.7.0 (2016-04-13)
* The online booking button now allows you to pre-select an arrangement. Only arrangements that are bookable online are included.
## 1.6.1 (2016-04-08)
Fixed a bug with contact form arrangements cache
## 1.6.0 (2016-03-23)
* Simplified emptying caches and added more explanation
* Arrangements in a contact form are now sorted alphabetically
* Added workaround for dropdown placeholders
## 1.5.0 (2016-03-08)
Succesfully submitting a contact form will now empty the form afterwards
## 1.4.0 (2016-02-23)
* Add optional date/time pickers
## 1.3.4 (2016-02-02)
* Fixed redirect URL after clearing cache
* Add placeholders to textareas
* Make "Unknown" the default gender, rather than "Male"
* Fix submitting a contact form on a page that has that same form multiple times
## 1.3.3 (2016-01-11)
* Sort products alphabetically
* Move stuff from Settings to a separate Recras page in the menu
## 1.3.2 (2016-01-08)
* Lowered minimum required WP version
* Applied new classes to date/time inputs
## 1.3.1 (2016-01-08)
Fixed online booking shortcode loading a contact form instead of the booking form
## 1.3.0 (2015-12-22)
* Add caching of all external data
* Add option to use a redirect after submitting a contact form
* Remove cURL requirement (unneeded as of 1.2.1)
## 1.2.1 (2015-12-22)
* Change "keuze" on a contact form from a dropdown to checkboxes (Fixes #5)
* Bypass our own serverside submit script, use XHR instead
## 1.2.0 (2015-12-21)
* Add the following possible properties to products: `description_long`, `duration`, `image_url`, and `minimum_amount`.
## 1.1.0 (2015-12-14)
* Only show arrangements in contact form shortcode editor that belong to that contact form
* Fix some styling issues (WP 4.4 only?)
* Show error message if a contact form does not have a field for arrangements, but one is set anyway (Fixes #3)
* If an invalid arrangement is set for a contact form, show dropdown of arrangements instead of generating an invalid form
## 1.0.0 (2015-11-09)
* Add shortcode for online bookings
* Add shortcode for products
* Change the way arrangement programmes spanning multiple days are shown
* Not all arrangements are available for all contact forms - the plugin now checks if the combination is valid
* Deprecated [arrangement] shortcode in favour of [recras-arrangement]
## 0.17.1 (2015-11-03)
Rename Subdomain to Recras name
## 0.17.0 (2015-10-27)
* When not showing labels, don't show an empty `li`/`td`/`dt` element
* Allow contact form submit button text to be changed
## 0.16.1 (2015-10-27)
Fix invalid HTML when using an `ol` or `table` for the contact form
## 0.16.0 (2015-10-27)
* Don't show asterisk for required fields if labels are disabled
* Show asterisk for required fields in placeholder
* Add option for decimal separator
## 0.15.1 (2015-10-27)
Move files out of assets folder, as WordPress handles this unexpectedly
## 0.15.0 (2015-10-27)
* Add logo for plugin repository
* Fix readme
## 0.14.5 (2015-10-27)
Workaround for array constants, which are not allowed by WordPress SVN
## 0.14.4 (2015-10-23)
Add Composer autoloader to prevent users from having to install Composer
## 0.14.3 (2015-10-23)
Update arrangement duration format
## 0.14.2 (2015-10-21)
Add missing arrangement shortcode button options (duration, location)
## 0.14.1 (2015-10-21)
* Replaced icons with GPL-compatible ones
* Update readme with more information
* Hack around not being allowed to load wp-load.php
* Translation update
## 0.14.0 (2015-10-20)
Add `location` and `duration` options to arrangement shortcode
## 0.13.3 (2015-10-20)
Fix translation not being loaded
## 0.13.2 (2015-10-19)
Add options added in 0.13.0 to the editor shortcode generator button
## 0.13.1 (2015-10-19)
Refactor
## 0.13.0 (2015-10-19)
* Add option to show contact forms as lists or tables
* Add option to hide labels on contact forms
* Placeholders added on contact forms, added option to hide them
## 0.12.1 (2015-10-09)
* Minor language fix
* Update Dutch translation
## 0.12.0 (2015-10-09)
Selection of arrangement and contact form is now possible via a dropdown rather than manually entering the ID
## 0.11.0 (2015-10-09)
WordPress' editors now have a button to insert a contact form without needing to know the syntax!
## 0.10.0 (2015-10-09)
WordPress' editors now have a button to insert an arrangement without needing to know the syntax!
## 0.9.0 (2015-10-08)
* Setting the `arrangement` parameter on a contact form will select this arrangement automatically and hide the field to the user.
* Fix empty option being the last option instead of the first option on arrangement dropdowns
## 0.8.0 (2015-10-08)
If a contact form has an "arrangements" field, show all arrangements in a dropdown
## 0.7.1 (2015-10-08)
Fix translations
## 0.7.0 (2015-10-08)
* Add loading indicator when sending a contact form
* Replace contact form popups with inline text boxes
* Fix placement of error messages on pages with multiple contact forms
## 0.6.2 (2015-10-08)
Fix placement of submit button on contact forms
## 0.6.1 (2015-10-08)
Fix a typo
## 0.6.0 (2015-10-08)
Add option to disable the header of a programme
## 0.5.1 (2015-10-07)
Show notice if cURL is not installed
## 0.5.0 (2015-10-07)
Add shortcode for contact forms
## 0.4.2 (2015-10-07)
Unified CSS class names
## 0.4.1 (2015-10-07)
Proper handling of debug mode
## 0.4.0 (2015-10-06)
Add currency option, defaults to Euro (€)
## 0.3.0 (2015-10-06)
* Add Dutch translation
* Wrap output of the shortcode in `<span>`s with different classes, for styling purposes
## 0.2.1 (2015-10-06)
Don't `die()` on errors, but return error message instead
## 0.2.0 (2015-10-06)
First version! |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/redirect-modal-based-on-country/translation_file/languages/redirect-modal-based-on-country-vi_VN.po | # Copyright (C) 2021 David Kurniawan
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Redirect Modal Based On Country 1.0.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/redirect-modal-based-on-country\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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: redirect-modal-based-on-country\n"
# automatic translation
#: includes/class-redirect-modal-based-on-country-admin-menu.php:60
msgid "Full redirect URL if visitor country is from"
msgstr "URL chuyển hướng đầy đủ nếu quốc gia của khách truy cập đến từ"
# automatic translation
#: public/partials/redirect-modal-based-on-country-public-display.php:18
msgid "We will redirect you!"
msgstr "Chúng tôi sẽ chuyển hướng bạn!"
# automatic translation
#: public/partials/redirect-modal-based-on-country-public-display.php:19
msgid "Seems like you are coming from"
msgstr "Có vẻ như bạn đến từ"
# automatic translation
#: public/partials/redirect-modal-based-on-country-public-display.php:22
msgid "Go to"
msgstr "Đi đến"
# automatic translation
#: public/partials/redirect-modal-based-on-country-public-display.php:24
msgid "Stay on this page"
msgstr "Ở lại trên trang này" |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/redirect-unattached-images/change_log/CHANGELOG.md | ## Changelog for Redirect Unattached Images ##
### 0.1.2
Change of ownership.
### 0.1.1
Made a minor improvement to the way attachments are checked before being redirected.
### 0.1.0
Initial release. |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/redux-framework/change_log/CHANGELOG.md | # Redux Framework Changelog
## 3.6.8
* New: Added values to media field return array: (title, caption, alt, description).
## 3.6.7.14
* Fixed: Error in AJAX save due to incorrect object reference in redux.js.
## 3.6.7.13
* Fixed: Removed unused set_transient in welcome routine. It was causing slow queries.
## 3.6.7.12
* Updated: Google Font update.
## 3.6.7.11
* Fixed: #3440: Parent object not being properly set in the Redux filesystem.
## 3.6.7.10
* Fixed: Color picker CSS issues as a result of WP 4.9.
## 3.6.7.9
* Fixed: #3429 - Select2 Sortable needed jQuery Sortable dependency.
## 3.6.7.8
* Fixed: Admin noticies when multiple instances of Redux running not displaying per panel.
## 3.6.7.7
* Fixed: Path doesn't exist on first activation, via the filesystem API.
## 3.6.7.3
* Fixed: #3414: Incorrect classname causing an error on load, via the filesystem API.
## 3.6.7.2
* Fixed: #3413 - Restored old code allowing non array value for mode. This is for backward compatibility only and is unsupported.
## 3.6.7.1
* Fixed: #3410, #3409 - Dimensions field output causing index errors when mode not set in option array.
## 3.6.7
* Fixed: #3406 - javascript hasClass improperly used, affected customizer.
* Updated: Google Fonts.
## 3.6.6.3
* Fixed: Array declarations PHP 7.1 now requires.
## 3.6.6.2
* Updated: Updated newsletter subscribe submit to support our newer newsletter server.
## 3.6.6.1
* Fixed: #3379 - select_image field not properly displaying default. 'default' arg must now be the full path to default image.
## 3.6.6
* wp.org release.
## 3.6.5.3
* Fixed: Misspelled class name is system info compiler causing System Status to fail.
* Fixed: #3359 - Responsive issue on option panel. Too much blank space on panel in smartphone mode.
* Fixed: #2914, #3356 - Default image_select preset image not selected. This was originally by design. Now it's a thing.
## 3.6.5.2
* Update: Parsedown.php for PHP 7.x
* Fixed: System status improperly reporting writable status on upload folder.
## 3.6.5.1
* Fixed: #3124 - User submitted 'current_user_can' failing on PHP version <= 3.5.13. Thanks for the assist, @sourabgupta88
## 3.6.5
* Modified: #3321 - Font subset in typography not rendering on IE and Edge (Seriously? People still use those?)
* Modified: PHP7 compatibility.
## 3.6.4.4
* Fixed: #3293 - Required not liking/hiding fields with switch default of 'false'.
## 3.6.4.3
* Fixed: Remove leftover var_dump from the core.
## 3.6.4.2
* Fixed: Tracking and newsletter popups were failing due to broken javascript.
* Fixed: #3291: Required with parent as an array not checking properly. Someone took out my object check!! - kp
* Modified: Date field calander now renders on .redux-container div.
## 3.6.4.1
* Updated: googlegonts.php file.
* Modified: = and != required statements now use typesafe comparisons.
* Fixed: link_color field now properly displays all color fields.
* Added: link_color field now included 'focus' color block.
* Modified: Re-styled link_color field to be more inline with other fields of it's type, that is, it looks better.
* Added: 'title' attribute to image_select field, since 'alt' was no longer working to display hover tooltip.
* Fixed: Default data not saving correctly in sorter field.
## 3.6.4
* WP.org release
## 3.6.3.5
* Modified: Changed gitignore file to exclude sublime text files.
* Fixed: #2966 - Translation bug. Identified and fixed by @iiandrade. Thanks!
* Modified: Generated all CSS map files to get rid of Chrome warnings.
* Added: Required for the Advanced Customizer thanks to @britner!
* Modified: Various customizer fixes and changes to match new styles.
* Modified: Customizer only code in Redux.js, moved to the customizer.js file.
* Modified: Isolated Redux CSS to be nested and not affect other products or WP UI.
* Added: #3222 - HUGE update by @enchiridion to allow for advanced and complicated permissions. WTG!
* Added: New hooks for how Extension APIs are called. Much cleaner.
## 3.6.3.4
* Fixed: #3214 - Typography color field not triggering compiler hook.
## 3.6.3.3
* Fixed: #3201 - Index error when using compiler argument with spinner field.
## 3.6.3.2
* Updated: #3189 - PHP7 compatibility for preg_replace validation.
## 3.6.3.1
* Fixed: #3186 - Multi text field not removing single field when clicking "Remove".
* Fixed: #3180, #2641 - Button set multi mode saving incorrectly. Please check your code for a possible backward compatibility issue when using this mode. The foreach() function with an empty() check must now be used, versus individual array keys as only selected options are saved to the database.
## 3.6.3
* WP.org release
## 3.6.2.3
* Modified: Change customizer hover styles to match WP 4.7.
## 3.6.2.2
* Modified: #3169 - print_r of wpdb queries in dev_mode removed.
## 3.6.2.1
* Fixed: #3159 - Support for SVG in gallery media selection.
* Fixed: #3158 - PHP warning for _validate_values function when extensions installed on PHP7.
## 3.6.2
* WP.org release and cleanup
## 3.6.1.3
* Fixed: #3105 - link_color output failing due to PHP error.
## 3.6.1.2
* Fixed: #3103 - WP 4.6 forces new default date format, breaking date validation.
## 3.6.1.1
* Fixed: Typography subsets error due to typo.
## 3.6.1 - WP.org release
## 3.6.0.11
* Removed: Empty PHP file from editor field.
* Modified: Replaced class primary function name in browser.php to __construct for PHP7 compatibility.
## 3.6.0.10
* Fixed: #3051 - Color_RBGA field RGBA value outputting zeros when color is left blank.
## 3.6.0.9
* Fixed: #3048 - Subsection tabs not including specified section class name.
## 3.6.0.8
* Fixed: Incorrect string comparison result in admin link check. Thanks @ksere.
* Fixed: Check value exists before validating when used with Metabox extension. Thanks @Enchiridion
## 3.6.0.7
* Fixed: Empty values not passing to validation_callback.
## 3.6.0.6
* Fixed: Javascript error in customizer javascript, preventing save of changed options.
* Fixed: #3019 - Section descriptions incorrect when opt_name contains digits.
## 3.6.0.5
* Reverted: Changes to typography. The on input variable solution was not working.
* Fixed: Support URL has generator was failing with an error.
## 3.6.0.4
* Changed: Typography field is now only ONE input variable. Should reduce our
max_input_vars errors dramatically.
## 3.6.0.3
* Fixed: Some XSS vulnerabilities only available in the backend when authenticated as a user.
## 3.6.0.2
* Fixed: Customizer.min.js compression issue. Deploy.
## 3.6.0.1
* Fixed Outdated redux.min.js on wp.org causing option panel failure.
* Fixed: #2936 - Border field outputting px with blank value.
* Fixed: Resolved Theme-Check php shortcode false notice.
* Modified: No more major redirect for the Redux page, only on first install with the plugin.
* Fixed: IE11 bug in the customizer. Thanks @anikitas!
## 3.6.0
* Fixed: Fixed Customizer path issues
* Added: Added new default arguments filter by opt_name and type. :)
* Notice: WP.org release
## 3.5.9.8
* Fixed: #2903 - False positive flag in border field JS. Avast doesn't like empty document ready statements.
## 3.5.9.7
* Fixed: #2880 - More issues with the extensions_url routine.
## 3.5.9.6
* Fixed: #2876 - Fixing more unvetted user contributions.
## 3.5.9.5
* Modified: #2855 - Extensions now have a helper class to help composer-based installs. Thanks @2ndkauboy!
## 3.5.9.4
* Fixed: #2857 - Required 'contains' not properly evaluating with checkboxes.
## 3.5.9.3
* Fixed: #2831 - Localization was complete broken.
* Fixed: #2832 - CSS conflicts with Rev Slider (Hey, Rev Slider guys, you don't have to load your CSS on every admin page. Really?)
## 3.5.9.2
* Fixed: Leftover debug echo line in basic customizer extension.
## 3.5.9.1
* Added: EXPERIMENTAL: New parsing code in an effort to break the 1000 max_input_var issue that crops up from time to time. Thanks, @harunbasic
* Added: EXPERIMENTAL: "Bugfix" for extension_url in an effort to make it correct. Thanks, @ottok
## 3.5.9
* Notice: New wp.org release
## 3.5.8.15
* Fixed: Wordpress 4.4.1 related issues.
## 3.5.8.14
* Fixed: #2794 - User contributed code from #2716 did not contain isset and caused an index error.
## 3.5.8.13
* Modified: Added tons of wp_remote_get handlings to stop bringing down site if Redux is down.
* Modified: When some items appear or not. Making devs lives easier. ;)
## 3.5.8.12
* Updated: parsedown.php vendor code, to deal. with PHP 7.0 errors.
## 3.5.8.11
* Fixed: #2774 - border fields set to 0 would disappear after saving.
* Modified: Post/page settings on the media gallery window hidden for gallery field, since they are not applicable to Redux.
* Added: #2728 - Filter for hints HTML. 'redux/hints/html'. Thanks, @nyordanov.
* Fixed: #2716 - Enqueue jquery sortable when select field is set to sortable. Thanks, @josh-rathke.
## 3.5.8.10
* Fixed: #2726 - Redux fixes for WordPress 4.4.
* Fixed: #2713 - Alerts wouldn't disappear.
## 3.5.8.9
* Fixed: #2726 - WP 4.4 breaking template.php include, because the core WP guys thought it would be hilarious to break everyone else's stuff.
## 3.5.8.8
* Fixed: Specifying 'user' in a field's data argument would produce WordPress depreciation errors.
## 3.5.8.7
* Fixed: Reflective XSS security fix. Thanks to Kacper Szurek for the information.
## 3.5.8.6
* Modified: #2685 - Rejoined http strings to prevent errors in theme check. Trade off, INFO notices will appear. @Otto says this is ok.
## 3.5.8.5
* Fixed: #2684 - Sorter not displaying (or saving) WordPress data when using the data argument.
## 3.5.8.4
* Added: #2673 - WP_CLI check before welcome page redirect.
* Fixed: #2677 - tinymce javascript errors when wp editor is disabled.
## 3.5.8.3
* Modified: While in dev_mode, notices will appear if Redux sample data in share_icons and admin_bar_links arguments is not changed.
This became necessary because devs are not changing this data and theme ends users are coming to us for theme support.
* Modified: Redux links to be // instead of http:// or https:// to ensure portability for secure sites.
## 3.5.8.2
* Fixed: #2665 - For those who must have empty dirs in the extensions dir. No more errors.
* Added: #2660 - Added 'user'/'users' data type to wordpress data arg. Thanks @golchha21.
## 3.5.8.1
* Fixed: #2652 - load_plugin_textdomain using depreciated argument.
## 3.5.8
* Fixed: Customizer preview callback working again.
## 3.5.7.12
* Fixed: last_tab argument not working.
## 3.5.7.11
* Fixed: #2637 - color picker clear.
* Fixed: #2633.
## 3.5.7.10
* Fixed: #2624 - Border field saving/output 0px when no default set. Now accepts no default and outputs no CSS for blank values.
* Fixed: color_rgba no long outputs CSS with empty color values.
## 3.5.7.9
* Fixed: #2612 - pseudo classes not appending to multiple selectors in link_color output.
## 3.5.7.8
* Modified: The mass data escaping of Redux Core output. Part I.
## 3.5.7.7
* Fixed: #2609 - Section not folding correctly with class argument specified.
## 3.5.7.6
* Fixed: #2607 - button_set required scalar check for array returned by terms in the data arg. Thanks @Enchiridion.
## 3.5.7.5
* Fixed: Fixing more inconsistencies with wp_filesystem dirlist. How about some proper documentation, Otto?
## 3.5.7.4
* Fixed: #2582: Added extra check for get_terms to avoid error.
## 3.5.7.3
* Fixed Filesystem proxy dirlist triggering file permission errors on empty array.
## 3.5.7.2
* Fixed: #2571 - Sorter adding extra disable column on new entries if 'disabled' is lowercase.
* Updated Fields css for dev_mode off.
## 3.5.7.1
* Updated: Updated container.tpl version.
* Fixed: #2570 - multi-text field CSS bleeding over into WP.
## 3.5.7
* Fixed Customizer customizer_only and customizer section overrides. Also global customizer => false was not working.
## 3.5.6.9
* Added Security suggestions posed in #2543 by Julio Potier from SecuPress.
## 3.5.6.8
* Fixed: 'dirlist' in filesystem proxy returning permission error on empty dirs.
## 3.5.6.7
* Added setOption and getOption to Redux API.
* Added 'hide_save' argument.
## 3.5.6.6
* Added: 'readonly' argument for textarea.
## 3.5.6.5
* Fixed: #2545 - CSS validator error output misconfigured.
* Fixed: ACE adding escape slashes to quotes via CSS validation, causing improper error message.
## 3.5.6.4
* Added: `ajax_save` arg for fields. Setting to false will reload the options panel when the set option has changed.
* Fixed: #2532 - Spinner field arrow spacing off when dev_mode set to false due to missing `!important` CSS suffix.
## 3.5.6.3
* Added: `autocomplete` arg to text field. This is FALSE by default.
## 3.5.6.2
* Fixed: Color RGBA field missing name_suffix. Will now work in repeater extension.
## 3.5.6.1
* Fixed: Index error regarding icon argument.
## 3.5.6
* Fixed Customizer WP 4.3 final fixes.
## 3.5.5.9
* Fixed #2500 - Conflict with outdated select2 in JW Player plugin.
## 3.5.5.8
* Modified: icon_type no longer needed for section icons. Now detects if URLs are provided for images.
* Fixed: Various customizer fixes. HTML in the customizer title.
* Modified: Media URL now is 95% wide.
* Modified: Select2 now 100% width instead of just resolve (that doesn't always work).
## 3.5.5.7
* Modified: Field enqueue method to allow for more flexibility.
* Added: Support for Airplane Mode plugin (https://github.com/norcross/airplane-mode) by @norcross. Thanks @chriscct7 #2463
## 3.5.5.6
* Fixed: Undefined index in theme-check enhancements. Thanks @winwinwebdesign!
* Removed: SASS compiler & code. Note needed.
* Fixed: Color transparency live-update for Customizer for color, background,
and color gradient fields.
## 3.5.5.5
* Fixed: Undefined index when removing a section.
## 3.5.5.4
* Fixed: Typography bug onload always saying settings have changed.
* Modified: Added minified customizer JS.
## 3.5.5.3
* Fixed: Redux CUSTOMIZER! YEA!
## 3.5.5.2
* Fixed: Small echo in Redux API
## 3.5.5.1
* Fixed: PHP 5.2 Theme-Check error.
## 3.5.5
* Fixed: Date-time fixes with CSS overloading and positioning.
## 3.5.4.35
* Added: Lite support for https://wordpress.org/plugins/plugin-dependencies/
* Modified: CDN to be a more bulletproof solution (http://jsdelivr.net).
* Modified: CDN alerts to be more clear, and have proper links.
## 3.5.4.34
* Fixed: Bad code in raw field hosing up the entire panel.
## 3.5.4.33
* Modified: #2436 - Validation check for any validation type ending in 'not_empty' now recognized.
## 3.5.4.32
* Fixed: Undefined index for undeclared variable in Theme-Check checks.
* Fixed: Annoying Redux Theme-Check notices.
* Fixed: How some functions were called.
## 3.5.4.31
* Fixed: Theme-Check baby! Everything working as it should with extra theme-check hints to prepare
your theme for submission!
* Fixed: Better .org hinting for theme submission.
* Modified: `forced_dev_mode_off` argument that will ensure dev_mode is ALWAYS off.
PLEASE do not ship with this enabled. We will NOT provide any support for any instance that
has this argument enabled. Disable and test prior to posting on our issue tracker.
* Added: `customizer_only` as a global arg that disables all of Redux except for the customizer, in
preparation for our customizer integration.
## 3.5.4.30
* Modified: Dissmissable Redux Admin notices now use the WP 4.2 dismiss JS and Ajax. Pretty.
* Modified: Admin notice code is now it's own isolated class inside core.
* Modified: Use DB for admin notice, not flat-files. Boo.
* Modified: Sample configs not to cause errors if multiple users use the same function name.
* Fixed: CDN internationalization class.
* Modified: Parsedown so as not to throw a shortcode error that didn't actually exist.
## 3.5.4.29
* Fixed: #2446 - Non google font choice not saving in certain instances.
## 3.5.4.28
* Fixed: Added additional check in redux.js to stop errors with panels containing multiple raw fields.
* Fixed: Hopefully, the issue of settings not saving on first install when using the Redux API.
## 3.5.4.27
* Fixed: Set use_cdn argument to true, by default.
## 3.5.4.26
* Fixed #2437 - undefined value set to blank line height.
## 3.5.4.25
* Fixed: #2429 - Required evaluator 'contains' not working properly with multi_check
## 3.5.4.24
* Fixed: #2426 - Section field not indenting.
## 3.5.4.23
* Fixed: Divider field not rendering properly.
* Added: `fieldset_class` argument for fields. Thanks @Enchiridion.
* Added: Option to set checkbox label. Thanks @Enchiridion.
* Added: javascript .trigger('change') to switch, spinner, and image_select. Thanks @Enchiridion.
## 3.5.4.22
* Modified: Ajax change output of error and notice via hooks.
## 3.5.4.21
* Fixed: #2414 - Bad ajax save due to mis-initialized variable.
## 3.5.4.20
* Fixed: CSS in metabox fields all wanky.
* Added: 'reload_on_change' arg for fields, to force page reload after setting change.
## 3.5.4.19
* Fixed: #2377 - Replaced mysql_gets_server_info with $wpdb.
## 3.5.4.18
* Modified: Templates to properly excape values.
* Fixed: Import/Export to properly be full-width and use lazy-load JS.
* Modified: CSS for sections to bound to the section, not all of Redux.
## 3.5.4.17
* Fixed: #2368 - Options panel layout offset.
* Fixed: #2369 - validate_callback not working for color, color_gradient, and date.
## 3.5.4.16
* Fixed: #2355 - Space missing in switch class arg.
* Fixed: Fixed all fields without leading space in class arg.
## 3.5.4.15
* Modified: Restrict table modification to redux-container.
* Fixed: Container overflow for pre's.
* Modified: Redux API to include removeSection and removeField.
* Added: Added before and after hooks to any panel template file.
## 3.5.4.14
* Fixed: #2351 - WP_Error check added to admin blast remote get.
## 3.5.4.13
* Modified: Moved styling for the divide field into it's own CSS file.
* Modified: All WP Color Pickers to properly save the value before save.
* Added: CSS Styles for the customizer. ;)
## 3.5.4.12
* Modified: Panel is MUCH more responsive now.
* Fixed: Small stylings for a few fields.
* Fixed: Added extra qTip class.
## 3.5.4.11
* Modified: Ajax save animation. Added fallback for pre 4.2 CSS.
* Fixed: Small issue with Redux info boxes and spacing.
* Fixed: Small bug with the Redux API where divide sections were causing errors.
* Fixed: Small admin blast fix.
## 3.5.4.10
* Modified: Qtip and Spectrum vendor libraries restored to local.
* Fixed: Admin notice loading on front end.
* Modified: Callback actions run with do_action_ref_array now.
* Added: show_options_object argument to enable or disable option object.
## 3.5.4.9
* Added: Error suppressing to filesystem class to avoid notice errors when site goes down.
## 3.5.4.8
* Fixed: Panels not rendering, again
* Added: Vendor support plugin link to CDN fallback message.
## 3.5.4.7
* Modified: Moved vendor libraries ACE, select2, qtip, and spectrum to CDN.
* Removed: Local installs of above libraries.
## 3.5.4.6
* Fixed: Option panel not rendering due to experimental code.
## 3.5.4.5
* Fixed: How sorter works with data
* Modified: How the data arg is stored in Redux.
## 3.5.4.4
* Removed: sysinfo.php. No longer needed in lieu of our support URL feature.
* Removed: debug.php. Moved to options_object extension.
* Modified: #2274 - PHP Unit test compatibility. Thanks @daithi-coombes.
* Modified: #2144 - Optional class argument per image. Thanks @paulthecoder.
* Fixed: #2278 - More W3 Total Cache hacks.
## 3.5.4.3
* Fixed: #2258 - welcome redirect error with embedding plugin scenarios.
* Fixed: Redux plugin load order when activating plugins.
## 3.5.4.2
* Fixed: #2271 - stuck redirect on godaddy (seriously, get a real host, people) servers.
## 3.5.4.1
* Fixed: #2216 - Reset section not always working within FF.
## 3.5.4
* Modified: update_notice arg only truly shows up if dev_mode is on.
## 3.5.3.3
* Added: Tooltip to developer mode badge, for informational purposes.
* Modified: Added css_layout ext to default value filter, to avoid errors.
## 3.5.3.2
* Fixed: #2239 - Various extensions didn't support default values for default arg. Filtered out offending extensions.
## 3.5.3.1
* Fixed: WP.org ONLY SVN mixup.
## 3.5.3
* Fixed: #2228 - Submenu items still visible if permissions not allowed.
* Fixed: Import/Export showing up in customizer.
* Modified: Admin-fresh theme to match new WordPress 4.2
* Modified: Redux widget now has a proper ID. Thanks @corradomatt!
* Modified: Added text-shadow to submenu items to give a stronger "pop"
* Modified: Page_slug now dynamically generated if not specified.
## 3.5.2.2
* Modified: Admin blast message pinging server on each load after three day expiration. Possible slow down of the overall panel loading time.
## 3.5.2.1
* Fixed: #2221 - Background field media not enqueueing when used with no other media based fields.
## 3.5.2
* Fixed: #2214: Bad path for import/export enqueue.
* Release: Wp.org release.
## 3.5.1
* Release: Wp.org release.
## 3.5.0.7
* Modified: Redux News dashboard widget appears only when dev_mode is true or in a local host environment.
## 3.5.0.6
* Fixed #2127 - Elusive icons not working in footer as before.
* Fixed Issue where Status tab not showing extension versions properly.
* Fixed Issue in support URL not passing data correctly.
## 3.5.0.5
* Fixed Support URLs now work even if max_input_vars is way low in PHP 5.3+
## 3.5.0.4
* Fixed #2197 - Import/export not loading proper for those who have opted to install Wordpress in ways it was never intended.
## 3.5.0.3
* Fixed: 'Generate Support URL' feature kicking back error.
## 3.5.0.2
* Fixed Sortable checkbox labels not displaying properly.
* Fixed Sortable textbox not displaying default value as placeholder.
* Updated: sample-config with accurate example for both sortable modes.
## 3.5.0.1
* Fixed #2181 - Fixed issue with Ajax Save when PHP 5.3 Magic Quotes were disabled.
## 3.5.0 OFFICIAL RELEASE
Various fixes and improvements for release.
## 3.4.4.9.4
* Fixed: #2181 - Issue with PHP < 5.4 and the Ace Editor field. Oy.
## 3.4.4.9.3
* Fixed: #2163 - Undefined error in JS.
## 3.4.4.9.2
* Fixed: #2176 - Infinite loop in the customizer for live preview of themes.
## 3.4.4.9.1
* Fixed: Support page now works.
* Fixed: Fix for MySQL deprecated functions in php 5.5+.
## 3.4.4.9
* Added: Dynamic admin messages (aka Newsflash). Dismissable admin messages announcing breaking Redux news.
Messages will not appear for users when dev_mode is set to `false`. However, messages remain active
on localhosts, so devs may benefit.
## 3.4.4.8
* Fixed: #2155 - Fixed import with ajax_save.
* Fixed: Changelog now uses raw field parsedown if present.
## 3.4.4.7
* Added: Redux Framework News Widget on the WP Dashboard.
## 3.4.4.6
* Fixed: #2156: `label` argument not recognized when using sortable as textbox.
## 3.4.4.5
* Fixed: #2140 Another PHP 5.2 issue with ajax_save.
* Modified: Opt groups for select field now working in customizer even if not supported.
## 3.4.4.4
* Added: `full_width` arg now makes ANY field full-width. :)
## 3.4.4.3
* Fixed: #2133 - Ajax save adding extra backspashes in PHP 5.2 only (They didn't use array map properly).
* Fixed: Customizer wasn't working. Thanks @sgssandhu!
## 3.4.4.2
* Fixed: #2125 - Compiler not firing on first save, when using ajax_save.
## 3.4.4.1
* Fixed: #2118 - Typography JS error.
## 3.4.4
* Fixed: Odd typography bug no one has reported.
* Modified: Sticky header and footer to remain within the redux-main container.
## 3.4.3.9
* Fixed #2097 - Slash fix for ajax_save that was previously believed to be an isolated issue. Now applied on all ajax saves.
## 3.4.3.8
* Fixed: #2086 - color_rgba improperly functioning when transparent mode set to false.
## 3.4.3.7
* Fixed Import/Export bug where it wasn't running.
* Modified Locations of the core extensions directory as well as grunt configuration.
## 3.4.3.6
* Fixed #2047 - Validation will now accept 0 as a value to be tested. Thanks @Ninos!
* Added url_slug validation with option flush_permalinks!
* Fixed Issue where the remove of background field was always showing an empty preview box.
* Modified Turned ajax_save on by default for additional bug reports. ;)
* Modified Added some margin above validation errors/warnings so they look better.
* Modified Removed previous element border for any section so it looks better.
## 3.4.3.5
* Fixed #2081 - Section field hiding any field after. Weird.
## 3.4.3.4
* Added #2047 - `output_transparent` argument to output the blank color feature as 'transparent'.
* Fixed #2080 - missing 'rem' unit and inability to process float values. Thanks to @HELWATANY for the fixes!
* Fixed #2043 - misaligned images in image_select field.
## 3.4.3.3
* Added: #2064 - Merge argument for image_select. Thanks @Ninos
* Modified: Import/Export is now an extensiona and decoupled from the core.
* Fixed: Spinner had a nasty number bug, now resolved.
* Fixed: #2076 - RTL bug with old ID's. Thanks @mahfoozroy.
* Fixed: #2072 - Ajax_save editor type bug fix.
## 3.4.3.2
* Fixed: #2058 - Incorrect path in include statement for sysinfo.php
## 3.4.3.1
* Modified: Templates now have versioning with a warning (dev_mode only) if they are outdated from the core templates.
## 3.4.3
* Modified: Ajax saving now has overlay during save to avoid confusion for users.
## 3.4.2.9
* Modified: Template files even more for simplicity and ease.
* Modified: Saving. Redux now has the ajax_save argument if you want it!
* Modified: Validation warnings now work.
## 3.4.2.8
* Fixed: Changed set_transient function to public to avoid errors in new templating code.
## 3.4.2.7
* Modified: Entire panel template is now decoupled from the theme and implemented with many filters for easy customization.
## 3.4.2.6
* Fixed: #1478 - Import/export failing when two instances if Redux in use. Thanks, @desaiuditd!
* Fixed: Section field not indenting properly, if at all.
## 3.4.2.5
* Added: #2031 - Proper CSS sanitization for compliancy with WP.org.
## 3.4.2.4
* Fixed: #2027 - added isset()
## 3.4.2.3
* Fixed: #2019 - Reset issues with PHP 5.2. Thanks a bunch, @Webcreations907!
## 3.4.2.2
* Fixed: #2023: Issue with custom submenus in menu.
## 3.4.2.1
* Fixed: #2025: Issue with select sorting.
## 3.4.2
* Update: ACE Editor. Thanks @corradomatt.
## 3.4.1
* Fixed: Small filesystem option with bad filter key reference.
* Added: Small return if $section filter returned the section empty.
## 3.4.0
* WP.org Release
## 3.3.10.7
* Fixed: Reset section hook firing too early.
## 3.3.10.6
* Modified: The Redux Repeater field has landed!
## 3.3.10.5
* Fixed: #1983 - color_rgba not outputting default values on first load (before save).
## 3.3.10.4
* Fixed: Google font enqueues with opt_name to avoid collision with multiple Redux instances.
## 3.3.10.3
* Fixed: #1980 - JS errors with sorter & sortable.
* Fixed: color_rgba field outputting incorrect information via output/compiler.
## 3.3.10.2
* Fixed: #1979 - Goole fonts not properly loading in typography dropdown.
## 3.3.10.1
* Fixed: Undefined index error on MU installs.
## 3.3.10
* Removed: SASS compile of field CSS, for the time being. Compiler remains in core.
* Improved: Panel load time, most notable when not in dev_mode. Better for your clients. :)
* Updated: Elusive Font library.
* Fixed: #1961 - color_rgba field defaulting to black on reset.
## 3.3.9.35
* Fixed: #1941 - Datepicker opened off screen.
* Fixed: #1756, #1957 - Slider issues. Thanks @FFIN!
* Fixed: #1960 - Duplicate slide when clicking Add. Again, thanks to @FFIN for the fix.
* Added: New filter: apply_filters 'redux/validate/{opt_name}/before_validation'
* Fixed: #1745 - Adding settings submenu to empty submenu now works. Many, many thanks to @No3x for cracking this one!
## 3.3.9.34
* Fixed: #1955 - Undefined index rgba in output routine.
## 3.3.9.33
* Modified: #1947 - Added display:none to TR tag under info field.
## 3.3.9.32
* Replaced: #1951 - Replaced develop branch of scssphp to master branch due to PHP 5.2 incompatibililty.
## 3.3.9.31
* Fixed: #1943 - Removed premature DIV close.
* Fixed: #1945 - Media preview not rendering when default ID specified.
## 3.3.9.30
* Modified: #1930 - reorder 'psedo-class of link_color field. Thanks @freddessaint
* Modified: SASS compiler outputs to page by default. Faster.
* Fixed: #1927 - Incorrect dir path to spectrum library in color_rgba field corrected.
## 3.3.9.29
* Modified: color_rgba field now usees spectrum color picker. minicolors removed. Just...too buggy.
## 3.3.9.28
* Modified: #1922 - Filesystem output function.
## 3.3.9.27
* Fixed: Added PHP 5.2 support (ugh!) for SASS compiler.
## 3.3.9.26
* Fixed: More SASS compiler tweaking.
## 3.3.9.25
* Fixed: PHP errors when disabling SASS.
## 3.3.9.24
* Fixed #1909 - malformed DIV class HTML in slider field.
## 3.3.9.23
* Removed Argument for SASS compile file output location removed. Didn't work, too much trouble.
## 3.3.9.22
* Fixed: #1904 - select_image field not displaying saved value on page reload.
## 3.3.9.21
* Fixed: SASS compile under multi-instance outputting incorrect CSS file
## 3.3.9.20
* Fixed: redux-admin scss images converted to base64
## 3.3.9.17
* Added SASS compiler for admin CSS.
* Added SASS to CSS for grunt compiler.
## 3.3.9.16
* Added SASS compiler for fields.
## 3.3.9.16
* Updated: select2 3.5.2
## 3.3.9.15
* Fixed: #1856 - Illegal offset string warnings in framework.php. Thanks @CGlingener.
* Fixed: #1874 - Required operator 'contains' and 'not_contains' not working with select set to multi.
* Fixed: #1829 - Required operator '=' and '!=' not working with select set to multi.
## 3.3.9.14
* Fixed: #1870 - Border field doubling up on px in output/compiler.
* Added: `hidden` argument for fields.
* Added: `hidden` argument for sections.
## 3.3.9.12
* Fixed: #1868 - Improper panel render when opening expanded, when `open_expanded` set to true.
* Added: `hide_expand` argument, to hide the expand options button.
## 3.3.9.11
* Fixed: #1865 - Sortable select not saving proper order.
* Fixed: #1864 - Footer z-index CSS adjusted.
## 3.3.9.10
* Fixed: #1848 - Import-export filed buttons not functioning properly.
## 3.3.9.9
* Fixed: #1834 - Wordpress data dealing with IDs as array keys not rendering properly.
* Fixed: #1830 - Font lists were added in quotes. Thanks @karimhossenbux.
## 3.3.9.8
* Fixed: #1798 - Fixed lazy load JS to only load visible sections. Much more optimized.
## 3.3.9.7
* Fixed: #1821 - Exo 2 font not working, issue with typography and escaping.
## 3.3.9.6
* Added: #1803 - Optgroup support for select field.
## 3.3.9.5
* Added: Decimal increments to spinner.
## 3.3.9.4
* Added: Customizer now supports PANEL! Yay 4.0.
## 3.3.9.3
* Fixed: #1789 - Customizer now properly working again with WP 4.0. Odd bug.
* Modified: README.md updates as per @cmwwebfx suggestions.
## 3.3.9.2
* Fixed: #1782 - Fixed some extra themecheck and customizer issues.
## 3.3.9.1
* Fixed: #1782 - Media field not showing files after upload? Hopefully this fixes it.
## 3.3.9
* Fixed: #1775 - Call to undefined function is_customize_preview() in pre WP 4.0.
* Fixed: Issue where in some cases tracking still occuring after opt-out.
* Modified: Documentation URL.
## 3.3.8.8
* Fixed: #1742 - Sidebar subsections don't always expand.
## 3.3.8.7
* Fixed: #1758 - Thanks @echo1consulting!
* Added: 'hidden' to menu_type argument to allow for hidden menus until available.
## 3.3.8.6
* Fixed: #1749 - Remove font-wight and font-style from css output when not in use.
## 3.3.8.5
* Modified: Added the "redux/options/{$this->args['opt_name']}/compiler/advanced" hook for more advanced compiling.
* Added: Suggestions as per #1709. Thanks @echo1consulting.
## 3.3.8.4
* Modified: Removed a cURL instance from the core and fixed the developer ad resizing.
* Fixed: PHP 5.2 issues. *sigh*
## 3.3.8.3
* Added: #1593 - Great pull request by @JonasDoebertin. Now you can enqueue dynamic output to the login screen or admin backend.
## 3.3.8.2
* Fixed: Customizer wasn't saving at all! That's been like 4 months. No one's reported it. Hmm.
* Fixed: #1702 - Customizer only fields were being erased on panel save.
## 3.3.8.1
* Fixed: Various Theme-Check errors with languages.
* Added: Theme-Check class to help devs know what is what.
* Fixed: The way we include files from include_once to require_once everywhere.
* Modified: Language files to reflect new strings.
* Modified: Formatted a bunch of old class files.
* Added: Notice on the updates for non-devs to use the new dev_mode disabler plugin and notify their developer. ;)
## 3.3.8
* Modified: Updated potomo, thanks @shivapoudel.
* Added: Grunt checktextdomain and made improvements. Thanks @shivapoudel.
## 3.3.7.11
* Modified: #1685 - Specifying no default argument for image_select caused errors on reset.
## 3.3.7.10
* Fixed: #1667 - Slides Upload button causing JS error.
## 3.3.7.9
* Fixed: #1670 - Fix for Theme Check -> `add_setting() method needs to have a sanitization callback function passed.`
## 3.3.7.8
* Fixed: #1661 - Fix for undefined index in some versions of PHP. Thanks @gianbalex!
* Modified: #1658 - Improvements from @shivapoudel, including:
* Removed makepot and used grunt-wp-i18n instead.
* Added a jshintrc file
* Added a `grunt addtextdomain` to correct any bad textdomains in the core.
* Updated .gitignore for better readability
* Updates to a few other files including package.json.
* Updated language files.
* Update codestyles/.editorconfig to reflect the project's standards.
## 3.3.7.7
* Modified: #1653 - Better admin bar with external links: Admin bar menu priority, icon, and external links. Thanks @shivapoudel!
## 3.3.7.6
* Added: #1651 - `library_filter` argument. Allows specification of what files to display in the media library.
* Modified: #1651 - `mode` argument accepts either file type or mime type (but not both).
## 3.3.7.5
* Fixed: #1650 - Toogle error with responsive CSS.
## 3.3.7.4
* Fixed: #1643 - Slight border issue (2px) on sticky footer.
## 3.3.7.3
* Fixed: #1642 - Added `font_family_clear` arg, enabling the clear option for font-family.
* Fixed: #1638 - Spacing field not outputting when units values attached to default values.
* Modified #1644 - `import_icon` argument now accepts wordpress dashicons
## 3.3.7.2
* Fixed: #1634 - Double border for sections field. Thanks @AlexandruDoda
* Modified: Changelog location to now Changelog.md.
## 3.3.7.1
* Fixed: #1632 - Sortable with no defaults set revert to false (instead of options values).
* Fixed: Labels for sortable in text mode updated to match framework.
## 3.3.7
* Added: #1586 - Class-level declaration for callbacks and validation. Thanks @echo1consulting.
* Modified: Typography field now fully dynamic.
* Modified: No longer require a google_api_key for the typography module. :)
* Fixed: FTP credentials screen giving a "undefined submit_button function". Resolved.
* Modified: #1628 - Spacing and dimensions now only output 0 if the entry is a 0, not empty.
Thanks @Webcreations907
* Modified: CSS for menu items when active (no hover).
* Added: Visual feedback to left menu if active.
## 3.3.6.9
* Fixed: #1623 - Registered older noUISlider JS under a new name to avoid conflicts.
* Modified: #1622 - Removed googlefonts.js dependency.
## 3.3.6.8
* Fixed: #1600 - ACE Editor bombing in PHP 5.2 environments.
## 3.3.6.7
* Fixed: #1591 - Erroneous outputting of font-weight and font-style when no font-family selected.
* Updated: #1569 - Improved submenu highlighting.
* Added: #1487 - Added `get_default_value` function into the framework.php
## 3.3.6.6
* Fixed: Framework URI errors when using child themes. Some restructuring.
## 3.3.6.5
* Fixed: Framework URI errors when embedded in theme with Windows.
## 3.3.6.4
* Added: image_size as an option for the data argument. Thanks @Gyroscopic!
## 3.3.6.3
* Modified: How Redux paths are run. Should cover all use cases now. Child themes can also embed
Redux properly now. Thanks @cfoellmann for the suggestions. Fix for issue #1566.
## 3.3.6.2
* Modified: How we declare the uploads directory and URL. Using core WP functions now.
## 3.3.6.1
* Modified: Now if a section is empty, but has subsections, that section will be "skipped" when
clicked and the first subsection will then be shown.
## 3.3.6
* Modified: Language files.
* Fixed: #1560 - IE8 RGBA fallack
## 3.3.5.12
* Fixed: #1543 - Hint icon not changing when set in args.
## 3.3.5.11
* Fixed: #1537 - Media field not accepting images with mode set to false.
## 3.3.5.10
* Fixed: #1529 - ACE Editor conflict with Visual Composer.
* Added: #1530 - Added argument to specify admin bar icon, `admin_bar_icon`. Thanks Ninos!
* Fixed: #1532 - Media field not accepting any mime type when `'mode' => false`.
## 3.3.5.9
* Fixed: #1520 - Checkbox field not displaying Wordpress data when using data argument.
## 3.3.5.8
* Fixed: #1516 - Invalid index and foreach when using compiler and async_typography.
## 3.3.5.7
* Fixed: #1509 - Sorter adding unnecessary bits on some items.
* Fixed: #1514 - Customizer and multisite not getting on properly.
* Fixed: #1512 - Slides 'Upload' button not showing or saving selected image.
## 3.3.5.6
* Fixed: Checkboxes with required were working in reverse.
## 3.3.5.5
* Fixed: ASync Typography now works! No more flashing fonts.
## 3.3.5.4
* Fixed: #1489 - Color picker UI lining up improperly.
* Fixed: #1497 - dev_mode spinner issue.
## 3.3.5.3
* Fixed: Spelling error in tracking dialog.
* Modified: Updated ace_editor.
* Modified: Many MANY fields for the group field.
* Fixed: Some CSS bugs.
## 3.3.5.2
* Fixed: #1481 - Custom fonts loading in google font CSS.
* Fixed: #1485 - Customizer 'invalid argument' error. Thanks @rnlmedia.
## 3.3.5.1
* Fixed: #1472 - font style not displaying saved valie with no font-family argument set.
* Fixed: #1471 - raw field and required not playing nice together.
## 3.3.5
* Added: An annoying notice at the top so our devs don't ship with dev_mode on. ;)
## 3.3.4.9
* Fixed: #1462 - Google fonts not loading in font drop down.
## 3.3.4.8
* Fixed: More WP FileSystem tanking. Did PHP fallback before FTP. Works 99.9% of the time without credentials.
## 3.3.4.7
* Fixed: Incorrect folder CHMOD in filesystem class.
## 3.3.4.6
* Fixed: #1454 - Chmod permissions for redux folder.
## 3.3.4.5
* Fixed: #1451 - Googlefonts not loading due to failing copy function.
## 3.3.4.4
* Fixed: #1450 - Saves witch values with no `on` or `off` args make the core unhappy.
## 3.3.4.3
* Fixed: #1444, again, due to filesystem growing pains.
* Fixed: #1449 - Restoring `options` argument over a lousy attempt to fix placeholder.
## 3.3.4.2
* Fixed: More file permission issues.
## 3.3.4.1
* Fixed: Font debug was left from last commit. Sorry all.
## 3.3.3.8
* Fixed: Issues with file writing. Basically many users don't install WordPress with all the permissions correct.
So... Had to move it back to /uploads/. Sorry Otto, that's just how it is.
* Fixed: #1444 - output of typography all_styles when font_style UI was hidden.
## 3.3.3.7
* Fixed: #1440 - flaw in new cleanFilePath logic.
## 3.3.3.6
* Fixed: #1432 - Theme check failing when double-slashes existed in get_template_directory() return.
* Removed: curlRead from helper class.
## 3.3.3.5
* Fixed: #1426 - menu_name not appearing on front end admin bar.
* Added: #1427 - button_set added to customizer UI. Thanks @wpexplorer.
## 3.3.3.4
* Fixed: #1429 - ACE Editor erroring with no default value set.
* Fixed: wp_filesystem now initialized with credentials in an effort to combat the tmp file issue.
## 3.3.3.3
* Modified: Code purification.
## 3.3.3.2
* Modified: How section tabs work. Isolated within the redux-container class.
## 3.3.3
* Modified: #1412 - Redesigned text label, placeholder fix.
## 3.3.2.10
* Fixed: #1408 & #1357 - Typography subsets losing value after multiple saves
on other panels.
## 3.3.2.9
* Fixed: #1403 - unit value no longer prints after empty typography values
* Modified: Typography: Backup font no longer appends to `font-family` variable.
Please use the `backup-font` variable to specify backup fonts. This
does not apply to output/compiler strings.
## 3.3.2.8
* Fixed: #1403 - Backup font not appearing in font-family variable.
## 3.3.2.7
* Modified: Customizer now supports section and field `permissions` argument.
* Fixed: #1399 - Customizer respects `page_permissions` argument.
## 3.3.2.6
* Fixed: #1400 - output/compiler string incomplete using multiple selectors.
## 3.3.2.5
* Fixed: #1396 - Custom fonts cutting off multiple families in selector, after save.
* Fixed: Typography attempting to queue up non google fonts on backend.
* Added: #1395 - Display of child theme status in sysinfo, thanks @SiR-DanieL.
## 3.3.2.4
* Fixed: #1387 - Page jump when clicking "Options Object". Thanks @rrikesh.
* Added: #1392 - Filters to change the following localized strings:
redux/{opt_name}/localize/reset
redux/{opt_name}/localize/reset_all
redux/{opt_name}/localize/save_pending
redux/{opt_name}/localize/preset
## 3.3.2.3
* Fixed: #1376 - checkbox.min.js missing.
## 3.3.2.2
* Fixed: Static variable changes for instances and basic comment cleanup
## 3.3.2.1
* Fixed: #1361 - Raw field not hiding with required.
* Fixed: Datepicker not formatting properly. Still needs some work.
## 3.3.1.9
* Fixed: #1357 - Preview not rendering font on page load.
## 3.3.1.8
* Fixed: #1356 - Color fields and transparency not syncing due to new JS.
## 3.3.1.7
* Fixed: #1354 - Add class check for W3_ObjectCache.
## 3.3.1.6
* Fixed: #1341 - JS not initializing properly in import_export.
## 3.3.1.5
* Fixed: #1339 - Typography would lose Font Weight and Style. value was
named val in the HTML, so it would be destroyed on the next save
if not initialized.
## 3.3.1.4
* Fixed: #1226 - W3 Total Cache was affecting validation and compiler hooks.
* Fixed: Menu errors weren't showing properly for non-subsectioned items.
## 3.3.1.3
* Fixed: #1341 - Import/Export buttons not functioning. Also fixed sortable somehow.
## 3.3.1.2
* Fixed: Slides not initializing with the last fix.
## 3.3.1.1
* Fixed: Slides field was not properly initialized for the media elements. Fixed.
## 3.3.0.6
* Fixed: #1337 - `redux` JS dependency loading issue. Many thanks @tpaksu
## 3.3.0.5
* Modified: Drastically changed the way JavaScript is used in the panel. Forced as-needed
initialization of fields. Thus reducing dramatically the overall load time of
the panel. The effects have been seen up to 300% speed improvement. The only
time a field will be initialized is if it's visible, thus reducing the processing
needed in DOM overall.
## 3.3.0.4
* Fixed: #1336 - fixed default font in preview.
## 3.3.0.3
* Fixed: #1334 - Typography not un-saving italics.
## 3.3.0.2
* Added: #1332 - New validation: numeric_not_empty.
## 3.3.0.1
* Fixed: #1330 - Required not working on all fields.
## 3.3.0
* Added: #1329 - `'preview' = array('always_display' => true)` argument to typography, to determine if preview field show always be shown.
## 3.2.9.38
* Fixed: #1322 - Sections not folding with required argument.
* Modified: Portions of core javascript rewritten into object code.
## 3.2.9.37
* Fixed: #1270 - Editor field compiler hook not firing in visual mode.
## 3.2.9.36
* Added: `hide_reset` argument, to hide the Reset All and Reset Section buttons.
## 3.2.9.35
* Fixed: select2 dependency in select_image, and other fields.
## 3.2.9.34
* Fixed: Filter out `@eaDir` directories in extensions folder.
* Added: `content_title` argument to slides field. Thanks @psaikali!
## 3.2.9.33
* Fixed: Fixed the image_select presets to work again. Also now will function even if import/export is disabled.
## 3.2.9.32
* Fixed: Minor tweaks for metabox update.
## 3.2.9.31
* Fixed: #1297 - Missing space in image_select class.
* Fixed: Slider field tweaked for metaboxes.
## 3.2.9.30
* Fixed: #1291 - Change of font-family would not trigger preview, or show in open preview.
## 3.2.9.29
* Fixed: #1289 - Typography not retaining size/height/spacing/word/letter spacing settings.
## 3.2.9.28
* Fixed: #1288 - Background color-picker dependency missing. Thanks @farhanwazir.
## 3.2.9.27
* Fixed: Search extension failed do to dependency issue from the core.
## 3.2.9.26
* Fixed: #1281 - color field output/compiler outputting incorrect selector when only one array present.
## 3.2.9.25
* Fixed: Update check only appears once if multiple instances of Redux are loaded in the same wordpress instance.
## 3.2.9.24
* Fixed: Changing font-family in typography didn't trigger 'save changes' notification.
* Fixed: More typography: Back up font appearing in font-family when opening selector.
* Fixed: Typography: undefined message when NOT using google fonts. Thanks @farhanwazir
## 3.2.9.23
* Added: `customizer_only` argument for fields & sections, contributed by @andreilupu.
## 3.2.9.22
* Fixed: Typography font backup not in sync with font-family.
* Fixed: Typography not saving font-family after switching back and forth between standard
and google fonts.
* Fixed: Background field selects not properly aligned.
## 3.2.9.21
* Added: select2 args for spacing field.
* Modified: All field javascript rewritten using jQuery objects (versus standard function).
Prepping for another crack at group field.
## 3.2.9.20
* Added: select2 args for the following fields: typography, background, border, dimensions and slider.
* Fixed: Removed select field dependency from background field.
## 3.2.9.19
* Fixed: #1264 - Color-picker/transparent checkbox functionality.
* Fixed: Typography fine-tuning.
## 3.2.9.18
* Modified: Typography field rewritten to fill out font-family field dynamically, versus on page load.
* Fixed: All typography select fields render as select2.
## 3.2.9.17
* Fixed: Switching between transparency on and off now restores the last chosen color in
all color fields.
## 3.2.9.16
* Fixed: Redux uploads dir should NOT be ~/wp-content/uploads, but just wp-content.
As per Otto.
* Fixed: Navigation no longer has that annoying outline around the links. Yuk.
## 3.2.9.15
* Fixed: #1218 - Select2 multi select not accepting any keyboard input.
## 3.2.9.14
* Fixed: #1228 - CSS fixes
## 3.2.9.13
* Fixed: #1255 - button_set multi field not saving when all buttons not selected.
## 3.2.9.12
* Fixed: #1254 - Border field with 0px not outputting properly.
* Fixed: #1250 - Typography preview font-size not set in preview.
* Fixed: #1247 - Spacing field not outputting properly in `absolute` mode.
* Modified: Typography previewing hidden until font inputs are changed.
## 3.2.9.11
* Fixed: Vendor js not loading properly when dev_mode = true
* Fixed: Border field not outputting properly.
## 3.2.9.10
* Modified: Centralized import/export code in anticipation of new builder features.
* Fixed: Removed rogue echo statement.
## 3.2.9.9
* Modified: select2 loads only when a field requires it.
## 3.2.9.8
* Modified: More code to load JS on demand for fields require it.
## 3.2.9.7
* Modified: Field specific JS only loads with active field.
* Fixed: Hints stopped working due to classname change.
## 3.2.9.6
* Fixed: Permissions argument on section array not filtering out raw field.
## 3.2.9.5
* Fixed: Too many CSS tweaks to list, due to last build.
* Fixed: Sortable and Sorter fields now sort without page scroll when page size is
under 782px.
* Fixed: Hint icon defaults to left position when screen size is under 782px.
* Fixed: `permissions` argument for fields and sections erasing saved field data. See #1231
## 3.2.9.4
* Modified: Woohoo! Nearly fully responsive. Yanked out all SMOF and NHP field customizations.
Lots of little fixes on all browser screens. This will also greatly benefit Metaboxes
and other areas of Redux.
* Fixed: In dev_mode panel CSS was being loaded 2x.
## 3.2.9.3
* Fixed: Typography color picker bleeding under other elements. #1225
* Fixed: Hint icon_color index error from builder. #1222
## 3.2.9.2
* Fixed: Tracking. It was... odd. Also started our support hooks, UI to come.
* Fixed: Now import/export supports multiple instances. I can't believe this has been this way for so long.
## 3.2.9.1
* Fixed: Spacing field not outputting proper CSS when `mode` was set to absolute, and `all` was set to true.
* Fixed: CSS fix for typography. Color picker would interfere with save/reset bar.
## 3.2.8.21
* Added: Network admin support! Set argument 'database' to network and data will be saved site-wide.
Also two new arguments: network_admin & network_sites for where to show the panel.
## 3.2.8.20
* Fixed: Redux now ignores any directories that begin with `.` in the extension folder. See #1213.
## 3.2.8.19
* Fixed: Redux not saving when validating uploads.
* Modified: Dimension field default now accepts either `units` or `unit`.
## 3.2.8.18
* Fixed: Border field output/compiler formatting. Removed 'inherit' in place of default values. See #1208.
* Fixed: Trim() warning in framework.php when saving. See #1209, #1201.
## 3.2.8.17
* Fixed: Typography not outputting all styles when `all_styles` set to true.
## 3.2.8.16
* Added: `output` argument for `color` and `color_rgba` fields accepts key/pairs for different modes. Example:
```
'output' => array('color' => '.site-title, .site-header', 'background-color' => '.site-background')
```
## 3.2.8.15
* Added: Customizer hook that can be used to simulate the customizer for live preview in the customizer.
`redux/customizer/live_preview`
## 3.2.8.14
* Fixed: 'Cannot send header' issues with typography.
* Modified: Google CSS moved into HEAD via WP enqueue.
## 3.2.8.13
* Added: `class` argument to the Redux Arguments, section array, and metabox array. If set, a class will be
appended to whichever level is used. This allows further customization for our users.
## 3.2.8.12
* Fixed: Small fix for validation if subsection parent is free of errors, remove the red highlight when
not expanded.
* Fixed: Small CSS classes for flashing fonts where web-font-loader.
* Fixed: ASync Flash on fonts. FINALLY. What a pain.
* Modified: Now do a trim on all fields before validating. No need to alert because of a space...
## 3.2.8.11
* Modified: Typography field CSS completely rewritten. All thanks to @eplanetdesign!
* Modified: Validation now works in metaboxes as well as updates numbers as changes occur. Validation for
subsections is SO hot now.
* Modified: Various CSS fixes and improvements.
* Fixed: 3+ JavaScript errors found in the background field. Now works flawlessly.
* Added: disable_save_warn flags to the arguments to disable the "you should save" slidedown.
## 3.2.8.10
* Fixed: PHP warnings in background field. #1173. Thanks, @abossola.
* Fixed: CSS validation not respecting child selector symbol. #1162
## 3.2.8.9
* Modified: Turned of mod_rewrite check.
## 3.2.8.8
* Modified: How errors are displayed, no longer dependent on the ID, now proper classes.
* Fixed: Extra check for typography bug.
* Fixed: Error css alignment issue with subsections.
* Modified: Error notice stays until all errors are gone. Also updates it's number as errors fixed!
## 3.2.8.7
* Modified: Moved google font files to proprietary folder in upload to help with permission issues.
## 3.2.8.6
* Fixed: javascript error in typography field.
## 3.2.8.5
* Fixed: Added a title to the google fonts stylesheet to fix validation errors.
## 3.2.8.4
* Fixed: One more slides field error check, and an extra JS goodie for an extension.
## 3.2.8.3
* Fixed: Leftover debug code messing up slides field.
## 3.2.8.2
* Fixed: More reliable saved action hook.
* Added: Actions hooks for errors and warnings.
## 3.2.8.1
* Fixed: Removed erroneous debug output in link_color field.
## 3.2.7.3
* Added: is_empty / empty / !isset AND not_empty / !empty / isset as required operations
## 3.2.7.2
* Fixed: Reset defaults error.
* Added: `show` argument to turn on and off input boxes in slider.
## 3.2.7.1
* Fixed: Required now works with muti-check fields and button set when set to multi.
## 3.2.7
* Fixed: Import works again. A single line was missed...
## 3.2.6.2
* Fixed: link_color field not outputting CSS properly via compiler or output. Thanks @vertigo7x
* Fixed: Sorter field CSS. Buttons were all smushed together.
## 3.2.6.1
* Fixed: 'undefined' error in typography.js. Thanks @ksere.
## 3.2.6
* Fixed: Another stray undefined index. Oy.
## 3.2.5.1
* Added: `open_expanded` argument to start the panel completely expanded initially.
## 3.2.5
* Fixed: Various bad mistakes. Oy.
## 3.2.4
* Fixed: Slight typography speed improvement. Less HTML hopefully faster page loads.
* Fixed: Unload error on first load if the typography defaults are not set.
## 3.2.3.5
* Modified: Moved update check functions to class file and out of the core.
* Fixed: Errors pertaining to mod_rewrite check.
## 3.2.3.4
* Fixed: All those headers already set errors.
## 3.2.3.3
* Added: $changed_values variable to save hooks denoting the old values on a save.
* Added: Pointers to Extensions on load.
* Modified: CSS Output for the background field.
## 3.2.3.2
* Fixed: Validation error messages not appearing on save.
* Modified: Speed boost on validation types.
* Added: Apache mod_rewrite check. This should solve many issues we've been seeing regarding mod_rewrite noe being enabled.
## 3.2.3.1
* Fixed: Sortable field not saving properly.
* Fixed: Erroneous data in admin.less
* Updated: sample-config.php. Sortable checkbox field example now uses true/false instead of text
meant for textbox example.
## 3.2.3
* Fixed: Responsive issues with spacing and dimension fields.
## 3.2.2.16
* Fixed: Style conflicts with WP 3.9. Added register filter to fields via id.
## 3.2.2.15
* Fixed: Metaboxes issues.
## 3.2.2.14
* Modified: Some admin panel stylings. Now perfect with mobile hover. Also fixed an issue
with the slidedown width for sections. No more 2 empty pixels.
## 3.2.2.13
* Added: Tick mark if section has sub sections. Hidden when subsections expanded.
## 3.2.2.12
* Fixed: Compiler hook in the customizer now passes the CSS.
## 3.2.2.11
* Fixed: Compiler hook now properly fires in the customizer.
## 3.2.2.10
* Fixed: Validation error with headers already being set.
## 3.2.2.9
* Fixed: Added mode for width/height to override dimensions css output.
## 3.2.2.8
* Fixed: Restoring lost formatting from multiple merges.
## 3.2.2.7
* Fixed: New sorter default values get set properly now. ;)
## 3.2.2.6
* Added: `data` and `args` can now be set to sorter! Just make sure to have it be a key based on what
you want it to display as. IE: `array('Main'=>'sidebars')`
## 3.2.2.5
* Added: Prevent Redux from firing on AJAX heartbeat, but added hook for it 'redux/ajax/heartbeat'.
* Fixed: Removed erroneous 's' character from HTML.
## 3.2.2.4
* Added: Check to make sure a field isn't empty after the filter. If it is empty, skip over it.
## 3.2.2.3
* Added: Subsections now show icon if they have it. Show text only (without indent) if they do not.
## 3.2.2.2
* Added: Set a section or field argument of `'panel' => false` to skip over that field or panel and
hide it. It will still be registered with defaults saved, but not display. This can be useful
for things like the customizer.
## 3.2.2.1
* Added: SUBSECTIONS! Just add `'subsection' => true` to any section that isn't a divide/callback and
isn't the first section in your panel. ;)
## 3.2.1.2
* Fixed: Info field didn't intend within section.
## 3.2.1.1
* Fixed: Compiler hook wasn't running.
## 3.1.9.44
* Fixed: Small bug in image_select javascript.
## 3.1.9.43
* Added: Import hook, just because we can. :)
## 3.1.9.42
* Fixed: Customizer now TRULY outputting CSS if output_tag is set to false.
## 3.1.9.41
* Fixed: Reset section, etc. Discovered an odd WordPress thing.
## 3.1.9.40
* Fixed: Image_select size override.
* Fixed: Customizer save not firing the compiler hook.
* Fixed: Customizer not outputting CSS if output_tag is set to false.
* Fixed: Small empty variable check. Undefined index in the defaults generating function.
## 3.1.9.39
* Fixed: WP 3.9 update made editor field button look ugly.
* Fixed: Save hook not firing when save_default set to false.
## 3.1.9.38
* Fixed: Reset section anomalies. Maybe.
## 3.1.9.37
* Fixed: Array of values in required not recognized.
## 3.1.9.36
* Fixed: Updated hint defaults to prevent index warning.
## 3.1.9.35
* Fixed: Removed leftover debug code.
## 3.1.9.34
* Added: New readonly argument for text field.
## 3.1.9.33
* Fixed: Reset/Reset section actions hooks now fire properly.
## 3.1.9.32
* Fixed: When developer uses section field but does not specify an indent argument.
## 3.1.9.31
* Fixed: Dynamic URL for slides
* Fixed: Accidently removed reset action on section reset. Restored.
## 3.1.9.30
* Fixed: Section defaults bug for certain field types.
## 3.1.9.29
* Fixed: Dynamic URL if site URL changed now updates media properly if attachement exists.
## 3.1.9.28
* Fixed: Customizer now correctly does live preview.
## 3.1.9.27
* Fixed: Special enqueue case fix.
## 3.1.9.26
* Added: A few more hooks for defaults and options.
* Fixed: Small undefined index error.
* Added: Section key generation via title.
* Modified: File intending.
## 3.1.9.25
* Fixed: Custom menus not displaying options panel.
## 3.1.9.24
* Fixed: Single checkbox option not retaining checked value.
* Fixed: Border field returning bad CSS in CSS compiler.
## 3.1.9.23
* Fixed: Import/Export fix. Thanks, CGlingener!
## 3.1.9.22
* Added: Save warning now is sticky to the top and responsive.
* Fixed: Mobile fixes for Redux. Looks great on small screens how.
* Fixed: Slight CSS fixes.
* Fixed: Compiler fixes and added notices.
* Added: Import/Export more reasonable text.
## 3.1.9.21
* Added: `force_output` are on the field level to bypass the required check that removes the output
if the field is hidden. Thanks @rffaguiar.
## 3.1.9.20
* Fixed: Rare case (mediatemple grid server) when file_get_contents won't work outside of the
uploads dir. Used curl to grab the font HTML. ;)
## 3.1.9.19
* Fixed: Undefined index for admin bar.
## 3.1.9.18
* Fixed: SMALL issue with WordPress 3.9. Now it works. ;)
## 3.1.9.17
* Fixed: Info and divide field now work with required.
## 3.1.9.16
* Added: Fallback. Now if the media, slides, or background URL doesn't match the site URL, but the
attachment ID is present, the data is updated.
## 3.1.9.15
* Fixed: Last tab not properly set. Slow rendering.
## 3.1.9.14
* Modified: Replaced transients with cookies.
## 3.1.9.13
* Fixed: Undefined variable issues for new required methods.
## 3.1.9.12
* Fixed: Default_show display error with a non-array being steralized.
* Added: Multiple required parent value checking! Booya!
* Fixed: Sections now fold with required.
## 3.1.9.11
* Fixed: select2 not rendering properly when dev_mode = false, because of ace_editor fix.
* Fixed: Removed mistakenly compiled test code from redux.js.
## 3.1.9.10
* Fixed: ace_editor not rendering properly in certain instances.
* Modified: Small change to import_export field in checking for existing instance of itself.
## 3.1.9.9
* Fixed: import_export not rendering when the menutype argument was set to menu
## 3.1.9.8
* Fixed: Ace_editor not enqueued unless used. MEMORY HOG.
## 3.1.9.7
* Fixed: Color_Gradient transparency to was being auto-selected if from way transparent.
* Fixed: Enqueue select with slider for local dev.
## 3.1.9.6
* Modified: removed add_submenu_page when creating a submenu for us in the WP admin area. WP
approved API is used in it's place to being Redux up to wp.org theme check standards.
## 3.1.9.5
* Fixed: Massive speed issue with button_set. Resolved.
* Fixed: Issue where default values throws an error if ID is not set.
## 3.1.9.4
* Fixed: Continuing effort to ensure proper loading of config from child themes.
## 3.1.9.3
* Fixed: Import/Export array search bug if section['fields'] is not defined.
## 3.1.9.2
* Fixed: Inconsistencies in import/export across different versions of PHP.
## 3.1.9.1
* Fixed: Redux checks for child or parent theme exclusively before loading.
## 3.1.9
* Updated: RGBA Field stability. Thank you, SilverKenn.
## 3.1.8.23
* Modified: Separated Import/Export from the core. It can now be used as a field.
## 3.1.8.22
* Fixed: Typography custom preview text/size not outputting.
* Fixed: No font selected in typography would default to 'inherit'.
* Fixed: Hint feature kicking back a notice if no title was specified.
## 3.1.8.21
* Fixed: Sortable field, when used a checkboxes, were all checked by default, even when set not to be.
* Fixed: button_set field not setting properly in multi mode.
## 3.1.8.20
* Fixed: Javascript console object not printing options object.
* Fixed: Load errors from child themes no longer occur.
## 3.1.8.19
* Modified: Typography word and letter spacing now accept negative values.
* Modified: Typography preview shows spaces between upper and lower case groupings.
* Fixed: Compiler output for slider field.
## 3.1.8.18
* Fixed: update_check produced a fatal error on a local install with no internet connection.
* Modified: Google font CSS moved to header so pages will pass HTML5 validation.
## 3.1.8.17
* Fixed: Compiler hook failing on slider.
## 3.1.8.16
* Fixed: Error on update_check when the response code was something other than 200.
* Modified: Removed Google font CSS line from header (because it's in the footer via wp_enqueue_style.
## 3.1.8.15
* Added: Admin notice for new builds of Redux on Github as they become available. This feature is
available on in dev_mode, and may be turned off by setting the `update_notice` argument to
false. See the Arguments page of the wiki for more details.
* Added: text-transform option for the typography field.
* Fixed: image_select images not resizing properly in FF and IE.
* Fixed: Layout for the typography field, so everything isn't smushed together. The new layout is
as follows:
[family-font] [backup-font]
[style] [script] [align] [transform]
[size] [height] [word space] [letter space]
[color]
## 3.1.8.14
* Added: Newsletter sign-up popup at first load of the Redux options panel.
## 3.1.8.12
* Added: Added PHP 5.2 support for import/export.
## 3.1.8.11
* Added: Action hooks for options reset and options reset section.
* Added: Theme responsive for date picker.
## 3.1.8.10
* Added: New slider. Better looking UI, double handles and support for floating
point values. See the wiki for more info.
## 3.1.8.9
* Fixed: link_color field showing notice on default, if user enters no defaults.
* Fixed: Fixed tab notice in framework.php if no tab parameter is set in URL.
## 3.1.8.8
* Added: Typography improvements.
## 3.1.8.7
* Added: Hints! More info: https://github.com/ReduxFramework/ReduxFramework/wiki/Using-Hints-in-Fields
## 3.1.8.6
* Added: Complete Wordpress admin color styles. Blessed LESS/SCSS mixins. ;)
## 3.1.8.5
* Added: Font family not required for the typography module any longer.
## 3.1.8.4
* Added: Support for using the divide field in folding.
* Added: Error trapping in typography.js for those still attempting to use
typography with no font-family.
## 3.1.8.3
* Added: Full asynchronous font loading.
*
## 3.1.8.2
* Added: email_not_empty validation field.
* Reverted: email validation field only checks for valid email. not_empty check moved
to new validation field.
## 3.1.8.1
* Fixed: Hide demo hook wasn't hiding demo links.
## 3.1.8
* Fixed: Improper enqueue in tracking class.
* Fixed: Few classes missed for various fields.
* Fixed: Spacing field kicking back notices and warnings when 'output' wasn't set.
* Modified: Added file_exists check to all include lines in framework.php
* Fixed: Background field now works with dynamic preview as it should.
* Fixed: Extension fields now enqueueing properly.
* Added: Text-align to typography field.
* Fixed: Servers returning forwards slashes in TEMPLATEPATH, while Redux is installed
embedded would not show options menu.
* Fixed: On and Off for switch field not displaying language translation.
* Fixed: email validation allowing a blank field.
* Fixed: Now allow for empty values as valid keys.
* Added: Dismiss option to admin notices (internal function)
## 3.1.6
* Fixed: CSS spacing issue
* Fixed: Customizer now works and doesn't break other customizer fields outside of Redux.
* Fixed: Several minor bug fixes
* Added: Metabox support via extension http://reduxframework.com/extensions/
* Added: Admin-bar menu
* Fixed: Section field now folds.
* Fixed: wp_content_dir path now handles double forward slashes.
* Fixed: Typography field missing italics in Google fonts.
* Fixed: Default color in border field not saving properly.
* Fixed: hex2rgba in class.redux_helpers.php changed to static.
* Fixed: 'sortable' field type not saving options as default.
* Fixed: Specified default color not set when clicking the color box default button.
* Fixed: Sorter field options are now saved as default in database.
* Fixed: Issues with checkboxes displaying default values instead of labels.
* Fixed: Outstanding render issues with spacing field.
* Fixed: Plugins using Redux from load failure.
* Fixed: 'not_empty' field validation.
* Fixed: Media field.
* Added: 'read-only' option for media text field.
* Added: 'mode' option to image_select, so CSS output element may be specified.
* Added: Admin Bar menu for option panel.
* Modified: Removed raw_align field and added align option to raw field.
See wiki for more info.
* Modified: media field 'read-only' to 'readonly' to vonform to HTML standards.
* Removed: EDD extension. It never belonged in Core and will be re-released as a
downloadable extension shortly
* Removed: Group field, temporarily.
* Removed: wp_get_current_user check.
## 3.1.5
* Typography font arrays may not contain comma spaces.
* Merge in pull request - 542, code cleanup and better readability
* Change how HTML is output to support metaboxes
* CSS only on pages that matter, better checks.
* font-backup in typography now appends to font-family in output and compiler.
* More fixes for Google font css outputting.
* Addded output and compiler to field_image_select. Images will be output as 'background-image'.
* Fixed output in field_background.
* Prevent standard fonts from outputting to Google fonts CSS call.
* class_exists in field_section checking for incorrect classname.
* sample_config fix.
* Compiler not outputting CSS without output set to comthing other than false.
* Google fonts not rendering on frontend.
* Rewrote sample_config as a class
## 3.1.4
* Fixed error in redux-framework.php.
* Added select_image field.
## 3.1.3
* Fixed a few undefined variables
* Removed old code from the repo.
* Fix for validation.
* Remove the compiler hook by default.
* Fix to sortable field.
* Added an extra check for link color. Removes user error.
* Localization updates.
* Error in slides.
* Fixed the info box bug with spacing and padding.
* Fixed the first item in each section having WAY too much padding. ;)
* Fixed section reset issue where values weren't being saved to the db properly.
## 3.1.2
* Feature - Sortable select boxes!
* Feature - Reset a section only or the whole panel!
* New Field - RGBA Color Field!
* Improvement - Use of REM throughout.
* Fixed Typography - Fix output option and various small bugs.
* Fixed Border - Fix output option and various small bugs.
* Fixed Dimensions - Fix output option and various small bugs.
* Fixed Image_select - Various small bugs.
* Fixed Slides - Various small bugs.
* Fixed Sortable - Using native jQuery UI library same as within WordPress.
* Fixed Slider and Spinner Input Field - Values now move to the closest valid
value in regards to the step, automatically.
* Fixed Ace Editor
* FEATURE - All CSS/JS files are compiled into a single file now! Speed
improvements for the backend.
* Fix in how WordPress data is received, improved some output.
* Fix for various fields not triggering fold/compiler/save.
* Fixed elusive icons to use the new version and classes.
* Fixed media thumb to only be the thumbnail version.
* Fixed admin https error with WordPress core not renaming URL.
* Placeholders throughout the framework are now properly there.
* Feature - Setting to not save defaults to database on load.
* Fixed - Computability issue with GT3 builder.
* Fixed localization issue with default values.
* Language - Added Russian
* Feature - Media now can have any content type passed in to limit content types.
* Allow negative values in typography and other fields.
* WordPress 3.8 computability.
* CSS validation issue.
* Feature - User contributed text direction feature.
* EDD Extension now fully function for plugins or themes.
* Removed get_theme_data() fallbacks, we're well pass WordPress 3.4 now. ;)
* A ton of other small updates and improvements.
## 3.1.0
* Fix Issue 224 - Image Select width was breaking the panel.
* Fix Issue 181 - Broken panel in firefox
* Fix Issue 225 - 0px typography bug. Thanks @partnuz.
* Fix Issue 228 - Resolved a duplicated enqueue on color_link field. Thanks @vertigo7x.
* Fix Issue 231 - Field spacing bug fixes.
* Fix Issue 232 & 233 - Dimensions: bug fix with units and multiple units. Thanks @kpodemski
* Fix Issue 234 - Pass options as a ref so validating actions can modify/sanitize them. Thanks @ZeroBeeOne
* Fix Issue 222 - Tab cookie function wasn't working.
* Feature - Pass params to Select2. Thanks @andreilupu
* Fix Issue 238 - Fix for conditional output. Thanks @partnuz.
* Fix Issue 211 - Google Web font wasn't loading at first init of theme.
* Fix Issue 210 - Elusive Icons update. Changed classes to force use of full elusive name.
* Fix Issue 247 - Media thumbnails were not showing. Also fixed media to keep the largest file, but display the small
version in the panel as a thumb. Thanks @kwayyinfotech.
* Fix Issue 144 - JS error when no item found in slider.
* Fix Issue 246 - Typography output errors.
* Feature & Issue 259 - Multi-Text now support validation!
* Fix Issue 248/261 - Links color issue. Also fixed color validation.
* Feature & Issue 262 - Now registered sidebars can be used as a data type.
* Fix Issue 194/276 - Custom taxonomy terms now passing properly. Thanks @kprovance.
* Feature & Issue 273 - Argument save_defaults: Disable the auto-save of the default options to the database if not set.
* Feature - Docs now being moved to the wiki for community participation.
* Issue 283 - Date placeholder. Thanks @kprovance.
* Issue 285 - HTTPS errors on admin. Known WordPress bug. Resolved.
* Fix Issue 288 - Float values now possible for border, dimensions, and spacing.
* Feature - Media field can now accept non-image files with a argument being set.
* Fix Issue 252 - Post Type data wasn't working properly. Thanks @Abu-Taymiyyah.
* Fix Issue 213 - Radio and Button Set wasn't folding.
## 3.0.9
* Feature - Added possibility to set default icon class for all sections and tabs.
* Feature - Make is to the WP dir can be moved elsewhere and Redux still function.
* Added Spanish Language. Thanks @vertigo7x.
* Fix Issue 5 - Small RGBA validation fix.
* Fix Issue 176 - Fold by Image Select. Thanks @andreilupu.
* Fix Issue 194 - Custom taxonomy terms in select field.
* Fix Issue 195 - Border defaults not working.
* Fix Issue 197 - Hidden elements were showing up on a small screen. Thanks @ThinkUpThemes.
* Fix issue 200 - Compiler not working with media field.
* Fix Issue 201 - Spacing field not using default values.
* Fix Issue 202 - Dimensions field not using units.
* Fix Issue 208 - Checkbox + Required issue.
* Fix Issue 211 - Google Font default not working on page load.
* Fix Issue 214 - Validation notice not working for fields.
* Fix Issue 181/224 - Firefox 24 image resize errors.
* Fix Issue 223 - Slides were losing the url input field for the image link.
* Fix - Various issues in the password field.
* Fixed various spelling issues and typos in sample-config file.
* Initialize vars before extract() - to shut down undefined vars wargnings.
* Various other fixes.
## 3.0.8
* Version push to ensure all bugs fixes were deployed to users. Various.
## 3.0.7
* Feature - Completely redone spacing field. Choose to apply to sides or all at once with CSS output!
* Feature - Completely redone border field. Choose to apply to sides or all at once with CSS output!
* Feature - Added opt-in anonymous tracking, allowing us to further analyze usage.
* Feature - Enable weekly updates of the Google Webfonts cache is desired. Also remove the Google Webfont files from
shipping with Redux. Will re-download at first panel run to ensure users always have the most recent copy.
* Language translation of german updated alone with ReduxFramework pot file.
* Fix Issue 146 - Spacing field not storing data.
* Fix - Firefox field description rendering bug.
* Fix - Small issue where themes without tags were getting errors from the sample data.
## 3.0.6
* Hide customizer fields by default while still under development.
* Fix Issue 123 - Language translations to actually function properly embedded as well as in the plugin.
* Fix Issue 151 - Media field uses thumbnail not full image for preview. Also now storing the thumbnail URL. Uses
the smallest available size as the thumb regardless of the name.
* Fix Issue 147 - Option to pass params to select2. Contributed by @andreilupu. Thanks!
* Added trim function to ace editor value to prevent whitespace before and after value keep being added
* htmlspecialchars() value in pre editor for ace. to prevent html tags being hidden in editor and rendered in dom
* Feature: Added optional 'add_text' argument for multi_text field so users can define button text.
* Added consistent remove button on multi text, and used sanitize function for section id
* Feature: Added roles as data for field data
* Feature: Adding data layout options for multi checkbox and radio, we now have quarter, third, half, and full
column layouts for these fields.
* Feature: Eliminate REDUX_DIR and REDUX_URL constants and instead created static ReduxFramework::$\_url and
ReduxFramework::$\_dir for cleaner code.
* Feature: Code at bottom of sample-config.php to hide plugin activation text about a demo plugin as well as
code to demo how to hide the plugin demo_mode link.
* Started work on class definitions of each field and class. Preparing for the panel builder we are planning to make.
## 3.0.5
* Fixed how Redux is initialised so it works in any and all files without hooking into the init function.
* Issue #151: Added thumbnails to media and displayed those instead of full image.
* Issue #144: Slides had error if last slide was deleted.
* Color field was outputting hex in the wrong location.
* Added ACE Editor field, allowing for better inline editing.
## 3.0.4
* Fixed an odd saving issue.
* Fixed link issues in the framework
* Issue #135: jQuery UI wasn't being properly queued
* Issue #140: Admin notice glitch. See http://reduxframework.com/2013/10/wordpress-notifications-custom-options-panels/
* Use hooks instead of custom variable for custom admin CSS
* Added "raw" field that allows PHP or a hook to embed anything in the panel.
* Submenus in Admin now change the tabs without reloading the page.
* Small fix for multi-text.
* Added IT_it and RO_ro languages.
* Updated readme file for languages.
## 3.0.3
* Fixed Issue #129: Spacing field giving an undefined.
* Fixed Issue #131: Google Fonts stylesheet appending to body and also to the top of the header. Now properly placed
both at the end of the head tag as to overload any theme stylesheets.
* Fixed issue #132 (See #134, thanks @andreilupu): Could not have multiple WordPress Editors (wp_editor) as the
same ID was shared. Also fixed various styles to match WordPress for this field.
* Fixed Issue #133: Issue when custom admin stylesheet was used, a JS error resulted.
## 3.0.2
* Improvements to slides, various field fixes and improvements. Also fixed a few user submitted issues.
## 3.0.1
* Backing out a bit of submitted code that caused the input field to not properly break.
## 3.0.0
* Initial WordPress.org plugin release.
## 3.0
Redux is now hosted on WordPress.org! Update in order to get proper, stable updates.
* Removed get() and show()
* Fixed huge performance bug
* More bugfixes
* Fixed spacing field
* Converted Redux to run as an auto-updating plugin. Getting ready to post to WordPress.org
* Fixed the auto updater to properly show changes since the last update
* Various fields including link_color, spacing, dimensions
* Compiler hooks to allow developers to generate CSS files only when needed
* Stability and standardizing in HTML output throughout
* PHP/CSS/JS fixes
* Compress JS and use LESS (and compressed CSS) throughout
## Version 3.0.0 Beta (September 12, 2013)
* Massive code overhaul
* Replaced redundant field types with data elements
* Migrated to company repo
* Added several new storage methods
* Numerous bugfixes
* Renamed std argument to default
* Added MP6 support
* Complete CSS rewrite
* Globals are now conditional
* Added nesting support
* Added repeatable field
* Restyled Dev Mode
* Added System Info tab
* Added compiler hooks
* Added style and icon support to info field
* Switched to Elusive Icons
* Huge performance updates
## Version 2.0.1 Final (September 1, 2013)
* Added option to override ```icon_type``` per icon
* Minor bug/versioning fixes
* Added Font Awesome intro
* Added ```raw_html``` option
* Added ```text_sortable``` option
* Switched from Aristo to Bootstrap jQuery UI theme
## Version 2.0.0 (January 31, 2013)
* Fixed SSL error which occurred occasionally with Google Webfonts
* Added optional flag for ```wpautop``` on editors
* Added password field type
* Added ```checkbox_hide_all``` option
* Added WP3.5 media chooser
* Added Google webfonts previews
* Updated to WP3.5 color picker
* Minor style tweaks
* Added graphical 'switch' option for checkboxes
* Removed dependency on class extension for fields
* Deprecated icons in favor of iconfonts
## Version 1.0.0 (December 5, 2012)
* Based on NHP Theme Options Framework v1.0.6
* Cleaned up codebase
* Changed option group name to allow multiple instances
* Changed checkbox name attribute to id
* Added rows attribute to textareas
* Removed extra linebreak in upload field
* Set default menu position to null to avoid conflicts
* Added sample content for dashboard credit line
* Minor style changes
* Changed name of upload button
* Refactored Google Webfonts function
* Replaced ```stylesheet_override``` with ```admin_stylesheet```
* Made text domain a constant
* Removed PHP closing tags to prevent issues with newlines
* Added option to define custom start tab |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/redux-framework/composer_file/composer.json | {
"name": "redux-framework/redux-framework",
"version": "3.6.7.7",
"authors": [
{
"name": "Team Redux"
}
],
"type": "wordpress-plugin",
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
"homepage": "http://reduxframework.com",
"license": "GPL-3.0+",
"keywords": ["settings", "wordpress", "options", "framework", "redux", "customizer", "plugin"],
"support": {
"issues": "https://github.com/reduxframework/redux-framework/issues"
},
"require" : {
"php" : ">=5.2.0",
"composer/installers": "~1.0"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/related-posts-by-taxonomy/change_log/changelog.txt | = 2.6.0 =
* Enhancement
* Ajax query (opt in feature).
* Does the query for related posts after the page is loaded.
* Speeds up perceived page load time.
* Meta query filter
* Allows you to query related posts by post meta.
= 2.5.1 =
* Enhancement
* Add ability to show the post date after the post title
* Allow getting post fields from the cache
* Add new filter to filter all related posts permalinks
* Add new tests for the post type feature (GitHub)
* Bug fixes
* (minor) Add post classes after retrieving posts from the cache
* (minor) Return an error if invalid taxonomies or post types was requested with the WP Rest API
= 2.5.0 =
* Enhancement
* Prepare plugin for gutenberg blocks
* Add 'terms' parameter for shortcode and widget
* Add GDPR information to readme.txt
* deprecate functions (with back compatibility)
* km_rpbt_related_posts_by_taxonomy()
* km_rpbt_get_default_args()
* km_rpbt_related_posts_by_taxonomy_validate_ids()
* km_rpbt_related_posts_by_taxonomy_template()
* km_rpbt_post_title_link()
* km_rpbt_get_related_post_title_link()
* km_rpbt_related_posts_by_taxonomy_widget()
* Bug fixes
* (minor) Add missing filter pre_related_posts before cache queries
* (minor) Add missing properties to related posts returned by the cache
= 2.4.1 =
* Enhancement
* Add post classes with filters or as a shortcode or widget argument
* Move included current post to the top of the stack by default
= 2.4.0 =
* Enhancement
* Add post classes with filters or as a shortcode or widget argument
= 2.3.2 =
* Enhancement
* Add public_only parameter to not display private related posts from the current author.
* Add include_self parameter to include the current post in the related posts.
* Add filter pre_related_posts to override the related posts query.
* Bug fixes
* Fix duplicate gallery IDs breaking the column layout of WordPress galleries. Props: @sonamel
= 2.3.1 =
* Enhancement
* Add support to disable the shortcode or widget for this plugin
* Add support to update all plugin settings with one filter.
= 2.3.0 =
* Enhancement
* Add a WordPress REST API layer to get related posts (opt-in feature)
* Add new filter to activate the WordPress REST API layer
= 2.2.2 =
* Enhancement
* New option to link thumbnail captions (post titles) to posts in the widget and shortcode
* Make the widget UI more intuitive
* Bug fixes
* Fix wrong results for cached custom post type related posts
= 2.2.1 =
* Enhancement
* Add selective refresh to the widget for the customizer
* Bug fixes
* Fix deprecated notice (by removing PHP4 style constructor) when installing this plugin with PHP7. Props: @dima-stefantsov
= 2.2.0 =
* Enhancement
* Refactor of the persistant cache for consistent results when using the plugin filters
* Better data sanitation for taxonomies and comma separated values
* New PHPunit tests (GitHub only)
= 2.1.1 =
* Enhancement
* Add Spanish, Catalan and Polish translation files
* Bug fixes
* Fix minor regression bug with the hide empty filter.
* Fix minor bug where the wrong default post type was being used by the shortcode.
= 2.1.0 =
* Enhancement
* Optimised related posts query.
* All round better validation of function arguments.
* Persistent cache out of beta. Now fully functioning.
* Cached data will be deleted after deleting the plugin from the wp-admin
* New opt-in cache log in the toolbar.
= 2.0.1 =
* Enhancement
* New option for the widget to randomise the related posts.
* Refactored the query to get the related posts.
* Organized files in the new 'includes' directory.
* Added a new class for debugging (only loaded if needed, with a filter).
* New PHPUnit tests for the widget(GitHub only).
* Updated the widget constructor as it is deprecated with WP 4.3
* Added a new (beta) front end cache layer.
= 1.1 =
* Bug fixes
* Fixed a minor compatibility bug with the widget customizer. Settings were not saved properly when adding a new widget.
= 1.0 =
* Enhancement
* Using WordPress semantic versioning.
* New shortcode attributes before_shortcode and after_shortcode.
* Default h3 heading for the shortcode 'Related Posts' title
* Shortcode is wrapped in a div container
* New filter to add classes to gallery items.
* New action after displaying related posts.
* Better logic for the 'related' parameter.
* Bug fixes
* Applying 'the_title' filters for the shortcode caption.
= 0.4.1 =
Updated 'include_terms' logic to search for related posts with different taxonomy terms if 'related' is set.
Updated unit tests to be more reliable.
= 0.4 =
* Enhancement
* Added a new parameter 'related' to get posts with include_terms even if the current post doesn't have the included terms (unrelated).
* Used attribute aria-describedby in wp_get_attachment_image for accessibility (similar changes as in the WordPress 4.1 gallery).
* Added new filters related_posts_by_taxonomy_post_thumbnail_link and related_posts_by_taxonomy_rss_post_thumbnail_link.
* Removed extract() from all files (WordPress core best practices).
* Added Phpunit tests (in the github repository).
* Bug fixes
* Fixed a filter recursion bug for the shortcode if it's used in the WordPress the_content filter and the format is excerpts or posts.
* Notice
* Deprecated filters related_posts_by_taxonomy_post_thumbnail and related_posts_by_taxonomy_rss_post_thumbnail.
= 0.3.1 =
* New filters for the related posts query.
* Fixed minor bug when using spaces in post_types string in the short code.
* Added plugin icons introduced with WordPress 4.0
= 0.3 =
* Enhancement
* New parameters for the shortcode and widget: include_terms and caption.
* New support for html5 tags (set by themes) in the thumbnail gallery (same as in WordPress 3.9 gallery shortcode).
* Allow image columns to be set to zero (same as in WordPress gallery shortcode).
* New options for gallery captions. Use the post title (default), excerpt, attachment caption or attachment alt text for the caption.
* Reformatted code and new inline filter documentation is added to adhere to new WordPress coding standards.
* New filters for overriding images in the thumbnail gallery.
* Bug fixes
* Fixed bug where duplicate related posts where found for order="RAND". Props: [Mock](https://profiles.wordpress.org/mock).
* Fixed php notices coming from the Related_Posts_By_Taxonomy_Defaults class.
* Notice
* Removed backward compatibility for WordPress 3.4.
* The template used for display of the post thumbnails is updated. Review the changes made in the updated related-posts-thumbnails.php file if you're using it to display the thumbnails in your own theme.
= 0.2.1 =
* Added image sizes and columns for the widget and shortcode.
* Cleaned up of code base and speed improvements.
* Added a Dutch translation.
* Added a filter for the caption of post thumbnails.
* Added two filters for a future settings page for this plugin. (this will be a separate plugin)
= 0.2 =
* Added new feature to display related post thumbnails.
* Removed the docs that came with the plugin.
* some minor bug fixing for the shortcode. |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/remote-cache-purger/change_log/changelog.txt | ## CHANGELOG
= 1.0.4.1 - 2020/12 =
* UPDATE: Display number of purged files
= 1.0.4 - 2020/12 =
* FIX: HTTP method - show response
= 1.0.3 - 2020/12 =
* ADDED: truncate admin notice
* ADDED: additional domains
* ADDED: enable/disable purge
* ADDED: Response Count Header
* UPDATE: Only if Response Count Header is set, number of purged items will be shown
* FIX: Add query to url
= 1.0.2 - 2020/12 =
* Debug
= 1.0.1 - 2020/12 =
* Cleaning Up
* Added Ajax requests
* Added logging to Wordpress error log
= 1.0.0 - 2020/12 =
* Init |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/remove-admin-footer-and-version/change_log/changelog.txt | Plugin Name: Remove Admin Footer and Version
Author: H Ranjan
Change Log:
----------------------------------------------------------------------
----------------------------------------------------------------------
1.0.0 - 07/24/2012
----------------------------------------------------------------------
- Initial Release. |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/remove-extra-media/change_log/CHANGELOG.md | # CHANGELOG - Remove Extra Media
## 1.1.1
* Coding standard updates
* Update store branding
## 1.1.0
* Change branding from Aihrus to Axelerant
* Convert to static class coding
* Convert TODO to https://github.com/michael-cannon/remove-extra-media/issues
* Revise readme structure
* Specify a “Text Domain” and “Domain Path”
* transformmed > transformed
* Update about tab
* Update copyright text
* Update file headers
* Update PHPCS to WordPress-Core
## 1.0.1
* Change $2 donation request to $5
* Move screenshots to SVN assets
* Revise features
* Simplify `wp_enqueue_style` handling
* Travis ignore WordPress.WhiteSpace.ControlStructureSpacing - false positives
* https jQuery transport
## 1.0.0
* Add No text flag
* Add in remove extra media processor
* Add option media_limit
* Add option post_type
* Add screenshots
* Correct delete count
* Initial code release
* Remove featured image meta data
* Remove post type entry attachment relationship than delete media
* Remove unused CSS stylesheet
* Set 5 second per post type entry processing estimate
* Update description |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/remove-generator-tag-for-wordpress/translation_file/langs/wp-remove-generator-meta-de_DE.po | msgid ""
msgstr ""
"Project-Id-Version: WordPress.com Stats Smiley Remover v15.01\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2014-12-22 17:34:32+0000\n"
"Last-Translator: thisismyurl <[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: CSL v1.x\n"
"X-Poedit-Language: German\n"
"X-Poedit-Country: GERMANY\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"
#: thisismyurl_common.php:260
#@ wordpresscom-stats-smiley-remover
msgid "Settings"
msgstr "Einstellungen"
#: thisismyurl_common.php:288
#@ wordpresscom-stats-smiley-remover
msgid "General settings"
msgstr "Allgemeine Einstellungen"
#: thisismyurl_common.php:289
#, php-format
#@ wordpresscom-stats-smiley-remover
msgid "The plugin has no settings, once activated it will work automatically. For further details, please view the <a href=\"%sreadme.txt\">readme.txt</a> file included with this release."
msgstr "Es gibt keine Einstellungen. Bei Aktivierung wird es automatisch zu arbeiten. Weitere Einzelheiten finden Sie auf der <a href=\"%sreadme.txt\">readme.txt</a> Datei mit dieser Version nicht enthalten."
#: thisismyurl_common.php:296
#@ wordpresscom-stats-smiley-remover
msgid "How to support the software"
msgstr "Wie man die Software zu unterstützen"
#: thisismyurl_common.php:298
#@ wordpresscom-stats-smiley-remover
msgid "Open source software such as this free WordPress plugin only work through the hard work of community members, volunteering their time or resources to make the software freely available. If you would like to show your support for this software, please consider donating towards the development effort."
msgstr "Kostenlose wie dieses kostenlose Tool nur durch die harte Arbeit von Mitgliedern der Gemeinschaft zu arbeiten, ihre Zeit freiwillig oder Ressourcen die Software frei verfügbar zu machen. Wenn Sie möchten, um Ihre Unterstützung für diese Software zu zeigen, betrachten bitte zu spenden in Richtung der Entwicklungsaufwand."
#: thisismyurl_common.php:299
#@ wordpresscom-stats-smiley-remover
msgid "Here is how you can help:"
msgstr "Hier ist, wie Sie helfen können:"
#: thisismyurl_common.php:302
#@ wordpresscom-stats-smiley-remover
msgid "Give it a great review on WordPress.org;"
msgstr "Geben Sie ihm einen großen Beitrag:"
#: thisismyurl_common.php:303
#@ wordpresscom-stats-smiley-remover
msgid "Offer free support in the plugin forums;"
msgstr "Bieten kostenlose Unterstützung in den Foren;"
#: thisismyurl_common.php:304
#@ wordpresscom-stats-smiley-remover
msgid "Report an issue, or suggest feature request;"
msgstr "Problem melden, oder schlagen eine Verbesserung;"
#: thisismyurl_common.php:305
#@ wordpresscom-stats-smiley-remover
msgid "Translate the plugin into a local language;"
msgstr "Übersetzen in eine Landessprache;"
#: thisismyurl_common.php:306
#, php-format
#@ wordpresscom-stats-smiley-remover
msgid "Thanks @thisismyurl for %s!"
msgstr "Dankthisismyurl für %s!"
#: thisismyurl_common.php:306
#@ wordpresscom-stats-smiley-remover
msgid "Tell your friends about the plugin on Twitter;"
msgstr "Erzählen Sie Ihren Freunden über die Software;"
#: thisismyurl_common.php:309
#@ wordpresscom-stats-smiley-remover
msgid "Any support is greatly appreciated, and I hope you enjoy using this free plugin for WordPress."
msgstr "Jede Unterstützung wird sehr geschätzt, und ich wünsche Ihnen viel Spaß mit diesem kostenlosen Download."
#: thisismyurl_common.php:313
#@ wordpresscom-stats-smiley-remover
msgid "Donate $5"
msgstr "Spenden Sie $5"
#: thisismyurl_common.php:314
#@ wordpresscom-stats-smiley-remover
msgid "Donate $10"
msgstr "Spenden Sie $10"
#: thisismyurl_common.php:315
#@ wordpresscom-stats-smiley-remover
msgid "Donate $20"
msgstr "Spenden Sie $20"
#: thisismyurl_common.php:327
#@ wordpresscom-stats-smiley-remover
msgid "Christopher Ross"
msgstr ""
#: thisismyurl_common.php:327
#@ wordpresscom-stats-smiley-remover
msgid "@thisismyurl"
msgstr ""
#: wordpresscom-stats-smiley-remover.php:33
#@ thisismyurl_wpsmileyremover
msgid "WordPress.com Stats Smiley Remover"
msgstr ""
#: wordpresscom-stats-smiley-remover.php:34
#@ thisismyurl_wpsmileyremover
msgid "WP Smiley"
msgstr "" |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/rename-taxonomies/change_log/changelog.md | # WebMan Rename Taxonomies Changelog
## 1.0.1
* **Add**: Compatible with Polylang
* **Add**: Admin notice when no changes are saved
* **Update**: Renamed `$admin_page_slug` variable to `$plugin_slug`
* **Update**: Localization
#### Files changed:
readme.md
readme.txt
rename-taxonomies.php
includes/pages/edit.php
languages/readme.md
languages/rename-taxonomies.pot
languages/rename-taxonomies-sk_SK.mo
languages/rename-taxonomies-sk_SK.po
#### Files removed:
wpml-config.xml
## 1.0
* Initial release. |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/repeat-events/composer_file/package.json | {
"name": "repeat-events",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/blueboxdigital/repeat-events.git"
},
"author": "@blueboxdigital",
"license": "UNLICENSED",
"devDependencies": {
"@prettier/plugin-php": "^0.14.3",
"prettier": "^2.1.2"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/repeater-add-on-for-gravity-forms/change_log/changelog.txt | v1.0.9 (1/25/2016)
- Fixed bug where in some cases a PHP error would occur when attempting to automatically disable ajax on a form.
- Fixed bug where sometimes a javascript error would occur on date fields with a calendar icon.
- Fixed bug where removing a specific repeatId would cause some weird things to happen.
- Fixed bug where repeaters in a multipage form that are not on the first page would appear to have failed validation even if the form hasn't been submitted.
- Fixed bug where repeaters in a muttipage form that are not on the first page would forget their saved data and ignore their start setting.
- Fixed hideButtons setting.
- Added [gfRepeater-buttons], [gfRepeater-add], and [gfRepeater-remove] shortcodes.
- Added custom CSS option to repeater start and end fields.
- Added gf_repeater_hide_add and gf_repeater_hide_remove CSS classes.
- Added gfRepeater_select javascript function.
- Added 'gform_repeater_init_done' trigger to window and individual forms.
- Changed 'beforeRepeat', 'afterRepeat', 'beforeUnRepeat', and 'afterUnRepeat' triggers to 'gform_repeater_before_repeat', 'gform_repeater_after_repeat', 'gform_repeater_before_unrepeat', and 'gform_repeater_after_unrepeat'.
- Repeated fields now respect conditional logic from outside the repeater.
- Applying conditional logic on a repeated section field now also applys that logic on repeated fields under that section.
- When exporting entries, repeater child data is now exported in a comma-separated list.
v1.0.8 (12/30/2015)
- Fixed bug where sometimes for some reason an input name would be sent as an array and cause a PHP error to display.
- Fixed bug where sometimes validation message would be displayed multiple times for same field.
- Fixed bug where filters would not be loaded if Repeater was the first field on the form.
- Fixed bug where sometimes captured repeater input data would be applied to other forms in cases where there are multiple forms on one page.
- Fixed prepopulation for checkbox and radio fields.
- Changed the way settings and field data is sent to Javascript so now monkey patching the input mask script is no longer necessary.
- Field input masks are now stored in gfRepeaters data. (gfRepeaters[repeaterId]['children'][childId]['inputMask'])
- Added support for conditional logic enabled fields!
- Added support for Repeater merge tags.
- Cleaned up formatting for text-only email notifications.
- Changed Repeater End Setting from 'doNotUse' to 'hideButtons'.
- Added Repeater Start Setting 'Hide Label & Description' to appearance tab.
- Repeater label now defaults to 'Repeater' instead of blank and adminLabel now defaults to blank instead of 'Repeater'.
- Repeater Javascript now initiates after 'gform_post_render' has been triggered instead of on window load.
v1.0.7.2 (12/18/2015)
- Fixed saved repeater field data during validation. (Accidently broke it in the 1.0.7.1 patch)
v1.0.7.1 (12/18/2015)
- Fixed a bug where repeater would break multipage forms. (Sorry about that!)
v1.0.7 (12/17/2015)
- Fixed bug where field order was not saved when a form was submitted.
- Fixed syntax error for older versions of PHP.
- Repeated fields now have their tabindex set to the one that was assigned to the repeater start field.
- Repeater start field tabindex now stored in gfRepeaters data. (gfRepeaters[repeaterId]['data']['tabIndex'])
- Repeater is now repeated if a paremeter is set for a specific field that is higher than the start repeat count.
- Highest set paremeter number is now stored in gfRepeaters data. (gfRepeaters[repeaterId]['data']['paremCount'])
- Repeater dependencies, actions, and filters are now only loaded on forms that have a repeater field.
- Field type is now set for hidden and section fields in gfRepeaters data.
- Ajax is now automatically disabled on forms that have a repeater field. (Until I come up with a fix for ajax enabled forms)
- Added support for Andy Fragen's GitHub Updater. (See readme for more info)
- CSS is now minified.
- gfRepeaters data now contains the form ID number as a root and the repeater Id as a subroot. (See readme for more info)
Release Notes:
- Javascript functions now require the form ID to be specified. (See readme for more info)
v1.0.6 (12/7/2015)
- Fixed repeater 'start' setting. (Apparently it's been broken for awhile?)
- Fixed datepicker ui for repeated date fields.
- Fixed bug where repeater plugin wouldn't allow page settings to display in the form editor.
- Fixed entry detail formatting for emails and non-html views.
- Repeated field labels are no longer saved in the database with the entries and are now looked up by field ID.
- Added support for Hidden field type.
- Added the ability to change the repeater 'start' setting by using the built in Gravity Froms pre-populate filters and hooks.
- Added the ability to pre-populate repeated fields using the built in Gravity Forms filters and hooks. (See readme for more info)
- Field ID number is now stored in gfRepeaters data. (gfRepeaters[repeaterId]['children'][childId]['idNum'])
- Field input pre-populate value is now stored in gfRepeaters data. (gfRepeaters[repeaterId]['children'][childId]['inputs'][inputId]['prePopulate']) (See readme for more info)
- Plugin now requires Gravity Forms 1.9 or later.
v1.0.5 (11/19/2015)
- Fixed bug where sometimes not all repeated, required fields would be validated.
- Fixed bug where repeated fields that are set to 'adminOnly' would have that setting switched off upon form validation.
- Added support for MultiSelect, Radio, and Time fields.
- Added upgrade function to clean up entries from older versions.
- Repeater field admin label now defaults to 'Repeater' instead of blank.
- All repeated values are now stored as arrays besides special cases such as Section fields.
- Field types are now stored in gfRepeaters data. (gfRepeaters[repeaterId]['children'][childId]['type'])
- Name and Address fields now only require the normally required fields.
- Added plugin page link to row meta.
- A few misc things and code clean up.
v1.0.4 (11/6/2015)
- Fixed bug with number field where a PHP error would show up if a form failed validation.
- Fixed bug where a javascript error would occur if no repeater children were marked as required.
- Fixed bug where a PHP error would sometimes occur on the entries page in the admin panel if a repeated field was submitted blank.
- Added support for Section field type.
- Default validation functions are now bypassed for repeater children.
- gfRepeater-count shortcode now shows up for field titles on the entires page in the admin panel.
- Blank repeated fields now show up if "Show Empty Fields" is enabled.
- Repeater children and repeater end fields no longer display duplicated results on the entries page in the admin panel.
- Added a little bit of backwards compatibility for fetching saved repeater child entry data.
Release Notes:
- The entries page in the admin panel may still display duplicated fields for repeater children and repeater end fields until the form has been updated again. Just go to the edit form page and click "Update Form" to fix this.
v1.0.3 (10/30/2015)
- Fixed bug where repeated fields would look like they failed validation if any repeated fields before them failed.
- Fixed bug with validation on fields with multiple inputs.
- Fixed bugs with form editor and setting repeater children required option.
- Added beforeRepeat, afterRepeat, beforeUnRepeat, and AfterUnRepeat form triggers.
- Added a stylesheet with some default styles for repeater releated stuff.
- Added keypress event and tab index to add and remove buttons.
- Added a little bit of error handing to the javascript just in case the admin forgets to add a repeater-end or trys to nest repeaters.
- Repeater start field label now defaults to blank instead of "Untitled".
v1.0.2 (10/27/2015)
- Fixed bug where if any fields in a form with a repeater in it would be unsubmittable.
- Fixed repeater field validation.
- Added custom validation message feature.
- Added repeater "start" number feature.
- Added repeater label and description options.
- Added custom Add and Remove button HTML feature.
- Added "Do not use add and remove buttons" feature.
- Added new "[gfRepeater-count]" shortcode.
v1.0.1 (10/20/2015)
- Added support for Address, Checkboxes, Name, and Number fields.
- Added View details and GitHub links to row meta.
- Fixed input masks!
v1.0.0 (10/11/2015)
- Initial Release |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/reset-roles-and-capabilities/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.3] - 2020-07-13
### Changed
- Tested up to: 5.4.2
## [1.2] - 2019-11-04
### Changed
- Tested up to: 5.2.4
## [1.1] - 2019-03-09
### Changed
- Tested up to: 5.1
## [1.0] - 2018-05-06
### Changed
- First public version. |
Portable Object | wpscan/spec/fixtures/dynamic_finders/plugin_version/responsive-customizer/translation_file/languages/wp-responsive-customizer-en_US.po | msgid ""
msgstr ""
"Project-Id-Version: WordPress Responsive Customizer 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-21 09:26+0300\n"
"PO-Revision-Date: 2013-02-21 09:26+0300\n"
"Last-Translator: Eugene Manuilov <[email protected]>\n"
"Language-Team: Manuilov.org <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: ./../../\n"
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html__;esc_attr_e;esc_attr__\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-Language: English\n"
"X-Poedit-Country: UNITED STATES\n"
"X-Poedit-SearchPath-0: wp-responsive-customizer\n"
#: wp-responsive-customizer/index.php:27
msgid "Desktops"
msgstr "Desktops"
#: wp-responsive-customizer/index.php:31
msgid "Laptops"
msgstr "Laptops"
#: wp-responsive-customizer/index.php:35
msgid "Tablets"
msgstr "Tablets"
#: wp-responsive-customizer/index.php:39
msgid "Phones"
msgstr "Phones"
#: wp-responsive-customizer/index.php:44
msgid "Rotate"
msgstr "Rotate"
#: wp-responsive-customizer/index.php:45
msgid "select resolution"
msgstr "select resolution"
#: wp-responsive-customizer/index.php:54
msgid "Customizer"
msgstr "Customizer" |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/responsive-grid-layout-blocks/composer_file/package.json | {
"name": "@sephsekla/rglb",
"version": "1.5.1",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"bootstrap": "^4.5.3",
"cgb-scripts": "1.23.1"
},
"devDependencies": {
"classnames": "^2.2.6"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/responsive-iframe/composer_file/package.json | {
"name": "responsive-iframe",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.23.1"
}
} |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/responsive-lightbox-popup/change_log/changelog.txt | Responsive Lightbox
by GrandWP
= 1.0.9 =
* Added a free option
= 1.0.8 =
* Bug fix to prevent displaying social icons as thumbnail items.
= 1.0.7 =
* 1. Bug fix (bug reported by user)
* 2. Added a free option
= 1.0.6 =
* Added new image free options
= 1.0.5 =
* Added new image options, bug fixed.
= 1.0.5 =
* Added new image options, bug fixed.
= 1.0.4 =
* We have added parameters of YouTube and Vimeo.
= 1.0.3 =
* 1) Added functionality for dividing lightbox images into galleries. Now you can display images with separate galleries.
* 2) Fixed a CSS bug which caused wp-adminbar to cover the lightbox popup.
= 1.0.2 =
* Added functionality for Youtube and Vimeo videos. Now you can display youtube and vimeo videos.
= 1.0.1 =
* Database bug fixed.
= 1.0.0 =
* GrandWP Responsive Lightbox launched. |
Text | wpscan/spec/fixtures/dynamic_finders/plugin_version/responsive-owl-carousel/change_log/changelog.txt | Plugin Name: Owl carousel responsive
Plugin URI: http://www.gopiplus.com/work/2017/11/18/owl-carousel-responsive-wordpress-plugin/
Author: www.gopiplus.com
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Copyright (c) 2019 www.gopiplus.com
************************************************************Version 1.0************************************************************
First version.
This wordpress plugin is using Owl Carousel jQuery script and that lets you create a beautiful responsive carousel slider and its fully customizable carousel.
************************************************************Version 1.1************************************************************
* Tested up to 5.0
* Default image folder path bug fixed
************************************************************Version 1.2************************************************************
* Tested up to 5.1 |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/responsive-video-shortcodes/composer_file/composer.json | {
"name": "felixarntz/responsive-video-shortcodes",
"description": "This tiny plugin allows you to embed online video from YouTube, Vimeo and more media for a responsive layout - they scale according to the screen size.",
"version": "1.2.5",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": ["wordpress", "oembed", "responsive", "embed", "media", "shortcodes"],
"homepage": "https://github.com/felixarntz/responsive-video-shortcodes",
"authors": [
{
"name": "Felix Arntz",
"email": "[email protected]",
"homepage": "http://leaves-and-love.net",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/felixarntz/responsive-video-shortcodes/issues"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
}
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/rest-api-head-tags/change_log/CHANGELOG.md | # frontity-headtags
## 1.1.0
### Minor Changes
- [`12638a8`](https://github.com/frontity/wp-plugins/commit/12638a86dab060a3ec5a948b83dd5ea912ae413f) [#17](https://github.com/frontity/wp-plugins/pull/17) - Added integration with All In One SEO Pack.
## 1.0.1
### Patch Changes
- [`0200a05`](https://github.com/frontity/wp-plugins/commit/0200a05ddb59d577d69eef54e7632e38a91b2eba) [#16](https://github.com/frontity/wp-plugins/pull/16) - Fix the registering of activation / deactivation hooks.
## 1.0.0
### Major Changes
- Release the first version of REST API - Head Tags |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/rest-api-head-tags/composer_file/package.json | {
"name": "frontity-headtags",
"version": "1.1.0",
"private": true,
"license": "GPLv2",
"scripts": {}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/rest-api-link-manager/composer_file/package.json | {
"name": "rest-api-link-manager",
"version": "1.0.0",
"description": "Add endpoints for managaing links to the REST API.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"gulp-sort": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-wp-pot": "^1.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrysPlugins/rest-api-link-manager.git"
},
"keywords": [
"rest",
"api"
],
"author": "Jeremy Pry",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/PrysPlugins/rest-api-link-manager/issues"
},
"homepage": "https://github.com/PrysPlugins/rest-api-link-manager#readme"
} |
Markdown | wpscan/spec/fixtures/dynamic_finders/plugin_version/rest-manager/change_log/CHANGELOG.md | ### HEAD
### 1.0.7: June 1th, 2018
* Fix default active "on" route option if route not exist in "rest-manager_routes" wp options.
On install new plugin with new routes the route option is not correctly set to default.
### 1.0.6: December 14th, 2017
* Change settings column name from Select to Active
### 1.0.5: November 24th, 2017
* Fix load settings fields for route fields
* On filter route force to load rest-manager if route is filtered and if not active.
### 1.0.4: November 23th, 2017
* Add remove old deprecated mu-plugin.
### 1.0.3: November 23th, 2017
* Update Readme
* Fix version
### 1.0.2: November 23th, 2017
* Fix mu plugin name
* Fix pluggable function not exist.
* Add delete option on uninstall plugin
### 1.0.1: November 18th, 2017
* Remove unnecessary global functions
### 1.0.0: November 18th, 2017
* First Release
### 1.0-beta9: November 16th, 2017
* Bug fixing.
### 1.0-beta8: November 16th, 2017
* Finish first implementation.
### 1.0-beta1: November 2th, 2017
* Start Project |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/restaurant-reservations/composer_file/package.json | {
"name": "restaurant-reservations",
"description": "Accept restaurant reservations and bookings online.",
"version": "1.7.6",
"author": {
"name": "Theme of the Crop",
"url": "https://themeofthecrop.com"
},
"devDependencies": {
"grunt": "~1.0.0",
"grunt-contrib-compress": "~1.3.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-wp-i18n": "~0.5.4"
}
} |
JSON | wpscan/spec/fixtures/dynamic_finders/plugin_version/restaurantpress/composer_file/package-lock.json | {
"name": "restaurantpress",
"version": "1.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"abbrev": {
"version": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
"integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=",
"dev": true
},
"ajv": {
"version": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
"integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
"dev": true,
"requires": {
"co": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
"json-stable-stringify": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
}
},
"ajv-keywords": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
"integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=",
"dev": true
},
"amdefine": {
"version": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
"integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
"dev": true
},
"ansi-regex": {
"version": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"dev": true
},
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
"integrity": "sha1-wVm41b4PnlpvNG2rlPFs4CIWG4g=",
"dev": true,
"requires": {
"color-convert": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.0.tgz"
}
},
"aproba": {
"version": "https://registry.npmjs.org/aproba/-/aproba-1.1.2.tgz",
"integrity": "sha1-RcZikJTeTpb2k+9+q3SuB5wkD8E=",
"dev": true
},
"are-we-there-yet": {
"version": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
"integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
"dev": true,
"requires": {
"delegates": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
"readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz"
},
"dependencies": {
"isarray": {
"version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
},
"readable-stream": {
"version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
"integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
"dev": true,
"requires": {
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
}
},
"string_decoder": {
"version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
"dev": true,
"requires": {
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"
}
}
}
},
"argparse": {
"version": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
"integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
"dev": true,
"requires": {
"sprintf-js": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
}
},
"arr-diff": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
"integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
"dev": true,
"requires": {
"arr-flatten": "1.1.0"
}
},
"arr-flatten": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
"integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
"dev": true
},
"array-find-index": {
"version": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
"integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
"dev": true
},
"array-iterate": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-1.1.1.tgz",
"integrity": "sha1-hlv3+K851rCYLGCQKRSsdrwBCPY=",
"dev": true
},
"array-union": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
"dev": true,
"requires": {
"array-uniq": "1.0.3"
}
},
"array-uniq": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
"integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
"dev": true
},
"array-unique": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
"integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
"dev": true
},
"arrify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
"dev": true
},
"asn1": {
"version": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
"integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
"dev": true
},
"assert-plus": {
"version": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
"integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
"dev": true
},
"async": {
"version": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
"dev": true
},
"async-foreach": {
"version": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
"integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
"dev": true
},
"asynckit": {
"version": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
"dev": true
},
"autoprefixer": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.3.tgz",
"integrity": "sha512-dqzVGiz3v934+s3YZA6nk7tAs9xuTz5wMJbX1M+L4cY/MTNkOUqP61c1GWkEVlUL/PEy1pKRSCFuoRZrXYx9qA==",
"dev": true,
"requires": {
"browserslist": "2.10.0",
"caniuse-lite": "1.0.30000784",
"normalize-range": "0.1.2",
"num2fraction": "1.2.2",
"postcss": "6.0.14",
"postcss-value-parser": "3.3.0"
},
"dependencies": {
"chalk": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
"integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"supports-color": "4.5.0"
}
},
"postcss": {
"version": "6.0.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.14.tgz",
"integrity": "sha512-NJ1z0f+1offCgadPhz+DvGm5Mkci+mmV5BqD13S992o0Xk9eElxUfPPF+t2ksH5R/17gz4xVK8KWocUQ5o3Rog==",
"dev": true,
"requires": {
"chalk": "2.3.0",
"source-map": "0.6.1",
"supports-color": "4.5.0"
}
},
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
},
"supports-color": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
"integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
"dev": true,
"requires": {
"has-flag": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz"
}
}
}
},
"aws-sign2": {
"version": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
"integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=",
"dev": true
},
"aws4": {
"version": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
"integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=",
"dev": true
},
"bail": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/bail/-/bail-1.0.2.tgz",
"integrity": "sha1-99bBcxYwqfnw1NNe0fli4gdKF2Q=",
"dev": true
},
"balanced-match": {
"version": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
"dev": true
},
"bcrypt-pbkdf": {
"version": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
"integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
"dev": true,
"optional": true,
"requires": {
"tweetnacl": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"
}
},
"block-stream": {
"version": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
"integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
"dev": true,
"requires": {
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
}
},
"bluebird": {
"version": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
"integrity": "sha1-2VUfnemPH82h5oPRfukaBgLuLrk=",
"dev": true
},
"body-parser": {
"version": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
"integrity": "sha1-EBXLH+LEQ4WCWVgdtTMy+NDPUPk=",
"dev": true,
"requires": {
"bytes": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz",
"content-type": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
"debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"depd": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz",
"http-errors": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
"iconv-lite": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
"on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"qs": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
"raw-body": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
"type-is": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz"
},
"dependencies": {
"iconv-lite": {
"version": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
"integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=",
"dev": true
},
"qs": {
"version": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
"integrity": "sha1-qfMRQq9GjLcrJbMBNrokVoNJFr4=",
"dev": true
}
}
},
"boom": {
"version": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
"integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
"dev": true,
"requires": {
"hoek": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
}
},
"brace-expansion": {
"version": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
"integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
"dev": true,
"requires": {
"balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
}
},
"braces": {
"version": "1.8.5",
"resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
"integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
"dev": true,
"requires": {
"expand-range": "1.8.2",
"preserve": "0.2.0",
"repeat-element": "1.1.2"
}
},
"browserify-zlib": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
"integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
"dev": true,
"requires": {
"pako": "0.2.9"
}
},
"browserslist": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.10.0.tgz",
"integrity": "sha512-WyvzSLsuAVPOjbljXnyeWl14Ae+ukAT8MUuagKVzIDvwBxl4UAwD1xqtyQs2eWYPGUKMeC3Ol62goqYuKqTTcw==",
"dev": true,
"requires": {
"caniuse-lite": "1.0.30000784",
"electron-to-chromium": "1.3.30"
}
},
"builtin-modules": {
"version": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
"integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
"dev": true
},
"bytes": {
"version": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz",
"integrity": "sha1-/TVGSkA/b5EXwt42Cez/nK4ABYg=",
"dev": true
},
"camelcase": {
"version": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
"integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
"dev": true
},
"camelcase-keys": {
"version": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
"dev": true,
"requires": {
"camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
"map-obj": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz"
}
},
"caniuse-lite": {
"version": "1.0.30000784",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000784.tgz",
"integrity": "sha1-EpztdOmhKApEGIC2zSvOMO9Z5sA=",
"dev": true
},
"caseless": {
"version": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
"dev": true
},
"ccount": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/ccount/-/ccount-1.0.2.tgz",
"integrity": "sha1-U7ai+BW7d7nChx97mnLDol8djok=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-2.0.1.tgz",
"integrity": "sha1-2+xJQ20q4V9TYRTnbRRlbNvA9E0=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-4.2.1.tgz"
}
},
"character-entities": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.1.tgz",
"integrity": "sha1-92hxvl72bdt/j440eOzDdMJ9bco=",
"dev": true
},
"character-entities-html4": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.1.tgz",
"integrity": "sha1-NZoqSg9+KdPcKsmb2+Ie45Q46lA=",
"dev": true
},
"character-entities-legacy": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.1.tgz",
"integrity": "sha1-9Ad53xoQGHK7UQo9KV4fzPFHIC8=",
"dev": true
},
"character-reference-invalid": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.1.tgz",
"integrity": "sha1-lCg191Dk7GGjCOYMLvjMEBEgLvw=",
"dev": true
},
"circular-json": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
"integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==",
"dev": true
},
"clean-css": {
"version": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.7.tgz",
"integrity": "sha1-ua6k+FZ5iJzz6ui0A0nsTr390DI=",
"dev": true,
"requires": {
"source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
}
},
"cli": {
"version": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
"integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
"dev": true,
"requires": {
"exit": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz"
},
"dependencies": {
"glob": {
"version": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"integrity": "sha1-wZyd+aAocC1nhhI4SmVSQExjbRU=",
"dev": true,
"requires": {
"fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
}
}
}
},
"cliui": {
"version": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
"integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
"dev": true,
"requires": {
"string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"wrap-ansi": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz"
}
},
"clone-regexp": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-1.0.0.tgz",
"integrity": "sha1-6uCiQT9VwJQvgYwin+/OhF1/Oxw=",
"dev": true,
"requires": {
"is-regexp": "1.0.0",
"is-supported-regexp-flag": "1.0.0"
}
},
"co": {
"version": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
"integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
"dev": true
},
"code-point-at": {
"version": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
"dev": true
},
"coffee-script": {
"version": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz",
"integrity": "sha1-EpOLz5vhlI+gBvkuDEyegXBRCMA=",
"dev": true
},
"collapse-white-space": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.3.tgz",
"integrity": "sha1-S5BvZw5aljqHt2sOFolkM0G2Ajw=",
"dev": true
},
"color-convert": {
"version": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.0.tgz",
"integrity": "sha1-Gsz5fdc5uYO/mU1W/sj5WFNkG3o=",
"dev": true,
"requires": {
"color-name": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
}
},
"color-name": {
"version": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
"dev": true
},
"colors": {
"version": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
"dev": true
},
"combined-stream": {
"version": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
"integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
"dev": true,
"requires": {
"delayed-stream": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
}
},
"commander": {
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz",
"integrity": "sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA==",
"dev": true
},
"concat-map": {
"version": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true
},
"concat-stream": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz",
"integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
"dev": true,
"requires": {
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"readable-stream": "2.3.3",
"typedarray": "0.0.6"
},
"dependencies": {
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
},
"readable-stream": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
"integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
"dev": true,
"requires": {
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "1.0.0",
"process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"string_decoder": "1.0.3",
"util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
}
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"dev": true,
"requires": {
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"
}
}
}
},
"console-browserify": {
"version": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
"integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
"dev": true,
"requires": {
"date-now": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz"
}
},
"console-control-strings": {
"version": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
"dev": true
},
"content-type": {
"version": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
"integrity": "sha1-t9ETrueo3Se9IRM8TcJSnfFyHu0=",
"dev": true
},
"core-util-is": {
"version": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"dev": true
},
"cosmiconfig": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-3.1.0.tgz",
"integrity": "sha512-zedsBhLSbPBms+kE7AH4vHg6JsKDz6epSv2/+5XHs8ILHlgDciSJfSWf8sX9aQ52Jb7KI7VswUTsLpR/G0cr2Q==",
"dev": true,
"requires": {
"is-directory": "0.3.1",
"js-yaml": "3.10.0",
"parse-json": "3.0.0",
"require-from-string": "2.0.1"
},
"dependencies": {
"esprima": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz",
"integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==",
"dev": true
},
"js-yaml": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz",
"integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==",
"dev": true,
"requires": {
"argparse": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
"esprima": "4.0.0"
}
},
"parse-json": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-3.0.0.tgz",
"integrity": "sha1-+m9HsY4jgm6tMvJj50TQ4ehH+xM=",
"dev": true,
"requires": {
"error-ex": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz"
}
}
}
},
"cross-spawn": {
"version": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
"integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
"dev": true,
"requires": {
"lru-cache": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz",
"which": "https://registry.npmjs.org/which/-/which-1.2.14.tgz"
}
},
"cryptiles": {
"version": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
"integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
"dev": true,
"requires": {
"boom": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz"
}
},
"currently-unhandled": {
"version": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
"integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
"dev": true,
"requires": {
"array-find-index": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz"
}
},
"dashdash": {
"version": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
"integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
"dev": true,
"requires": {
"assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
},
"dependencies": {
"assert-plus": {
"version": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
"dev": true
}
}
},
"date-now": {
"version": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
"integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
"dev": true
},
"dateformat": {
"version": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
"integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
"dev": true,
"requires": {
"get-stdin": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
"meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz"
}
},
"debug": {
"version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
"dev": true,
"requires": {
"ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
}
},
"decamelize": {
"version": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
"dev": true
},
"decamelize-keys": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
"integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
"dev": true,
"requires": {
"decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"map-obj": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz"
}
},
"del": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
"integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
"dev": true,
"requires": {
"globby": "5.0.0",
"is-path-cwd": "1.0.0",
"is-path-in-cwd": "1.0.0",
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
"rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
},
"dependencies": {
"globby": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
"integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
"dev": true,
"requires": {
"array-union": "1.0.2",
"arrify": "1.0.1",
"glob": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
}
}
}
},
"delayed-stream": {
"version": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
"dev": true
},
"delegates": {
"version": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
"integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
"dev": true
},
"depd": {
"version": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz",
"integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=",
"dev": true
},
"diff": {
"version": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz",
"integrity": "sha1-sdhVB9rzlkgo3lSzfQ1zumfdpWw=",
"dev": true
},
"dir-glob": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
"integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
"dev": true,
"requires": {
"arrify": "1.0.1",
"path-type": "3.0.0"
},
"dependencies": {
"path-type": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
"dev": true,
"requires": {
"pify": "3.0.0"
}
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
"dev": true
}
}
},
"dom-serializer": {
"version": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
"integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
"dev": true,
"requires": {
"domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
"entities": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz"
},
"dependencies": {
"domelementtype": {
"version": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
"integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=",
"dev": true
},
"entities": {
"version": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
"integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
"dev": true
}
}
},
"domelementtype": {
"version": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
"integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=",
"dev": true
},
"domhandler": {
"version": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
"integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
"dev": true,
"requires": {
"domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz"
}
},
"domutils": {
"version": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
"integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
"dev": true,
"requires": {
"dom-serializer": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
"domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz"
}
},
"dot-prop": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
"integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
"dev": true,
"requires": {
"is-obj": "1.0.1"
}
},
"duplexer": {
"version": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
"integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
"dev": true
},
"each-async": {
"version": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
"integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=",
"dev": true,
"requires": {
"onetime": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
"set-immediate-shim": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz"
}
},
"ecc-jsbn": {
"version": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
"integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
"dev": true,
"optional": true,
"requires": {
"jsbn": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
}
},
"ee-first": {
"version": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
"dev": true
},
"electron-releases": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/electron-releases/-/electron-releases-2.1.0.tgz",
"integrity": "sha512-cyKFD1bTE/UgULXfaueIN1k5EPFzs+FRc/rvCY5tIynefAPqopQEgjr0EzY+U3Dqrk/G4m9tXSPuZ77v6dL/Rw==",
"dev": true
},
"electron-to-chromium": {
"version": "1.3.30",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.30.tgz",
"integrity": "sha512-zx1Prv7kYLfc4OA60FhxGbSo4qrEjgSzpo1/37i7l9ltXPYOoQBtjQxY9KmsgfHnBxHlBGXwLlsbt/gub1w5lw==",
"dev": true,
"requires": {
"electron-releases": "2.1.0"
}
},
"encoding": {
"version": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
"integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
"dev": true,
"requires": {
"iconv-lite": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.18.tgz"
}
},
"entities": {
"version": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
"integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
"dev": true
},
"error-ex": {
"version": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
"integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
"dev": true,
"requires": {
"is-arrayish": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz"
}
},
"escape-string-regexp": {
"version": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
"dev": true
},
"esprima": {
"version": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
"integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
"dev": true
},
"eventemitter2": {
"version": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
"integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=",
"dev": true
},
"execall": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz",
"integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=",
"dev": true,
"requires": {
"clone-regexp": "1.0.0"
}
},
"exit": {
"version": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
"dev": true
},
"expand-brackets": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
"integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
"dev": true,
"requires": {
"is-posix-bracket": "0.1.1"
}
},
"expand-range": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
"integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
"dev": true,
"requires": {
"fill-range": "2.2.3"
}
},
"extend": {
"version": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
"integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
"dev": true
},
"extglob": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
"integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
"dev": true,
"requires": {
"is-extglob": "1.0.0"
}
},
"extsprintf": {
"version": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
"dev": true
},
"fast-deep-equal": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz",
"integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=",
"dev": true
},
"fast-json-stable-stringify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
"integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
"dev": true
},
"faye-websocket": {
"version": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
"integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
"dev": true,
"requires": {
"websocket-driver": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz"
}
},
"figures": {
"version": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
"integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
"dev": true,
"requires": {
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
}
},
"file-entry-cache": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
"integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
"dev": true,
"requires": {
"flat-cache": "1.3.0",
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
}
},
"filename-regex": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
"integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
"dev": true
},
"fill-range": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
"integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
"dev": true,
"requires": {
"is-number": "2.1.0",
"isobject": "2.1.0",
"randomatic": "1.1.7",
"repeat-element": "1.1.2",
"repeat-string": "1.6.1"
}
},
"find-up": {
"version": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
"dev": true,
"requires": {
"path-exists": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
"pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
}
},
"findup": {
"version": "https://registry.npmjs.org/findup/-/findup-0.1.5.tgz",
"integrity": "sha1-itkpozk7rGJ5V6fl3kYjsGsOLOs=",
"dev": true,
"requires": {
"colors": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",
"commander": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz"
},
"dependencies": {
"colors": {
"version": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",
"integrity": "sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=",
"dev": true
},
"commander": {
"version": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz",
"integrity": "sha1-0SG7roYNmZKj1Re6lvVliOR8Z4E=",
"dev": true
}
}
},
"findup-sync": {
"version": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
"integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
"dev": true,
"requires": {
"glob": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz"
},
"dependencies": {
"glob": {
"version": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
"dev": true,
"requires": {
"inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
}
}
}
},
"flat-cache": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.0.tgz",
"integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=",
"dev": true,
"requires": {
"circular-json": "0.3.3",
"del": "2.2.2",
"graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"write": "0.2.1"
}
},
"for-in": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
"integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
"dev": true
},
"for-own": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
"integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
"dev": true,
"requires": {
"for-in": "1.0.2"
}
},
"forever-agent": {
"version": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
"integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
"dev": true
},
"form-data": {
"version": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz",
"integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
"dev": true,
"requires": {
"asynckit": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"combined-stream": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
"mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.16.tgz"
}
},
"fs.realpath": {
"version": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"dev": true
},
"fstream": {
"version": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
"integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
"dev": true,
"requires": {
"graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
}
},
"gauge": {
"version": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
"integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
"dev": true,
"requires": {
"aproba": "https://registry.npmjs.org/aproba/-/aproba-1.1.2.tgz",
"console-control-strings": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"has-unicode": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"signal-exit": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
"string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"wide-align": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz"
}
},
"gaze": {
"version": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
"integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
"dev": true,
"requires": {
"globule": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz"
}
},
"get-caller-file": {
"version": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
"integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
"dev": true
},
"get-stdin": {
"version": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
"integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
"dev": true
},
"getobject": {
"version": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
"integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
"dev": true
},
"getpass": {
"version": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
"integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
"dev": true,
"requires": {
"assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
},
"dependencies": {
"assert-plus": {
"version": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
"dev": true
}
}
},
"gettext-parser": {
"version": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.3.0.tgz",
"integrity": "sha1-YUZYUcJm+FIbpp5h71BapU9jXQo=",
"dev": true,
"requires": {
"encoding": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"
}
},
"glob": {
"version": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
"integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
"dev": true,
"requires": {
"fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
}
},
"glob-base": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
"integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
"dev": true,
"requires": {
"glob-parent": "2.0.0",
"is-glob": "2.0.1"
}
},
"glob-parent": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
"integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
"dev": true,
"requires": {
"is-glob": "2.0.1"
}
},
"globby": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz",
"integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=",
"dev": true,
"requires": {
"array-union": "1.0.2",
"dir-glob": "2.0.0",
"glob": "7.1.2",
"ignore": "3.3.7",
"pify": "3.0.0",
"slash": "1.0.0"
},
"dependencies": {
"glob": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"dev": true,
"requires": {
"fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
}
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
"dev": true
}
}
},
"globjoin": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
"integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=",
"dev": true
},
"globule": {
"version": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz",
"integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
"dev": true,
"requires": {
"glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
},
"dependencies": {
"glob": {
"version": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"integrity": "sha1-wZyd+aAocC1nhhI4SmVSQExjbRU=",
"dev": true,
"requires": {
"fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
}
},
"lodash": {
"version": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
"dev": true
}
}
},
"gonzales-pe": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.2.3.tgz",
"integrity": "sha512-Kjhohco0esHQnOiqqdJeNz/5fyPkOMD/d6XVjwTAoPGUFh0mCollPUTUTa2OZy4dYNAqlPIQdTiNzJTWdd9Htw==",
"dev": true,
"requires": {
"minimist": "1.1.3"
},
"dependencies": {
"minimist": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
"integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
"dev": true
}
}
},
"graceful-fs": {
"version": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
"dev": true
},
"grunt": {
"version": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz",
"integrity": "sha1-6HeHZOlEsY8yuw8QuQeEdcnftWs=",
"dev": true,
"requires": {
"coffee-script": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz",
"dateformat": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
"eventemitter2": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
"exit": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"findup-sync": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
"glob": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
"grunt-cli": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",
"grunt-known-options": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz",
"grunt-legacy-log": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.0.tgz",
"grunt-legacy-util": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz",
"iconv-lite": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.18.tgz",
"js-yaml": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"nopt": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
"path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
},
"dependencies": {
"grunt-cli": {
"version": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",
"integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",
"dev": true,
"requires": {
"findup-sync": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
"grunt-known-options": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz",
"nopt": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
"resolve": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
}
}
}
},
"grunt-checktextdomain": {
"version": "https://registry.npmjs.org/grunt-checktextdomain/-/grunt-checktextdomain-1.0.1.tgz",
"integrity": "sha1-slTQHh3pEwBdTbHFMD2QI7mD4Zs=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz",
"text-table": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz",
"integrity": "sha1-NZq0sV3NZLptdHNLcsNjYKmvLBk=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz",
"integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz",
"has-color": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz"
}
}
}
},
"grunt-contrib-concat": {
"version": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz",
"integrity": "sha1-YVCYYwhOhx1+ht5IwBUlntl3Rb0=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"grunt-contrib-cssmin": {
"version": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-2.2.1.tgz",
"integrity": "sha1-ZMvr5gE0vBJwykFUUU7EAHzBb38=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"clean-css": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.7.tgz",
"maxmin": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"grunt-contrib-jshint": {
"version": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.1.0.tgz",
"integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"hooker": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
"jshint": "https://registry.npmjs.org/jshint/-/jshint-2.9.5.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"grunt-contrib-uglify": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-3.2.1.tgz",
"integrity": "sha512-xBPwg8wuA/m+HiSh2uMADuadKEnFQt9N5OhEy35vIl945yG6095oY1H1Og3ucg0wBSOieIBn3raqStvIcwKqHg==",
"dev": true,
"requires": {
"chalk": "1.1.3",
"maxmin": "1.1.0",
"uglify-js": "3.2.2",
"uri-path": "1.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "2.0.0"
}
},
"gzip-size": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz",
"integrity": "sha1-Zs+LEBBHInuVus5uodoMF37Vwi8=",
"dev": true,
"requires": {
"browserify-zlib": "0.1.4",
"concat-stream": "1.6.0"
}
},
"maxmin": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz",
"integrity": "sha1-cTZehKmd2Piz99X94vANHn9zvmE=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"figures": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
"gzip-size": "1.0.0",
"pretty-bytes": "1.0.4"
}
},
"pretty-bytes": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
"integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=",
"dev": true,
"requires": {
"get-stdin": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
"meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz"
}
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"grunt-contrib-watch": {
"version": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz",
"integrity": "sha1-hKGnodar0m7VaEE0lscxM+mQAY8=",
"dev": true,
"requires": {
"async": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"gaze": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"tiny-lr": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz"
}
},
"grunt-known-options": {
"version": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz",
"integrity": "sha1-pCdO6zL6dl2lp6OxcSYXzjsUQUk=",
"dev": true
},
"grunt-legacy-log": {
"version": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.0.tgz",
"integrity": "sha1-+4bxgJhHvAfcR4Q/ns1srLYt8tU=",
"dev": true,
"requires": {
"colors": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"grunt-legacy-log-utils": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz",
"hooker": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"underscore.string": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz"
}
},
"grunt-legacy-log-utils": {
"version": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz",
"integrity": "sha1-p7ji0Ps1taUPSvmG/BEnSevJbz0=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"lodash": {
"version": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz",
"integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=",
"dev": true
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"grunt-legacy-util": {
"version": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz",
"integrity": "sha1-OGqnjcbtUJhsKxiVcmWxtIq7m4Y=",
"dev": true,
"requires": {
"async": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"exit": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"getobject": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
"hooker": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz",
"underscore.string": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz",
"which": "https://registry.npmjs.org/which/-/which-1.2.14.tgz"
},
"dependencies": {
"lodash": {
"version": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz",
"integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=",
"dev": true
}
}
},
"grunt-phpcs": {
"version": "https://registry.npmjs.org/grunt-phpcs/-/grunt-phpcs-0.4.0.tgz",
"integrity": "sha1-oI1iX8ZEZeRTsr2T+BCyqB6Uvao=",
"dev": true
},
"grunt-postcss": {
"version": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.9.0.tgz",
"integrity": "sha1-++WTSmvp6siTr20FfiMYyX+unaM=",
"dev": true,
"requires": {
"chalk": "2.3.0",
"diff": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz",
"postcss": "6.0.14"
},
"dependencies": {
"chalk": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
"integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-4.2.1.tgz"
}
},
"postcss": {
"version": "6.0.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.14.tgz",
"integrity": "sha512-NJ1z0f+1offCgadPhz+DvGm5Mkci+mmV5BqD13S992o0Xk9eElxUfPPF+t2ksH5R/17gz4xVK8KWocUQ5o3Rog==",
"dev": true,
"requires": {
"chalk": "2.3.0",
"source-map": "0.6.1",
"supports-color": "4.5.0"
},
"dependencies": {
"supports-color": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
"integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
"dev": true,
"requires": {
"has-flag": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz"
}
}
}
},
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
}
}
},
"grunt-rtlcss": {
"version": "https://registry.npmjs.org/grunt-rtlcss/-/grunt-rtlcss-2.0.1.tgz",
"integrity": "sha1-6eYc5DdAY5f546Sxv2aeR+cf/MM=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"rtlcss": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.2.0.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"grunt-sass": {
"version": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-2.0.0.tgz",
"integrity": "sha1-kHTPnXtFkuIPd4jKpye4+aoGtgo=",
"dev": true,
"requires": {
"each-async": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
"node-sass": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.3.tgz",
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
}
},
"grunt-stylelint": {
"version": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.9.0.tgz",
"integrity": "sha1-7ZmjjaZgm99YwLQ4pGYqDClI0Lw=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"grunt-wp-i18n": {
"version": "https://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-1.0.1.tgz",
"integrity": "sha1-1fPrrTuxF9v98cZO+IX3aeTWaL8=",
"dev": true,
"requires": {
"grunt": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz",
"node-wp-i18n": "https://registry.npmjs.org/node-wp-i18n/-/node-wp-i18n-1.0.4.tgz"
}
},
"gzip-size": {
"version": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
"integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
"dev": true,
"requires": {
"duplexer": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz"
}
},
"har-schema": {
"version": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz",
"integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=",
"dev": true
},
"har-validator": {
"version": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
"integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=",
"dev": true,
"requires": {
"ajv": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
"har-schema": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz"
}
},
"has-ansi": {
"version": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"dev": true,
"requires": {
"ansi-regex": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"
}
},
"has-color": {
"version": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",
"integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=",
"dev": true
},
"has-flag": {
"version": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
"integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
"dev": true
},
"has-unicode": {
"version": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
"integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
"dev": true
},
"hawk": {
"version": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
"integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
"dev": true,
"requires": {
"boom": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
"cryptiles": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
"hoek": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
"sntp": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"
}
},
"hoek": {
"version": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
"integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
"dev": true
},
"hooker": {
"version": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
"integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
"dev": true
},
"hosted-git-info": {
"version": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
"integrity": "sha1-bWDjSzq7yDEwYsO3mO+NkBoHrzw=",
"dev": true
},
"html-tags": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz",
"integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=",
"dev": true
},
"htmlparser2": {
"version": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
"integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
"dev": true,
"requires": {
"domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
"domhandler": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
"domutils": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
"entities": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
"readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
}
},
"http-errors": {
"version": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
"integrity": "sha1-GX4izevUGYWF6GlO9nhhl7ke2UI=",
"dev": true,
"requires": {
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"statuses": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
}
},
"http-signature": {
"version": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
"integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
"dev": true,
"requires": {
"assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
"jsprim": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"sshpk": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz"
}
},
"iconv-lite": {
"version": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.18.tgz",
"integrity": "sha1-I9hlaxaq5nQqwpcy6o8DNqR4nPI=",
"dev": true
},
"ignore": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.7.tgz",
"integrity": "sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==",
"dev": true
},
"imurmurhash": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
"dev": true
},
"in-publish": {
"version": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
"integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
"dev": true
},
"indent-string": {
"version": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
"integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
"dev": true,
"requires": {
"repeating": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz"
}
},
"indexes-of": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
"integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
"dev": true
},
"inflight": {
"version": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dev": true,
"requires": {
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
}
},
"inherits": {
"version": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
"dev": true
},
"invert-kv": {
"version": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
"integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
"dev": true
},
"is-alphabetical": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.1.tgz",
"integrity": "sha1-x3B5zJHU76x3W+EDS/LSQ/lebwg=",
"dev": true
},
"is-alphanumeric": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
"integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=",
"dev": true
},
"is-alphanumerical": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.1.tgz",
"integrity": "sha1-37SqTRCF4zvbYcLe6cgOnGwZ9Ts=",
"dev": true,
"requires": {
"is-alphabetical": "1.0.1",
"is-decimal": "1.0.1"
}
},
"is-arrayish": {
"version": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
"dev": true
},
"is-buffer": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
"dev": true
},
"is-builtin-module": {
"version": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
"integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
"dev": true,
"requires": {
"builtin-modules": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz"
}
},
"is-decimal": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.1.tgz",
"integrity": "sha1-9ftqlJlq2ejjdh+/vQkfH8qMToI=",
"dev": true
},
"is-directory": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
"integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
"dev": true
},
"is-dotfile": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
"integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
"dev": true
},
"is-equal-shallow": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
"integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
"dev": true,
"requires": {
"is-primitive": "2.0.0"
}
},
"is-extendable": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
"integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
"dev": true
},
"is-extglob": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
"integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
"dev": true
},
"is-finite": {
"version": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
"dev": true,
"requires": {
"number-is-nan": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
}
},
"is-fullwidth-code-point": {
"version": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
"dev": true,
"requires": {
"number-is-nan": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
}
},
"is-glob": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
"integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
"dev": true,
"requires": {
"is-extglob": "1.0.0"
}
},
"is-hexadecimal": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.1.tgz",
"integrity": "sha1-bghLvJIGH7sJcexYts5tQE4k2mk=",
"dev": true
},
"is-number": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
"integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
"dev": true,
"requires": {
"kind-of": "3.2.2"
}
},
"is-obj": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
"dev": true
},
"is-path-cwd": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
"integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
"dev": true
},
"is-path-in-cwd": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
"integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
"dev": true,
"requires": {
"is-path-inside": "1.0.1"
}
},
"is-path-inside": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
"integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
"dev": true,
"requires": {
"path-is-inside": "1.0.2"
}
},
"is-plain-obj": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
"integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
"dev": true
},
"is-posix-bracket": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
"integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
"dev": true
},
"is-primitive": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
"integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
"dev": true
},
"is-regexp": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
"integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=",
"dev": true
},
"is-supported-regexp-flag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.0.tgz",
"integrity": "sha1-i1IMhfrnolM4LUsCZS4EVXbhO7g=",
"dev": true
},
"is-typedarray": {
"version": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
"integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
"dev": true
},
"is-utf8": {
"version": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
"integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
"dev": true
},
"is-whitespace-character": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.1.tgz",
"integrity": "sha1-muAXbzKCtlRXoZks2whPil+DPjs=",
"dev": true
},
"is-word-character": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.1.tgz",
"integrity": "sha1-WgP6HqkazopusMfNdw64bWXIvvs=",
"dev": true
},
"isarray": {
"version": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
"dev": true
},
"isexe": {
"version": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
"dev": true
},
"isobject": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
"integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
"dev": true,
"requires": {
"isarray": "1.0.0"
},
"dependencies": {
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
}
}
},
"isstream": {
"version": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
"dev": true
},
"js-base64": {
"version": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
"integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
"dev": true
},
"js-yaml": {
"version": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz",
"integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=",
"dev": true,
"requires": {
"argparse": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
"esprima": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
}
},
"jsbn": {
"version": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
"dev": true,
"optional": true
},
"jshint": {
"version": "https://registry.npmjs.org/jshint/-/jshint-2.9.5.tgz",
"integrity": "sha1-HnJSkVzmgbQIJ+4UJIxG006apiw=",
"dev": true,
"requires": {
"cli": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
"console-browserify": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
"exit": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"htmlparser2": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"shelljs": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
"strip-json-comments": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz"
},
"dependencies": {
"lodash": {
"version": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz",
"integrity": "sha1-Nni9irmVBXwHreg27S7wh9qBHUU=",
"dev": true
}
}
},
"json-parse-better-errors": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.1.tgz",
"integrity": "sha512-xyQpxeWWMKyJps9CuGJYeng6ssI5bpqS9ltQpdVQ90t4ql6NdnxFKh95JcRt2cun/DjMVNrdjniLPuMA69xmCw==",
"dev": true
},
"json-schema": {
"version": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
"dev": true
},
"json-schema-traverse": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
"integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=",
"dev": true
},
"json-stable-stringify": {
"version": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
"integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
"dev": true,
"requires": {
"jsonify": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
}
},
"json-stringify-safe": {
"version": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
"dev": true
},
"jsonify": {
"version": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
"integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
"dev": true
},
"jsprim": {
"version": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"dev": true,
"requires": {
"assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"extsprintf": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
"json-schema": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"verror": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz"
},
"dependencies": {
"assert-plus": {
"version": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
"dev": true
}
}
},
"kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dev": true,
"requires": {
"is-buffer": "1.1.6"
}
},
"known-css-properties": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.5.0.tgz",
"integrity": "sha512-LOS0CoS8zcZnB1EjLw4LLqDXw8nvt3AGH5dXLQP3D9O1nLLA+9GC5GnPl5mmF+JiQAtSX4VyZC7KvEtcA4kUtA==",
"dev": true
},
"lcid": {
"version": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
"integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
"dev": true,
"requires": {
"invert-kv": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz"
}
},
"livereload-js": {
"version": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz",
"integrity": "sha1-bIclfmSKtHW8JOoldFftzB+NC8I=",
"dev": true
},
"load-json-file": {
"version": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
"dev": true,
"requires": {
"graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"parse-json": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
"strip-bom": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz"
}
},
"locate-path": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
"integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
"dev": true,
"requires": {
"p-locate": "2.0.0",
"path-exists": "3.0.0"
},
"dependencies": {
"path-exists": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
"dev": true
}
}
},
"lodash": {
"version": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
"dev": true
},
"lodash.assign": {
"version": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
"integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
"dev": true
},
"lodash.clonedeep": {
"version": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
"integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
"dev": true
},
"lodash.mergewith": {
"version": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
"integrity": "sha1-FQzwoWeR9ZA7iJHqsVRgknS96lU=",
"dev": true
},
"log-symbols": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.1.0.tgz",
"integrity": "sha512-zLeLrzMA1A2vRF1e/0Mo+LNINzi6jzBylHj5WqvQ/WK/5WCZt8si9SyN4p9llr/HRYvVR1AoXHRHl4WTHyQAzQ==",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-2.0.1.tgz"
}
},
"longest-streak": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.2.tgz",
"integrity": "sha512-TmYTeEYxiAmSVdpbnQDXGtvYOIRsCMg89CVZzwzc2o7GFL1CjoiRPjH5ec0NFAVlAx3fVof9dX/t6KKRAo2OWA==",
"dev": true
},
"loud-rejection": {
"version": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
"integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
"dev": true,
"requires": {
"currently-unhandled": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
"signal-exit": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz"
}
},
"lru-cache": {
"version": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz",
"integrity": "sha1-Yi4y6CSItJJ5EUpPns9F581rulU=",
"dev": true,
"requires": {
"pseudomap": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
"yallist": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz"
}
},
"map-obj": {
"version": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
"integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
"dev": true
},
"markdown-escapes": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.1.tgz",
"integrity": "sha1-GZTfLTr0gR3lmmcUk0wrIpJzRRg=",
"dev": true
},
"markdown-table": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.1.tgz",
"integrity": "sha1-Sz3ToTPRUYuO8NvHCb8qG0gkvIw=",
"dev": true
},
"mathml-tag-names": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.0.1.tgz",
"integrity": "sha1-jUEmgWi/htEQK5gQnijlMeejRXg=",
"dev": true
},
"maxmin": {
"version": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz",
"integrity": "sha1-TTsiCQPZXu5+t6x/qGTnLcCaMWY=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"figures": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
"gzip-size": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
"pretty-bytes": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"mdast-util-compact": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.1.tgz",
"integrity": "sha1-zbX4TitqLTEU3zO9BdnLMuPECDo=",
"dev": true,
"requires": {
"unist-util-modify-children": "1.1.1",
"unist-util-visit": "1.3.0"
}
},
"media-typer": {
"version": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
"integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
"dev": true
},
"meow": {
"version": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
"dev": true,
"requires": {
"camelcase-keys": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
"decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"loud-rejection": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
"map-obj": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
"minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"normalize-package-data": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"read-pkg-up": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
"redent": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
"trim-newlines": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz"
}
},
"micromatch": {
"version": "2.3.11",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
"integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
"dev": true,
"requires": {
"arr-diff": "2.0.0",
"array-unique": "0.2.1",
"braces": "1.8.5",
"expand-brackets": "0.1.5",
"extglob": "0.3.2",
"filename-regex": "2.0.1",
"is-extglob": "1.0.0",
"is-glob": "2.0.1",
"kind-of": "3.2.2",
"normalize-path": "2.1.1",
"object.omit": "2.0.1",
"parse-glob": "3.0.4",
"regex-cache": "0.4.4"
}
},
"mime-db": {
"version": "https://registry.npmjs.org/mime-db/-/mime-db-1.29.0.tgz",
"integrity": "sha1-SNJtI1WJZRcErFkWygYAGRQmaHg=",
"dev": true
},
"mime-types": {
"version": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.16.tgz",
"integrity": "sha1-K4WKUuXs1RbbiXrCvodIeDBpjiM=",
"dev": true,
"requires": {
"mime-db": "https://registry.npmjs.org/mime-db/-/mime-db-1.29.0.tgz"
}
},
"minimatch": {
"version": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
"dev": true,
"requires": {
"brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz"
}
},
"minimist": {
"version": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"dev": true
},
"minimist-options": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz",
"integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==",
"dev": true,
"requires": {
"arrify": "1.0.1",
"is-plain-obj": "1.1.0"
}
},
"mkdirp": {
"version": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"dev": true,
"requires": {
"minimist": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
},
"dependencies": {
"minimist": {
"version": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
"dev": true
}
}
},
"ms": {
"version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
"integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
"dev": true
},
"nan": {
"version": "https://registry.npmjs.org/nan/-/nan-2.6.2.tgz",
"integrity": "sha1-5P805slf37WuzAjeZZb0NgWn20U=",
"dev": true
},
"node-gyp": {
"version": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz",
"integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
"dev": true,
"requires": {
"fstream": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
"glob": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
"graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"nopt": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
"npmlog": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
"osenv": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
"request": "https://registry.npmjs.org/request/-/request-2.81.0.tgz",
"rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
"semver": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
"tar": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
"which": "https://registry.npmjs.org/which/-/which-1.2.14.tgz"
},
"dependencies": {
"semver": {
"version": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
"integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
"dev": true
}
}
},
"node-sass": {
"version": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.3.tgz",
"integrity": "sha1-0JydEXlkEjnRuX/8YjH9zsU+FWg=",
"dev": true,
"requires": {
"async-foreach": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"cross-spawn": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
"gaze": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
"get-stdin": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
"glob": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
"in-publish": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
"lodash.assign": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
"lodash.clonedeep": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
"lodash.mergewith": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
"meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
"mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"nan": "https://registry.npmjs.org/nan/-/nan-2.6.2.tgz",
"node-gyp": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz",
"npmlog": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
"request": "https://registry.npmjs.org/request/-/request-2.81.0.tgz",
"sass-graph": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
"stdout-stream": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"node-wp-i18n": {
"version": "https://registry.npmjs.org/node-wp-i18n/-/node-wp-i18n-1.0.4.tgz",
"integrity": "sha1-6BFF9Xg+SB9PoA06a4Sm6xw8I5Y=",
"dev": true,
"requires": {
"bluebird": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
"gettext-parser": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.3.0.tgz",
"glob": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"tmp": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz"
},
"dependencies": {
"lodash": {
"version": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
"dev": true
}
}
},
"nopt": {
"version": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
"dev": true,
"requires": {
"abbrev": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz"
}
},
"normalize-package-data": {
"version": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
"integrity": "sha1-EvlaMH1YNSB1oEkHuErIvpisAS8=",
"dev": true,
"requires": {
"hosted-git-info": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
"is-builtin-module": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
"semver": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz",
"validate-npm-package-license": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz"
}
},
"normalize-path": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
"integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
"dev": true,
"requires": {
"remove-trailing-separator": "1.1.0"
}
},
"normalize-range": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
"integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
"dev": true
},
"normalize-selector": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
"dev": true
},
"npmlog": {
"version": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
"integrity": "sha1-CKfyqL9zRgR3mp76StXMcXq7lUs=",
"dev": true,
"requires": {
"are-we-there-yet": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
"console-control-strings": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"gauge": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
"set-blocking": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
}
},
"num2fraction": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
"integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
"dev": true
},
"number-is-nan": {
"version": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
"dev": true
},
"oauth-sign": {
"version": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
"integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
"dev": true
},
"object-assign": {
"version": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"dev": true
},
"object.omit": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
"integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
"dev": true,
"requires": {
"for-own": "0.1.5",
"is-extendable": "0.1.1"
}
},
"on-finished": {
"version": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
"dev": true,
"requires": {
"ee-first": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
}
},
"once": {
"version": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dev": true,
"requires": {
"wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
}
},
"onetime": {
"version": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
"integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
"dev": true
},
"os-homedir": {
"version": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
"integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
"dev": true
},
"os-locale": {
"version": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
"integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
"dev": true,
"requires": {
"lcid": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz"
}
},
"os-tmpdir": {
"version": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
"dev": true
},
"osenv": {
"version": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
"integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=",
"dev": true,
"requires": {
"os-homedir": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
"os-tmpdir": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
}
},
"p-limit": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.1.0.tgz",
"integrity": "sha1-sH/y2aXYi+yAYDWJWiurZqJ5iLw=",
"dev": true
},
"p-locate": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
"integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
"dev": true,
"requires": {
"p-limit": "1.1.0"
}
},
"pako": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
"integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=",
"dev": true
},
"parse-entities": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.1.tgz",
"integrity": "sha1-gRLYhHExnyerrk1klksSL+ThuJA=",
"dev": true,
"requires": {
"character-entities": "1.2.1",
"character-entities-legacy": "1.1.1",
"character-reference-invalid": "1.1.1",
"is-alphanumerical": "1.0.1",
"is-decimal": "1.0.1",
"is-hexadecimal": "1.0.1"
}
},
"parse-glob": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
"integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
"dev": true,
"requires": {
"glob-base": "0.3.0",
"is-dotfile": "1.0.3",
"is-extglob": "1.0.0",
"is-glob": "2.0.1"
}
},
"parse-json": {
"version": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"dev": true,
"requires": {
"error-ex": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz"
}
},
"parseurl": {
"version": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
"integrity": "sha1-yKuMkiO6NIiKpkopeyiFO+wY2lY=",
"dev": true
},
"path-exists": {
"version": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
"dev": true,
"requires": {
"pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
}
},
"path-is-absolute": {
"version": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"dev": true
},
"path-is-inside": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
"integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
"dev": true
},
"path-type": {
"version": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
"dev": true,
"requires": {
"graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
}
},
"performance-now": {
"version": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
"integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=",
"dev": true
},
"pify": {
"version": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"dev": true
},
"pinkie": {
"version": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
"integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
"dev": true
},
"pinkie-promise": {
"version": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
"integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
"dev": true,
"requires": {
"pinkie": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
}
},
"postcss": {
"version": "https://registry.npmjs.org/postcss/-/postcss-6.0.8.tgz",
"integrity": "sha1-iQZ6nOixH4qEy8URfvwwQZoIV7M=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-2.0.1.tgz",
"source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-4.2.1.tgz"
}
},
"postcss-html": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.12.0.tgz",
"integrity": "sha512-KxKUpj7AY7nlCbLcTOYxdfJnGE7QFAfU2n95ADj1Q90RM/pOLdz8k3n4avOyRFs7MDQHcRzJQWM1dehCwJxisQ==",
"dev": true,
"requires": {
"htmlparser2": "3.9.2",
"remark": "8.0.0",
"unist-util-find-all-after": "1.0.1"
},
"dependencies": {
"entities": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
"integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
"dev": true
},
"htmlparser2": {
"version": "3.9.2",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz",
"integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=",
"dev": true,
"requires": {
"domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
"domhandler": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
"domutils": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
"entities": "1.1.1",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"readable-stream": "2.3.3"
}
},
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
},
"readable-stream": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
"integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
"dev": true,
"requires": {
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "1.0.0",
"process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"string_decoder": "1.0.3",
"util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
}
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"dev": true,
"requires": {
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"
}
}
}
},
"postcss-less": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-1.1.3.tgz",
"integrity": "sha512-WS0wsQxRm+kmN8wEYAGZ3t4lnoNfoyx9EJZrhiPR1K0lMHR0UNWnz52Ya5QRXChHtY75Ef+kDc05FpnBujebgw==",
"dev": true,
"requires": {
"postcss": "5.2.18"
},
"dependencies": {
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "2.0.0"
},
"dependencies": {
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"has-flag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
"integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
"dev": true
},
"postcss": {
"version": "5.2.18",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
"integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
"dev": true,
"requires": {
"chalk": "1.1.3",
"js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
"source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
"supports-color": "3.2.3"
}
},
"supports-color": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
"integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
"dev": true,
"requires": {
"has-flag": "1.0.0"
}
}
}
},
"postcss-media-query-parser": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
"integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
"dev": true
},
"postcss-reporter": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-5.0.0.tgz",
"integrity": "sha512-rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-2.0.1.tgz",
"lodash": "4.17.4",
"log-symbols": "2.1.0",
"postcss": "https://registry.npmjs.org/postcss/-/postcss-6.0.8.tgz"
},
"dependencies": {
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
"dev": true
}
}
},
"postcss-resolve-nested-selector": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz",
"integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=",
"dev": true
},
"postcss-safe-parser": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz",
"integrity": "sha1-t1Pv9sfArqXoN1++TN6L+QY/8UI=",
"dev": true,
"requires": {
"postcss": "https://registry.npmjs.org/postcss/-/postcss-6.0.8.tgz"
}
},
"postcss-sass": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.2.0.tgz",
"integrity": "sha512-cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg==",
"dev": true,
"requires": {
"gonzales-pe": "4.2.3",
"postcss": "https://registry.npmjs.org/postcss/-/postcss-6.0.8.tgz"
}
},
"postcss-scss": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-1.0.2.tgz",
"integrity": "sha1-/0XPM1S4ee6JpOtoaA9GrJuxT5Q=",
"dev": true,
"requires": {
"postcss": "https://registry.npmjs.org/postcss/-/postcss-6.0.8.tgz"
}
},
"postcss-selector-parser": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz",
"integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=",
"dev": true,
"requires": {
"dot-prop": "4.2.0",
"indexes-of": "1.0.1",
"uniq": "1.0.1"
}
},
"postcss-value-parser": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
"integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
"dev": true
},
"preserve": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
"integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
"dev": true
},
"pretty-bytes": {
"version": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz",
"integrity": "sha1-J9AAjXeAY6C0gRuzXHnxvV1fvM8=",
"dev": true,
"requires": {
"number-is-nan": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
}
},
"process-nextick-args": {
"version": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
"dev": true
},
"pseudomap": {
"version": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
"integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
"dev": true
},
"punycode": {
"version": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
"dev": true
},
"qs": {
"version": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz",
"integrity": "sha1-TZMuXH6kEcynajEtOaYGIA/VDNk=",
"dev": true
},
"quick-lru": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
"integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=",
"dev": true
},
"randomatic": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
"integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
"dev": true,
"requires": {
"is-number": "3.0.0",
"kind-of": "4.0.0"
},
"dependencies": {
"is-number": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
"integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
"dev": true,
"requires": {
"kind-of": "3.2.2"
},
"dependencies": {
"kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dev": true,
"requires": {
"is-buffer": "1.1.6"
}
}
}
},
"kind-of": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
"integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
"dev": true,
"requires": {
"is-buffer": "1.1.6"
}
}
}
},
"raw-body": {
"version": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
"integrity": "sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=",
"dev": true,
"requires": {
"bytes": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
"iconv-lite": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
"unpipe": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
},
"dependencies": {
"bytes": {
"version": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
"integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=",
"dev": true
},
"iconv-lite": {
"version": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
"integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=",
"dev": true
}
}
},
"read-pkg": {
"version": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
"dev": true,
"requires": {
"load-json-file": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
"normalize-package-data": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
"path-type": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz"
}
},
"read-pkg-up": {
"version": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
"dev": true,
"requires": {
"find-up": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"read-pkg": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz"
}
},
"readable-stream": {
"version": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
"integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
"dev": true,
"requires": {
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
}
},
"redent": {
"version": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
"integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
"dev": true,
"requires": {
"indent-string": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
"strip-indent": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz"
}
},
"regex-cache": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
"integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
"dev": true,
"requires": {
"is-equal-shallow": "0.1.3"
}
},
"remark": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/remark/-/remark-8.0.0.tgz",
"integrity": "sha512-K0PTsaZvJlXTl9DN6qYlvjTkqSZBFELhROZMrblm2rB+085flN84nz4g/BscKRMqDvhzlK1oQ/xnWQumdeNZYw==",
"dev": true,
"requires": {
"remark-parse": "4.0.0",
"remark-stringify": "4.0.0",
"unified": "6.1.6"
}
},
"remark-parse": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-4.0.0.tgz",
"integrity": "sha512-XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==",
"dev": true,
"requires": {
"collapse-white-space": "1.0.3",
"is-alphabetical": "1.0.1",
"is-decimal": "1.0.1",
"is-whitespace-character": "1.0.1",
"is-word-character": "1.0.1",
"markdown-escapes": "1.0.1",
"parse-entities": "1.1.1",
"repeat-string": "1.6.1",
"state-toggle": "1.0.0",
"trim": "0.0.1",
"trim-trailing-lines": "1.1.0",
"unherit": "1.1.0",
"unist-util-remove-position": "1.1.1",
"vfile-location": "2.0.2",
"xtend": "4.0.1"
}
},
"remark-stringify": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-4.0.0.tgz",
"integrity": "sha512-xLuyKTnuQer3ke9hkU38SUYLiTmS078QOnoFavztmbt/pAJtNSkNtFgR0U//uCcmG0qnyxao+PDuatQav46F1w==",
"dev": true,
"requires": {
"ccount": "1.0.2",
"is-alphanumeric": "1.0.0",
"is-decimal": "1.0.1",
"is-whitespace-character": "1.0.1",
"longest-streak": "2.0.2",
"markdown-escapes": "1.0.1",
"markdown-table": "1.1.1",
"mdast-util-compact": "1.0.1",
"parse-entities": "1.1.1",
"repeat-string": "1.6.1",
"state-toggle": "1.0.0",
"stringify-entities": "1.3.1",
"unherit": "1.1.0",
"xtend": "4.0.1"
}
},
"remove-trailing-separator": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
"integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
"dev": true
},
"repeat-element": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
"integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
"dev": true
},
"repeat-string": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
"integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
"dev": true
},
"repeating": {
"version": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
"dev": true,
"requires": {
"is-finite": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz"
}
},
"replace-ext": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
"integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
"dev": true
},
"request": {
"version": "https://registry.npmjs.org/request/-/request-2.81.0.tgz",
"integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=",
"dev": true,
"requires": {
"aws-sign2": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
"aws4": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
"caseless": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"combined-stream": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
"extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
"forever-agent": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
"form-data": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz",
"har-validator": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
"hawk": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
"http-signature": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
"is-typedarray": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
"isstream": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
"json-stringify-safe": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.16.tgz",
"oauth-sign": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
"performance-now": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
"qs": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz",
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"stringstream": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
"tough-cookie": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
"tunnel-agent": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
"uuid": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz"
},
"dependencies": {
"qs": {
"version": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz",
"integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=",
"dev": true
}
}
},
"require-directory": {
"version": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
"integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
"dev": true
},
"require-from-string": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.1.tgz",
"integrity": "sha1-xUUjPp19pmFunVmt+zn8n1iGdv8=",
"dev": true
},
"require-main-filename": {
"version": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
"integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
"dev": true
},
"resolve": {
"version": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
"integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
"dev": true
},
"resolve-from": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
"dev": true
},
"rimraf": {
"version": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
"integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=",
"dev": true
},
"rtlcss": {
"version": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.2.0.tgz",
"integrity": "sha1-E0QVJU0MJrXEA+Lq0sG4v0/AAN0=",
"dev": true,
"requires": {
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"findup": "https://registry.npmjs.org/findup/-/findup-0.1.5.tgz",
"mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"postcss": "https://registry.npmjs.org/postcss/-/postcss-6.0.8.tgz",
"strip-json-comments": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz"
},
"dependencies": {
"ansi-styles": {
"version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
}
},
"strip-json-comments": {
"version": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
"dev": true
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"safe-buffer": {
"version": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"integrity": "sha1-iTMSr2myEj3vcfV4iQAWce6yyFM=",
"dev": true
},
"sass-graph": {
"version": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
"integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
"dev": true,
"requires": {
"glob": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"scss-tokenizer": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
"yargs": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz"
},
"dependencies": {
"lodash": {
"version": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
"dev": true
}
}
},
"scss-tokenizer": {
"version": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
"integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
"dev": true,
"requires": {
"js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
"source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
},
"dependencies": {
"source-map": {
"version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
"integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
"dev": true,
"requires": {
"amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
}
}
}
},
"semver": {
"version": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz",
"integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4=",
"dev": true
},
"set-blocking": {
"version": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
"dev": true
},
"set-immediate-shim": {
"version": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
"integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
"dev": true
},
"shelljs": {
"version": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
"integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
"dev": true
},
"signal-exit": {
"version": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
"dev": true
},
"slash": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
"dev": true
},
"slice-ansi": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
"integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==",
"dev": true,
"requires": {
"is-fullwidth-code-point": "2.0.0"
},
"dependencies": {
"is-fullwidth-code-point": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
"dev": true
}
}
},
"sntp": {
"version": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
"integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
"dev": true,
"requires": {
"hoek": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
}
},
"source-map": {
"version": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
"integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=",
"dev": true
},
"spdx-correct": {
"version": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
"dev": true,
"requires": {
"spdx-license-ids": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz"
}
},
"spdx-expression-parse": {
"version": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
"integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
"dev": true
},
"spdx-license-ids": {
"version": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
"integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
"dev": true
},
"specificity": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/specificity/-/specificity-0.3.2.tgz",
"integrity": "sha512-Nc/QN/A425Qog7j9aHmwOrlwX2e7pNI47ciwxwy4jOlvbbMHkNNJchit+FX+UjF3IAdiaaV5BKeWuDUnws6G1A==",
"dev": true
},
"sprintf-js": {
"version": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
"dev": true
},
"sshpk": {
"version": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz",
"integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=",
"dev": true,
"requires": {
"asn1": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
"assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"bcrypt-pbkdf": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
"dashdash": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
"ecc-jsbn": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
"getpass": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
"jsbn": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
"tweetnacl": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"
},
"dependencies": {
"assert-plus": {
"version": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
"dev": true
}
}
},
"state-toggle": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.0.tgz",
"integrity": "sha1-0g+aYWu08MO5i5GSLSW2QKorxCU=",
"dev": true
},
"statuses": {
"version": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
"integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=",
"dev": true
},
"stdout-stream": {
"version": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
"integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
"dev": true,
"requires": {
"readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz"
},
"dependencies": {
"isarray": {
"version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
},
"readable-stream": {
"version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
"integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
"dev": true,
"requires": {
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
}
},
"string_decoder": {
"version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
"dev": true,
"requires": {
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"
}
}
}
},
"string-width": {
"version": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
"dev": true,
"requires": {
"code-point-at": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"is-fullwidth-code-point": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
}
},
"string_decoder": {
"version": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
"dev": true
},
"stringify-entities": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.1.tgz",
"integrity": "sha1-sVDsLXKsTBtfMktR+2soyc3/BYw=",
"dev": true,
"requires": {
"character-entities-html4": "1.1.1",
"character-entities-legacy": "1.1.1",
"is-alphanumerical": "1.0.1",
"is-hexadecimal": "1.0.1"
}
},
"stringstream": {
"version": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
"integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
"dev": true
},
"strip-ansi": {
"version": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"requires": {
"ansi-regex": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"
}
},
"strip-bom": {
"version": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
"dev": true,
"requires": {
"is-utf8": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
}
},
"strip-indent": {
"version": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
"dev": true,
"requires": {
"get-stdin": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
}
},
"strip-json-comments": {
"version": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
"integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
"dev": true
},
"style-search": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=",
"dev": true
},
"stylelint": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-8.4.0.tgz",
"integrity": "sha512-56hPH5mTFnk8LzlEuTWq0epa34fHuS54UFYQidBOFt563RJBNi1nz1F2HK2MoT1X1waq47milvRsRahFCCJs/Q==",
"dev": true,
"requires": {
"autoprefixer": "7.2.3",
"balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"chalk": "https://registry.npmjs.org/chalk/-/chalk-2.0.1.tgz",
"cosmiconfig": "3.1.0",
"debug": "3.1.0",
"execall": "1.0.0",
"file-entry-cache": "2.0.0",
"get-stdin": "5.0.1",
"globby": "7.1.1",
"globjoin": "0.1.4",
"html-tags": "2.0.0",
"ignore": "3.3.7",
"imurmurhash": "0.1.4",
"known-css-properties": "0.5.0",
"lodash": "4.17.4",
"log-symbols": "2.1.0",
"mathml-tag-names": "2.0.1",
"meow": "4.0.0",
"micromatch": "2.3.11",
"normalize-selector": "0.2.0",
"pify": "3.0.0",
"postcss": "https://registry.npmjs.org/postcss/-/postcss-6.0.8.tgz",
"postcss-html": "0.12.0",
"postcss-less": "1.1.3",
"postcss-media-query-parser": "0.2.3",
"postcss-reporter": "5.0.0",
"postcss-resolve-nested-selector": "0.1.1",
"postcss-safe-parser": "3.0.1",
"postcss-sass": "0.2.0",
"postcss-scss": "1.0.2",
"postcss-selector-parser": "3.1.1",
"postcss-value-parser": "3.3.0",
"resolve-from": "4.0.0",
"specificity": "0.3.2",
"string-width": "2.1.1",
"style-search": "0.1.0",
"sugarss": "1.0.1",
"svg-tags": "1.0.0",
"table": "4.0.2"
},
"dependencies": {
"ansi-regex": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
"dev": true
},
"camelcase": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
"integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
"dev": true
},
"camelcase-keys": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
"integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=",
"dev": true,
"requires": {
"camelcase": "4.1.0",
"map-obj": "2.0.0",
"quick-lru": "1.1.0"
}
},
"debug": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
"dev": true,
"requires": {
"ms": "2.0.0"
}
},
"find-up": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
"integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
"dev": true,
"requires": {
"locate-path": "2.0.0"
}
},
"get-stdin": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
"integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=",
"dev": true
},
"indent-string": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
"integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=",
"dev": true
},
"is-fullwidth-code-point": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
"dev": true
},
"load-json-file": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
"dev": true,
"requires": {
"graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"parse-json": "4.0.0",
"pify": "3.0.0",
"strip-bom": "3.0.0"
}
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
"dev": true
},
"map-obj": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
"integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=",
"dev": true
},
"meow": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-4.0.0.tgz",
"integrity": "sha512-Me/kel335m6vMKmEmA6c87Z6DUFW3JqkINRnxkbC+A/PUm0D5Fl2dEBQrPKnqCL9Te/CIa1MUt/0InMJhuC/sw==",
"dev": true,
"requires": {
"camelcase-keys": "4.2.0",
"decamelize-keys": "1.1.0",
"loud-rejection": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
"minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"minimist-options": "3.0.2",
"normalize-package-data": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
"read-pkg-up": "3.0.0",
"redent": "2.0.0",
"trim-newlines": "2.0.0"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true
},
"parse-json": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
"integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
"dev": true,
"requires": {
"error-ex": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
"json-parse-better-errors": "1.0.1"
}
},
"path-type": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
"dev": true,
"requires": {
"pify": "3.0.0"
}
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
"dev": true
},
"read-pkg": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
"integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
"dev": true,
"requires": {
"load-json-file": "4.0.0",
"normalize-package-data": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
"path-type": "3.0.0"
}
},
"read-pkg-up": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
"integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
"dev": true,
"requires": {
"find-up": "2.1.0",
"read-pkg": "3.0.0"
}
},
"redent": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
"integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
"dev": true,
"requires": {
"indent-string": "3.2.0",
"strip-indent": "2.0.0"
}
},
"string-width": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
"dev": true,
"requires": {
"is-fullwidth-code-point": "2.0.0",
"strip-ansi": "4.0.0"
}
},
"strip-ansi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
"dev": true,
"requires": {
"ansi-regex": "3.0.0"
}
},
"strip-bom": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
"integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
"dev": true
},
"strip-indent": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
"integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
"dev": true
},
"trim-newlines": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
"integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=",
"dev": true
}
}
},
"sugarss": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/sugarss/-/sugarss-1.0.1.tgz",
"integrity": "sha512-3qgLZytikQQEVn1/FrhY7B68gPUUGY3R1Q1vTiD5xT+Ti1DP/8iZuwFet9ONs5+bmL8pZoDQ6JrQHVgrNlK6mA==",
"dev": true,
"requires": {
"postcss": "6.0.14"
},
"dependencies": {
"chalk": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
"integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"supports-color": "4.5.0"
}
},
"postcss": {
"version": "6.0.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.14.tgz",
"integrity": "sha512-NJ1z0f+1offCgadPhz+DvGm5Mkci+mmV5BqD13S992o0Xk9eElxUfPPF+t2ksH5R/17gz4xVK8KWocUQ5o3Rog==",
"dev": true,
"requires": {
"chalk": "2.3.0",
"source-map": "0.6.1",
"supports-color": "4.5.0"
}
},
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
},
"supports-color": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
"integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
"dev": true,
"requires": {
"has-flag": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz"
}
}
}
},
"supports-color": {
"version": "https://registry.npmjs.org/supports-color/-/supports-color-4.2.1.tgz",
"integrity": "sha1-ZaS7JjHpDgJCDbpVVMN1pHVLuDY=",
"dev": true,
"requires": {
"has-flag": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz"
}
},
"svg-tags": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
"integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=",
"dev": true
},
"table": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz",
"integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
"dev": true,
"requires": {
"ajv": "5.5.2",
"ajv-keywords": "2.1.1",
"chalk": "2.3.0",
"lodash": "4.17.4",
"slice-ansi": "1.0.0",
"string-width": "2.1.1"
},
"dependencies": {
"ajv": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
"integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
"dev": true,
"requires": {
"co": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
"fast-deep-equal": "1.0.0",
"fast-json-stable-stringify": "2.0.0",
"json-schema-traverse": "0.3.1"
}
},
"ansi-regex": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
"dev": true
},
"chalk": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
"integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
"dev": true,
"requires": {
"ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
"escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-4.2.1.tgz"
}
},
"is-fullwidth-code-point": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
"dev": true
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
"dev": true
},
"string-width": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
"dev": true,
"requires": {
"is-fullwidth-code-point": "2.0.0",
"strip-ansi": "4.0.0"
}
},
"strip-ansi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
"dev": true,
"requires": {
"ansi-regex": "3.0.0"
}
}
}
},
"tar": {
"version": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
"integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
"dev": true,
"requires": {
"block-stream": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
"fstream": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
}
},
"text-table": {
"version": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"dev": true
},
"tiny-lr": {
"version": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz",
"integrity": "sha1-s/26gC5dVqM8L28QeUsy5Hescp0=",
"dev": true,
"requires": {
"body-parser": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
"debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"faye-websocket": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
"livereload-js": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz",
"parseurl": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
"qs": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz"
}
},
"tmp": {
"version": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
"integrity": "sha1-bTQzWIl2jSGyvNoKonfO07G/rfk=",
"dev": true,
"requires": {
"os-tmpdir": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
}
},
"tough-cookie": {
"version": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
"integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=",
"dev": true,
"requires": {
"punycode": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
}
},
"trim": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
"integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=",
"dev": true
},
"trim-newlines": {
"version": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
"integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
"dev": true
},
"trim-trailing-lines": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz",
"integrity": "sha1-eu+7eAjfnWafbaLkOMrIxGradoQ=",
"dev": true
},
"trough": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/trough/-/trough-1.0.1.tgz",
"integrity": "sha1-qf2LA5Swro//guBjOgo2zK1bX4Y=",
"dev": true
},
"tunnel-agent": {
"version": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
"integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
"dev": true,
"requires": {
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"
}
},
"tweetnacl": {
"version": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
"dev": true,
"optional": true
},
"type-is": {
"version": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
"integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
"dev": true,
"requires": {
"media-typer": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
"mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.16.tgz"
}
},
"typedarray": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
"dev": true
},
"uglify-js": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.2.2.tgz",
"integrity": "sha512-++1NO/zZIEdWf6cDIGceSJQPX31SqIpbVAHwFG5+240MtZqPG/NIPoinj8zlXQtAfMBqEt1Jyv2FiLP3n9gVhQ==",
"dev": true,
"requires": {
"commander": "2.12.2",
"source-map": "0.6.1"
},
"dependencies": {
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
}
}
},
"underscore.string": {
"version": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz",
"integrity": "sha1-gGmSYzZl1eX8tNsfs6hi62jp5to=",
"dev": true
},
"unherit": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.0.tgz",
"integrity": "sha1-a5qu379z3xdWrZ4xbdmBiFhAzX0=",
"dev": true,
"requires": {
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"xtend": "4.0.1"
}
},
"unified": {
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/unified/-/unified-6.1.6.tgz",
"integrity": "sha512-pW2f82bCIo2ifuIGYcV12fL96kMMYgw7JKVEgh7ODlrM9rj6vXSY3BV+H6lCcv1ksxynFf582hwWLnA1qRFy4w==",
"dev": true,
"requires": {
"bail": "1.0.2",
"extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
"is-plain-obj": "1.1.0",
"trough": "1.0.1",
"vfile": "2.3.0",
"x-is-function": "1.0.4",
"x-is-string": "0.1.0"
}
},
"uniq": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
"integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
"dev": true
},
"unist-util-find-all-after": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-1.0.1.tgz",
"integrity": "sha1-TlUSq/734GFnga7Pex7XUcAK+Qg=",
"dev": true,
"requires": {
"unist-util-is": "2.1.1"
}
},
"unist-util-is": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.1.tgz",
"integrity": "sha1-DDEmKeP5YMZukx6BLT2A53AQlHs=",
"dev": true
},
"unist-util-modify-children": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-1.1.1.tgz",
"integrity": "sha1-ZtfmpEnm9nIguXarPLi166w55R0=",
"dev": true,
"requires": {
"array-iterate": "1.1.1"
}
},
"unist-util-remove-position": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz",
"integrity": "sha1-WoXBVV/BugwQG4ZwfRXlD6TIcbs=",
"dev": true,
"requires": {
"unist-util-visit": "1.3.0"
}
},
"unist-util-stringify-position": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.1.tgz",
"integrity": "sha1-PMvcU2ee7W7PN3fdf14yKcG2qjw=",
"dev": true
},
"unist-util-visit": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.3.0.tgz",
"integrity": "sha512-9ntYcxPFtl44gnwXrQKZ5bMqXMY0ZHzUpqMFiU4zcc8mmf/jzYm8GhYgezuUlX4cJIM1zIDYaO6fG/fI+L6iiQ==",
"dev": true,
"requires": {
"unist-util-is": "2.1.1"
}
},
"unpipe": {
"version": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
"integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
"dev": true
},
"uri-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz",
"integrity": "sha1-l0fwGDWJM8Md4PzP2C0TjmcmLjI=",
"dev": true
},
"util-deprecate": {
"version": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
"dev": true
},
"uuid": {
"version": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
"integrity": "sha1-PdPT55Crwk17DToDT/q6vijrvAQ=",
"dev": true
},
"validate-npm-package-license": {
"version": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
"integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
"dev": true,
"requires": {
"spdx-correct": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"spdx-expression-parse": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz"
}
},
"verror": {
"version": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
"integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
"dev": true,
"requires": {
"assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"extsprintf": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz"
},
"dependencies": {
"assert-plus": {
"version": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
"dev": true
}
}
},
"vfile": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz",
"integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==",
"dev": true,
"requires": {
"is-buffer": "1.1.6",
"replace-ext": "1.0.0",
"unist-util-stringify-position": "1.1.1",
"vfile-message": "1.0.0"
}
},
"vfile-location": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.2.tgz",
"integrity": "sha1-02dcWch3SY5JK0dW/2Xkrxp1IlU=",
"dev": true
},
"vfile-message": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.0.0.tgz",
"integrity": "sha512-HPREhzTOB/sNDc9/Mxf8w0FmHnThg5CRSJdR9VRFkD2riqYWs+fuXlj5z8mIpv2LrD7uU41+oPWFOL4Mjlf+dw==",
"dev": true,
"requires": {
"unist-util-stringify-position": "1.1.1"
}
},
"websocket-driver": {
"version": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz",
"integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=",
"dev": true,
"requires": {
"websocket-extensions": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz"
}
},
"websocket-extensions": {
"version": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz",
"integrity": "sha1-domUmcGEtu91Q3fC27DNbLVdKec=",
"dev": true
},
"which": {
"version": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
"integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
"dev": true,
"requires": {
"isexe": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
}
},
"which-module": {
"version": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
"integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
"dev": true
},
"wide-align": {
"version": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
"integrity": "sha1-Vx4PGwYEY268DfwhsDObvjE0FxA=",
"dev": true,
"requires": {
"string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
}
},
"wrap-ansi": {
"version": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
"integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
"dev": true,
"requires": {
"string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
}
},
"wrappy": {
"version": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
},
"write": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
"integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
"dev": true,
"requires": {
"mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz"
}
},
"x-is-function": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/x-is-function/-/x-is-function-1.0.4.tgz",
"integrity": "sha1-XSlNw9Joy90GJYDgxd93o5HR+h4=",
"dev": true
},
"x-is-string": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz",
"integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=",
"dev": true
},
"xtend": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
"integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
"dev": true
},
"y18n": {
"version": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
"integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
"dev": true
},
"yallist": {
"version": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
"integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
"dev": true
},
"yargs": {
"version": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
"integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
"dev": true,
"requires": {
"camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
"cliui": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
"decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"get-caller-file": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
"os-locale": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
"read-pkg-up": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
"require-directory": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
"require-main-filename": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
"set-blocking": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"which-module": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
"y18n": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
"yargs-parser": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz"
},
"dependencies": {
"camelcase": {
"version": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
"dev": true
}
}
},
"yargs-parser": {
"version": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
"integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
"dev": true,
"requires": {
"camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz"
},
"dependencies": {
"camelcase": {
"version": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
"dev": true
}
}
}
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.