diff options
Diffstat (limited to 'lang')
57 files changed, 684 insertions, 0 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 new file mode 100644 index 000000000..d5c10bb1c --- /dev/null +++ b/lang/ar/lang.php @@ -0,0 +1,13 @@ +<?php +/** + * Arabic 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/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 new file mode 100644 index 000000000..3ed0be76d --- /dev/null +++ b/lang/ca/lang.php @@ -0,0 +1,13 @@ +<?php +/** + * Catalan language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..d4e0ef32a --- /dev/null +++ b/lang/cs/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Czech language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..1837ab5dd --- /dev/null +++ b/lang/da/lang.php @@ -0,0 +1,13 @@ +<?php +/** + * Danish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Diskussion'; +$lang['back_to_article'] = 'Tilbage til artiklen'; +$lang['userpage'] = 'Brugerside'; + +//Setup VIM: ex: et ts=2 : + diff --git a/lang/de/lang.php b/lang/de/lang.php new file mode 100644 index 000000000..808d9e247 --- /dev/null +++ b/lang/de/lang.php @@ -0,0 +1,18 @@ +<?php +/** + * German language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Diskussion'; +$lang['back_to_article'] = 'Zurück zum Artikel'; +$lang['userpage'] = 'Benutzer-Seite'; + +/* accessibility headlines */ +$lang['user_tools'] = 'Benutzer-Werkzeuge'; +$lang['site_tools'] = 'Webseiten-Werkzeuge'; +$lang['page_tools'] = 'Seiten-Werkzeuge'; +$lang['skip_to_content'] = 'springe zum Inhalt'; + +//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/en/lang.php b/lang/en/lang.php new file mode 100644 index 000000000..91b04b177 --- /dev/null +++ b/lang/en/lang.php @@ -0,0 +1,15 @@ +<?php +/** + * English language file for template + * + */ + +$lang['discussion'] = 'Discussion'; +$lang['back_to_article'] = 'Back to article'; +$lang['userpage'] = 'User page'; + +/* accessibility headlines */ +$lang['user_tools'] = 'User Tools'; +$lang['site_tools'] = 'Site Tools'; +$lang['page_tools'] = 'Page Tools'; +$lang['skip_to_content'] = 'skip to content'; diff --git a/lang/en/settings.php b/lang/en/settings.php new file mode 100644 index 000000000..356e95234 --- /dev/null +++ b/lang/en/settings.php @@ -0,0 +1,11 @@ +<?php +/** + * English language file for config + * + */ + +$lang['tagline'] = 'Tagline'; +$lang['discussionPage'] = 'Discussion page (leave empty to disable discussions)'; +$lang['userPage'] = 'User page (leave empty to disable user pages)'; +$lang['sidebarID'] = 'page name of page included in sidebar'; +$lang['hideTools'] = 'Hide tools when not logged in?'; diff --git a/lang/eo/lang.php b/lang/eo/lang.php new file mode 100644 index 000000000..cc637392e --- /dev/null +++ b/lang/eo/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Esperantiga dosiero + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..d949b3f90 --- /dev/null +++ b/lang/es/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Spanish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..f6223b752 --- /dev/null +++ b/lang/et/lang.php @@ -0,0 +1,13 @@ +<?php +/** + * Estonian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..a71127072 --- /dev/null +++ b/lang/eu/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Basque language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..f64555b65 --- /dev/null +++ b/lang/fi/lang.php @@ -0,0 +1,13 @@ +<?php +/** + * Finnish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..fa01076b2 --- /dev/null +++ b/lang/fr/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * French language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..c6a7f55be --- /dev/null +++ b/lang/he/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Hebrew 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/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 new file mode 100644 index 000000000..2227e3ba2 --- /dev/null +++ b/lang/hu/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Hungarian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..7c0d809d5 --- /dev/null +++ b/lang/id/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Indonesian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..f33da8045 --- /dev/null +++ b/lang/it/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Italian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..23f65abd3 --- /dev/null +++ b/lang/ja/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Japanese 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/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 new file mode 100644 index 000000000..265c416af --- /dev/null +++ b/lang/ko/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Korean 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/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 new file mode 100644 index 000000000..389e6491b --- /dev/null +++ b/lang/lt/lang.php @@ -0,0 +1,12 @@ +<? +/** + * Lithuanian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..39964ef8c --- /dev/null +++ b/lang/lv/lang.php @@ -0,0 +1,12 @@ +<? +/** + * Latvian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) +*/ + +$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 new file mode 100644 index 000000000..c6d9e3e8f --- /dev/null +++ b/lang/nl/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Dutch language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..111e571ad --- /dev/null +++ b/lang/no/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Norwegian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..32f0d8cd5 --- /dev/null +++ b/lang/pl/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Polish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..4d6d4ddbd --- /dev/null +++ b/lang/pt-br/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Brazilian Portuguese language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..d11ef9af1 --- /dev/null +++ b/lang/pt/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Portuguese language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..15b01a605 --- /dev/null +++ b/lang/ro/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Romanian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..b3e3eaccf --- /dev/null +++ b/lang/ru/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Russian 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/sk/lang.php b/lang/sk/lang.php new file mode 100644 index 000000000..9113c6468 --- /dev/null +++ b/lang/sk/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Slovak language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..9c7e9f5c6 --- /dev/null +++ b/lang/sl/lang.php @@ -0,0 +1,12 @@ +<? +/** + * Slovenian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..1212cff9f --- /dev/null +++ b/lang/sr/lang.php @@ -0,0 +1,8 @@ +<?php +/** + * Serbian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'Разговор'; diff --git a/lang/sv/lang.php b/lang/sv/lang.php new file mode 100644 index 000000000..262a8182e --- /dev/null +++ b/lang/sv/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Swedish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..f0032710a --- /dev/null +++ b/lang/tr/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Turkish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..b7bae028a --- /dev/null +++ b/lang/vi/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Vietnamese language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$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 new file mode 100644 index 000000000..72c5813c2 --- /dev/null +++ b/lang/zh-tw/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Chinese (Traditional) 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/zh/lang.php b/lang/zh/lang.php new file mode 100644 index 000000000..c95d98517 --- /dev/null +++ b/lang/zh/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Chinese (Simplified) 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 : |