mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
patch #101321
This commit is contained in:
parent
9d76ca4a50
commit
959b25ad5c
@ -7,6 +7,8 @@
|
|||||||
- Fixed setup script not working properly with certain version of MySQL.
|
- Fixed setup script not working properly with certain version of MySQL.
|
||||||
- Fixed the participants list in the calendar.
|
- Fixed the participants list in the calendar.
|
||||||
- Fixed permission bug that was not checking users access to an app.
|
- Fixed permission bug that was not checking users access to an app.
|
||||||
|
- Applied Patch #101453 - CJK character set display
|
||||||
|
- Applied Patch #101321 - CZECH lang translation
|
||||||
|
|
||||||
[0.9.1] - Fixed a few missing variables with templates.
|
[0.9.1] - Fixed a few missing variables with templates.
|
||||||
- editing a product in the inventory program now forwards you back to the category
|
- editing a product in the inventory program now forwards you back to the category
|
||||||
|
@ -143,6 +143,7 @@
|
|||||||
<option value="fr"<?php echo $lang_select["fr"]; ?>>French</option>
|
<option value="fr"<?php echo $lang_select["fr"]; ?>>French</option>
|
||||||
<option value="nl"<?php echo $lang_select["nl"]; ?>>Dutch</option>
|
<option value="nl"<?php echo $lang_select["nl"]; ?>>Dutch</option>
|
||||||
<option value="kr"<?php echo $lang_select["kr"]; ?>>Korean</option>
|
<option value="kr"<?php echo $lang_select["kr"]; ?>>Korean</option>
|
||||||
|
<option value="cs"<?php echo $lang_select["cs"]; ?>>Czechoslovakian</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user