|
1 | 1 | <?php
|
2 |
| -/** |
3 |
| - * Message translations. |
4 |
| - * |
5 |
| - * This file is automatically generated by 'yii message' command. |
6 |
| - * It contains the localizable messages extracted from source code. |
7 |
| - * You may modify this file by translating the extracted messages. |
8 |
| - * |
9 |
| - * Each array element represents the translation (value) of a message (key). |
10 |
| - * If the value is empty, the message is considered as not translated. |
11 |
| - * Messages that no longer need translation will have their translations |
12 |
| - * enclosed between a pair of '@@' marks. |
13 |
| - * |
14 |
| - * Message string can be used with plural forms format. Check i18n section |
15 |
| - * of the guide for details. |
16 |
| - * |
17 |
| - * NOTE: this file must be saved in UTF-8 encoding. |
18 |
| - */ |
19 |
| -return [ |
20 |
| - '<b>There are no polls yet!</b>' => '', |
21 |
| - '<b>There are no polls yet!</b><br>Be the first and create one...' => '', |
22 |
| - 'Asked by me' => '', |
23 |
| - 'No answered yet' => '', |
24 |
| - 'Only private polls' => '', |
25 |
| - 'Only public polls' => '', |
26 |
| -]; |
| 2 | +return array ( |
| 3 | + '<b>There are no polls yet!</b>' => '<b>لا توجد استطلاعات رأي حتى الآن!</b>', |
| 4 | + '<b>There are no polls yet!</b><br>Be the first and create one...' => '<b>لا توجد استطلاعات رأي حتى الآن!</b><br>كن الأول وأنشئ واحداً...', |
| 5 | + 'Asked by me' => 'طرح من قبلي', |
| 6 | + 'No answered yet' => 'لم تتم الإجابة بعد', |
| 7 | + 'Only private polls' => 'استطلاعات الرأي الخاصة فقط', |
| 8 | + 'Only public polls' => 'استطلاعات الرأي العامة فقط', |
| 9 | +); |
0 commit comments