basque
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-12-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
|
||||||
|
|
||||||
2003-12-07 Marc Delisle <lem9@users.sourceforge.net>
|
2003-12-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
### 2.5.5-rc1 released
|
### 2.5.5-rc1 released
|
||||||
|
|
||||||
|
@@ -108,7 +108,7 @@
|
|||||||
<li>support InnoDB tables and foreign keys (see FAQ 3.6)</li>
|
<li>support InnoDB tables and foreign keys (see FAQ 3.6)</li>
|
||||||
<li>
|
<li>
|
||||||
communicate in
|
communicate in
|
||||||
<a href="./translators.html">44 different languages</a>
|
<a href="./translators.html">47 different languages</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@@ -76,6 +76,7 @@ afrikaans-iso-8859-1
|
|||||||
albanian-iso-8859-1
|
albanian-iso-8859-1
|
||||||
arabic-windows-1256
|
arabic-windows-1256
|
||||||
azerbaijani-iso-8859-9
|
azerbaijani-iso-8859-9
|
||||||
|
basque-iso-8859-1
|
||||||
bosnian-windows-1250
|
bosnian-windows-1250
|
||||||
brazilian_portuguese-iso-8859-1
|
brazilian_portuguese-iso-8859-1
|
||||||
bulgarian-windows-1251
|
bulgarian-windows-1251
|
||||||
|
@@ -80,6 +80,8 @@ $available_languages = array(
|
|||||||
'es-iso-8859-1'=> array('es([-_][[:alpha:]]{2})?|spanish', 'spanish-iso-8859-1', 'es'),
|
'es-iso-8859-1'=> array('es([-_][[:alpha:]]{2})?|spanish', 'spanish-iso-8859-1', 'es'),
|
||||||
'et-utf-8' => array('et|estonian', 'estonian-utf-8', 'et'),
|
'et-utf-8' => array('et|estonian', 'estonian-utf-8', 'et'),
|
||||||
'et-iso-8859-1'=> array('et|estonian', 'estonian-iso-8859-1', 'et'),
|
'et-iso-8859-1'=> array('et|estonian', 'estonian-iso-8859-1', 'et'),
|
||||||
|
'eu-utf-8' => array('eu|basque', 'basque-utf-8', 'eu'),
|
||||||
|
'eu-iso-8859-1'=> array('eu|basque', 'basque-iso-8859-1', 'eu'),
|
||||||
'fa-utf-8' => array('fa|persian', 'persian-utf-8', 'fa'),
|
'fa-utf-8' => array('fa|persian', 'persian-utf-8', 'fa'),
|
||||||
'fa-win1256' => array('fa|persian', 'persian-windows-1256', 'fa'),
|
'fa-win1256' => array('fa|persian', 'persian-windows-1256', 'fa'),
|
||||||
'fi-utf-8' => array('fi|finnish', 'finnish-utf-8', 'fi'),
|
'fi-utf-8' => array('fi|finnish', 'finnish-utf-8', 'fi'),
|
||||||
|
@@ -118,6 +118,15 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Basque</td>
|
||||||
|
<td>
|
||||||
|
<a href="mailto:axier@euskalerria.org?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf you have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Bosnian');">
|
||||||
|
Axier Lopez
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Bosnian</td>
|
<td>Bosnian</td>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user