Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • devel
  • feature/add-escaping-to-templates
  • feature/add-priority-sorting
  • master
  • 1.0
  • 1.0.0
  • 2.0
  • 2.0-beta
  • 2.0-beta10
  • 2.0-beta11
  • 2.0-beta12
  • 2.0-beta13
  • 2.0-beta2
  • 2.0-beta4
  • 2.0-beta5
  • 2.0-beta6
  • 2.0-beta7
  • 2.0-beta8
  • 2.0-beta9
  • 2.0.1
  • 2.0.2
  • 2.0.2-beta1
  • 2.0.2-beta2
  • 2.0.2-beta3
  • 2.0.3
  • 2.0.4
  • 2.1.0
  • 2.1.0-beta
  • 2.2.0
  • 2.2.0-beta
  • 2.2.1
  • 2.2.2
  • 2.3
  • 2.3.1
  • 2.3.2
  • 2.4.0
  • 2.4.1
  • 2.4.10
  • 2.4.11
  • 2.4.12
  • 2.4.2
  • 2.4.4
  • 2.4.5
  • 2.4.6
  • 2.4.7
  • 2.4.8
  • 2.4.9
  • 3.0.0
  • 3.1.0
  • 3.2.0
  • 3.2.1
  • 3.3.0
52 results

Target

Select target project
  • wpdesk/wp-forms
1 result
Select Git revision
  • devel
  • feature/add-escaping-to-templates
  • feature/add-priority-sorting
  • master
  • 1.0
  • 1.0.0
  • 2.0
  • 2.0-beta
  • 2.0-beta10
  • 2.0-beta11
  • 2.0-beta12
  • 2.0-beta13
  • 2.0-beta2
  • 2.0-beta4
  • 2.0-beta5
  • 2.0-beta6
  • 2.0-beta7
  • 2.0-beta8
  • 2.0-beta9
  • 2.0.1
  • 2.0.2
  • 2.0.2-beta1
  • 2.0.2-beta2
  • 2.0.2-beta3
  • 2.0.3
  • 2.0.4
  • 2.1.0
  • 2.1.0-beta
  • 2.2.0
  • 2.2.0-beta
  • 2.2.1
  • 2.2.2
  • 2.3
  • 2.3.1
  • 2.3.2
  • 2.4.0
  • 2.4.1
  • 2.4.10
  • 2.4.11
  • 2.4.12
  • 2.4.2
  • 2.4.4
  • 2.4.5
  • 2.4.6
  • 2.4.7
  • 2.4.8
  • 2.4.9
  • 3.0.0
  • 3.1.0
  • 3.2.0
  • 3.2.1
  • 3.3.0
52 results
Show changes
Commits on Source (3)
......@@ -4,3 +4,4 @@ composer.lock
build-coverage
swagger
.phpcs-cache
/lang/*.mo
# Changelog
## [3.1.0] - 2022-08-30
### Added
- de_DE translations
## [3.0.0] - 2022-07-19
### Added
- Added strong typing to all the interfaces
......
......@@ -41,7 +41,8 @@
"text-domain": "wp-forms",
"translations-folder": "lang",
"po-files": {
"pl_PL": "pl_PL.po"
"pl_PL": "pl_PL.po",
"de_DE": "de_DE.po"
}
},
"scripts": {
......@@ -49,5 +50,11 @@
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
msgid ""
msgstr ""
"Project-Id-Version: wp-forms\n"
"POT-Creation-Date: 2022-08-30 09:12+0200\n"
"PO-Revision-Date: 2022-08-30 09:12+0200\n"
"Last-Translator: Sebastian Pisula <sebastian.pisula@gmail.com>\n"
"Language-Team: Łukasz Spryszak <lspryszak@gmail.com>\n"
"Language: 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.1.1\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;"
"_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPath-1: src\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
"X-Poedit-SearchPathExcluded-1: vendor\n"
"X-Poedit-SearchPathExcluded-2: vendor_prefixed\n"
#: templates/input-image.php:25
msgid "Set image"
msgstr "Bild einstellen"
#: templates/input-image.php:32
msgid "Remove image"
msgstr "Bild entfernen"
#: templates/input-image.php:53
msgid "Select or Upload Media"
msgstr "Medien auswählen oder hochladen"
#: templates/input-image.php:55
msgid "Use this media"
msgstr "Dieses Medium verwenden"
#: templates/product-select.php:13
msgid "Search for a product&hellip;"
msgstr "Suche nach einem Produkt&hellip;"
File deleted