summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-02-05 15:18:19 +0000
committerAnika Henke <anika@selfthinker.org>2012-02-05 15:18:19 +0000
commit0afd685c36d348dedfca731c55f562668f7e094b (patch)
tree8036216e05a2a70bc5700cb398d3445da445fb2b
parent753b6d5c72fb0639a1c94401f7089011e353d1e1 (diff)
downloadrpg-0afd685c36d348dedfca731c55f562668f7e094b.tar.gz
rpg-0afd685c36d348dedfca731c55f562668f7e094b.tar.bz2
deleted obsolete files
-rw-r--r--conf/default.php11
-rw-r--r--conf/metadata.php11
-rw-r--r--lang/af/lang.php12
-rw-r--r--lang/ar/lang.php13
-rw-r--r--lang/az/lang.php12
-rw-r--r--lang/bg/lang.php12
-rw-r--r--lang/ca/lang.php13
-rw-r--r--lang/cs/lang.php12
-rw-r--r--lang/da/lang.php13
-rw-r--r--lang/de/lang.php18
-rw-r--r--lang/el/lang.php12
-rw-r--r--lang/en/lang.php15
-rw-r--r--lang/en/settings.php11
-rw-r--r--lang/eo/lang.php11
-rw-r--r--lang/es/lang.php12
-rw-r--r--lang/et/lang.php13
-rw-r--r--lang/eu/lang.php12
-rw-r--r--lang/fa/lang.php12
-rw-r--r--lang/fi/lang.php13
-rw-r--r--lang/fo/lang.php11
-rw-r--r--lang/fr/lang.php12
-rw-r--r--lang/gl/lang.php12
-rw-r--r--lang/he/lang.php12
-rw-r--r--lang/hi/lang.php12
-rw-r--r--lang/hr/lang.php12
-rw-r--r--lang/hu/lang.php12
-rw-r--r--lang/ia/lang.php11
-rw-r--r--lang/id/lang.php12
-rw-r--r--lang/is/lang.php12
-rw-r--r--lang/it/lang.php12
-rw-r--r--lang/ja/lang.php12
-rw-r--r--lang/km/lang.php11
-rw-r--r--lang/ko/lang.php12
-rw-r--r--lang/la/lang.php11
-rw-r--r--lang/lb/lang.php11
-rw-r--r--lang/lt/lang.php12
-rw-r--r--lang/lv/lang.php12
-rw-r--r--lang/mg/lang.php11
-rw-r--r--lang/mk/lang.php12
-rw-r--r--lang/mr/lang.php11
-rw-r--r--lang/ne/lang.php11
-rw-r--r--lang/nl/lang.php12
-rw-r--r--lang/no/lang.php12
-rw-r--r--lang/pl/lang.php12
-rw-r--r--lang/pt-br/lang.php12
-rw-r--r--lang/pt/lang.php12
-rw-r--r--lang/ro/lang.php12
-rw-r--r--lang/ru/lang.php12
-rw-r--r--lang/sk/lang.php12
-rw-r--r--lang/sl/lang.php12
-rw-r--r--lang/sq/lang.php12
-rw-r--r--lang/sr/lang.php8
-rw-r--r--lang/sv/lang.php12
-rw-r--r--lang/th/lang.php12
-rw-r--r--lang/tr/lang.php12
-rw-r--r--lang/uk/lang.php12
-rw-r--r--lang/vi/lang.php12
-rw-r--r--lang/zh-tw/lang.php12
-rw-r--r--lang/zh/lang.php12
59 files changed, 0 insertions, 706 deletions
diff --git a/conf/default.php b/conf/default.php
deleted file mode 100644
index 57b7bd581..000000000
--- a/conf/default.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/*
- * default configuration settings
- *
- */
-
-$conf['tagline'] = 'This is the tagline - explaining what this site is about.';
-$conf['discussionPage'] = 'discussion:@ID@';
-$conf['userPage'] = 'user:@USER@:';
-$conf['sidebarID'] = 'sidebar';
-$conf['hideTools'] = 0;
diff --git a/conf/metadata.php b/conf/metadata.php
deleted file mode 100644
index 88583bcd0..000000000
--- a/conf/metadata.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/*
- * configuration metadata
- *
- */
-
-$meta['tagline'] = array('string');
-$meta['discussionPage'] = array('string');
-$meta['userPage'] = array('string');
-$meta['sidebarID'] = array('string');
-$meta['hideTools'] = array('onoff');
diff --git a/lang/af/lang.php b/lang/af/lang.php
deleted file mode 100644
index 127ac3076..000000000
--- a/lang/af/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index d5c10bb1c..000000000
--- a/lang/ar/lang.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
deleted file mode 100644
index ea94e8706..000000000
--- a/lang/az/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 039b07a1f..000000000
--- a/lang/bg/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 3ed0be76d..000000000
--- a/lang/ca/lang.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
deleted file mode 100644
index d4e0ef32a..000000000
--- a/lang/cs/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 1837ab5dd..000000000
--- a/lang/da/lang.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
deleted file mode 100644
index 808d9e247..000000000
--- a/lang/de/lang.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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
deleted file mode 100644
index 135e0a10f..000000000
--- a/lang/el/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 91b04b177..000000000
--- a/lang/en/lang.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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
deleted file mode 100644
index 356e95234..000000000
--- a/lang/en/settings.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index cc637392e..000000000
--- a/lang/eo/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index d949b3f90..000000000
--- a/lang/es/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index f6223b752..000000000
--- a/lang/et/lang.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
deleted file mode 100644
index a71127072..000000000
--- a/lang/eu/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 23caa26b8..000000000
--- a/lang/fa/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index f64555b65..000000000
--- a/lang/fi/lang.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
deleted file mode 100644
index 4e3d7d2de..000000000
--- a/lang/fo/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index fa01076b2..000000000
--- a/lang/fr/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 4b8fbffe6..000000000
--- a/lang/gl/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index c6a7f55be..000000000
--- a/lang/he/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 298395962..000000000
--- a/lang/hi/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index cd8ba36cc..000000000
--- a/lang/hr/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 2227e3ba2..000000000
--- a/lang/hu/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 7a86ad44a..000000000
--- a/lang/ia/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index 7c0d809d5..000000000
--- a/lang/id/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 1a23cd910..000000000
--- a/lang/is/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index f33da8045..000000000
--- a/lang/it/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 23f65abd3..000000000
--- a/lang/ja/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 32de3800d..000000000
--- a/lang/km/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index 265c416af..000000000
--- a/lang/ko/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 9f2fddffb..000000000
--- a/lang/la/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index ebf0afa35..000000000
--- a/lang/lb/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index 389e6491b..000000000
--- a/lang/lt/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?
-/**
- * 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
deleted file mode 100644
index 39964ef8c..000000000
--- a/lang/lv/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?
-/**
- * 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
deleted file mode 100644
index 0ba0d5782..000000000
--- a/lang/mg/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index 2be3a697a..000000000
--- a/lang/mk/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index d72013bae..000000000
--- a/lang/mr/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index 6d1b8bcd0..000000000
--- a/lang/ne/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index c6d9e3e8f..000000000
--- a/lang/nl/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 111e571ad..000000000
--- a/lang/no/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 32f0d8cd5..000000000
--- a/lang/pl/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 4d6d4ddbd..000000000
--- a/lang/pt-br/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index d11ef9af1..000000000
--- a/lang/pt/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 15b01a605..000000000
--- a/lang/ro/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index b3e3eaccf..000000000
--- a/lang/ru/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 9113c6468..000000000
--- a/lang/sk/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 9c7e9f5c6..000000000
--- a/lang/sl/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?
-/**
- * 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
deleted file mode 100644
index 236d7d54f..000000000
--- a/lang/sq/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 1212cff9f..000000000
--- a/lang/sr/lang.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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
deleted file mode 100644
index 262a8182e..000000000
--- a/lang/sv/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 9c0de5fe2..000000000
--- a/lang/th/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index f0032710a..000000000
--- a/lang/tr/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index e2ae7dd0c..000000000
--- a/lang/uk/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index b7bae028a..000000000
--- a/lang/vi/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 72c5813c2..000000000
--- a/lang/zh-tw/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index c95d98517..000000000
--- a/lang/zh/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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 :