dir name is: hu
the line in the file, it does not work:
'Your form has a few errors. Please fix them and try again!' => 'Az űrlap tartalmaz néhány hibát. Kérjük, javítsa őket, és próbálja újra!',
subscribe button should be not found in lists.php
"cannot be blank" and mail subject: "Thank you for your subscription!" text not included with any language files.
(...feel free to check if your own search yields different results...)
the phrase
"Your form has a few errors. Please fix them and try again"
is in the following files:
\apps\customer\controllers\List_fieldsController.php
\apps\customer\controllers\List_subscribersController.php
\apps\frontend\controllers\ListsController.php
the phrase
"cannot be blank"
is in the following files:
\apps\common\framework\cli\views\webapp\protected\tests\functional\SiteTest.php
\apps\common\framework\gii\generators\model\ModelCode.php
\apps\common\framework\messages\ar\yii.php
\apps\common\framework\messages\bg\yii.php
\apps\common\framework\messages\bs\yii.php
\apps\common\framework\messages\ca\yii.php
\apps\common\framework\messages\cs\yii.php
\apps\common\framework\messages\da\yii.php
\apps\common\framework\messages\de\yii.php
\apps\common\framework\messages\el\yii.php
\apps\common\framework\messages\es\yii.php
\apps\common\framework\messages\fa_ir\yii.php
\apps\common\framework\messages\fi\yii.php
\apps\common\framework\messages\fr\yii.php
\apps\common\framework\messages\he\yii.php
\apps\common\framework\messages\hu\yii.php
\apps\common\framework\messages\id\yii.php
\apps\common\framework\messages\it\yii.php
\apps\common\framework\messages\ja\yii.php
\apps\common\framework\messages\kk\yii.php
\apps\common\framework\messages\ko_kr\yii.php
\apps\common\framework\messages\lt\yii.php
\apps\common\framework\messages\lv\yii.php
\apps\common\framework\messages\nl\yii.php
\apps\common\framework\messages\no\yii.php
\apps\common\framework\messages\pl\yii.php
\apps\common\framework\messages\pt\yii.php
\apps\common\framework\messages\pt_br\yii.php
\apps\common\framework\messages\ro\yii.php
\apps\common\framework\messages\ru\yii.php
\apps\common\framework\messages\sk\yii.php
\apps\common\framework\messages\sr_sr\yii.php
\apps\common\framework\messages\sr_yu\yii.php
\apps\common\framework\messages\sv\yii.php
\apps\common\framework\messages\ta_in\yii.php
\apps\common\framework\messages\th\yii.php
\apps\common\framework\messages\tr\yii.php
\apps\common\framework\messages\uk\yii.php
\apps\common\framework\messages\vi\yii.php
\apps\common\framework\messages\zh_cn\yii.php
\apps\common\framework\messages\zh_tw\yii.php
\apps\common\framework\validators\CFileValidator.php
\apps\common\framework\validators\CRequiredValidator.php
\apps\common\framework\yiilite.php
\apps\common\models\DeliveryServerPickupDirectory.php
the phrase
"Thank you for your subscription"
is in the following files:
\apps\api\controllers\List_subscribersController.php
\apps\common\models\ListSubscriber.php
(though the translation extension should pick up all phrases and then the translation should only be needed in the language files)