@@ -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-2015 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-2015 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 | $PMF_LANG['metaCharset'] = 'utf-8'; |
| 20 | 20 | $PMF_LANG['metaLanguage'] = 'nb'; |
| 21 | 21 | $PMF_LANG['language'] = 'Norsk bokmål'; |
@@ -1,21 +1,21 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Czech 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 Jaroslav Síka <[email protected]> |
|
| 14 | - * @copyright 2004-2015 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 2004-04-07 |
|
| 18 | - */ |
|
| 3 | + * Czech 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 Jaroslav Síka <[email protected]> |
|
| 14 | + * @copyright 2004-2015 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 2004-04-07 |
|
| 18 | + */ |
|
| 19 | 19 | $PMF_LANG['metaCharset'] = 'UTF-8'; |
| 20 | 20 | $PMF_LANG['metaLanguage'] = 'cs'; |
| 21 | 21 | $PMF_LANG['language'] = 'Czech'; |
@@ -1,23 +1,23 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Polish 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 Krzysztof Kudłacik <[email protected]> |
|
| 14 | - * @author Sławomir Małusecki <[email protected]> |
|
| 15 | - * @author Dariusz Grzesista <[email protected]> |
|
| 16 | - * @copyright 2004-2015 phpMyFAQ Team |
|
| 17 | - * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
| 18 | - * @link http://www.phpmyfaq.de |
|
| 19 | - * @since 2004-06-24 |
|
| 20 | - */ |
|
| 3 | + * Polish 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 Krzysztof Kudłacik <[email protected]> |
|
| 14 | + * @author Sławomir Małusecki <[email protected]> |
|
| 15 | + * @author Dariusz Grzesista <[email protected]> |
|
| 16 | + * @copyright 2004-2015 phpMyFAQ Team |
|
| 17 | + * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
| 18 | + * @link http://www.phpmyfaq.de |
|
| 19 | + * @since 2004-06-24 |
|
| 20 | + */ |
|
| 21 | 21 | $PMF_LANG['metaCharset'] = 'UTF-8'; |
| 22 | 22 | $PMF_LANG['metaLanguage'] = 'pl'; |
| 23 | 23 | $PMF_LANG['language'] = 'polski'; |
@@ -1,24 +1,24 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The Italian 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 Stefano Bramato <[email protected]> |
|
| 14 | - * @auhtor Rudy <[email protected]> |
|
| 15 | - * @author Matteo Scaramuccia <[email protected]> |
|
| 16 | - * @author Amedeo Fragai <[email protected]> |
|
| 17 | - * @copyright 2004-2015 phpMyFAQ Team |
|
| 18 | - * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
| 19 | - * @link http://www.phpmyfaq.de |
|
| 20 | - * @since 2004-06-24 |
|
| 21 | - */ |
|
| 3 | + * The Italian 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 Stefano Bramato <[email protected]> |
|
| 14 | + * @auhtor Rudy <[email protected]> |
|
| 15 | + * @author Matteo Scaramuccia <[email protected]> |
|
| 16 | + * @author Amedeo Fragai <[email protected]> |
|
| 17 | + * @copyright 2004-2015 phpMyFAQ Team |
|
| 18 | + * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
| 19 | + * @link http://www.phpmyfaq.de |
|
| 20 | + * @since 2004-06-24 |
|
| 21 | + */ |
|
| 22 | 22 | |
| 23 | 23 | $PMF_LANG['metaCharset'] = 'UTF-8'; |
| 24 | 24 | $PMF_LANG['metaLanguage'] = 'it'; |
@@ -661,14 +661,14 @@ |
||
| 661 | 661 | $PMF_LANG['ad_entry_visibility'] = 'Objavi?'; |
| 662 | 662 | |
| 663 | 663 | // added v2.0.0 - 2006-01-02 by Lars |
| 664 | -$PMF_LANG['ad_user_error_password'] = "Molimo unesite lozinku. "; |
|
| 665 | -$PMF_LANG['ad_user_error_passwordsDontMatch'] = "Lozinke se ne poklapaju. "; |
|
| 666 | -$PMF_LANG['ad_user_error_loginInvalid'] = "Unešeno korisničko ime nije nađeno."; |
|
| 667 | -$PMF_LANG['ad_user_error_noEmail'] = "Unesite važeću email adresu. "; |
|
| 668 | -$PMF_LANG['ad_user_error_noRealName'] = "Unesite Vaše pravo ime. "; |
|
| 669 | -$PMF_LANG['ad_user_error_delete'] = "Korisnički nalog ne može biti izbrisan. "; |
|
| 670 | -$PMF_LANG['ad_user_error_noId'] = "Nije priložen ID. "; |
|
| 671 | -$PMF_LANG['ad_user_error_protectedAccount'] = "Korisnički nalog je zaštićen. "; |
|
| 664 | +$PMF_LANG['ad_user_error_password'] = "Molimo unesite lozinku. "; |
|
| 665 | +$PMF_LANG['ad_user_error_passwordsDontMatch'] = "Lozinke se ne poklapaju. "; |
|
| 666 | +$PMF_LANG['ad_user_error_loginInvalid'] = "Unešeno korisničko ime nije nađeno."; |
|
| 667 | +$PMF_LANG['ad_user_error_noEmail'] = "Unesite važeću email adresu. "; |
|
| 668 | +$PMF_LANG['ad_user_error_noRealName'] = "Unesite Vaše pravo ime. "; |
|
| 669 | +$PMF_LANG['ad_user_error_delete'] = "Korisnički nalog ne može biti izbrisan. "; |
|
| 670 | +$PMF_LANG['ad_user_error_noId'] = "Nije priložen ID. "; |
|
| 671 | +$PMF_LANG['ad_user_error_protectedAccount'] = "Korisnički nalog je zaštićen. "; |
|
| 672 | 672 | $PMF_LANG['ad_user_deleteUser'] = "Obriši korisnika"; |
| 673 | 673 | $PMF_LANG['ad_user_status'] = "Status:"; |
| 674 | 674 | $PMF_LANG['ad_user_lastModified'] = "zadnji put menjano:"; |
@@ -671,14 +671,14 @@ |
||
| 671 | 671 | $PMF_LANG['ad_entry_visibility'] = 'Yayınla?'; |
| 672 | 672 | |
| 673 | 673 | // added v2.0.0 - 2006-01-02 by Lars |
| 674 | -$PMF_LANG['ad_user_error_password'] = "Şifre giriniz. "; |
|
| 675 | -$PMF_LANG['ad_user_error_passwordsDontMatch'] = "Şifreler uyuşmuyor. "; |
|
| 676 | -$PMF_LANG['ad_user_error_loginInvalid'] = "Belirtilen kullanıcı adı geçersiz."; |
|
| 677 | -$PMF_LANG['ad_user_error_noEmail'] = "Geçerli bir e-posta adresi giriniz. "; |
|
| 678 | -$PMF_LANG['ad_user_error_noRealName'] = "Adınızı giriniz. "; |
|
| 679 | -$PMF_LANG['ad_user_error_delete'] = "Kullanıcı hesabı silinemedi. "; |
|
| 680 | -$PMF_LANG['ad_user_error_noId'] = "ID belirtilmedi. "; |
|
| 681 | -$PMF_LANG['ad_user_error_protectedAccount'] = "Kullanıcı hesabı korumalı. "; |
|
| 674 | +$PMF_LANG['ad_user_error_password'] = "Şifre giriniz. "; |
|
| 675 | +$PMF_LANG['ad_user_error_passwordsDontMatch'] = "Şifreler uyuşmuyor. "; |
|
| 676 | +$PMF_LANG['ad_user_error_loginInvalid'] = "Belirtilen kullanıcı adı geçersiz."; |
|
| 677 | +$PMF_LANG['ad_user_error_noEmail'] = "Geçerli bir e-posta adresi giriniz. "; |
|
| 678 | +$PMF_LANG['ad_user_error_noRealName'] = "Adınızı giriniz. "; |
|
| 679 | +$PMF_LANG['ad_user_error_delete'] = "Kullanıcı hesabı silinemedi. "; |
|
| 680 | +$PMF_LANG['ad_user_error_noId'] = "ID belirtilmedi. "; |
|
| 681 | +$PMF_LANG['ad_user_error_protectedAccount'] = "Kullanıcı hesabı korumalı. "; |
|
| 682 | 682 | $PMF_LANG['ad_user_deleteUser'] = "Kullanıcıyı Sil"; |
| 683 | 683 | $PMF_LANG['ad_user_status'] = "Durum:"; |
| 684 | 684 | $PMF_LANG['ad_user_lastModified'] = "Son değişiklik:"; |
@@ -668,14 +668,14 @@ |
||
| 668 | 668 | $PMF_LANG['ad_entry_visibility'] = 'छापे?'; |
| 669 | 669 | |
| 670 | 670 | // added v2.0.0 - 2006-01-02 by Lars |
| 671 | -$PMF_LANG['ad_user_error_password'] = "कृपया संकेतक शब्द भरे. "; |
|
| 672 | -$PMF_LANG['ad_user_error_passwordsDontMatch'] = "संकेतक शब्द सामान नहीं हैं. "; |
|
| 673 | -$PMF_LANG['ad_user_error_loginInvalid'] = "दिया गया प्रयोगकर्ता नाम अवैध है."; |
|
| 674 | -$PMF_LANG['ad_user_error_noEmail'] = "कृपया सही पता डालें. "; |
|
| 675 | -$PMF_LANG['ad_user_error_noRealName'] = "कृपया अपना वास्तविक नाम डालें. "; |
|
| 676 | -$PMF_LANG['ad_user_error_delete'] = "प्रयोगकर्ता खाता नहीं मिट सका. "; |
|
| 677 | -$PMF_LANG['ad_user_error_noId'] = "कोई भी ID नहीं दी गयी है. "; |
|
| 678 | -$PMF_LANG['ad_user_error_protectedAccount'] = "प्रयोगकर्ता खाता सुरक्षित है. "; |
|
| 671 | +$PMF_LANG['ad_user_error_password'] = "कृपया संकेतक शब्द भरे. "; |
|
| 672 | +$PMF_LANG['ad_user_error_passwordsDontMatch'] = "संकेतक शब्द सामान नहीं हैं. "; |
|
| 673 | +$PMF_LANG['ad_user_error_loginInvalid'] = "दिया गया प्रयोगकर्ता नाम अवैध है."; |
|
| 674 | +$PMF_LANG['ad_user_error_noEmail'] = "कृपया सही पता डालें. "; |
|
| 675 | +$PMF_LANG['ad_user_error_noRealName'] = "कृपया अपना वास्तविक नाम डालें. "; |
|
| 676 | +$PMF_LANG['ad_user_error_delete'] = "प्रयोगकर्ता खाता नहीं मिट सका. "; |
|
| 677 | +$PMF_LANG['ad_user_error_noId'] = "कोई भी ID नहीं दी गयी है. "; |
|
| 678 | +$PMF_LANG['ad_user_error_protectedAccount'] = "प्रयोगकर्ता खाता सुरक्षित है. "; |
|
| 679 | 679 | $PMF_LANG['ad_user_deleteUser'] = "प्रयोगकर्ता के खाते को मिटा दें"; |
| 680 | 680 | $PMF_LANG['ad_user_status'] = "स्तिथि:"; |
| 681 | 681 | $PMF_LANG['ad_user_lastModified'] = "आखिरी बार बदला गया:"; |
@@ -668,14 +668,14 @@ discard block |
||
| 668 | 668 | $PMF_LANG['ad_entry_visibility'] = 'Publish?'; |
| 669 | 669 | |
| 670 | 670 | // added v2.0.0 - 2006-01-02 by Lars |
| 671 | -$PMF_LANG['ad_user_error_password'] = "Please enter a password. "; |
|
| 672 | -$PMF_LANG['ad_user_error_passwordsDontMatch'] = "Passwords do not match. "; |
|
| 673 | -$PMF_LANG['ad_user_error_loginInvalid'] = "The specified user name is invalid."; |
|
| 674 | -$PMF_LANG['ad_user_error_noEmail'] = "Please enter a valid mail address. "; |
|
| 675 | -$PMF_LANG['ad_user_error_noRealName'] = "Please enter your real name. "; |
|
| 676 | -$PMF_LANG['ad_user_error_delete'] = "User account could not be deleted. "; |
|
| 677 | -$PMF_LANG['ad_user_error_noId'] = "No ID specified. "; |
|
| 678 | -$PMF_LANG['ad_user_error_protectedAccount'] = "User account is protected. "; |
|
| 671 | +$PMF_LANG['ad_user_error_password'] = "Please enter a password. "; |
|
| 672 | +$PMF_LANG['ad_user_error_passwordsDontMatch'] = "Passwords do not match. "; |
|
| 673 | +$PMF_LANG['ad_user_error_loginInvalid'] = "The specified user name is invalid."; |
|
| 674 | +$PMF_LANG['ad_user_error_noEmail'] = "Please enter a valid mail address. "; |
|
| 675 | +$PMF_LANG['ad_user_error_noRealName'] = "Please enter your real name. "; |
|
| 676 | +$PMF_LANG['ad_user_error_delete'] = "User account could not be deleted. "; |
|
| 677 | +$PMF_LANG['ad_user_error_noId'] = "No ID specified. "; |
|
| 678 | +$PMF_LANG['ad_user_error_protectedAccount'] = "User account is protected. "; |
|
| 679 | 679 | $PMF_LANG['ad_user_deleteUser'] = "Delete User"; |
| 680 | 680 | $PMF_LANG['ad_user_status'] = "Status:"; |
| 681 | 681 | $PMF_LANG['ad_user_lastModified'] = "last modified:"; |
@@ -1013,7 +1013,7 @@ discard block |
||
| 1013 | 1013 | $PMF_LANG['msgSecureSwitch'] = "Switch to secure mode to login!"; |
| 1014 | 1014 | |
| 1015 | 1015 | // added 2.6.0-alpha - 2009-10-03 by Anatoliy Belsky |
| 1016 | -$PMF_LANG['msgTransToolNoteFileSaving'] = 'Please note that no files will we written until you click save button'; |
|
| 1016 | +$PMF_LANG['msgTransToolNoteFileSaving'] = 'Please note that no files will we written until you click save button'; |
|
| 1017 | 1017 | $PMF_LANG['msgTransToolPageBufferRecorded'] = 'Page %d buffer recorded successfully'; |
| 1018 | 1018 | $PMF_LANG['msgTransToolErrorRecordingPageBuffer'] = 'Error recording page %d buffer'; |
| 1019 | 1019 | $PMF_LANG['msgTransToolRecordingPageBuffer'] = 'Recording page %d buffer'; |
@@ -1025,9 +1025,9 @@ discard block |
||
| 1025 | 1025 | $PMF_LANG['msgAttachmentInvalid'] = 'The attachment is invalid, please inform admin'; |
| 1026 | 1026 | |
| 1027 | 1027 | // added 2.6.0-alpha - 2009-11-02 by max |
| 1028 | -$LANG_CONF['search.numberSearchTerms'] = array(0 => 'input', 1 => 'Number of listed search terms'); |
|
| 1028 | +$LANG_CONF['search.numberSearchTerms'] = array(0 => 'input', 1 => 'Number of listed search terms'); |
|
| 1029 | 1029 | $LANG_CONF['records.orderingPopularFaqs'] = array(0 => "select", 1 => "Sorting of the top FAQ's"); |
| 1030 | -$PMF_LANG['list_all_users'] = 'List all users'; |
|
| 1030 | +$PMF_LANG['list_all_users'] = 'List all users'; |
|
| 1031 | 1031 | |
| 1032 | 1032 | $PMF_LANG['records.orderingPopularFaqs.visits'] = "list most visited entries"; |
| 1033 | 1033 | $PMF_LANG['records.orderingPopularFaqs.voting'] = "list most voted entries"; |
@@ -659,14 +659,14 @@ |
||
| 659 | 659 | $PMF_LANG['ad_entry_visibility'] = 'Publish?'; |
| 660 | 660 | |
| 661 | 661 | // added v2.0.0 - 2006-01-02 by Lars |
| 662 | -$PMF_LANG['ad_user_error_password'] = "Xin nhập mật khẩu. "; |
|
| 663 | -$PMF_LANG['ad_user_error_passwordsDontMatch'] = "Mật khẩu không trùng khớp. "; |
|
| 664 | -$PMF_LANG['ad_user_error_loginInvalid'] = "Tên đăng nhập không hợp lệ."; |
|
| 665 | -$PMF_LANG['ad_user_error_noEmail'] = "Xin nhập email hợp lệ. "; |
|
| 666 | -$PMF_LANG['ad_user_error_noRealName'] = "Xin nhập tên thật của bạn. "; |
|
| 667 | -$PMF_LANG['ad_user_error_delete'] = "Tài khoản thành viên không thể xóa. "; |
|
| 668 | -$PMF_LANG['ad_user_error_noId'] = "Không tìm thấy ID. "; |
|
| 669 | -$PMF_LANG['ad_user_error_protectedAccount'] = "Tài khoản thành viên được khóa. "; |
|
| 662 | +$PMF_LANG['ad_user_error_password'] = "Xin nhập mật khẩu. "; |
|
| 663 | +$PMF_LANG['ad_user_error_passwordsDontMatch'] = "Mật khẩu không trùng khớp. "; |
|
| 664 | +$PMF_LANG['ad_user_error_loginInvalid'] = "Tên đăng nhập không hợp lệ."; |
|
| 665 | +$PMF_LANG['ad_user_error_noEmail'] = "Xin nhập email hợp lệ. "; |
|
| 666 | +$PMF_LANG['ad_user_error_noRealName'] = "Xin nhập tên thật của bạn. "; |
|
| 667 | +$PMF_LANG['ad_user_error_delete'] = "Tài khoản thành viên không thể xóa. "; |
|
| 668 | +$PMF_LANG['ad_user_error_noId'] = "Không tìm thấy ID. "; |
|
| 669 | +$PMF_LANG['ad_user_error_protectedAccount'] = "Tài khoản thành viên được khóa. "; |
|
| 670 | 670 | $PMF_LANG['ad_user_deleteUser'] = "Xóa thành viên"; |
| 671 | 671 | $PMF_LANG['ad_user_status'] = "Tình trạng:"; |
| 672 | 672 | $PMF_LANG['ad_user_lastModified'] = "lần thay đổi mới nhất:"; |