diff options
author | Anika Henke <anika@selfthinker.org> | 2011-02-14 01:59:10 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-02-14 01:59:10 +0000 |
commit | 5670feb5e7f70e33713de5a22180e3a71dd2244a (patch) | |
tree | f3d657b5ab8e313c79ade058c0c0d26e1f383934 | |
parent | 49dd4a833a88fe4b5045b1081ffb78369be2ff06 (diff) | |
download | rpg-5670feb5e7f70e33713de5a22180e3a71dd2244a.tar.gz rpg-5670feb5e7f70e33713de5a22180e3a71dd2244a.tar.bz2 |
added more translations and new languages
54 files changed, 341 insertions, 30 deletions
diff --git a/lang/af/lang.php b/lang/af/lang.php new file mode 100644 index 000000000..127ac3076 --- /dev/null +++ b/lang/af/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Afrikaans language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Bespreking'; +$lang['back_to_article'] = 'Terug na die artikel'; +$lang['userpage'] = 'Gebruikersbladsy'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/ar/lang.php b/lang/ar/lang.php index d88c2c22e..d5c10bb1c 100644 --- a/lang/ar/lang.php +++ b/lang/ar/lang.php @@ -5,6 +5,9 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'ناقش هذه الصفحة'; +$lang['discussion'] = 'نقاش'; +$lang['back_to_article'] = 'عودة إلى المقالة'; +//العودة إلى المقال +$lang['userpage'] = 'صفحة مستخدم'; //Setup VIM: ex: et ts=2 : diff --git a/lang/az/lang.php b/lang/az/lang.php new file mode 100644 index 000000000..ea94e8706 --- /dev/null +++ b/lang/az/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Azerbaijani language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Müzakirə'; +$lang['back_to_article'] = 'Geri makalenin'; // Məqalədə qayıt +$lang['userpage'] = 'İstifadəçi səhifəsi'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/bg/lang.php b/lang/bg/lang.php new file mode 100644 index 000000000..039b07a1f --- /dev/null +++ b/lang/bg/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Bulgarian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Беседа'; +$lang['back_to_article'] = 'Обратно към статията'; +$lang['userpage'] = 'Потребител'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/ca/lang.php b/lang/ca/lang.php index 7bde4b649..3ed0be76d 100644 --- a/lang/ca/lang.php +++ b/lang/ca/lang.php @@ -5,6 +5,9 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Discussió'; +$lang['discussion'] = 'Discussió'; +$lang['back_to_article'] = 'Tornar al article'; +$lang['userpage'] = "Pàgina d'usuari"; + //Setup VIM: ex: et ts=2 : diff --git a/lang/cs/lang.php b/lang/cs/lang.php index 0cce3c902..d4e0ef32a 100644 --- a/lang/cs/lang.php +++ b/lang/cs/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Diskuse'; +$lang['discussion'] = 'Diskuse'; +$lang['back_to_article'] = 'Zpet na clánek'; +$lang['userpage'] = 'Uživatelova stránka'; //Setup VIM: ex: et ts=2 : diff --git a/lang/da/lang.php b/lang/da/lang.php index 15416bf9c..1837ab5dd 100644 --- a/lang/da/lang.php +++ b/lang/da/lang.php @@ -5,7 +5,9 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Diskussion'; +$lang['discussion'] = 'Diskussion'; +$lang['back_to_article'] = 'Tilbage til artiklen'; +$lang['userpage'] = 'Brugerside'; //Setup VIM: ex: et ts=2 : diff --git a/lang/el/lang.php b/lang/el/lang.php new file mode 100644 index 000000000..135e0a10f --- /dev/null +++ b/lang/el/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Greek language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Συζήτηση'; +$lang['back_to_article'] = 'Πίσω στα άρθρα'; +$lang['userpage'] = 'Σελίδα χρήστη'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/eo/lang.php b/lang/eo/lang.php index 7c6d796c2..cc637392e 100644 --- a/lang/eo/lang.php +++ b/lang/eo/lang.php @@ -6,5 +6,6 @@ */ $lang['discussion'] = 'Diskuto'; +$lang['userpage'] = 'Pago de uzanto'; //Setup VIM: ex: et ts=2 : diff --git a/lang/es/lang.php b/lang/es/lang.php index e7113e247..d949b3f90 100644 --- a/lang/es/lang.php +++ b/lang/es/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Discusión'; +$lang['discussion'] = 'Discusión'; +$lang['back_to_article'] = 'Volver al artículo'; +$lang['userpage'] = 'Página de usuario'; //Setup VIM: ex: et ts=2 : diff --git a/lang/et/lang.php b/lang/et/lang.php index 7f50b200a..f6223b752 100644 --- a/lang/et/lang.php +++ b/lang/et/lang.php @@ -5,6 +5,9 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Arutelu'; +$lang['discussion'] = 'Arutelu'; +$lang['back_to_article'] = 'Tagasi artikli'; +$lang['userpage'] = 'Kasutaja leht'; + //Setup VIM: ex: et ts=2 : diff --git a/lang/eu/lang.php b/lang/eu/lang.php index 15ce70cc8..a71127072 100644 --- a/lang/eu/lang.php +++ b/lang/eu/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Arutelu'; +$lang['discussion'] = 'Eztabaida'; +$lang['back_to_article'] = 'Bueltatu'; +$lang['userpage'] = 'Lankide orrialdea';//Erabiltzaile orrialdea //Setup VIM: ex: et ts=2 : diff --git a/lang/fa/lang.php b/lang/fa/lang.php new file mode 100644 index 000000000..23caa26b8 --- /dev/null +++ b/lang/fa/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Persian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'بحث'; +$lang['back_to_article'] = 'برگشت به مقاله'; +$lang['userpage'] = 'صفحهٔ کاربر'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/fi/lang.php b/lang/fi/lang.php index 68d10158c..f64555b65 100644 --- a/lang/fi/lang.php +++ b/lang/fi/lang.php @@ -5,6 +5,9 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Keskustelu'; +$lang['discussion'] = 'Keskustelu'; +$lang['back_to_article'] = 'Takaisin artikkeliin'; +$lang['userpage'] = 'Käyttäjäsivu'; + //Setup VIM: ex: et ts=2 : diff --git a/lang/fo/lang.php b/lang/fo/lang.php new file mode 100644 index 000000000..4e3d7d2de --- /dev/null +++ b/lang/fo/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Faroese language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Kjak'; +$lang['userpage'] = 'Brúkarasíða'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/fr/lang.php b/lang/fr/lang.php index babe2360b..fa01076b2 100644 --- a/lang/fr/lang.php +++ b/lang/fr/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Discussion'; +$lang['discussion'] = 'Discussion'; +$lang['back_to_article'] = "Retour à l'article"; +$lang['userpage'] = 'Page utilisateur'; //Setup VIM: ex: et ts=2 : diff --git a/lang/gl/lang.php b/lang/gl/lang.php new file mode 100644 index 000000000..4b8fbffe6 --- /dev/null +++ b/lang/gl/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Galician language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Conversa'; +$lang['back_to_article'] = 'Voltar ao artigo'; +$lang['userpage'] = 'Páxina de usuario'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/he/lang.php b/lang/he/lang.php index 7ee989f41..c6a7f55be 100644 --- a/lang/he/lang.php +++ b/lang/he/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'שיחה'; +$lang['discussion'] = 'שיחה'; +$lang['back_to_article'] = 'חזור אל המאמר'; +$lang['userpage'] = 'דף משתמש'; //Setup VIM: ex: et ts=2 : diff --git a/lang/hi/lang.php b/lang/hi/lang.php new file mode 100644 index 000000000..298395962 --- /dev/null +++ b/lang/hi/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Hindi language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'चर्चा'; +$lang['back_to_article'] = 'वापस लेख करने के लिए'; +$lang['userpage'] = 'सदस्य'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/hr/lang.php b/lang/hr/lang.php new file mode 100644 index 000000000..cd8ba36cc --- /dev/null +++ b/lang/hr/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Croatian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Razgovor'; +$lang['back_to_article'] = 'Natrag na clanak'; +$lang['userpage'] = 'Stranica suradnika'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/hu/lang.php b/lang/hu/lang.php index 0ade3edb3..2227e3ba2 100644 --- a/lang/hu/lang.php +++ b/lang/hu/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Vitalap'; +$lang['discussion'] = 'Vitalap'; +$lang['back_to_article'] = 'Vissza a cikket'; +$lang['userpage'] = 'Szerkesztoi lap'; //Setup VIM: ex: et ts=2 : diff --git a/lang/ia/lang.php b/lang/ia/lang.php new file mode 100644 index 000000000..7a86ad44a --- /dev/null +++ b/lang/ia/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Interlingua language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Discussion'; +$lang['userpage'] = 'Pagina de usator'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/id/lang.php b/lang/id/lang.php index 1a096564e..7c0d809d5 100644 --- a/lang/id/lang.php +++ b/lang/id/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'diskusi'; +$lang['discussion'] = 'Pembicaraan'; +$lang['back_to_article'] = 'Kembali ke artikel'; +$lang['userpage'] = 'Pengguna'; //Setup VIM: ex: et ts=2 : diff --git a/lang/is/lang.php b/lang/is/lang.php new file mode 100644 index 000000000..1a23cd910 --- /dev/null +++ b/lang/is/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Icelandic language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Spjall'; +$lang['back_to_article'] = 'Til baka á greinar'; +$lang['userpage'] = 'Notandi'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/it/lang.php b/lang/it/lang.php index 7afe6c256..f33da8045 100644 --- a/lang/it/lang.php +++ b/lang/it/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Discussione'; +$lang['discussion'] = 'Discussione'; +$lang['back_to_article'] = 'Torna all\'articolo'; +$lang['userpage'] = 'Pagina utente'; //Setup VIM: ex: et ts=2 : diff --git a/lang/ja/lang.php b/lang/ja/lang.php index c6d4a9a7c..23f65abd3 100644 --- a/lang/ja/lang.php +++ b/lang/ja/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'ノート'; +$lang['discussion'] = '議論'; +$lang['back_to_article'] = '戻る記事へ'; +$lang['userpage'] = '利用者ページ'; //Setup VIM: ex: et ts=2 : diff --git a/lang/km/lang.php b/lang/km/lang.php new file mode 100644 index 000000000..32de3800d --- /dev/null +++ b/lang/km/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Khmer language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'ការពិភាក្សា'; +$lang['userpage'] = 'ទំព័រអ្នកប្រើប្រាស់'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/ko/lang.php b/lang/ko/lang.php index fc0af29c0..265c416af 100644 --- a/lang/ko/lang.php +++ b/lang/ko/lang.php @@ -6,5 +6,7 @@ */ $lang['discussion'] = '토론'; +$lang['back_to_article'] = '위로 기사'; +$lang['userpage'] = '사용자 문서'; //Setup VIM: ex: et ts=2 : diff --git a/lang/la/lang.php b/lang/la/lang.php new file mode 100644 index 000000000..9f2fddffb --- /dev/null +++ b/lang/la/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Latin language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Disputatio'; +$lang['userpage'] = 'Pagina usoris'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/lb/lang.php b/lang/lb/lang.php new file mode 100644 index 000000000..ebf0afa35 --- /dev/null +++ b/lang/lb/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Luxembourgish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Diskussioun'; +$lang['userpage'] = 'Benotzersäit'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/lt/lang.php b/lang/lt/lang.php index de31f1025..389e6491b 100644 --- a/lang/lt/lang.php +++ b/lang/lt/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Aptarimas'; +$lang['discussion'] = 'Aptarimas'; +$lang['back_to_article'] = 'Atgal i straipsni'; +$lang['userpage'] = 'Naudotojo puslapis'; //Setup VIM: ex: et ts=2 :
\ No newline at end of file diff --git a/lang/lv/lang.php b/lang/lv/lang.php index 7715e13cc..39964ef8c 100644 --- a/lang/lv/lang.php +++ b/lang/lv/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Diskusija'; +$lang['discussion'] = 'Diskusija'; +$lang['back_to_article'] = 'Atpakaļ uz rakstu'; +$lang['userpage'] = 'Lietotāja lapa'; //Setup VIM: ex: et ts=2 :
\ No newline at end of file diff --git a/lang/mg/lang.php b/lang/mg/lang.php new file mode 100644 index 000000000..0ba0d5782 --- /dev/null +++ b/lang/mg/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Malagasy language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Dinika'; +$lang['userpage'] = 'Pejy ny mpikambana'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/mk/lang.php b/lang/mk/lang.php new file mode 100644 index 000000000..2be3a697a --- /dev/null +++ b/lang/mk/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Macedonian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Разговор'; +$lang['back_to_article'] = 'Назад кон статијата'; +$lang['userpage'] = 'Корисник'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/mr/lang.php b/lang/mr/lang.php new file mode 100644 index 000000000..d72013bae --- /dev/null +++ b/lang/mr/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Marathi language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'चर्चा'; +$lang['userpage'] = 'सदस्य पान'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/ne/lang.php b/lang/ne/lang.php new file mode 100644 index 000000000..6d1b8bcd0 --- /dev/null +++ b/lang/ne/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Nepali language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'वार्तालाप'; +$lang['userpage'] = 'प्रयोगकर्ता पृष्ठ'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/nl/lang.php b/lang/nl/lang.php index 4f5d77d75..c6d9e3e8f 100644 --- a/lang/nl/lang.php +++ b/lang/nl/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Overleg'; +$lang['discussion'] = 'Overleg'; +$lang['back_to_article'] = 'Terug naar artikel'; +$lang['userpage'] = 'Gebruikerspagina'; //Setup VIM: ex: et ts=2 :
\ No newline at end of file diff --git a/lang/no/lang.php b/lang/no/lang.php index d9f4c4009..111e571ad 100644 --- a/lang/no/lang.php +++ b/lang/no/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Diskusjon'; +$lang['discussion'] = 'Diskusjon'; +$lang['back_to_article'] = 'Tilbake til artikkelen'; +$lang['userpage'] = 'Brukerside'; //Setup VIM: ex: et ts=2 : diff --git a/lang/pl/lang.php b/lang/pl/lang.php index 781abf15d..32f0d8cd5 100644 --- a/lang/pl/lang.php +++ b/lang/pl/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Dyskusja'; +$lang['discussion'] = 'Dyskusja'; +$lang['back_to_article'] = 'Powrót do artykułu'; +$lang['userpage'] = 'Strona użytkownika'; //Setup VIM: ex: et ts=2 : diff --git a/lang/pt-br/lang.php b/lang/pt-br/lang.php index 54de65993..4d6d4ddbd 100644 --- a/lang/pt-br/lang.php +++ b/lang/pt-br/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Discussão'; +$lang['discussion'] = 'Discussão'; +$lang['back_to_article'] = 'Voltar ao artigo'; +$lang['userpage'] = 'Página de usuário'; //Setup VIM: ex: et ts=2 : diff --git a/lang/pt/lang.php b/lang/pt/lang.php index b6e6cc2fc..d11ef9af1 100644 --- a/lang/pt/lang.php +++ b/lang/pt/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Discussão'; +$lang['discussion'] = 'Discussão'; +$lang['back_to_article'] = 'Voltar ao artigo'; +$lang['userpage'] = 'Página de utilizador'; //Setup VIM: ex: et ts=2 : diff --git a/lang/ro/lang.php b/lang/ro/lang.php index e2549124b..15b01a605 100644 --- a/lang/ro/lang.php +++ b/lang/ro/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Discutie'; +$lang['discussion'] = 'Discuție'; +$lang['back_to_article'] = 'Înapoi la articol'; +$lang['userpage'] = 'Pagină de utilizator'; //Setup VIM: ex: et ts=2 : diff --git a/lang/ru/lang.php b/lang/ru/lang.php index ff8e0f762..b3e3eaccf 100644 --- a/lang/ru/lang.php +++ b/lang/ru/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Обсуждение'; +$lang['discussion'] = 'Обсуждение'; +$lang['back_to_article'] = 'Назад к статье'; +$lang['userpage'] = 'Участник'; //Setup VIM: ex: et ts=2 : diff --git a/lang/sk/lang.php b/lang/sk/lang.php index c7e25ccd1..9113c6468 100644 --- a/lang/sk/lang.php +++ b/lang/sk/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Diskusia'; +$lang['discussion'] = 'Diskusia'; +$lang['back_to_article'] = 'Späť na článok'; +$lang['userpage'] = 'Stránka používateľa'; //Setup VIM: ex: et ts=2 : diff --git a/lang/sl/lang.php b/lang/sl/lang.php index 0e7690b75..9c7e9f5c6 100644 --- a/lang/sl/lang.php +++ b/lang/sl/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Pogovor'; +$lang['discussion'] = 'Pogovor'; +$lang['back_to_article'] = 'Nazaj na članek'; +$lang['userpage'] = 'Uporabniška stran'; //Setup VIM: ex: et ts=2 : diff --git a/lang/sq/lang.php b/lang/sq/lang.php new file mode 100644 index 000000000..236d7d54f --- /dev/null +++ b/lang/sq/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Albanian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Diskutimet'; +$lang['back_to_article'] = 'Kthehu tek artikulli'; +$lang['userpage'] = 'Përdoruesi'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/sr/lang.php b/lang/sr/lang.php Binary files differindex d144992d2..1212cff9f 100644 --- a/lang/sr/lang.php +++ b/lang/sr/lang.php diff --git a/lang/sv/lang.php b/lang/sv/lang.php index 0db9cdd89..262a8182e 100644 --- a/lang/sv/lang.php +++ b/lang/sv/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Diskussion'; +$lang['discussion'] = 'Diskussion'; +$lang['back_to_article'] = 'Tillbaka till artikeln'; +$lang['userpage'] = 'Användarsida'; //Setup VIM: ex: et ts=2 : diff --git a/lang/th/lang.php b/lang/th/lang.php new file mode 100644 index 000000000..9c0de5fe2 --- /dev/null +++ b/lang/th/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Thai language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'อภิปราย'; +$lang['back_to_article'] = 'กลับไปที่บทความ'; +$lang['userpage'] = 'หน้าผู้ใช้'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/tr/lang.php b/lang/tr/lang.php index e2ee733a9..f0032710a 100644 --- a/lang/tr/lang.php +++ b/lang/tr/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Tartışma'; +$lang['discussion'] = 'Tartışma'; +$lang['back_to_article'] = 'Geri makalenin'; +$lang['userpage'] = 'Kullanıcı sayfası'; //Setup VIM: ex: et ts=2 : diff --git a/lang/uk/lang.php b/lang/uk/lang.php new file mode 100644 index 000000000..e2ae7dd0c --- /dev/null +++ b/lang/uk/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Ukrainian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Обговорення'; +$lang['back_to_article'] = 'Назад до статті'; +$lang['userpage'] = 'Сторінка користувача'; + +//Setup VIM: ex: et ts=2 : diff --git a/lang/vi/lang.php b/lang/vi/lang.php index db22a16e5..b7bae028a 100644 --- a/lang/vi/lang.php +++ b/lang/vi/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = 'Thảo luận'; +$lang['discussion'] = 'Thảo luận'; +$lang['back_to_article'] = 'Trở lại bài viết'; +$lang['userpage'] = 'Thành viên'; //Setup VIM: ex: et ts=2 : diff --git a/lang/zh-tw/lang.php b/lang/zh-tw/lang.php index db76359f7..72c5813c2 100644 --- a/lang/zh-tw/lang.php +++ b/lang/zh-tw/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = '讨论'; +$lang['discussion'] = '討論'; +$lang['back_to_article'] = '回到文章'; +$lang['userpage'] = '用戶頁面'; // 使用者頁面 //Setup VIM: ex: et ts=2 : diff --git a/lang/zh/lang.php b/lang/zh/lang.php index 6a9eaa062..c95d98517 100644 --- a/lang/zh/lang.php +++ b/lang/zh/lang.php @@ -5,6 +5,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ -$lang['discussion'] = '讨论'; +$lang['discussion'] = '讨论'; +$lang['back_to_article'] = '回到文章'; +$lang['userpage'] = '用户页面'; //Setup VIM: ex: et ts=2 : |