[wp-cvs] wordpress/wp-admin admin-functions.php,1.61,1.62

Ryan Boren rboren at users.sourceforge.net
Sat Dec 4 06:53:13 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11889

Modified Files:
	admin-functions.php 
Log Message:
Mark strings for translation.  Bug 514.  Patch by nbachiyski.

Index: admin-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-functions.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** admin-functions.php	4 Dec 2004 05:02:07 -0000	1.61
--- admin-functions.php	4 Dec 2004 06:53:10 -0000	1.62
***************
*** 317,321 ****
  <?php if ($keys) : ?>
  <select id="metakeyselect" name="metakeyselect" tabindex="7">
! <option value="#NONE#">- Select -</option>
  <?php
  	foreach($keys as $key) {
--- 317,321 ----
  <?php if ($keys) : ?>
  <select id="metakeyselect" name="metakeyselect" tabindex="7">
! <option value="#NONE#"><?php _e('- Select -'); ?></option>
  <?php
  	foreach($keys as $key) {
***************
*** 323,327 ****
  	}
  ?>
! </select> or 
  <?php endif; ?>
  </td>
--- 323,327 ----
  	}
  ?>
! </select> <?php _e('or'); ?>
  <?php endif; ?>
  </td>
***************
*** 939,941 ****
  }
  
! ?>
\ No newline at end of file
--- 939,941 ----
  }
  
! ?>




More information about the cvs mailing list