Use _x() and extracted comments. Props nbachiyski. see #9112

git-svn-id: http://svn.automattic.com/wordpress/trunk@10680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-03-02 19:20:19 +00:00
parent 00b6ce601c
commit 0bf194de3b
12 changed files with 72 additions and 37 deletions

View File

@@ -302,8 +302,8 @@ foreach ($arc_result as $arc_row) {
<tr>
<th scope="col" class="check-column"><input type="checkbox" /></th>
<th scope="col"></th>
<th scope="col"><?php echo _c('Media|media column header'); ?></th>
<th scope="col"><?php echo _c('Date Added|media column header'); ?></th>
<th scope="col"><?php /* translators: column name in media */ echo _x('Media', 'media column name'); ?></th>
<th scope="col"><?php /* translators: column name in media */ echo _x('Date Added', 'media column name'); ?></th>
</tr>
</thead>
@@ -311,8 +311,8 @@ foreach ($arc_result as $arc_row) {
<tr>
<th scope="col" class="check-column"><input type="checkbox" /></th>
<th scope="col"></th>
<th scope="col"><?php echo _c('Media|media column header'); ?></th>
<th scope="col"><?php echo _c('Date Added|media column header'); ?></th>
<th scope="col"><?php /* translators: column name in media */ echo _x('Media', 'media column name'); ?></th>
<th scope="col"><?php /* translators: column name in media */ echo _x('Date Added', 'media column name'); ?></th>
</tr>
</tfoot>