Browse Source

added more translations and new languages

master
Anika Henke 13 years ago
parent
commit
5670feb5e7
  1. 12
      lang/af/lang.php
  2. 5
      lang/ar/lang.php
  3. 12
      lang/az/lang.php
  4. 12
      lang/bg/lang.php
  5. 5
      lang/ca/lang.php
  6. 4
      lang/cs/lang.php
  7. 4
      lang/da/lang.php
  8. 12
      lang/el/lang.php
  9. 1
      lang/eo/lang.php
  10. 4
      lang/es/lang.php
  11. 5
      lang/et/lang.php
  12. 4
      lang/eu/lang.php
  13. 12
      lang/fa/lang.php
  14. 5
      lang/fi/lang.php
  15. 11
      lang/fo/lang.php
  16. 4
      lang/fr/lang.php
  17. 12
      lang/gl/lang.php
  18. 4
      lang/he/lang.php
  19. 12
      lang/hi/lang.php
  20. 12
      lang/hr/lang.php
  21. 4
      lang/hu/lang.php
  22. 11
      lang/ia/lang.php
  23. 4
      lang/id/lang.php
  24. 12
      lang/is/lang.php
  25. 4
      lang/it/lang.php
  26. 4
      lang/ja/lang.php
  27. 11
      lang/km/lang.php
  28. 2
      lang/ko/lang.php
  29. 11
      lang/la/lang.php
  30. 11
      lang/lb/lang.php
  31. 4
      lang/lt/lang.php
  32. 4
      lang/lv/lang.php
  33. 11
      lang/mg/lang.php
  34. 12
      lang/mk/lang.php
  35. 11
      lang/mr/lang.php
  36. 11
      lang/ne/lang.php
  37. 4
      lang/nl/lang.php
  38. 4
      lang/no/lang.php
  39. 4
      lang/pl/lang.php
  40. 4
      lang/pt-br/lang.php
  41. 4
      lang/pt/lang.php
  42. 4
      lang/ro/lang.php
  43. 4
      lang/ru/lang.php
  44. 4
      lang/sk/lang.php
  45. 4
      lang/sl/lang.php
  46. 12
      lang/sq/lang.php
  47. BIN
      lang/sr/lang.php
  48. 4
      lang/sv/lang.php
  49. 12
      lang/th/lang.php
  50. 4
      lang/tr/lang.php
  51. 12
      lang/uk/lang.php
  52. 4
      lang/vi/lang.php
  53. 4
      lang/zh-tw/lang.php
  54. 4
      lang/zh/lang.php

12
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 :

5
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 :

12
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 :

12
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 :

5
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 :

4
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 :

4
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 :

12
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 :

1
lang/eo/lang.php

@ -6,5 +6,6 @@
*/
$lang['discussion'] = 'Diskuto';
$lang['userpage'] = 'Pago de uzanto';
//Setup VIM: ex: et ts=2 :

4
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 :

5
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 :

4
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 :

12
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 :

5
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 :

11
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 :

4
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 :

12
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 :

4
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 :

12
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 :

12
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 :

4
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 :

11
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 :

4
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 :

12
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 :

4
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 :

4
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 :

11
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 :

2
lang/ko/lang.php

@ -6,5 +6,7 @@
*/
$lang['discussion'] = '토론';
$lang['back_to_article'] = '위로 기사';
$lang['userpage'] = '사용자 문서';
//Setup VIM: ex: et ts=2 :

11
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 :

11
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 :

4
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 :

4
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 :

11
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 :

12
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 :

11
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 :

11
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 :

4
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 :

4
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 :

4
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 :

4
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 :

4
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 :

4
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 :

4
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 :

4
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 :

4
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 :

12
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 :

BIN
lang/sr/lang.php

4
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 :

12
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 :

4
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 :

12
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 :

4
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 :

4
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 :

4
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 :
Loading…
Cancel
Save