Changeset 1034441
- Timestamp:
- 11/28/2014 12:36:57 PM (11 years ago)
- Location:
- woocommerce-mpay24-gateway/trunk
- Files:
-
- 5 edited
-
class-wc-mpay24-shop.php (modified) (1 diff)
-
gateway-mpay24.php (modified) (9 diffs)
-
languages/wc-mpay24-de_DE.mo (modified) (previous)
-
languages/wc-mpay24-de_DE.po (modified) (11 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mpay24-gateway/trunk/class-wc-mpay24-shop.php
r1003623 r1034441 25 25 * @var string 26 26 */ 27 protected $language = ' DE';27 protected $language = 'EN'; 28 28 29 29 /** -
woocommerce-mpay24-gateway/trunk/gateway-mpay24.php
r1006337 r1034441 4 4 Plugin URI: http://wordpress.org/plugins/woocommerce-mpay24-gateway/ 5 5 Description: Add mPAY24 Payment Gateway to WooCommerce Plugin 6 Version: 1. 4.26 Version: 1.5 7 7 Author: datenwerk innovationsagentur GmbH 8 8 Author URI: http://www.datenwerk.at 9 9 Requires at least: 3.5 10 Tested up to: 4.0 10 Tested up to: 4.0.1 11 11 */ 12 12 … … 22 22 23 23 if ( ! defined( 'GATEWAY_MPAY24_VERSION' ) ) { 24 define( 'GATEWAY_MPAY24_VERSION', '1. 4.2' );24 define( 'GATEWAY_MPAY24_VERSION', '1.5' ); 25 25 } 26 26 if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) { … … 115 115 var $thankyou_text; 116 116 var $email_text; 117 var $payment_page_lang = ' DE';117 var $payment_page_lang = 'EN'; 118 118 var $apiusertest; 119 119 var $apipasstest; … … 138 138 var $htaccessuser; 139 139 var $htaccesspass; 140 141 // only these who cannot mapped 1:1 142 var $wpml_lang_mpay24 = array( 143 'zh-hans' => 'ZH', 144 'pt-pt' => 'PT', 145 'bg' => 'BG', 146 'hr' => 'HR', 147 'cs' => 'CS', 148 'nl' => 'NL', 149 'en' => 'EN', 150 'fr' => 'FR', 151 'de' => 'DE', 152 'hu' => 'HU', 153 'it' => 'IT', 154 'ja' => 'JA', 155 'pl' => 'PL', 156 'ro' => 'RO', 157 'ru' => 'RU', 158 'sr' => 'SR', 159 'sk' => 'SK', 160 'sl' => 'SL', 161 'es' => 'ES', 162 'tr' => 'TR' 163 ); 140 164 141 165 /** … … 147 171 $this->id = 'mpay24'; 148 172 $this->icon = apply_filters( 'woocommerce_mpay24_icon', GATEWAY_MPAY24_URL . 'assets/images/cards.png' ); 149 $this->order_button_text = apply_filters( 'woocommerce_mpay24_button_text', __( 'Proceed to mPAY24', 'w oocommerce' ) );173 $this->order_button_text = apply_filters( 'woocommerce_mpay24_button_text', __( 'Proceed to mPAY24', 'wc-mpay24' ) ); 150 174 $this->has_fields = false; 151 175 $this->method_title = __( 'mPAY24', 'wc-mpay24' ); // backend title … … 174 198 $this->debug = $this->get_option( 'debug' ); 175 199 176 $this->payment_page_lang = $this-> get_option( 'payment_page_lang');200 $this->payment_page_lang = $this->set_payment_page_lang(); 177 201 $this->page_bg_color = $this->get_option( 'page_bg_color' ); 178 202 $this->logo_style = $this->get_option( 'logo_style' ); … … 314 338 'type' => 'select', 315 339 'options' => array( 316 'BG' => __( 'Bulgarian', 'wc-mpay24' ), 317 'ZH' => __( 'Chinese', 'wc-mpay24' ), 318 'HR' => __( 'Croatian', 'wc-mpay24' ), 319 'CS' => __( 'Czech', 'wc-mpay24' ), 320 'NL' => __( 'Dutch', 'wc-mpay24' ), 321 'EN' => __( 'English', 'wc-mpay24' ), 322 'FR' => __( 'French', 'wc-mpay24' ), 323 'DE' => __( 'German', 'wc-mpay24' ), // default 324 'HU' => __( 'Hungarian', 'wc-mpay24' ), 325 'IT' => __( 'Italian', 'wc-mpay24' ), 326 'JA' => __( 'Japanese', 'wc-mpay24' ), 327 'PL' => __( 'Polish', 'wc-mpay24' ), 328 'PT' => __( 'Portuguese', 'wc-mpay24' ), 329 'RO' => __( 'Romanian', 'wc-mpay24' ), 330 'RU' => __( 'Russian', 'wc-mpay24' ), 331 'SR' => __( 'Serbian', 'wc-mpay24' ), 332 'SK' => __( 'Slovak', 'wc-mpay24' ), 333 'SL' => __( 'Slovenian', 'wc-mpay24' ), 334 'ES' => __( 'Spanish', 'wc-mpay24' ), 335 'TR' => __( 'Turkish', 'wc-mpay24' ) 340 'auto' => __( 'auto with WPML', 'wc-mpay24' ), 341 'BG' => __( 'Bulgarian', 'wc-mpay24' ), 342 'ZH' => __( 'Chinese', 'wc-mpay24' ), 343 'HR' => __( 'Croatian', 'wc-mpay24' ), 344 'CS' => __( 'Czech', 'wc-mpay24' ), 345 'NL' => __( 'Dutch', 'wc-mpay24' ), 346 'EN' => __( 'English', 'wc-mpay24' ), 347 'FR' => __( 'French', 'wc-mpay24' ), 348 'DE' => __( 'German', 'wc-mpay24' ), // default 349 'HU' => __( 'Hungarian', 'wc-mpay24' ), 350 'IT' => __( 'Italian', 'wc-mpay24' ), 351 'JA' => __( 'Japanese', 'wc-mpay24' ), 352 'PL' => __( 'Polish', 'wc-mpay24' ), 353 'PT' => __( 'Portuguese', 'wc-mpay24' ), 354 'RO' => __( 'Romanian', 'wc-mpay24' ), 355 'RU' => __( 'Russian', 'wc-mpay24' ), 356 'SR' => __( 'Serbian', 'wc-mpay24' ), 357 'SK' => __( 'Slovak', 'wc-mpay24' ), 358 'SL' => __( 'Slovenian', 'wc-mpay24' ), 359 'ES' => __( 'Spanish', 'wc-mpay24' ), 360 'TR' => __( 'Turkish', 'wc-mpay24' ) 336 361 ), // see mPAY24 specification Appendix for supported languages 337 'description' => __( 'This controls in which language the payment page is shown. ', 'wc-mpay24' ),362 'description' => __( 'This controls in which language the payment page is shown. If "auto with WPML" is set current user language is used (if avaiable on mPAY24 side, otherwise "EN"). WPML plugin required for "auto with WPML" option.', 'wc-mpay24' ), 338 363 'desc_tip' => true, 339 'default' => ' DE'364 'default' => 'EN' 340 365 ), 341 366 'page_bg_color' => array( … … 470 495 return $url; 471 496 } 497 498 protected function set_payment_page_lang() { 499 if( $this->get_option( 'payment_page_lang' ) == 'auto' ) { 500 if( defined( 'ICL_LANGUAGE_CODE' ) ) { 501 if( array_key_exists( ICL_LANGUAGE_CODE, $this->wpml_lang_mpay24 ) ) { 502 return $this->wpml_lang_mpay24[ICL_LANGUAGE_CODE]; 503 } else { 504 return 'EN'; 505 } 506 } 507 } 508 509 return $this->get_option( 'payment_page_lang' ); 510 } 472 511 473 512 /** … … 495 534 $shop->setTid( substr( $tid, 0, 32 ) ); 496 535 $shop->setPrice( $order->order_total ); 536 497 537 $shop->setLanguage( $this->payment_page_lang ); 498 538 $customer_name = ( $order->billing_company != '' ) ? $order->billing_company : $order->billing_first_name . ' ' . $order->billing_last_name; -
woocommerce-mpay24-gateway/trunk/languages/wc-mpay24-de_DE.po
r1003623 r1034441 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: WooCommerce mPAY24 Gateway v1. 4\n"3 "Project-Id-Version: WooCommerce mPAY24 Gateway v1.5\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2014-1 0-08 09:15+0100\n"6 "PO-Revision-Date: 2014-1 0-08 09:16+0100\n"5 "POT-Creation-Date: 2014-11-28 13:32+0100\n" 6 "PO-Revision-Date: 2014-11-28 13:32+0100\n" 7 7 "Last-Translator: Melanie Reichel <[email protected]>\n" 8 8 "Language-Team: datenwerk innovationsagentur GmbH <wordpressdev@datenwerk." … … 18 18 "X-Poedit-Basepath: .\n" 19 19 "X-Textdomain-Support: yes\n" 20 "X-Generator: Poedit 1.6. 9\n"20 "X-Generator: Poedit 1.6.10\n" 21 21 "X-Poedit-SearchPath-0: .\n" 22 22 "X-Poedit-SearchPath-1: ..\n" … … 39 39 msgstr "Kasse" 40 40 41 #: ../gateway-mpay24.php:1 4941 #: ../gateway-mpay24.php:173 42 42 msgid "Proceed to mPAY24" 43 43 msgstr "Weiter zu mPAY24" 44 44 45 45 # @ wc-mpay24 46 #: ../gateway-mpay24.php:1 51 ../gateway-mpay24.php:44846 #: ../gateway-mpay24.php:175 ../gateway-mpay24.php:473 47 47 msgid "mPAY24" 48 48 msgstr "mPAY24" 49 49 50 50 # @ wc-mpay24 51 #: ../gateway-mpay24.php:1 52 ../gateway-mpay24.php:44951 #: ../gateway-mpay24.php:176 ../gateway-mpay24.php:474 52 52 msgid "Online payment via mPAY24 payment page" 53 53 msgstr "Online Zahlung über das mPAY24 Bezahlfenster" 54 54 55 #: ../gateway-mpay24.php:2 2155 #: ../gateway-mpay24.php:245 56 56 msgid "Woocommerce Settings" 57 57 msgstr "Woocommerce Einstellungen" 58 58 59 59 # @ wc-mpay24 60 #: ../gateway-mpay24.php:2 2660 #: ../gateway-mpay24.php:250 61 61 msgid "Enable/Disable" 62 62 msgstr "Aktivieren/ Deaktivieren" 63 63 64 64 # @ wc-mpay24 65 #: ../gateway-mpay24.php:2 2765 #: ../gateway-mpay24.php:251 66 66 msgid "Enable mPAY24" 67 67 msgstr "mPAY24 aktivieren" 68 68 69 69 # @ wc-mpay24 70 #: ../gateway-mpay24.php:2 3370 #: ../gateway-mpay24.php:257 71 71 msgid "Title" 72 72 msgstr "Titel" 73 73 74 74 # @ wc-mpay24 75 #: ../gateway-mpay24.php:2 3575 #: ../gateway-mpay24.php:259 76 76 msgid "This controls the title which the user sees during checkout." 77 77 msgstr "" … … 80 80 81 81 # @ wc-mpay24 82 #: ../gateway-mpay24.php:2 3782 #: ../gateway-mpay24.php:261 83 83 msgid "Credit card" 84 84 msgstr "Kreditkarte" 85 85 86 86 # @ wc-mpay24 87 #: ../gateway-mpay24.php:2 4087 #: ../gateway-mpay24.php:264 88 88 msgid "Description" 89 89 msgstr "Beschreibung" 90 90 91 91 # @ wc-mpay24 92 #: ../gateway-mpay24.php:2 4292 #: ../gateway-mpay24.php:266 93 93 msgid "This controls the description which the user sees during checkout." 94 94 msgstr "Dies aktiviert die Beschreibung, die der Kunde an der Kasse sieht." 95 95 96 96 # @ wc-mpay24 97 #: ../gateway-mpay24.php:2 4497 #: ../gateway-mpay24.php:268 98 98 msgid "Pay with your credit card via mPAY24." 99 99 msgstr "Bezahlen Sie mit Ihrer Kreditkarte über mPAY24." 100 100 101 101 # @ wc-mpay24 102 #: ../gateway-mpay24.php:2 47102 #: ../gateway-mpay24.php:271 103 103 msgid "Thank you page text" 104 104 msgstr "Text für Danke-Seite" 105 105 106 106 # @ wc-mpay24 107 #: ../gateway-mpay24.php:2 49107 #: ../gateway-mpay24.php:273 108 108 msgid "" 109 109 "This controls the text which the user sees on the order thank you page above " … … 114 114 115 115 # @ wc-mpay24 116 #: ../gateway-mpay24.php:2 53116 #: ../gateway-mpay24.php:277 117 117 msgid "Customer email text" 118 118 msgstr "Text für Kunden Bestätigungsmail" 119 119 120 120 # @ wc-mpay24 121 #: ../gateway-mpay24.php:2 55121 #: ../gateway-mpay24.php:279 122 122 msgid "" 123 123 "This controls the text which the user sees in order confirmation email below " … … 127 127 "Bestellungen sieht." 128 128 129 #: ../gateway-mpay24.php:2 59129 #: ../gateway-mpay24.php:283 130 130 msgid "mPAY24 Settings" 131 131 msgstr "mPAY24 Einstellungen" 132 132 133 133 # @ wc-mpay24 134 #: ../gateway-mpay24.php:2 64134 #: ../gateway-mpay24.php:288 135 135 msgid "Username TEST" 136 136 msgstr "Benutzername TEST" 137 137 138 138 # @ wc-mpay24 139 #: ../gateway-mpay24.php:2 66139 #: ../gateway-mpay24.php:290 140 140 msgid "This is the SOAP API username (without leading u) for test environment." 141 141 msgstr "" … … 143 143 144 144 # @ wc-mpay24 145 #: ../gateway-mpay24.php:2 71145 #: ../gateway-mpay24.php:295 146 146 msgid "Password TEST" 147 147 msgstr "Passwort TEST" 148 148 149 149 # @ wc-mpay24 150 #: ../gateway-mpay24.php:2 73150 #: ../gateway-mpay24.php:297 151 151 msgid "This is the SOAP API password for test environment." 152 152 msgstr "Dies ist das SOAP API Passwort für die Testumgebung." 153 153 154 154 # @ wc-mpay24 155 #: ../gateway-mpay24.php: 278155 #: ../gateway-mpay24.php:302 156 156 msgid "Username PROD" 157 157 msgstr "Benutzername PROD" 158 158 159 159 # @ wc-mpay24 160 #: ../gateway-mpay24.php: 280160 #: ../gateway-mpay24.php:304 161 161 msgid "This is the SOAP API username (without leading u) for prod environment." 162 162 msgstr "" … … 165 165 166 166 # @ wc-mpay24 167 #: ../gateway-mpay24.php: 285167 #: ../gateway-mpay24.php:309 168 168 msgid "Password PROD" 169 169 msgstr "Passwort PROD" 170 170 171 171 # @ wc-mpay24 172 #: ../gateway-mpay24.php: 287172 #: ../gateway-mpay24.php:311 173 173 msgid "This is the SOAP API password for prod environment." 174 174 msgstr "Dies ist das SOAP API Passwort für die Produktivumgebung." 175 175 176 176 # @ wc-mpay24 177 #: ../gateway-mpay24.php: 292177 #: ../gateway-mpay24.php:316 178 178 msgid "Test Mode" 179 179 msgstr "Testmodus" 180 180 181 181 # @ wc-mpay24 182 #: ../gateway-mpay24.php: 293182 #: ../gateway-mpay24.php:317 183 183 msgid "Enable Test Mode" 184 184 msgstr "Entwicklungsmodus aktivieren" 185 185 186 186 # @ wc-mpay24 187 #: ../gateway-mpay24.php: 295187 #: ../gateway-mpay24.php:319 188 188 msgid "Place the payment gateway in test mode." 189 189 msgstr "Versetzt das Bezahlungssystem in den Testmodus." 190 190 191 191 # @ wc-mpay24 192 #: ../gateway-mpay24.php:3 00192 #: ../gateway-mpay24.php:324 193 193 msgid "Debug Log" 194 194 msgstr "Debug-Protokoll" 195 195 196 196 # @ wc-mpay24 197 #: ../gateway-mpay24.php:3 01197 #: ../gateway-mpay24.php:325 198 198 msgid "Enable logging" 199 199 msgstr "Protokollierung aktivieren" 200 200 201 201 # @ wc-mpay24 202 #: ../gateway-mpay24.php:3 03202 #: ../gateway-mpay24.php:327 203 203 msgid "" 204 204 "Log mPAY24 events inside <code>/wp-content/plugins/woocommerce/logs/</code>, " … … 209 209 210 210 # @ wc-mpay24 211 #: ../gateway-mpay24.php:3 08211 #: ../gateway-mpay24.php:332 212 212 msgid "mPAY24 Payment Page Styling" 213 213 msgstr "mPAY24 Bezahlfenster Styling" 214 214 215 #: ../gateway-mpay24.php:3 13215 #: ../gateway-mpay24.php:337 216 216 msgid "Language" 217 217 msgstr "Sprache" 218 218 219 # @ wc-mpay24 220 #: ../gateway-mpay24.php:316 219 #: ../gateway-mpay24.php:340 220 msgid "auto with WPML" 221 msgstr "auto mit WPML" 222 223 # @ wc-mpay24 224 #: ../gateway-mpay24.php:341 221 225 msgid "Bulgarian" 222 226 msgstr "Bulgarisch" 223 227 224 #: ../gateway-mpay24.php:3 17228 #: ../gateway-mpay24.php:342 225 229 msgid "Chinese" 226 230 msgstr "Chinesisch" 227 231 228 #: ../gateway-mpay24.php:3 18232 #: ../gateway-mpay24.php:343 229 233 msgid "Croatian" 230 234 msgstr "Kroatisch" 231 235 232 236 # @ wc-mpay24 233 #: ../gateway-mpay24.php:3 19237 #: ../gateway-mpay24.php:344 234 238 msgid "Czech" 235 239 msgstr "Tschechisch" 236 240 237 241 # @ wc-mpay24 238 #: ../gateway-mpay24.php:3 20242 #: ../gateway-mpay24.php:345 239 243 msgid "Dutch" 240 244 msgstr "Niederländisch" 241 245 242 246 # @ wc-mpay24 243 #: ../gateway-mpay24.php:3 21247 #: ../gateway-mpay24.php:346 244 248 msgid "English" 245 249 msgstr "Englisch" 246 250 247 251 # @ wc-mpay24 248 #: ../gateway-mpay24.php:3 22252 #: ../gateway-mpay24.php:347 249 253 msgid "French" 250 254 msgstr "Französisch" 251 255 252 256 # @ wc-mpay24 253 #: ../gateway-mpay24.php:3 23257 #: ../gateway-mpay24.php:348 254 258 msgid "German" 255 259 msgstr "Deutsch" 256 260 257 261 # @ wc-mpay24 258 #: ../gateway-mpay24.php:3 24262 #: ../gateway-mpay24.php:349 259 263 msgid "Hungarian" 260 264 msgstr "Ungarisch" 261 265 262 #: ../gateway-mpay24.php:3 25266 #: ../gateway-mpay24.php:350 263 267 msgid "Italian" 264 268 msgstr "Italienisch" 265 269 266 #: ../gateway-mpay24.php:3 26270 #: ../gateway-mpay24.php:351 267 271 msgid "Japanese" 268 272 msgstr "Japanisch" 269 273 270 274 # @ wc-mpay24 271 #: ../gateway-mpay24.php:3 27275 #: ../gateway-mpay24.php:352 272 276 msgid "Polish" 273 277 msgstr "Polnisch" 274 278 275 #: ../gateway-mpay24.php:3 28279 #: ../gateway-mpay24.php:353 276 280 msgid "Portuguese" 277 281 msgstr "Portugiesisch" 278 282 279 #: ../gateway-mpay24.php:3 29283 #: ../gateway-mpay24.php:354 280 284 msgid "Romanian" 281 285 msgstr "Rumänisch" 282 286 283 #: ../gateway-mpay24.php:3 30287 #: ../gateway-mpay24.php:355 284 288 msgid "Russian" 285 289 msgstr "Russisch" 286 290 287 #: ../gateway-mpay24.php:3 31291 #: ../gateway-mpay24.php:356 288 292 msgid "Serbian" 289 293 msgstr "Serbisch" 290 294 291 #: ../gateway-mpay24.php:3 32295 #: ../gateway-mpay24.php:357 292 296 msgid "Slovak" 293 297 msgstr "Slowakisch" 294 298 295 #: ../gateway-mpay24.php:3 33299 #: ../gateway-mpay24.php:358 296 300 msgid "Slovenian" 297 301 msgstr "Slowenisch" 298 302 299 303 # @ wc-mpay24 300 #: ../gateway-mpay24.php:3 34304 #: ../gateway-mpay24.php:359 301 305 msgid "Spanish" 302 306 msgstr "Spanisch" 303 307 304 #: ../gateway-mpay24.php:3 35308 #: ../gateway-mpay24.php:360 305 309 msgid "Turkish" 306 310 msgstr "Türkisch" 307 311 308 # @ wc-mpay24 309 #: ../gateway-mpay24.php:337 310 msgid "This controls in which language the payment page is shown." 311 msgstr "" 312 "Dies aktiviert in welcher Sprache das mPAY24 Bezahlfenster angezeigt wird." 313 314 #: ../gateway-mpay24.php:342 312 #: ../gateway-mpay24.php:362 313 msgid "" 314 "This controls in which language the payment page is shown. If \"auto with " 315 "WPML\" is set current user language is used (if avaiable on mPAY24 side, " 316 "otherwise \"EN\"). WPML plugin required for \"auto with WPML\" option." 317 msgstr "" 318 "Dies kontrolliert in welcher Sprache das Bezahlfenster angezeigt wird. Wenn " 319 "\"auto mit WPML\" gesetzt ist, wird die aktuell durch den Benutzer gewählte " 320 "Sprache verwendet (wenn auf mPAY24-seitig vorhanden, sonst \"EN\"). WPML " 321 "plugin ist erforderlich für die \"auto mit WPML\" Option." 322 323 #: ../gateway-mpay24.php:367 315 324 msgid "Page Background Color" 316 325 msgstr "Seitenhintergrundfarbe" 317 326 318 #: ../gateway-mpay24.php:3 43327 #: ../gateway-mpay24.php:368 319 328 msgid "Background color of the payment page. Default" 320 329 msgstr "Hintergrundfarbe des Bezahlfensters. Standard" 321 330 322 #: ../gateway-mpay24.php:3 50331 #: ../gateway-mpay24.php:375 323 332 msgid "Logo Styling" 324 333 msgstr "Logo Styling" 325 334 326 #: ../gateway-mpay24.php:3 51335 #: ../gateway-mpay24.php:376 327 336 msgid "CSS rules for payment page logo image. Default" 328 337 msgstr "CSS Regeln für das Logo im Bezahlfenster. Standard" 329 338 330 #: ../gateway-mpay24.php:3 56339 #: ../gateway-mpay24.php:381 331 340 msgid "Page Header Styling" 332 341 msgstr "Seitenüberschrift Styling" 333 342 334 #: ../gateway-mpay24.php:3 57343 #: ../gateway-mpay24.php:382 335 344 msgid "CSS rules for payment page header. Default" 336 345 msgstr "CSS Regeln für die Seitenüberschrift des Bezahlfensters. Standard" 337 346 338 #: ../gateway-mpay24.php:3 62347 #: ../gateway-mpay24.php:387 339 348 msgid "Page Caption Styling" 340 349 msgstr "Seitentitel Styling" 341 350 342 #: ../gateway-mpay24.php:3 63351 #: ../gateway-mpay24.php:388 343 352 msgid "CSS rules for payment page caption. Default" 344 353 msgstr "CSS Regeln für den Seitentitel des Bezahlfensters. Standard" 345 354 346 #: ../gateway-mpay24.php:3 68355 #: ../gateway-mpay24.php:393 347 356 msgid "Page Styling" 348 357 msgstr "Seiten Styling" 349 358 350 #: ../gateway-mpay24.php:3 69359 #: ../gateway-mpay24.php:394 351 360 msgid "CSS rules for payment page box with inputs. Default" 352 361 msgstr "CSS Regeln für den Eingabebereich im Bezahlfenster. Standard" 353 362 354 #: ../gateway-mpay24.php:3 74363 #: ../gateway-mpay24.php:399 355 364 msgid "Input Fields Styling" 356 365 msgstr "Eingabefelder Styling" 357 366 358 #: ../gateway-mpay24.php: 375367 #: ../gateway-mpay24.php:400 359 368 msgid "CSS rules for payment page input fields." 360 369 msgstr "CSS Regeln für die Eingabefelder im Bezahlfenster." 361 370 362 #: ../gateway-mpay24.php: 380371 #: ../gateway-mpay24.php:405 363 372 msgid "Drop Down Lists Styling" 364 373 msgstr "Auswahllisten Styling" 365 374 366 #: ../gateway-mpay24.php: 381375 #: ../gateway-mpay24.php:406 367 376 msgid "CSS rules for payment page drop down lists." 368 377 msgstr "CSS Regeln für die Auswahllisten im Bezahlfenster." 369 378 370 #: ../gateway-mpay24.php: 386379 #: ../gateway-mpay24.php:411 371 380 msgid "Buttons Styling" 372 381 msgstr "Buttons Styling" 373 382 374 #: ../gateway-mpay24.php: 387383 #: ../gateway-mpay24.php:412 375 384 msgid "CSS rules for payment page buttons." 376 385 msgstr "CSS Regeln für die Buttons im Bezahlfenster." 377 386 378 #: ../gateway-mpay24.php: 392387 #: ../gateway-mpay24.php:417 379 388 msgid "Errors Styling" 380 389 msgstr "Fehler Styling" 381 390 382 #: ../gateway-mpay24.php: 393391 #: ../gateway-mpay24.php:418 383 392 msgid "CSS rules for payment page error messages." 384 393 msgstr "CSS Regeln für Fehlermeldungen im Bezahlfenster." 385 394 386 #: ../gateway-mpay24.php: 398395 #: ../gateway-mpay24.php:423 387 396 msgid "Errors Header Styling" 388 397 msgstr "Fehlerüberschrift Styling" 389 398 390 #: ../gateway-mpay24.php: 399399 #: ../gateway-mpay24.php:424 391 400 msgid "CSS rules for payment page error heading." 392 401 msgstr "CSS Regeln für Fehlerüberschrift im Bezahlfenster." 393 402 394 #: ../gateway-mpay24.php:4 04403 #: ../gateway-mpay24.php:429 395 404 msgid "Success Title Styling" 396 405 msgstr "Titel auf Erfolgsseite Styling" 397 406 398 #: ../gateway-mpay24.php:4 05407 #: ../gateway-mpay24.php:430 399 408 msgid "CSS rules for payment success page title area." 400 409 msgstr "CSS Regeln für den Seitentitel auf der Erfolgsseite im Bezahlfenster." 401 410 402 #: ../gateway-mpay24.php:4 10411 #: ../gateway-mpay24.php:435 403 412 msgid "Error Title Styling" 404 413 msgstr "Titel auf Fehlerseite Styling" 405 414 406 #: ../gateway-mpay24.php:4 11415 #: ../gateway-mpay24.php:436 407 416 msgid "CSS rules for payment error page title area." 408 417 msgstr "CSS Regeln für den Seitentitel auf der Fehlerseite im Bezahlfenster." 409 418 410 #: ../gateway-mpay24.php:4 16419 #: ../gateway-mpay24.php:441 411 420 msgid "Footer Styling" 412 421 msgstr "Fußzeilen Styling" 413 422 414 #: ../gateway-mpay24.php:4 17423 #: ../gateway-mpay24.php:442 415 424 msgid "CSS rules for payment page footer area." 416 425 msgstr "CSS Regeln für den Fußzeilenbereich im Bezahlfenster." 417 426 418 #: ../gateway-mpay24.php:4 22427 #: ../gateway-mpay24.php:447 419 428 msgid "Access Protection" 420 429 msgstr "Zugriffsschutz" 421 430 422 #: ../gateway-mpay24.php:4 24431 #: ../gateway-mpay24.php:449 423 432 msgid "" 424 433 "If your site has an access protection with .htaccess fill in the credentials " … … 431 440 "Website produktiv ist." 432 441 433 #: ../gateway-mpay24.php:4 27442 #: ../gateway-mpay24.php:452 434 443 msgid "Username .htaccess" 435 444 msgstr "Benutzername .htaccess" 436 445 437 #: ../gateway-mpay24.php:4 32446 #: ../gateway-mpay24.php:457 438 447 msgid "Password .htaccess" 439 448 msgstr "Passwort .htaccess" 440 449 441 450 # @ wc-mpay24 442 #: ../gateway-mpay24.php:5 44451 #: ../gateway-mpay24.php:584 443 452 msgid "TEST MODE ENABLED" 444 453 msgstr "TEST MODUS AKTIVIERT" 445 454 446 455 # @ wc-mpay24 447 #: ../gateway-mpay24.php: 663456 #: ../gateway-mpay24.php:703 448 457 msgid "mPAY24 payment completed" 449 458 msgstr "mPAY24 Bezahlung abgeschlossen" 450 459 451 460 # @ wc-mpay24 452 #: ../gateway-mpay24.php: 673 ../gateway-mpay24.php:677453 #: ../gateway-mpay24.php: 683 ../gateway-mpay24.php:687461 #: ../gateway-mpay24.php:713 ../gateway-mpay24.php:717 462 #: ../gateway-mpay24.php:723 ../gateway-mpay24.php:727 454 463 #, php-format 455 464 msgid "Payment %s via mPAY24." … … 457 466 458 467 # @ wc-mpay24 459 #: ../gateway-mpay24.php: 679468 #: ../gateway-mpay24.php:719 460 469 msgid "Payment failed via mPAY24." 461 470 msgstr "Bezahlung über mPAY24 fehlgeschlagen." 462 471 472 # @ wc-mpay24 473 #~ msgid "This controls in which language the payment page is shown." 474 #~ msgstr "" 475 #~ "Dies aktiviert in welcher Sprache das mPAY24 Bezahlfenster angezeigt wird." 476 463 477 #~ msgid "mPAY24 IPN Request Failure" 464 478 #~ msgstr "mPAY24 IPN Anfrage fehlgeschlagen" -
woocommerce-mpay24-gateway/trunk/readme.txt
r1006337 r1034441 5 5 Tags: woocommerce, gateway, mpay24 6 6 Requires at least: 3.5 7 Tested up to: 4.0 8 Stable tag: 1. 4.27 Tested up to: 4.0.1 8 Stable tag: 1.5 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 77 77 == Changelog == 78 78 79 = 1.5 - 2014-11-28 = 80 81 * Bugfix: change translation domain for "Proceed to mPAY24" to "mpay24" 82 * Enhancement: changed default payment page language to "EN" 83 * New Feature: set automatically payment page language to current site language, if available on mPAY24, else use "EN". 84 "ZH" is mapped to "zh-hans". "PT" is mapped to "pt-pt". WPML plugin required for this feature! 85 79 86 = 1.4.2 - 2014-10-13 = 80 87
Note: See TracChangeset
for help on using the changeset viewer.