Skip to content

Commit

Permalink
Textanpassungen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dernerd committed Dec 24, 2023
1 parent b536328 commit 0fce743
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions includes/admin/class-mp-products-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ public function save_product_variations_old( $value, $post_id, $field ) {
public function init_related_products_metabox() {
$metabox = new PSOURCE_Metabox( apply_filters( 'mp_metabox_array_mp-related-products-metabox', array(
'id' => 'mp-related-products-metabox',
'title' => __( 'Empfohlene Produkte', 'mp' ),
'title' => __( 'Verwandte Produkte', 'mp' ),
'post_type' => MP_Product::get_post_type(),
'context' => 'side',
'desc' => __( 'Wenn Du möchtest, kannst Du bestimmte verwandte Produkte auswählen, anstatt die von PSeCommerce generierten zu verwenden', 'mp' ),
Expand Down Expand Up @@ -1449,7 +1449,7 @@ public function init_featured_product_metabox() {

$metabox->add_field( 'checkbox', apply_filters( 'mp_add_field_array_featured', array(
'name' => 'featured',
'message' => __( 'Ist empfohlen?', 'mp' ),
'message' => __( 'Produkt empfehlen?', 'mp' ),
) ) );
}

Expand All @@ -1468,7 +1468,7 @@ public function init_product_type_metabox() {
) ) );

$product_kinds = array(
'physical' => __( 'Physical / Tangible Product', 'mp' ),
'physical' => __( 'Physisches Produkt', 'mp' ),
'digital' => __( 'Digitaler Download', 'mp' )
);

Expand Down
2 changes: 1 addition & 1 deletion includes/psource-metaboxes/ui/select2/select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3405,7 +3405,7 @@ the specific language governing permissions and limitations under the Apache Lic
formatResultCssClass: function(data) {return data.css;},
formatSelectionCssClass: function(data, container) {return undefined;},
formatMatches: function (matches) { if (matches === 1) { return "Ein Ergebnis ist verfügbar. Drücke die Eingabetaste, um es auszuwählen."; } return matches + " results are available, use up and down arrow keys to navigate."; },
formatNoMatches: function () { return "No matches found"; },
formatNoMatches: function () { return "Keine Treffer gefunden"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " or more character" + (n == 1? "" : "s"); },
formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1? "" : "s"); },
formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); },
Expand Down
2 changes: 1 addition & 1 deletion includes/psource-metaboxes/ui/select2/select2.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions languages/mp-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -5954,7 +5954,7 @@ msgstr ""

#: includes/admin/class-mp-products-admin.php:1452
#: includes/includes/admin/class-mp-products-admin.php:1452
msgid "Ist empfohlen?"
msgid "Produkt empfehlen?"
msgstr ""

#: includes/common/payment-gateways/skrill.php:46
Expand Down Expand Up @@ -11945,11 +11945,11 @@ msgid "Wähle %s"
msgstr ""

#: psecommerce.php:205 includes/psecommerce.php:206
msgid "Wähle aus den am häufigsten verwendeten Produktetiketten"
msgid "Auswahl häufig verwendeter Produktetiketten"
msgstr ""

#: psecommerce.php:171 includes/psecommerce.php:172
msgid "Wähle aus den am häufigsten verwendeten Shopkategorien"
msgid "Auswahl häufig verwendeter Shopkategorien"
msgstr ""

#: includes/admin/class-mp-setup-wizard.php:626
Expand Down
6 changes: 3 additions & 3 deletions languages/mp-en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -5954,7 +5954,7 @@ msgstr ""

#: includes/admin/class-mp-products-admin.php:1452
#: includes/includes/admin/class-mp-products-admin.php:1452
msgid "Ist empfohlen?"
msgid "Produkt empfehlen?"
msgstr ""

#: includes/common/payment-gateways/skrill.php:46
Expand Down Expand Up @@ -11945,11 +11945,11 @@ msgid "Wähle %s"
msgstr ""

