HELLO v3!!!
This commit is contained in:
23
spec/fixtures/dynamic_finders/plugin_version/keep-my-theme/composer_file/composer.json
vendored
Normal file
23
spec/fixtures/dynamic_finders/plugin_version/keep-my-theme/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name" : "swissspidy/keep-my-theme",
|
||||
"description": "Keep My Theme will display posts with the theme that was active when they were published.",
|
||||
"version" : "1.0.0",
|
||||
"keywords" : [
|
||||
"wordpress",
|
||||
"plugin",
|
||||
"theme",
|
||||
"archive"
|
||||
],
|
||||
"type" : "wordpress-plugin",
|
||||
"homepage" : "https://github.com/swissspidy/keep-my-theme",
|
||||
"authors" : [
|
||||
{
|
||||
"name" : "Pascal Birchler",
|
||||
"email" : "pascal.birchler@spinpress.com",
|
||||
"homepage": "https://pascalbirchler.com/"
|
||||
}
|
||||
],
|
||||
"support" : {
|
||||
"issues": "https://github.com/swissspidy/keep-my-theme/issues"
|
||||
}
|
||||
}
|
||||
47
spec/fixtures/dynamic_finders/plugin_version/keep-my-theme/translation_file/languages/de_DE.po
vendored
Normal file
47
spec/fixtures/dynamic_finders/plugin_version/keep-my-theme/translation_file/languages/de_DE.po
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright (C) 2015 Pascal Birchler
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Keep My Theme 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://pascalbirchler.com\n"
|
||||
"POT-Creation-Date: 2015-01-02 11:05:04+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-01-02 12:06+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: SpinPress\n"
|
||||
"X-Generator: Poedit 1.7.1\n"
|
||||
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;"
|
||||
"_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;"
|
||||
"esc_attr_x:1,2c;esc_html_x:1,2c\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-Basepath: ../\n"
|
||||
"X-Textdomain-Support: yes\n"
|
||||
"Language: de_DE\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Keep My Theme"
|
||||
msgstr "Keep My Theme"
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://spinpress.com/keep-my-theme/"
|
||||
msgstr "https://spinpress.com/keep-my-theme/"
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Keep My Theme will display posts with the theme that was active when they "
|
||||
"were published."
|
||||
msgstr ""
|
||||
"Keep My Theme zeigt Beiträge in demjenigen Theme an, das zur Zeit der "
|
||||
"Veröffentlichung aktiviert war."
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Pascal Birchler"
|
||||
msgstr "Pascal Birchler"
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://pascalbirchler.com"
|
||||
msgstr "https://pascalbirchler.com"
|
||||
Reference in New Issue
Block a user