Author: peter
Date: 2008-09-30 16:11:00 -0700 (Tue, 30 Sep 2008)
New Revision: 1424

Modified:
   trunk/apps/qubit/modules/settings/templates/listSuccess.php
Log:
add Arabic, Farsi, Korean, Japanese, Greek, Slovenian, German and Italian as 
i18n language options in the Admin settings

Modified: trunk/apps/qubit/modules/settings/templates/listSuccess.php
===================================================================
--- trunk/apps/qubit/modules/settings/templates/listSuccess.php 2008-09-30 
22:59:14 UTC (rev 1423)
+++ trunk/apps/qubit/modules/settings/templates/listSuccess.php 2008-09-30 
23:11:00 UTC (rev 1424)
@@ -45,7 +45,7 @@
     <tr>
     <?php if ($scope == 'i18n_languages'): ?>
       <td colspan="2">
-      <?php echo select_tag('language_code', options_for_select(array('' => 
'&nbsp;', 'en' => 'english', 'es' => 'español', 'fr' => 'français', 'nl' => 
'nederlands', 'pt' => 'português'))) ?>
+      <?php echo select_tag('language_code', options_for_select(array('' => 
'&nbsp;', 'ar' => 'العربية', 'de' => 'deutsch', 'el' => 'eλληνικά', 'en' => 
'english', 'es' => 'español', 'fa' => 'فارسی', 'fr' => 'français', 'it' => 
'italiano', 'ja' => '日本語','ko' => '한국어 ',  'nl' => 'nederlands', 'pt' => 
'português', 'sl' => '     slovenščina'))) ?>
       </td>
       <td>
         <div style="float: right; margin: 3px 8px 0 0;">


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to