Index: sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/views/applications/tracker/shortcode-application-tracker.php
===================================================================
--- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/views/applications/tracker/shortcode-application-tracker.php	(revisão 3805)
+++ sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/views/applications/tracker/shortcode-application-tracker.php	(cópia de trabalho)
@@ -8,11 +8,11 @@
 <table class="application-tracker striped">
 	<thead>
 		<tr>
-			<th class="city"       >City</th>
-			<th class="applicant"  >Applicant</th>
-			<th class="milestone"  >Milestone</th>
-			<th class="status"     >Status</th>
-			<th class="last-update">Last Update</th>
+			<th class="city"       ><?php esc_html_e( 'City', 'wcpt' ); ?></th>
+			<th class="applicant"  ><?php esc_html_e( 'Applicant', 'wcpt' ); ?></th>
+			<th class="milestone"  ><?php esc_html_e( 'Milestone', 'wcpt' ); ?></th>
+			<th class="status"     ><?php esc_html_e( 'Status', 'wcpt' ); ?></th>
+			<th class="last-update"><?php esc_html_e( 'Last Update', 'wcpt' ); ?></th>
 		</tr>
 	</thead>
 
