HELLO v3!!!
This commit is contained in:
20
spec/fixtures/dynamic_finders/plugin_version/vertical-center/composer_file/package.json
vendored
Normal file
20
spec/fixtures/dynamic_finders/plugin_version/vertical-center/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "vertical-center",
|
||||
"version": "1.1.1",
|
||||
"description": "Easily vertically center any element relative to its container. Fully responsive.",
|
||||
"main": "Gruntfile.js",
|
||||
"scripts": {
|
||||
"test": "echo 'working'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BraadMartin/vertical-center.git"
|
||||
},
|
||||
"author": "BraadMartin",
|
||||
"license": "GPL",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-wp-i18n": "^0.5.3",
|
||||
"grunt-wp-readme-to-markdown": "^1.0.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
# Copyright (C) 2015 Braad Martin
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Vertical Center 1.1.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/vertical-center\n"
|
||||
"POT-Creation-Date: 2015-10-09 05:26:10+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-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Vertical Center"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:135
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:198
|
||||
msgid "<br />Instructions"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:211
|
||||
msgid "Element "
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:251 classes/class-vertical-center.php:270
|
||||
msgid "Selector:"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:251
|
||||
msgid ""
|
||||
"jQuery/CSS selector of the element you want to vertically center. Examples: "
|
||||
"<code>#target</code> or <code>.container .target</code>"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:252 classes/class-vertical-center.php:286
|
||||
msgid "Offset:"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:252
|
||||
msgid ""
|
||||
"The number of pixels to offset the calculation by. Positive values will "
|
||||
"offset down and negative will offset up. Examples: <code>25</code> or "
|
||||
"<code>-10</code>"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:253
|
||||
msgid ""
|
||||
"The selected elements will vertically center relative to their parent "
|
||||
"elements, and will remain vertically centered as the screen size changes."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:278
|
||||
msgid "#target"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:299
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-vertical-center.php:311
|
||||
msgid "+ Add More"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wordpress.org/plugins/vertical-center/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Easily vertically center any element relative to its container. Fully "
|
||||
"responsive."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Braad Martin"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "http://braadmartin.com"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user