@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Provides methods for password encryption using sha(). |
|
4 | - * |
|
5 | - * PHP Version 5.3 |
|
6 | - * |
|
7 | - * This Source Code Form is subject to the terms of the Mozilla Public License, |
|
8 | - * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
|
9 | - * obtain one at http://mozilla.org/MPL/2.0/. |
|
10 | - * |
|
11 | - * @category phpMyFAQ |
|
12 | - * @package Enc |
|
13 | - * @author Lars Tiedemann <[email protected]> |
|
14 | - * @copyright 2005-2016 phpMyFAQ Team |
|
15 | - * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
16 | - * @link http://www.phpmyfaq.de |
|
17 | - * @since 2005-09-18 |
|
18 | - */ |
|
3 | + * Provides methods for password encryption using sha(). |
|
4 | + * |
|
5 | + * PHP Version 5.3 |
|
6 | + * |
|
7 | + * This Source Code Form is subject to the terms of the Mozilla Public License, |
|
8 | + * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
|
9 | + * obtain one at http://mozilla.org/MPL/2.0/. |
|
10 | + * |
|
11 | + * @category phpMyFAQ |
|
12 | + * @package Enc |
|
13 | + * @author Lars Tiedemann <[email protected]> |
|
14 | + * @copyright 2005-2016 phpMyFAQ Team |
|
15 | + * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
16 | + * @link http://www.phpmyfaq.de |
|
17 | + * @since 2005-09-18 |
|
18 | + */ |
|
19 | 19 | |
20 | 20 | if (!defined('IS_VALID_PHPMYFAQ')) { |
21 | 21 | exit(); |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Chinese (simplified) language file |
|
4 | - * |
|
5 | - * @author ATang <[email protected]> |
|
6 | - * @author saphrfans <[email protected]> |
|
7 | - * @author Techice.Young <[email protected]> |
|
8 | - * @since 2004-06-23 |
|
9 | - * @copyright 2004-2016 phpMyFAQ Team |
|
10 | - * |
|
11 | - * This Source Code Form is subject to the terms of the Mozilla Public License, |
|
12 | - * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
|
13 | - * obtain one at http://mozilla.org/MPL/2.0/. |
|
14 | - */ |
|
3 | + * Chinese (simplified) language file |
|
4 | + * |
|
5 | + * @author ATang <[email protected]> |
|
6 | + * @author saphrfans <[email protected]> |
|
7 | + * @author Techice.Young <[email protected]> |
|
8 | + * @since 2004-06-23 |
|
9 | + * @copyright 2004-2016 phpMyFAQ Team |
|
10 | + * |
|
11 | + * This Source Code Form is subject to the terms of the Mozilla Public License, |
|
12 | + * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
|
13 | + * obtain one at http://mozilla.org/MPL/2.0/. |
|
14 | + */ |
|
15 | 15 | $PMF_LANG['metaCharset'] = 'UTF-8'; |
16 | 16 | $PMF_LANG['metaLanguage'] = 'zh'; |
17 | 17 | $PMF_LANG['language'] = 'Chinese Simplified (UTF-8)'; |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Norwegian Bokmål language file |
|
4 | - * |
|
5 | - * PHP Version 5.3 |
|
6 | - * |
|
7 | - * This Source Code Form is subject to the terms of the Mozilla Public License, |
|
8 | - * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
|
9 | - * obtain one at http://mozilla.org/MPL/2.0/. |
|
10 | - * |
|
11 | - * @category phpMyFAQ |
|
12 | - * @package Translation |
|
13 | - * @author Hans Fredrik Nordhaug <[email protected]> |
|
14 | - * @copyright 2005-2016 phpMyFAQ Team |
|
15 | - * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
16 | - * @link http://www.phpmyfaq.de |
|
17 | - * @since 2005-08-31 |
|
18 | - */ |
|
3 | + * Norwegian Bokmål language file |
|
4 | + * |
|
5 | + * PHP Version 5.3 |
|
6 | + * |
|
7 | + * This Source Code Form is subject to the terms of the Mozilla Public License, |
|
8 | + * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
|
9 | + * obtain one at http://mozilla.org/MPL/2.0/. |
|
10 | + * |
|
11 | + * @category phpMyFAQ |
|
12 | + * @package Translation |
|
13 | + * @author Hans Fredrik Nordhaug <[email protected]> |
|
14 | + * @copyright 2005-2016 phpMyFAQ Team |
|
15 | + * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
16 | + * @link http://www.phpmyfaq.de |
|
17 | + * @since 2005-08-31 |
|
18 | + */ |
|
19 | 19 | |
20 | 20 | $PMF_LANG['metaCharset'] = 'utf-8'; |
21 | 21 | $PMF_LANG['metaLanguage'] = 'nb'; |