Changeset 1530497
- Timestamp:
- 11/08/2016 03:44:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
menupublisher-4-wp/trunk/assets/templates/menupublisher-4-wp-startcode.php
r1527910 r1530497 121 121 { //oTranslations: 122 122 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'] ); ?>', 129 124 additives: '<?php _e( 'Additives', self::$constants['TEXT_DOMAIN'] ); ?>', 130 125 additAndAllerg: '<?php _e( 'Additives and allergens', self::$constants['TEXT_DOMAIN'] ); ?>', … … 134 129 lunch: '<?php _e( 'Lunch', self::$constants['TEXT_DOMAIN'] ); ?>', 135 130 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'] ); ?>', 138 132 or: '<?php _e( 'or', self::$constants['TEXT_DOMAIN'] ); ?>' 139 133 },
Note: See TracChangeset
for help on using the changeset viewer.