Plugin Directory

Changeset 1530497


Ignore:
Timestamp:
11/08/2016 03:44:24 PM (9 years ago)
Author:
akrwp
Message:

replaced multiline strings by oneline, since gettext cannot recognize them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • menupublisher-4-wp/trunk/assets/templates/menupublisher-4-wp-startcode.php

    r1527910 r1530497  
    121121                        { //oTranslations:
    122122                            oFixedStrings: {
    123                                 additAllergText: '<?php _e( 'Here you have the possibility to ' .
    124                                                  'exclude dishes that contain specific allergens ' .
    125                                                  'or additives. If you wish to hide a menu with ' .
    126                                                  'a certain allergen, then simply uncheck the ' .
    127                                                  'corresponding checkbox. The same applies to ' .
    128                                                  'additives.',                            self::$constants['TEXT_DOMAIN'] ); ?>',
     123                                additAllergText: '<?php _e( 'Here you have the possibility to exclude dishes that contain specific allergens or additives. If you wish to hide a menu with a certain allergen, then simply uncheck the corresponding checkbox. The same applies to additives.', self::$constants['TEXT_DOMAIN'] ); ?>',
    129124                                additives:       '<?php _e( 'Additives',                  self::$constants['TEXT_DOMAIN'] ); ?>',
    130125                                additAndAllerg:  '<?php _e( 'Additives and allergens',    self::$constants['TEXT_DOMAIN'] ); ?>',
     
    134129                                lunch:           '<?php _e( 'Lunch',                      self::$constants['TEXT_DOMAIN'] ); ?>',
    135130                                menus:           '<?php _e( 'Menu',                       self::$constants['TEXT_DOMAIN'] ); ?>',
    136                                 noData:          '<?php _e( 'Currently the restaurant has ' .
    137                                                  'no menu setup, try again later.',       self::$constants['TEXT_DOMAIN'] ); ?>',
     131                                noData:          '<?php _e( 'Currently the restaurant has no menu setup, try again later.', self::$constants['TEXT_DOMAIN'] ); ?>',
    138132                                or:              '<?php _e( 'or',                         self::$constants['TEXT_DOMAIN'] ); ?>'
    139133                            },
Note: See TracChangeset for help on using the changeset viewer.