Skip to content

Commit

Permalink
Merge pull request #381 from wielebenwir/release/2.2.4
Browse files Browse the repository at this point in the history
update translation
  • Loading branch information
chriwen authored Dec 15, 2020
2 parents 240b8ce + 5472cb3 commit a1b2c31
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 23 deletions.
4 changes: 2 additions & 2 deletions commonsbooking.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Plugin Name: CommonsBooking
* Version: 2.2.3
* Version: 2.2.4
* Requires at least: 5.2
* Requires PHP: 7.0
* Plugin URI: https://commonsbooking.org
Expand All @@ -22,7 +22,7 @@

defined('ABSPATH') or die("Thanks for visting");

define('COMMONSBOOKING_VERSION', '2.2.3');
define('COMMONSBOOKING_VERSION', '2.2.4');
define('COMMONSBOOKING_PLUGIN_SLUG', 'commonsbooking');
define('COMMONSBOOKING_MENU_SLUG', COMMONSBOOKING_PLUGIN_SLUG . '-menu');
define('COMMONSBOOKING_PLUGIN_DIR', plugin_dir_path(__FILE__));
Expand Down
Binary file modified languages/commonsbooking-de_DE.mo
Binary file not shown.
30 changes: 11 additions & 19 deletions languages/commonsbooking-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: CommonsBooking\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/commonsbooking\n"
"POT-Creation-Date: 2020-12-13T13:10:32+00:00\n"
"PO-Revision-Date: 2020-12-13 14:11+0100\n"
"POT-Creation-Date: 2020-12-13T14:34:16+00:00\n"
"PO-Revision-Date: 2020-12-13 15:34+0100\n"
"Last-Translator: Christian Wenzel <[email protected]>\n"
"Language-Team: \n"
"Language: de_DE\n"
Expand Down Expand Up @@ -259,21 +259,6 @@ msgid "Booking canceled email body"
msgstr "E-Mail-Text für stornierte Buchungen"

#: includes/Options.php:194
#, fuzzy
#| msgid ""
#| "\n"
#| " Hi {{user:first_name}},<br>\n"
#| " <p>your booking {{item:post_title}} at "
#| "{{location:post_title}} {{booking:booking_timeframe_date}} has been "
#| "cancelled.\n"
#| " </p> \n"
#| " <b>Your information</b>\n"
#| " <p>Login: {{user:user_nicename}}<br>\n"
#| " <p>Name: {{user:first_name}} {{user:"
#| "last_name}}.</p>\n"
#| " \n"
#| " <p>Thanks, the Team. </p> \n"
#| " "
msgid ""
"\n"
" Hi {{user:first_name}},<br>\n"
Expand All @@ -300,8 +285,7 @@ msgstr ""
" <p>Name: {{user:first_name}} {{user:last_name}}."
"</p>\n"
" \n"
" <p>Vielen Dank.</p> \n"
" "
" <p>Vielen Dank.</p> "

#: includes/Options.php:282
msgid "Migration"
Expand Down Expand Up @@ -346,6 +330,14 @@ msgstr "Aktivieren"
msgid "Terms & Services Url"
msgstr "Nutzungsbedingungen & Services URL"

#: src/Messages/Messages.php:62
msgid ""
"Could not send email because mail-template was not available. Check options -"
"> templates"
msgstr ""
"E-Mail konnte nicht gesendet werden, da keine E-Mail-Vorlage verfügbar war. "
"Optionen überprüfen -> Vorlagen"

#. translators: %s = Booking code
#: src/Model/Booking.php:65
msgid "Your booking code is: %s"
Expand Down
8 changes: 6 additions & 2 deletions languages/commonsbooking.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the CommonsBooking plugin.
msgid ""
msgstr ""
"Project-Id-Version: CommonsBooking 2.2.3\n"
"Project-Id-Version: CommonsBooking 2.2.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/commonsbooking\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-12-13T13:10:32+00:00\n"
"POT-Creation-Date: 2020-12-13T14:34:16+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: commonsbooking\n"
Expand Down Expand Up @@ -221,6 +221,10 @@ msgstr ""
msgid "Terms & Services Url"
msgstr ""

#: src/Messages/Messages.php:62
msgid "Could not send email because mail-template was not available. Check options -> templates"
msgstr ""

#. translators: %s = Booking code
#: src/Model/Booking.php:65
msgid "Your booking code is: %s"
Expand Down

0 comments on commit a1b2c31

Please sign in to comment.