HELLO v3!!!
This commit is contained in:
32
spec/fixtures/dynamic_finders/plugin_version/user-feedback/composer_file/composer.json
vendored
Normal file
32
spec/fixtures/dynamic_finders/plugin_version/user-feedback/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "wearerequired/user-feedback",
|
||||
"description": "Allows users to submit feedback and bug reports anywhere on the site using an interactive feedback button.",
|
||||
"version": "1.1.1",
|
||||
"type": "wordpress-plugin",
|
||||
"license": "GPL-2.0+",
|
||||
"authors": [
|
||||
{
|
||||
"name": "required+",
|
||||
"email": "support@required.ch",
|
||||
"homepage": "http://required.ch",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpmd/phpmd": "@stable",
|
||||
"phpunit/phpunit": "@stable",
|
||||
"wp-coding-standards/wpcs": "dev-develop"
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
|
||||
"post-update-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Required\\User_Feedback\\": "classes"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,330 @@
|
||||
# Copyright (C) 2015 required+
|
||||
# This file is distributed under the GPLv2+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: User Feedback 1.1.1\n"
|
||||
"Report-Msgid-Bugs-To: http://required.ch\n"
|
||||
"POT-Creation-Date: 2015-05-20 17:47:28+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: required+\n"
|
||||
"Language-Team: required+ <support@required.ch>\n"
|
||||
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
||||
"X-Poedit-KeywordsList: "
|
||||
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
||||
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
||||
"Language: en\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-Country: Switzerland\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-Basepath: ../\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-Bookmarks: \n"
|
||||
"X-Textdomain-Support: yes\n"
|
||||
|
||||
#: classes/AjaxHandler.php:31
|
||||
msgid "No data provided"
|
||||
msgstr ""
|
||||
|
||||
#: classes/AjaxHandler.php:60
|
||||
msgid "Submission successful!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:121 classes/DataProvider.php:93
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:125
|
||||
msgid "(not provided)"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:131
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:131
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:133 classes/Controller.php:168
|
||||
msgid "Howdy,"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:134
|
||||
msgid "You just received a new user feedback regarding your website!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:135 classes/Controller.php:170
|
||||
msgid "Name: %s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:136 classes/Controller.php:171
|
||||
msgid "Email: %s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:137
|
||||
msgid "Browser: %s (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:138
|
||||
msgid "Cookies enabled: %s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:139 classes/Controller.php:173
|
||||
msgid "Visited URL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:140
|
||||
msgid "Site Language: %s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:141
|
||||
msgid "User Languages: %s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:142 classes/Controller.php:174
|
||||
msgid "Additional Notes:"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:144 classes/Controller.php:176
|
||||
msgid "A screenshot of the visited page is attached."
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:149
|
||||
msgid "[%s] New User Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:169
|
||||
msgid ""
|
||||
"We just received the following feedback from you and will get in touch "
|
||||
"shortly. Thank you."
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:172
|
||||
msgid "Browser: %s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:181
|
||||
msgid "[%s] Your Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:268
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:283
|
||||
msgid "Howdy stranger,"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:284
|
||||
msgid ""
|
||||
"Please let us know who you are. This way we will get back to you as soon as "
|
||||
"the issue is resolved:"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:290 classes/Controller.php:303
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:291
|
||||
msgid "Stay anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:298
|
||||
msgid "Hello "
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:299
|
||||
msgid "Please help us understand your feedback better!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:300
|
||||
msgid ""
|
||||
"You can not only leave us a message but also highlight areas relevant to "
|
||||
"your feedback."
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:301
|
||||
msgid "Don't show me this again"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:310
|
||||
msgid "Highlight the areas relevant to your feedback."
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:312
|
||||
msgid "Take screenshot"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:331
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:332
|
||||
msgid "Page: "
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:333
|
||||
msgid "Browser: "
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:334
|
||||
msgid "Language: "
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:337
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:338
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:345
|
||||
msgid ""
|
||||
"Thank you for taking your time to give us feedback. We will consider it and "
|
||||
"get back to you as quickly as possible."
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:346
|
||||
msgid "– %s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:348
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:349
|
||||
msgid "Leave another message"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:410
|
||||
msgid ""
|
||||
"%s:\r\n"
|
||||
"\r\n"
|
||||
" %s\r\n"
|
||||
"\r\n"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "User Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsController.php:37
|
||||
msgid "Configure where the User Feedback tool should be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsController.php:44
|
||||
msgid "Display Options"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsController.php:64
|
||||
msgid "Load for non-logged in users"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsController.php:72
|
||||
msgid "Load in the WordPress admin"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsController.php:114
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://github.com/wearerequired/user-feedback/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Allows users to submit feedback and bug reports anywhere on the site using "
|
||||
"an interactive feedback button."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "required+"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "http://required.ch"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:272
|
||||
msgctxt "step 1"
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:273
|
||||
msgctxt "step 3"
|
||||
msgid "Highlight area"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:274
|
||||
msgctxt "step 2"
|
||||
msgid "Leave a message"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:277
|
||||
msgctxt "help button label"
|
||||
msgid "?"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:278
|
||||
msgctxt "help button title text and aria label"
|
||||
msgid "Submit Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:282 classes/Controller.php:297
|
||||
#: classes/Controller.php:322 classes/Controller.php:344
|
||||
msgctxt "modal title"
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:309
|
||||
msgctxt "modal title"
|
||||
msgid "Highlight area"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:286
|
||||
msgctxt "input field placeholder"
|
||||
msgid "Your name"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:287
|
||||
msgctxt "input field placeholder"
|
||||
msgid "Email address"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:292 classes/Controller.php:304
|
||||
msgctxt "close button"
|
||||
msgid "×"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:313 classes/Controller.php:318
|
||||
#: classes/Controller.php:339
|
||||
msgctxt "close button"
|
||||
msgid "×"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:293 classes/Controller.php:305
|
||||
#: classes/Controller.php:314 classes/Controller.php:319
|
||||
#: classes/Controller.php:340
|
||||
msgctxt "close button title text and aria label"
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:323
|
||||
msgctxt "alt text"
|
||||
msgid "Annotated Screenshot"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:325
|
||||
msgctxt "by user xy"
|
||||
msgid "From "
|
||||
msgstr ""
|
||||
|
||||
#: classes/Controller.php:328
|
||||
msgctxt "textarea placeholder"
|
||||
msgid "Tell us what we should improve or fix …"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user