#: psecommerce.php:205 includes/psecommerce.php:206
msgid "Wähle aus den am häufigsten verwendeten Produktetiketten"
msgid "Auswahl häufig verwendeter Produktetiketten"
msgstr ""

#: psecommerce.php:171 includes/psecommerce.php:172
msgid "Wähle aus den am häufigsten verwendeten Shopkategorien"
msgid "Auswahl häufig verwendeter Shopkategorien"
msgstr ""

#: includes/admin/class-mp-setup-wizard.php:626
Expand Down
6 changes: 3 additions & 3 deletions languages/mp.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5955,7 +5955,7 @@ msgstr ""

#: includes/admin/class-mp-products-admin.php:1452
#: includes/includes/admin/class-mp-products-admin.php:1452
msgid "Ist empfohlen?"
msgid "Produkt empfehlen?"
msgstr ""

#: includes/common/payment-gateways/skrill.php:46
Expand Down Expand Up @@ -11946,11 +11946,11 @@ msgid "Wähle %s"
msgstr ""

#: psecommerce.php:205 includes/psecommerce.php:206
msgid "Wähle aus den am häufigsten verwendeten Produktetiketten"
msgid "Auswahl häufig verwendeter Produktetiketten"
msgstr ""

#: psecommerce.php:171 includes/psecommerce.php:172
msgid "Wähle aus den am häufigsten verwendeten Shopkategorien"
msgid "Auswahl häufig verwendeter Shopkategorien"
msgstr ""

#: includes/admin/class-mp-setup-wizard.php:626
Expand Down
4 changes: 2 additions & 2 deletions psecommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function register_custom_types() {
'search_items' => __( 'Shopkategorien suchen', 'mp' ),
'separate_items_with_commas' => __( 'Shopkategorien durch Kommas trennen', 'mp' ),
'add_or_remove_items' => __( 'Shopkategorien hinzufügen oder entfernen', 'mp' ),
'choose_from_most_used' => __( 'Wähle aus den am häufigsten verwendeten Shopkategorien', 'mp' ),
'choose_from_most_used' => __( 'Auswahl häufig verwendeter Shopkategorien', 'mp' ),
'not_found' => __( 'Keine Shopkategorien gefunden :(', 'mp' ),
),
'capabilities' => array(
Expand Down Expand Up @@ -212,7 +212,7 @@ public function register_custom_types() {
'search_items' => __( 'Produkt-Tags suchen', 'mp' ),
'separate_items_with_commas' => __( 'Produktetiketten durch Kommas trennen', 'mp' ),
'add_or_remove_items' => __( 'Produkt-Tags hinzufügen oder entfernen', 'mp' ),
'choose_from_most_used' => __( 'Wähle aus den am häufigsten verwendeten Produktetiketten', 'mp' ),
'choose_from_most_used' => __( 'Auswahl häufig verwendeter Produkt-Tags', 'mp' ),
'not_found' => __( 'Keine Produkt-Tags gefunden', 'mp' ),
),
'capabilities' => array(
Expand Down
2 changes: 1 addition & 1 deletion ui/select2/select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3405,7 +3405,7 @@ the specific language governing permissions and limitations under the Apache Lic
formatResultCssClass: function(data) {return data.css;},
formatSelectionCssClass: function(data, container) {return undefined;},
formatMatches: function (matches) { if (matches === 1) { return "Ein Ergebnis ist verfügbar. Drücke die Eingabetaste, um es auszuwählen."; } return matches + " results are available, use up and down arrow keys to navigate."; },
formatNoMatches: function () { return "No matches found"; },
formatNoMatches: function () { return "Keine Treffer gefunden"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " or more character" + (n == 1? "" : "s"); },
formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1? "" : "s"); },
formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); },
Expand Down
2 changes: 1 addition & 1 deletion ui/select2/select2.min.js

Large diffs are not rendered by default.

0 comments on commit 0fce743

Please sign in to comment.