summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/ar/lang.php10
-rw-r--r--lang/ca/lang.php10
-rw-r--r--lang/cs/lang.php10
-rw-r--r--lang/da/lang.php11
-rw-r--r--lang/de/lang.php18
-rw-r--r--lang/eo/lang.php10
-rw-r--r--lang/es/lang.php10
-rw-r--r--lang/et/lang.php10
-rw-r--r--lang/eu/lang.php10
-rw-r--r--lang/fi/lang.php10
-rw-r--r--lang/fr/lang.php10
-rw-r--r--lang/he/lang.php10
-rw-r--r--lang/hu/lang.php10
-rw-r--r--lang/id/lang.php10
-rw-r--r--lang/it/lang.php10
-rw-r--r--lang/ja/lang.php10
-rw-r--r--lang/ko/lang.php10
-rw-r--r--lang/lt/lang.php10
-rw-r--r--lang/lv/lang.php10
-rw-r--r--lang/nl/lang.php10
-rw-r--r--lang/no/lang.php10
-rw-r--r--lang/pl/lang.php10
-rw-r--r--lang/pt-br/lang.php10
-rw-r--r--lang/pt/lang.php10
-rw-r--r--lang/ro/lang.php10
-rw-r--r--lang/ru/lang.php10
-rw-r--r--lang/sk/lang.php10
-rw-r--r--lang/sl/lang.php10
-rw-r--r--lang/sr/lang.phpbin0 -> 300 bytes
-rw-r--r--lang/sv/lang.php10
-rw-r--r--lang/tr/lang.php10
-rw-r--r--lang/vi/lang.php10
-rw-r--r--lang/zh-tw/lang.php10
-rw-r--r--lang/zh/lang.php10
34 files changed, 339 insertions, 0 deletions
diff --git a/lang/ar/lang.php b/lang/ar/lang.php
new file mode 100644
index 000000000..d88c2c22e
--- /dev/null
+++ b/lang/ar/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Arabic language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'ناقش هذه الصفحة';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/ca/lang.php b/lang/ca/lang.php
new file mode 100644
index 000000000..7bde4b649
--- /dev/null
+++ b/lang/ca/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Catalan language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Discussió';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/cs/lang.php b/lang/cs/lang.php
new file mode 100644
index 000000000..0cce3c902
--- /dev/null
+++ b/lang/cs/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Czech language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Diskuse';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/da/lang.php b/lang/da/lang.php
new file mode 100644
index 000000000..15416bf9c
--- /dev/null
+++ b/lang/da/lang.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Danish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Diskussion';
+
+//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/eo/lang.php b/lang/eo/lang.php
new file mode 100644
index 000000000..7c6d796c2
--- /dev/null
+++ b/lang/eo/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Esperantiga dosiero
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Diskuto';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/es/lang.php b/lang/es/lang.php
new file mode 100644
index 000000000..e7113e247
--- /dev/null
+++ b/lang/es/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Spanish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Discusión';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/et/lang.php b/lang/et/lang.php
new file mode 100644
index 000000000..7f50b200a
--- /dev/null
+++ b/lang/et/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Estonian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Arutelu';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/eu/lang.php b/lang/eu/lang.php
new file mode 100644
index 000000000..15ce70cc8
--- /dev/null
+++ b/lang/eu/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Basque language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Arutelu';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/fi/lang.php b/lang/fi/lang.php
new file mode 100644
index 000000000..68d10158c
--- /dev/null
+++ b/lang/fi/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Finnish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Keskustelu';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/fr/lang.php b/lang/fr/lang.php
new file mode 100644
index 000000000..babe2360b
--- /dev/null
+++ b/lang/fr/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * French language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Discussion';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/he/lang.php b/lang/he/lang.php
new file mode 100644
index 000000000..7ee989f41
--- /dev/null
+++ b/lang/he/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Hebrew language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'שיחה';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/hu/lang.php b/lang/hu/lang.php
new file mode 100644
index 000000000..0ade3edb3
--- /dev/null
+++ b/lang/hu/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Hungarian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Vitalap';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/id/lang.php b/lang/id/lang.php
new file mode 100644
index 000000000..1a096564e
--- /dev/null
+++ b/lang/id/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Indonesian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'diskusi';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/it/lang.php b/lang/it/lang.php
new file mode 100644
index 000000000..7afe6c256
--- /dev/null
+++ b/lang/it/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Italian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Discussione';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/ja/lang.php b/lang/ja/lang.php
new file mode 100644
index 000000000..c6d4a9a7c
--- /dev/null
+++ b/lang/ja/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Japanese language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'ノート';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/ko/lang.php b/lang/ko/lang.php
new file mode 100644
index 000000000..fc0af29c0
--- /dev/null
+++ b/lang/ko/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Korean language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = '토론';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/lt/lang.php b/lang/lt/lang.php
new file mode 100644
index 000000000..de31f1025
--- /dev/null
+++ b/lang/lt/lang.php
@@ -0,0 +1,10 @@
+<?
+/**
+ * Lithuanian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Aptarimas';
+
+//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..7715e13cc
--- /dev/null
+++ b/lang/lv/lang.php
@@ -0,0 +1,10 @@
+<?
+/**
+ * Latvian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+*/
+
+$lang['discussion'] = 'Diskusija';
+
+//Setup VIM: ex: et ts=2 : \ No newline at end of file
diff --git a/lang/nl/lang.php b/lang/nl/lang.php
new file mode 100644
index 000000000..4f5d77d75
--- /dev/null
+++ b/lang/nl/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Dutch language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Overleg';
+
+//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..d9f4c4009
--- /dev/null
+++ b/lang/no/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Norwegian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Diskusjon';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/pl/lang.php b/lang/pl/lang.php
new file mode 100644
index 000000000..781abf15d
--- /dev/null
+++ b/lang/pl/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Polish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Dyskusja';
+
+//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..54de65993
--- /dev/null
+++ b/lang/pt-br/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Brazilian Portuguese language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Discussão';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/pt/lang.php b/lang/pt/lang.php
new file mode 100644
index 000000000..b6e6cc2fc
--- /dev/null
+++ b/lang/pt/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Portuguese language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Discussão';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/ro/lang.php b/lang/ro/lang.php
new file mode 100644
index 000000000..e2549124b
--- /dev/null
+++ b/lang/ro/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Romanian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Discutie';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/ru/lang.php b/lang/ru/lang.php
new file mode 100644
index 000000000..ff8e0f762
--- /dev/null
+++ b/lang/ru/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Russian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Обсуждение';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/sk/lang.php b/lang/sk/lang.php
new file mode 100644
index 000000000..c7e25ccd1
--- /dev/null
+++ b/lang/sk/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Slovak language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Diskusia';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/sl/lang.php b/lang/sl/lang.php
new file mode 100644
index 000000000..0e7690b75
--- /dev/null
+++ b/lang/sl/lang.php
@@ -0,0 +1,10 @@
+<?
+/**
+ * Slovenian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Pogovor';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/sr/lang.php b/lang/sr/lang.php
new file mode 100644
index 000000000..d144992d2
--- /dev/null
+++ b/lang/sr/lang.php
Binary files differ
diff --git a/lang/sv/lang.php b/lang/sv/lang.php
new file mode 100644
index 000000000..0db9cdd89
--- /dev/null
+++ b/lang/sv/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Swedish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Diskussion';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/tr/lang.php b/lang/tr/lang.php
new file mode 100644
index 000000000..e2ee733a9
--- /dev/null
+++ b/lang/tr/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Turkish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Tartışma';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/vi/lang.php b/lang/vi/lang.php
new file mode 100644
index 000000000..db22a16e5
--- /dev/null
+++ b/lang/vi/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Vietnamese language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Thảo luậ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..db76359f7
--- /dev/null
+++ b/lang/zh-tw/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Chinese (Traditional) language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = '讨论';
+
+//Setup VIM: ex: et ts=2 :
diff --git a/lang/zh/lang.php b/lang/zh/lang.php
new file mode 100644
index 000000000..6a9eaa062
--- /dev/null
+++ b/lang/zh/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Chinese (Simplified) language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = '讨论';
+
+//Setup VIM: ex: et ts=2 :