Changeset 5819 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/views/indesign-badges/page-indesign-badges.php
- Timestamp:
- 08/17/2017 10:12:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/views/indesign-badges/page-indesign-badges.php
r4316 r5819 16 16 <p> 17 17 <?php _e( 18 "The process for building InDesign badges hasn't been automated yet, so it requires a developer to run a script. 19 That script will create a CSV file and will download Gravatar images for all attendees. 20 Once that's done, a designer can take those files into InDesign and use the Data Merge feature to create personalized badges for each attendee.", 18 "The process for building InDesign badges hasn't been automated yet, so it requires a developer to run a script. That script will create a CSV file and will download Gravatar images for all attendees. Once that's done, a designer can take those files into InDesign and use the Data Merge feature to create personalized badges for each attendee.", 21 19 'wordcamporg' 22 20 ); ?> … … 26 24 <?php printf( 27 25 __( 28 'Full instructions are <a href="%s">available in the WordCamp Organizer Handbook</a>. 29 If you\'d prefer an easier way, <a href="%s">the HTML/CSS method</a> is much more automated at this time.', 26 'Full instructions are <a href="%s">available in the WordCamp Organizer Handbook</a>. If you\'d prefer an easier way, <a href="%s">the HTML/CSS method</a> is much more automated at this time.', 30 27 'wordcamporg' 31 28 ), … … 37 34 <p> 38 35 <?php printf( 39 __( ' if you\'d like to help automate the InDesign process, you can contribute to <a href="%s">Meta ticket #262</a>.', 'wordcamporg' ),36 __( 'If you\'d like to help automate the InDesign process, you can contribute to <a href="%s">Meta ticket #262</a>.', 'wordcamporg' ), 40 37 'https://meta.trac.wordpress.org/ticket/262' 41 38 ); ?>
Note: See TracChangeset
for help on using the changeset viewer.