This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Zend_Form és Zend_Validator messages magyar fordítás ZF v1.10.3 | |
* @author 4image#dev, Vince Tikász | |
*/ | |
$ZendTranslateLanguages = array(); | |
$ZendTranslateLanguages['hu'] = array( | |
// Zend_Form | |
"Value is required and can't be empty" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
id, name | |
FROM | |
names | |
order by | |
FIELD( | |
( | |
CASE 1 | |
WHEN SUBSTRING(BINARY name 1, 3) = 'Dzs' | |
THEN 'Dzs' |