|
7 | 7 | * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
8 | 8 | * obtain one at https://mozilla.org/MPL/2.0/. |
9 | 9 | * |
10 | | - * @package phpMyFAQ |
11 | | - * @author Thorsten Rinne <thorsten@phpmyfaq.de> |
12 | | - * @author Matthias Sommerfeld <mso@bluebirdy.de> |
13 | | - * @author Henning Schulzrinne <hgs@cs.columbia.edu> |
| 10 | + * @package phpMyFAQ |
| 11 | + * @author Thorsten Rinne <thorsten@phpmyfaq.de> |
| 12 | + * @author Matthias Sommerfeld <mso@bluebirdy.de> |
| 13 | + * @author Henning Schulzrinne <hgs@cs.columbia.edu> |
14 | 14 | * @copyright 2004-2025 phpMyFAQ Team |
15 | | - * @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
16 | | - * @link https://www.phpmyfaq.de |
17 | | - * @since 2004-02-19 |
18 | | - * @codingStandardsIgnoreFile |
| 15 | + * @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
| 16 | + * @link https://www.phpmyfaq.de |
| 17 | + * @since 2004-02-19 |
19 | 18 | */ |
20 | 19 |
|
21 | | -$PMF_LANG["metaCharset"] = "UTF-8"; |
22 | | -$PMF_LANG["metaLanguage"] = "en"; |
23 | | -$PMF_LANG["language"] = "english"; |
24 | | -$PMF_LANG['direction'] = "ltr"; |
25 | | -$PMF_LANG["nplurals"] = "2"; |
| 20 | +$PMF_LANG['metaCharset'] = 'UTF-8'; |
| 21 | +$PMF_LANG['metaLanguage'] = 'en'; |
| 22 | +$PMF_LANG['language'] = 'English'; |
| 23 | +$PMF_LANG['direction'] = 'ltr'; |
| 24 | +$PMF_LANG['nplurals'] = '2'; |
26 | 25 |
|
27 | 26 | // Navigation |
28 | 27 | $PMF_LANG["msgCategory"] = "Categories"; |
|
0 commit comments