Changeset 2355532
- Timestamp:
- 08/09/2020 11:32:28 AM (6 years ago)
- Location:
- beyondconnect/trunk
- Files:
-
- 3 added
- 12 edited
-
beyondConnect.php (modified) (1 diff)
-
inc/Api/Callbacks/SettingsCallbacks.php (modified) (2 diffs)
-
inc/Base/AddressController.php (added)
-
inc/Base/NinjaFormsActions_AddAddressEmailNewsletter.php (added)
-
inc/Base/NinjaFormsAddAddressEmailNewsletterActionSettings.php (added)
-
inc/Base/NinjaFormsController.php (modified) (1 diff)
-
inc/Base/PaymentController.php (modified) (4 diffs)
-
inc/Base/ShortcodesBaseController.php (modified) (1 diff)
-
inc/Base/ShortcodesSubscriptionsController.php (modified) (4 diffs)
-
inc/Beyond.php (modified) (3 diffs)
-
inc/Init.php (modified) (1 diff)
-
inc/Pages/Settings.php (modified) (1 diff)
-
languages/beyondconnect-de_CH.po (modified) (1 diff)
-
languages/beyondconnect-de_DE.po (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beyondconnect/trunk/beyondConnect.php
r2351951 r2355532 7 7 Plugin URI: https://support.beyond-sw.com/hc/de/categories/360002442180 8 8 Description: beyondConnect connects WordPress with the beyond software services. 9 Version: 2.2. 09 Version: 2.2.1 10 10 Author: Felix Stadelmann, beyond software 11 11 Author URI: https://beyond-sw.com -
beyondconnect/trunk/inc/Api/Callbacks/SettingsCallbacks.php
r2351951 r2355532 61 61 62 62 // Paymentgateways Setting Fields 63 $output['PG_Url'] = isset($input['PG_Url']) ? rtrim($input['PG_Url'], '/') . '/': '';63 $output['PG_Url'] = isset($input['PG_Url']) ? $input['PG_Url'] : ''; 64 64 $output['PG_Username'] = isset($input['PG_Username']) ? $input['PG_Username'] : ''; 65 65 $output['PG_Password'] = isset($input['PG_Password']) ? $input['PG_Password'] : ''; … … 76 76 $output['ActivateUserManagement'] = isset($input['ActivateUserManagement']) ? true : false; 77 77 $output['FieldsToCheckAddressIntegrity'] = isset($input['FieldsToCheckAddressIntegrity']) ? $input['FieldsToCheckAddressIntegrity'] : ''; 78 $output['UrlUnsubscribeNewsletter'] = isset($input['UrlUnsubscribeNewsletter']) ? $input['UrlUnsubscribeNewsletter'] : ''; 78 79 79 80 return $output; -
beyondconnect/trunk/inc/Base/NinjaFormsController.php
r2351951 r2355532 36 36 $actions['BC_AddParent'] = new NinjaFormsActions_AddParent(); 37 37 $actions['BC_AddAddress'] = new NinjaFormsActions_AddAddress(); 38 $actions['BC_AddAddressEmailNewsletter'] = new NinjaFormsActions_AddAddressEmailNewsletter(); 38 39 $actions['BC_EditAddress'] = new NinjaFormsActions_EditAddress(); 39 40 $actions['BC_AddRegistration'] = new NinjaFormsActions_AddRegistration(); 41 40 42 41 43 return $actions; -
beyondconnect/trunk/inc/Base/PaymentController.php
r2351951 r2355532 131 131 wp_safe_redirect($_POST["redirect"]); 132 132 } 133 133 134 public function buyaddSubscriptionToCart() 134 135 { 135 if (!isset(wp_get_current_user()->user_login)) 136 { 136 if (!isset(wp_get_current_user()->user_login)) { 137 137 wp_die('User not logged in'); 138 138 } … … 149 149 } 150 150 151 $offenerPosten = Beyond::getValues('OffenePosten(' . $response . ')', '');151 $offenerPosten = Beyond::getValues('OffenePosten(' . $response . ')', ''); 152 152 153 153 if (empty($offenerPosten[0]["offenePostenRowguid"])) { … … 181 181 wp_safe_redirect($_POST["redirect"]); 182 182 } 183 183 184 public function removeFromCart() 184 185 { … … 264 265 $body->Payment->OrderId = $requestId; 265 266 $body->Notification->NotifyUrl .= '?requestId=' . $requestId; 266 $body->Payment->Description = substr($description, 0,1000);267 $body->Payment->Description = substr($description, 0, 1000); 267 268 268 269 $defaults = array( -
beyondconnect/trunk/inc/Base/ShortcodesBaseController.php
r2351951 r2355532 338 338 else 339 339 return '<div class="bc_list_empty ' . $elementname . '">' . $wporg_atts['emptytext'] . '</div>'; 340 } 341 else { 340 } else { 342 341 if (empty($wporg_atts['filledtext'])) 343 342 $o = ''; 344 343 else 345 $o = '<div class="bc_list_filled ' . $elementname . '">' . $wporg_atts['filledtext'] . '</div>';344 $o = '<div class="bc_list_filled ' . $elementname . '">' . $wporg_atts['filledtext'] . '</div>'; 346 345 } 347 346 -
beyondconnect/trunk/inc/Base/ShortcodesSubscriptionsController.php
r2351951 r2355532 91 91 return ''; 92 92 } 93 93 94 public function beyondconnect_subscriptiontypes_list($atts = [], $content = null, $tag = '') 94 95 { … … 109 110 return ''; 110 111 } 112 111 113 public function beyondconnect_subscriptions_list_collapsible($atts = [], $content = null, $tag = '') 112 114 { … … 122 124 return $o; 123 125 } 126 124 127 public function beyondconnect_subscriptiontypes_list_button_addtocart($atts = [], $content = null, $tag = '') 125 128 { … … 138 141 return $o; 139 142 } 143 140 144 public function beyondconnect_subscriptions_list_popupable($atts = [], $content = null, $tag = '') 141 145 { -
beyondconnect/trunk/inc/Beyond.php
r2351951 r2355532 12 12 public static function isGuid(string $guid): bool 13 13 { 14 return preg_match('/^[ 0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/', $guid);14 return preg_match('/^[a-f\d]{8}(-[a-f\d]{4}){4}[a-f\d]{8}$/i', $guid); 15 15 } 16 16 … … 264 264 public static function setValues(string $path, string $method, array $body, string $returnField, bool $onlyStatus) 265 265 { 266 //error_log('BC OData Abfrage: ' . $path);267 268 266 $option = get_option('beyondconnect_option'); 269 267 $url = $option['Url']; … … 274 272 ); 275 273 276 277 $defaults = array( 278 'method' => $method, 279 'headers' => $header, 280 'body' => json_encode($body), 281 ); 282 283 $response = wp_remote_post($url . $path, $defaults); 274 if ($method === 'DELETE') 275 { 276 $defaults = array( 277 'method' => $method, 278 'headers' => $header 279 ); 280 } 281 else { 282 $defaults = array( 283 'method' => $method, 284 'headers' => $header, 285 'body' => json_encode($body), 286 ); 287 } 288 289 if ($method === 'DELETE') 290 { 291 $response = wp_remote_request($url . $path, $defaults); 292 //$body = wp_remote_retrieve_body($response); 293 } 294 else 295 { 296 $response = wp_remote_post($url . $path, $defaults); 297 } 284 298 285 299 if (is_wp_error($response)) { -
beyondconnect/trunk/inc/Init.php
r2351951 r2355532 20 20 Pages\Shortcodes::class, 21 21 Base\SettingsLinks::class, 22 Base\AddressController::class, 22 23 Base\AuthenticationController::class, 23 24 Base\NinjaFormsController::class, -
beyondconnect/trunk/inc/Pages/Settings.php
r2351951 r2355532 334 334 ) 335 335 ); 336 $args[] = array( 337 'id' => 'UrlUnsubscribeNewsletter', 338 'title' => __('Url for unsubscribe from newsletter', 'beyondconnect'), 339 'callback' => array($this->callbacks, 'textField'), 340 'page' => 'beyondconnect_options_page', 341 'section' => 'beyondconnect_options_section', 342 'args' => array( 343 'option_name' => 'beyondconnect_option', 344 'label_for' => 'UrlUnsubscribeNewsletter', 345 'class' => 'ui-toggle' 346 ) 347 ); 348 336 349 $this->settings->setFields($args); 337 350 } -
beyondconnect/trunk/languages/beyondconnect-de_CH.po
r2331141 r2355532 1 1 msgid "" 2 2 3 msgstr "" 4 3 5 "Project-Id-Version: beyondConnect\n" 6 4 7 "POT-Creation-Date: 2020-05-31 09:31+0200\n" 8 5 9 "PO-Revision-Date: 2020-05-31 09:31+0200\n" 10 6 11 "Last-Translator: \n" 12 7 13 "Language-Team: \n" 14 8 15 "Language: de_CH\n" 16 9 17 "MIME-Version: 1.0\n" 18 10 19 "Content-Type: text/plain; charset=UTF-8\n" 20 11 21 "Content-Transfer-Encoding: 8bit\n" 22 12 23 "X-Generator: Poedit 2.3.1\n" 24 13 25 "X-Poedit-Basepath: ..\n" 26 14 27 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 28 15 29 "X-Poedit-Flags-xgettext: --add-comments=translators:\n" 30 16 31 "X-Poedit-WPHeader: beyondConnect.php\n" 32 17 33 "X-Poedit-SourceCharset: UTF-8\n" 34 18 35 "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" 36 19 37 "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" 38 20 39 "_nx_noop:3c,1,2;__ngettext_noop:1,2\n" 40 21 41 "X-Poedit-SearchPath-0: .\n" 42 22 43 "X-Poedit-SearchPathExcluded-0: *.min.js\n" 44 23 45 "X-Poedit-SearchPathExcluded-1: vendor\n" 24 46 47 48 25 49 #: inc/Api/Callbacks/SettingsCallbacks.php:13 50 26 51 msgid "" 52 27 53 "Set the connection details which you get from beyond software to connect " 54 28 55 "your WordPress with the service" 56 29 57 msgstr "" 58 30 59 "Geben Sie die Details zur Verbindung mit den Services von beyond software " 60 31 61 "ein, die Sie von beyond software erhalten haben." 32 62 63 64 33 65 #: inc/Api/Callbacks/SettingsCallbacks.php:17 66 34 67 msgid "" 68 35 69 "Manage the Components of this Plugin by activating the checkboxes from the " 70 36 71 "following list." 72 37 73 msgstr "" 74 38 75 "Aktivieren Sie die Kontrollkästchen um die Komponenten des Plugins zu " 76 39 77 "verwalten." 40 78 79 80 41 81 #: inc/Api/Callbacks/SettingsCallbacks.php:21 82 42 83 msgid "" 84 43 85 "Manage the Shortcodes of this Plugin by activating the checkboxes from the " 86 44 87 "following list." 88 45 89 msgstr "" 90 46 91 "Aktivieren Sie die Kontrollkästchen um die Shortcodes des Plugins zu " 92 47 93 "verwalten." 48 94 95 96 49 97 #: inc/Api/Widgets/TeachersWidget.php:100 98 50 99 msgid "Title" 100 51 101 msgstr "Titel" 52 102 103 104 53 105 #: inc/Api/Widgets/TeachersWidget.php:100 106 54 107 #: inc/Api/Widgets/TeachersWidget.php:106 108 55 109 #: inc/Api/Widgets/TeachersWidget.php:112 110 56 111 #: inc/Api/Widgets/TeachersWidget.php:118 112 57 113 #: inc/Api/Widgets/TeachersWidget.php:124 114 58 115 #: inc/Api/Widgets/TeachersWidget.php:130 116 59 117 #: inc/Api/Widgets/TeachersWidget.php:136 118 60 119 msgid ":" 120 61 121 msgstr ":" 62 122 123 124 63 125 #: inc/Api/Widgets/TeachersWidget.php:106 126 64 127 msgid "Field to Display" 128 65 129 msgstr "Anzuzeigendes Feld" 66 130 131 132 67 133 #: inc/Api/Widgets/TeachersWidget.php:112 134 68 135 msgid "Link of Field" 136 69 137 msgstr "Link des Feldes" 70 138 139 140 71 141 #: inc/Api/Widgets/TeachersWidget.php:118 142 72 143 msgid "Filter" 144 73 145 msgstr "Filter" 74 146 147 148 75 149 #: inc/Api/Widgets/TeachersWidget.php:124 150 76 151 msgid "Top" 152 77 153 msgstr "Top" 78 154 155 156 79 157 #: inc/Api/Widgets/TeachersWidget.php:130 158 80 159 msgid "Skip" 160 81 161 msgstr "Überspringen" 82 162 163 164 83 165 #: inc/Api/Widgets/TeachersWidget.php:136 166 84 167 msgid "Order by" 168 85 169 msgstr "Sortieren nach" 86 170 171 172 87 173 #: inc/Base/BaseController.php:25 174 88 175 msgid "Activate Teachers Widget" 176 89 177 msgstr "Aktivieren Lehrer Widget" 90 178 179 180 91 181 #: inc/Base/BaseController.php:28 182 92 183 msgid "Activate Shortcodes Helpers" 184 93 185 msgstr "Aktivieren Helper Shortcodes" 94 186 187 188 95 189 #: inc/Base/BaseController.php:29 190 96 191 msgid "Activate Shortcodes Courses" 192 97 193 msgstr "Aktivieren Kurse Shortcodes" 98 194 195 196 99 197 #: inc/Base/NinjaFormsActions_AddAddress.php:13 198 100 199 msgid "BC Add Address" 200 101 201 msgstr "BC Adresse hinzufügen" 102 202 203 204 103 205 #: inc/Base/NinjaFormsActions_AddAddress.php:38 206 104 207 msgid "Error saving address" 208 105 209 msgstr "Fehler beim Speichern der Adresse" 106 210 211 212 107 213 #: inc/Base/NinjaFormsActions_AddParent.php:13 214 108 215 msgid "BC Add Parent" 216 109 217 msgstr "BC Elternteil hinzufügen" 110 218 219 220 111 221 #: inc/Base/NinjaFormsActions_AddParent.php:30 222 112 223 msgid "Error saving parent" 224 113 225 msgstr "Fehler eim Speichern des Elternteils" 114 226 227 228 115 229 #: inc/Base/NinjaFormsActions_AddRegistration.php:13 230 116 231 msgid "BC Add Registration" 232 117 233 msgstr "BC Anmeldung hinzufügen" 118 234 235 236 119 237 #: inc/Base/NinjaFormsActions_AddRegistration.php:43 238 120 239 msgid "Error saving registration" 240 121 241 msgstr "Fehler beim Speichern der Anmeldung" 122 242 243 244 123 245 #: inc/Base/NinjaFormsAddAddressActionSettings.php:8 246 124 247 #: inc/Base/NinjaFormsAddRegistrationActionSettings.php:8 248 125 249 msgid "Linked Fields" 250 126 251 msgstr "Verknüpfte Felder" 127 252 253 254 128 255 #: inc/Base/NinjaFormsAddAddressActionSettings.php:12 256 129 257 #: inc/Base/NinjaFormsAddRegistrationActionSettings.php:12 258 130 259 msgid "Choose linked fields." 260 131 261 msgstr "Wählen Sie verknüpfte Felder aus." 132 262 263 264 133 265 #: inc/Base/NinjaFormsAddAddressActionSettings.php:13 266 134 267 #: inc/Base/NinjaFormsAddRegistrationActionSettings.php:13 268 135 269 msgid "" 270 136 271 "Linking property to connect with BeyondConnect fieldset. E.g. { name: john " 272 137 273 "doe }." 274 138 275 msgstr "" 276 139 277 "Verknüpfen der Eigenschaft zum Herstellen einer Verbindung mit BeyondConnect " 278 140 279 "fieldset. Z.B. name: john doe." 141 280 281 282 142 283 #: inc/Base/NinjaFormsFieldSettings.php:9 284 143 285 msgid "BC Fieldset Property" 286 144 287 msgstr "BC Fieldset Eigenschaft" 145 288 289 290 146 291 #: inc/Base/NinjaFormsFieldSettings.php:15 292 147 293 msgid "Courses - ID Title Date" 294 148 295 msgstr "Kurse - ID Titel Datum" 149 296 297 298 150 299 #: inc/Base/NinjaFormsFieldSettings.php:19 300 151 301 msgid "Teacher - Firstname" 302 152 303 msgstr "Lehrer - Vorname" 153 304 305 306 154 307 #: inc/Base/NinjaFormsFieldSettings.php:23 308 155 309 msgid "Teacher - Firstname Lastname" 310 156 311 msgstr "Lehrer - Vorname Nachname" 157 312 313 314 158 315 #: inc/Base/NinjaFormsFieldSettings.php:27 316 159 317 msgid "Teacher - Lastname Firstname" 318 160 319 msgstr "Lehrer - Nachname Vorname" 161 320 321 322 162 323 #: inc/Base/NinjaFormsFieldSettings.php:31 324 163 325 msgid "Select the property to connect with BeyondConnect fieldset." 326 164 327 msgstr "" 328 165 329 "Wählen Sie die Eigenschaft aus, für die Verbindung mit dem BeyondConnect " 330 166 331 "Fieldset." 167 332 333 334 168 335 #: inc/Base/NinjaFormsFieldSettings.php:36 336 169 337 msgid "BC Select Text" 338 170 339 msgstr "BC Wähle Text" 171 340 341 342 172 343 #: inc/Base/NinjaFormsFieldSettings.php:39 344 173 345 #: inc/Base/NinjaFormsFields_List.php:85 346 174 347 msgid "Select item" 348 175 349 msgstr "Bitte wählen" 176 350 351 352 177 353 #: inc/Base/NinjaFormsFieldSettings.php:40 354 178 355 msgid "Type the text for ... select item ..." 356 179 357 msgstr "Text eingeben für … bitte wählen …" 180 358 359 360 181 361 #: inc/Base/NinjaFormsFields_List.php:22 362 182 363 msgid "BC List" 364 183 365 msgstr "BC Liste" 184 366 367 368 185 369 #: inc/Pages/Dashboard.php:29 templates/dashboard.php:3 370 186 371 msgid "Dashboard" 372 187 373 msgstr "Kontrollzentrum" 188 374 375 376 189 377 #: inc/Pages/Settings.php:41 inc/Pages/Settings.php:42 templates/settings.php:3 378 190 379 msgid "Settings" 380 191 381 msgstr "Einstellungen" 192 382 383 384 193 385 #: inc/Pages/Settings.php:67 templates/settings.php:5 386 194 387 msgid "Connection Settings" 388 195 389 msgstr "Verbindungs-Einstellungen" 196 390 391 392 197 393 #: inc/Pages/Settings.php:73 templates/settings.php:6 394 198 395 msgid "Widgets Settings" 396 199 397 msgstr "Widgets-Einstellungen" 200 398 399 400 201 401 #: inc/Pages/Settings.php:79 templates/settings.php:7 402 202 403 msgid "Shortcodes Settings" 404 203 405 msgstr "Shortcodes Einstellungen" 204 406 407 408 205 409 #: inc/Pages/Settings.php:134 410 206 411 msgid "Username" 412 207 413 msgstr "Benutzername" 208 414 415 416 209 417 #: inc/Pages/Settings.php:146 418 210 419 msgid "Key/Password" 420 211 421 msgstr "Schlüssel/Passwort" 212 422 423 424 213 425 #: inc/Pages/Shortcodes.php:37 inc/Pages/Shortcodes.php:38 426 214 427 #: templates/shortcodes.php:3 428 215 429 msgid "Shortcodes" 430 216 431 msgstr "Shortcodes" 217 432 433 434 218 435 #: templates/dashboard.php:4 436 219 437 msgid "Availability Services" 438 220 439 msgstr "Verfügbarkeit Dienste" 221 440 441 442 222 443 #: templates/dashboard.php:12 444 223 445 msgid "Status" 446 224 447 msgstr "Status" 225 448 449 450 226 451 #: templates/dashboard.php:18 452 227 453 msgid "Entities: not found" 454 228 455 msgstr "Entitäten nicht gefunden" 229 456 457 458 230 459 #: templates/shortcodes.php:5 460 231 461 msgid "Available Shortcodes" 462 232 463 msgstr "Verfügbare Shortcodes" 233 464 465 466 234 467 #. Plugin Name of the plugin/theme 468 235 469 msgid "beyondConnect" 470 236 471 msgstr "beyondConnect" 237 472 473 474 238 475 #. Plugin URI of the plugin/theme 476 239 477 msgid "https://support.beyond-sw.com/hc/de/categories/360002442180" 478 240 479 msgstr "https://support.beyond-sw.com/hc/de/categories/360002442180" 241 480 481 482 242 483 #. Description of the plugin/theme 484 243 485 msgid "beyondConnect connects WordPress with the beyond software services." 486 244 487 msgstr "" 488 245 489 "beyondConnect verbindet WordPress mit den Services von beyond software." 246 490 491 492 247 493 #. Author of the plugin/theme 494 248 495 msgid "Felix Stadelmann, beyond software" 496 249 497 msgstr "Felix Stadelmann, beyond software" 250 498 499 500 251 501 #. Author URI of the plugin/theme 502 252 503 msgid "https://beyond-sw.com" 504 253 505 msgstr "https://beyond-sw.com" 254 506 507 508 255 509 #~ msgid "Widget Settings" 510 256 511 #~ msgstr "Widget Einstellungen" 257 512 513 514 258 515 #, fuzzy 516 259 517 #~| msgid "Shortcodes Manager" 518 260 519 #~ msgid "Shortcode Settings" 520 261 521 #~ msgstr "Shortcodes Manager" 262 522 523 524 263 525 #~ msgid "Widgets Manager" 526 264 527 #~ msgstr "Widgets-Manager" 265 528 529 530 266 531 #~ msgid "Save Registration - BeyondConnect" 532 267 533 #~ msgstr "Anmeldung speichern - BeyondConnect" 268 534 535 536 269 537 #~ msgid "Subscriber Email" 538 270 539 #~ msgstr "Abonnenten-E-Mail" 271 540 541 542 272 543 #~ msgid "Custom Fields" 544 273 545 #~ msgstr "Benutzerdefinierte Felder" 274 546 547 548 275 549 #~ msgid "Add Tags" 550 276 551 #~ msgstr "Tags hinzufügen" 277 552 553 554 278 555 #~ msgid "Remove Tags" 556 279 557 #~ msgstr "Schlagwörter entfernen" 280 558 559 560 281 561 #~ msgid "Prospect" 562 282 563 #~ msgstr "Prospect" 283 564 565 566 284 567 #~ msgid "Lifetime Value" 568 285 569 #~ msgstr "Kunden „Lifetime Value“" 286 570 571 572 287 573 #~ msgid "title" 574 288 575 #~ msgstr "Titel" 289 576 577 578 290 579 #~ msgid "field" 580 291 581 #~ msgstr "Feld" 292 582 583 584 293 585 #~ msgid "link" 586 294 587 #~ msgstr "Link" 295 588 589 590 296 591 #~ msgid "filter" 592 297 593 #~ msgstr "Filter" 298 594 595 596 299 597 #~ msgid "orderby" 598 300 599 #~ msgstr "Sortieren nach" 301 600 601 602 302 603 #, fuzzy 604 303 605 #~ msgid "Fehler beim Speichern der Adresse" 606 304 607 #~ msgstr "Fehler beim Speichern der Adresse" 305 608 609 610 306 611 #, fuzzy 612 307 613 #~ msgid "Fehler beim Speichern des Elternteils" 614 308 615 #~ msgstr "Fehler beim Speichern der Adresse" 309 616 617 618 310 619 #, fuzzy 620 311 621 #~ msgid "Adresse - Nachname1" 622 312 623 #~ msgstr "Adresse - Nachname1" 313 624 625 626 314 627 #, fuzzy 628 315 629 #~ msgid "Adresse - Vorname1" 630 316 631 #~ msgstr "Adresse - Vorname1" 317 632 633 634 318 635 #, fuzzy 636 319 637 #~ msgid "BC Textbox" 638 320 639 #~ msgstr "BC Textbox" 321 640 641 642 322 643 #, fuzzy 644 323 645 #~ msgid "Fehler beim Speichern der Anmeldung" 646 324 647 #~ msgstr "Fehler beim Speichern der Anmeldung" 648 -
beyondconnect/trunk/languages/beyondconnect-de_DE.po
r2331141 r2355532 1 1 msgid "" 2 2 3 msgstr "" 4 3 5 "Project-Id-Version: beyondConnect\n" 6 4 7 "POT-Creation-Date: 2020-05-31 09:30+0200\n" 8 5 9 "PO-Revision-Date: 2020-05-31 09:31+0200\n" 10 6 11 "Last-Translator: \n" 12 7 13 "Language-Team: \n" 14 8 15 "Language: de_DE\n" 16 9 17 "MIME-Version: 1.0\n" 18 10 19 "Content-Type: text/plain; charset=UTF-8\n" 20 11 21 "Content-Transfer-Encoding: 8bit\n" 22 12 23 "X-Generator: Poedit 2.3.1\n" 24 13 25 "X-Poedit-Basepath: ..\n" 26 14 27 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 28 15 29 "X-Poedit-Flags-xgettext: --add-comments=translators:\n" 30 16 31 "X-Poedit-WPHeader: beyondConnect.php\n" 32 17 33 "X-Poedit-SourceCharset: UTF-8\n" 34 18 35 "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" 36 19 37 "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" 38 20 39 "_nx_noop:3c,1,2;__ngettext_noop:1,2\n" 40 21 41 "X-Poedit-SearchPath-0: .\n" 42 22 43 "X-Poedit-SearchPathExcluded-0: *.min.js\n" 44 23 45 "X-Poedit-SearchPathExcluded-1: vendor\n" 24 46 47 48 25 49 #: inc/Api/Callbacks/SettingsCallbacks.php:13 50 26 51 msgid "" 52 27 53 "Set the connection details which you get from beyond software to connect " 54 28 55 "your WordPress with the service" 56 29 57 msgstr "" 58 30 59 "Geben Sie die Details zur Verbindung mit den Services von beyond software " 60 31 61 "ein, die Sie von beyond software erhalten haben." 32 62 63 64 33 65 #: inc/Api/Callbacks/SettingsCallbacks.php:17 66 34 67 msgid "" 68 35 69 "Manage the Components of this Plugin by activating the checkboxes from the " 70 36 71 "following list." 72 37 73 msgstr "" 74 38 75 "Aktivieren Sie die Kontrollkästchen um die Komponenten des Plugins zu " 76 39 77 "verwalten." 40 78 79 80 41 81 #: inc/Api/Callbacks/SettingsCallbacks.php:21 82 42 83 msgid "" 84 43 85 "Manage the Shortcodes of this Plugin by activating the checkboxes from the " 86 44 87 "following list." 88 45 89 msgstr "" 90 46 91 "Aktivieren Sie die Kontrollkästchen um die Shortcodes des Plugins zu " 92 47 93 "verwalten." 48 94 95 96 49 97 #: inc/Api/Widgets/TeachersWidget.php:100 98 50 99 msgid "Title" 100 51 101 msgstr "Titel" 52 102 103 104 53 105 #: inc/Api/Widgets/TeachersWidget.php:100 106 54 107 #: inc/Api/Widgets/TeachersWidget.php:106 108 55 109 #: inc/Api/Widgets/TeachersWidget.php:112 110 56 111 #: inc/Api/Widgets/TeachersWidget.php:118 112 57 113 #: inc/Api/Widgets/TeachersWidget.php:124 114 58 115 #: inc/Api/Widgets/TeachersWidget.php:130 116 59 117 #: inc/Api/Widgets/TeachersWidget.php:136 118 60 119 msgid ":" 120 61 121 msgstr ":" 62 122 123 124 63 125 #: inc/Api/Widgets/TeachersWidget.php:106 126 64 127 msgid "Field to Display" 128 65 129 msgstr "Anzuzeigendes Feld" 66 130 131 132 67 133 #: inc/Api/Widgets/TeachersWidget.php:112 134 68 135 msgid "Link of Field" 136 69 137 msgstr "Link des Feldes" 70 138 139 140 71 141 #: inc/Api/Widgets/TeachersWidget.php:118 142 72 143 msgid "Filter" 144 73 145 msgstr "Filter" 74 146 147 148 75 149 #: inc/Api/Widgets/TeachersWidget.php:124 150 76 151 msgid "Top" 152 77 153 msgstr "Top" 78 154 155 156 79 157 #: inc/Api/Widgets/TeachersWidget.php:130 158 80 159 msgid "Skip" 160 81 161 msgstr "Überspringen" 82 162 163 164 83 165 #: inc/Api/Widgets/TeachersWidget.php:136 166 84 167 msgid "Order by" 168 85 169 msgstr "Sortieren nach" 86 170 171 172 87 173 #: inc/Base/BaseController.php:25 174 88 175 msgid "Activate Teachers Widget" 176 89 177 msgstr "Aktivieren Lehrer Widget" 90 178 179 180 91 181 #: inc/Base/BaseController.php:28 182 92 183 msgid "Activate Shortcodes Helpers" 184 93 185 msgstr "Aktivieren Helper Shortcodes" 94 186 187 188 95 189 #: inc/Base/BaseController.php:29 190 96 191 msgid "Activate Shortcodes Courses" 192 97 193 msgstr "Aktivieren Kurse Shortcodes" 98 194 195 196 99 197 #: inc/Base/NinjaFormsActions_AddAddress.php:13 198 100 199 msgid "BC Add Address" 200 101 201 msgstr "BC Adresse hinzufügen" 102 202 203 204 103 205 #: inc/Base/NinjaFormsActions_AddAddress.php:38 206 104 207 msgid "Error saving address" 208 105 209 msgstr "Fehler beim Speichern der Adresse" 106 210 211 212 107 213 #: inc/Base/NinjaFormsActions_AddParent.php:13 214 108 215 msgid "BC Add Parent" 216 109 217 msgstr "BC Elternteil hinzufügen" 110 218 219 220 111 221 #: inc/Base/NinjaFormsActions_AddParent.php:30 222 112 223 msgid "Error saving parent" 224 113 225 msgstr "Fehler eim Speichern des Elternteils" 114 226 227 228 115 229 #: inc/Base/NinjaFormsActions_AddRegistration.php:13 230 116 231 msgid "BC Add Registration" 232 117 233 msgstr "BC Anmeldung hinzufügen" 118 234 235 236 119 237 #: inc/Base/NinjaFormsActions_AddRegistration.php:43 238 120 239 msgid "Error saving registration" 240 121 241 msgstr "Fehler beim Speichern der Anmeldung" 122 242 243 244 123 245 #: inc/Base/NinjaFormsAddAddressActionSettings.php:8 246 124 247 #: inc/Base/NinjaFormsAddRegistrationActionSettings.php:8 248 125 249 msgid "Linked Fields" 250 126 251 msgstr "Verknüpfte Felder" 127 252 253 254 128 255 #: inc/Base/NinjaFormsAddAddressActionSettings.php:12 256 129 257 #: inc/Base/NinjaFormsAddRegistrationActionSettings.php:12 258 130 259 msgid "Choose linked fields." 260 131 261 msgstr "Wählen Sie verknüpfte Felder aus." 132 262 263 264 133 265 #: inc/Base/NinjaFormsAddAddressActionSettings.php:13 266 134 267 #: inc/Base/NinjaFormsAddRegistrationActionSettings.php:13 268 135 269 msgid "" 270 136 271 "Linking property to connect with BeyondConnect fieldset. E.g. { name: john " 272 137 273 "doe }." 274 138 275 msgstr "" 276 139 277 "Verknüpfen der Eigenschaft zum Herstellen einer Verbindung mit BeyondConnect " 278 140 279 "fieldset. Z.B. name: john doe." 141 280 281 282 142 283 #: inc/Base/NinjaFormsFieldSettings.php:9 284 143 285 msgid "BC Fieldset Property" 286 144 287 msgstr "BC Fieldset Eigenschaft" 145 288 289 290 146 291 #: inc/Base/NinjaFormsFieldSettings.php:15 292 147 293 msgid "Courses - ID Title Date" 294 148 295 msgstr "Kurse - ID Titel Datum" 149 296 297 298 150 299 #: inc/Base/NinjaFormsFieldSettings.php:19 300 151 301 msgid "Teacher - Firstname" 302 152 303 msgstr "Lehrer - Vorname" 153 304 305 306 154 307 #: inc/Base/NinjaFormsFieldSettings.php:23 308 155 309 msgid "Teacher - Firstname Lastname" 310 156 311 msgstr "Lehrer - Vorname Nachname" 157 312 313 314 158 315 #: inc/Base/NinjaFormsFieldSettings.php:27 316 159 317 msgid "Teacher - Lastname Firstname" 318 160 319 msgstr "Lehrer - Nachname Vorname" 161 320 321 322 162 323 #: inc/Base/NinjaFormsFieldSettings.php:31 324 163 325 msgid "Select the property to connect with BeyondConnect fieldset." 326 164 327 msgstr "" 328 165 329 "Wählen Sie die Eigenschaft aus, für die Verbindung mit dem BeyondConnect " 330 166 331 "Fieldset." 167 332 333 334 168 335 #: inc/Base/NinjaFormsFieldSettings.php:36 336 169 337 msgid "BC Select Text" 338 170 339 msgstr "BC Wähle Text" 171 340 341 342 172 343 #: inc/Base/NinjaFormsFieldSettings.php:39 344 173 345 #: inc/Base/NinjaFormsFields_List.php:85 346 174 347 msgid "Select item" 348 175 349 msgstr "Bitte wählen" 176 350 351 352 177 353 #: inc/Base/NinjaFormsFieldSettings.php:40 354 178 355 msgid "Type the text for ... select item ..." 356 179 357 msgstr "Text eingeben für … bitte wählen …" 180 358 359 360 181 361 #: inc/Base/NinjaFormsFields_List.php:22 362 182 363 msgid "BC List" 364 183 365 msgstr "BC Liste" 184 366 367 368 185 369 #: inc/Pages/Dashboard.php:29 templates/dashboard.php:3 370 186 371 msgid "Dashboard" 372 187 373 msgstr "Kontrollzentrum" 188 374 375 376 189 377 #: inc/Pages/Settings.php:41 inc/Pages/Settings.php:42 templates/settings.php:3 378 190 379 msgid "Settings" 380 191 381 msgstr "Einstellungen" 192 382 383 384 193 385 #: inc/Pages/Settings.php:67 templates/settings.php:5 386 194 387 msgid "Connection Settings" 388 195 389 msgstr "Verbindungs-Einstellungen" 196 390 391 392 197 393 #: inc/Pages/Settings.php:73 templates/settings.php:6 394 198 395 msgid "Widgets Settings" 396 199 397 msgstr "Widgets-Einstellungen" 200 398 399 400 201 401 #: inc/Pages/Settings.php:79 templates/settings.php:7 402 202 403 msgid "Shortcodes Settings" 404 203 405 msgstr "Shortcodes Einstellungen" 204 406 407 408 205 409 #: inc/Pages/Settings.php:134 410 206 411 msgid "Username" 412 207 413 msgstr "Benutzername" 208 414 415 416 209 417 #: inc/Pages/Settings.php:146 418 210 419 msgid "Key/Password" 420 211 421 msgstr "Schlüssel/Passwort" 212 422 423 424 213 425 #: inc/Pages/Shortcodes.php:37 inc/Pages/Shortcodes.php:38 426 214 427 #: templates/shortcodes.php:3 428 215 429 msgid "Shortcodes" 430 216 431 msgstr "Shortcodes" 217 432 433 434 218 435 #: templates/dashboard.php:4 436 219 437 msgid "Availability Services" 438 220 439 msgstr "Verfügbarkeit Dienste" 221 440 441 442 222 443 #: templates/dashboard.php:12 444 223 445 msgid "Status" 446 224 447 msgstr "Status" 225 448 449 450 226 451 #: templates/dashboard.php:18 452 227 453 msgid "Entities: not found" 454 228 455 msgstr "Entitäten nicht gefunden" 229 456 457 458 230 459 #: templates/shortcodes.php:5 460 231 461 msgid "Available Shortcodes" 462 232 463 msgstr "Verfügbare Shortcodes" 233 464 465 466 234 467 #. Plugin Name of the plugin/theme 468 235 469 msgid "beyondConnect" 470 236 471 msgstr "beyondConnect" 237 472 473 474 238 475 #. Plugin URI of the plugin/theme 476 239 477 msgid "https://support.beyond-sw.com/hc/de/categories/360002442180" 478 240 479 msgstr "https://support.beyond-sw.com/hc/de/categories/360002442180" 241 480 481 482 242 483 #. Description of the plugin/theme 484 243 485 msgid "beyondConnect connects WordPress with the beyond software services." 486 244 487 msgstr "" 488 245 489 "beyondConnect verbindet WordPress mit den Services von beyond software." 246 490 491 492 247 493 #. Author of the plugin/theme 494 248 495 msgid "Felix Stadelmann, beyond software" 496 249 497 msgstr "Felix Stadelmann, beyond software" 250 498 499 500 251 501 #. Author URI of the plugin/theme 502 252 503 msgid "https://beyond-sw.com" 504 253 505 msgstr "https://beyond-sw.com" 254 506 507 508 255 509 #~ msgid "Widget Settings" 510 256 511 #~ msgstr "Widget Einstellungen" 257 512 513 514 258 515 #, fuzzy 516 259 517 #~| msgid "Shortcodes Manager" 518 260 519 #~ msgid "Shortcode Settings" 520 261 521 #~ msgstr "Shortcodes Manager" 262 522 523 524 263 525 #~ msgid "Widgets Manager" 526 264 527 #~ msgstr "Widgets-Manager" 265 528 529 530 266 531 #~ msgid "Save Registration - BeyondConnect" 532 267 533 #~ msgstr "Anmeldung speichern - BeyondConnect" 268 534 535 536 269 537 #~ msgid "Subscriber Email" 538 270 539 #~ msgstr "Abonnenten-E-Mail" 271 540 541 542 272 543 #~ msgid "Custom Fields" 544 273 545 #~ msgstr "Benutzerdefinierte Felder" 274 546 547 548 275 549 #~ msgid "Add Tags" 550 276 551 #~ msgstr "Tags hinzufügen" 277 552 553 554 278 555 #~ msgid "Remove Tags" 556 279 557 #~ msgstr "Schlagwörter entfernen" 280 558 559 560 281 561 #~ msgid "Prospect" 562 282 563 #~ msgstr "Prospect" 283 564 565 566 284 567 #~ msgid "Lifetime Value" 568 285 569 #~ msgstr "Kunden „Lifetime Value“" 286 570 571 572 287 573 #~ msgid "title" 574 288 575 #~ msgstr "Titel" 289 576 577 578 290 579 #~ msgid "field" 580 291 581 #~ msgstr "Feld" 292 582 583 584 293 585 #~ msgid "link" 586 294 587 #~ msgstr "Link" 295 588 589 590 296 591 #~ msgid "filter" 592 297 593 #~ msgstr "Filter" 298 594 595 596 299 597 #~ msgid "orderby" 598 300 599 #~ msgstr "Sortieren nach" 301 600 601 602 302 603 #, fuzzy 604 303 605 #~ msgid "Fehler beim Speichern der Adresse" 606 304 607 #~ msgstr "Fehler beim Speichern der Adresse" 305 608 609 610 306 611 #, fuzzy 612 307 613 #~ msgid "Fehler beim Speichern des Elternteils" 614 308 615 #~ msgstr "Fehler beim Speichern der Adresse" 309 616 617 618 310 619 #, fuzzy 620 311 621 #~ msgid "Adresse - Nachname1" 622 312 623 #~ msgstr "Adresse - Nachname1" 313 624 625 626 314 627 #, fuzzy 628 315 629 #~ msgid "Adresse - Vorname1" 630 316 631 #~ msgstr "Adresse - Vorname1" 317 632 633 634 318 635 #, fuzzy 636 319 637 #~ msgid "BC Textbox" 638 320 639 #~ msgstr "BC Textbox" 321 640 641 642 322 643 #, fuzzy 644 323 645 #~ msgid "Fehler beim Speichern der Anmeldung" 646 324 647 #~ msgstr "Fehler beim Speichern der Anmeldung" 648 -
beyondconnect/trunk/readme.txt
r2351951 r2355532 6 6 Tested up to: 5.4.2 7 7 Requires PHP: 7.1 8 Stable tag: 2.2. 08 Stable tag: 2.2.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 = 2.2.1 = 32 * New functions added: 33 * subscribeToNewsletter 34 * unsubscribeFromNewsletter 35 * New Ninja Forms actions added: 36 * add email to newsletter 37 * Bug fixes 31 38 = 2.2.0 = 32 39 * Support for SIX Saferpay payment added
Note: See TracChangeset
for help on using the changeset viewer.