summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-29 19:33:24 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-29 19:33:24 +0000
commit3917d35496a0a9fcf6cd4581760a14359d935519 (patch)
tree60ac7d42c45005686991aa86d4fe1d6dc7a895fd
parentb957766481df153dfbc9b63506b94c2425c857d5 (diff)
downloadrpg-3917d35496a0a9fcf6cd4581760a14359d935519.tar.gz
rpg-3917d35496a0a9fcf6cd4581760a14359d935519.tar.bz2
removed now obsolete conf and lang folders
-rwxr-xr-xconf/default.php9
-rwxr-xr-xconf/metadata.php9
-rwxr-xr-xlang/af/lang.php12
-rwxr-xr-xlang/ar/lang.php13
-rwxr-xr-xlang/az/lang.php12
-rwxr-xr-xlang/bg/lang.php12
-rwxr-xr-xlang/ca/lang.php13
-rwxr-xr-xlang/cs/lang.php12
-rwxr-xr-xlang/da/lang.php13
-rwxr-xr-xlang/de/lang.php18
-rwxr-xr-xlang/el/lang.php12
-rwxr-xr-xlang/en/lang.php11
-rwxr-xr-xlang/en/settings.php9
-rwxr-xr-xlang/eo/lang.php11
-rwxr-xr-xlang/es/lang.php12
-rwxr-xr-xlang/et/lang.php13
-rwxr-xr-xlang/eu/lang.php12
-rwxr-xr-xlang/fa/lang.php12
-rwxr-xr-xlang/fi/lang.php13
-rwxr-xr-xlang/fo/lang.php11
-rwxr-xr-xlang/fr/lang.php12
-rwxr-xr-xlang/gl/lang.php12
-rwxr-xr-xlang/he/lang.php12
-rwxr-xr-xlang/hi/lang.php12
-rwxr-xr-xlang/hr/lang.php12
-rwxr-xr-xlang/hu/lang.php12
-rwxr-xr-xlang/ia/lang.php11
-rwxr-xr-xlang/id/lang.php12
-rwxr-xr-xlang/is/lang.php12
-rwxr-xr-xlang/it/lang.php12
-rwxr-xr-xlang/ja/lang.php12
-rwxr-xr-xlang/km/lang.php11
-rwxr-xr-xlang/ko/lang.php12
-rwxr-xr-xlang/la/lang.php11
-rwxr-xr-xlang/lb/lang.php11
-rwxr-xr-xlang/lt/lang.php12
-rwxr-xr-xlang/lv/lang.php12
-rwxr-xr-xlang/mg/lang.php11
-rwxr-xr-xlang/mk/lang.php12
-rwxr-xr-xlang/mr/lang.php11
-rwxr-xr-xlang/ne/lang.php11
-rwxr-xr-xlang/nl/lang.php12
-rwxr-xr-xlang/no/lang.php12
-rwxr-xr-xlang/pl/lang.php12
-rwxr-xr-xlang/pt-br/lang.php12
-rwxr-xr-xlang/pt/lang.php12
-rwxr-xr-xlang/ro/lang.php12
-rwxr-xr-xlang/ru/lang.php12
-rwxr-xr-xlang/sk/lang.php12
-rwxr-xr-xlang/sl/lang.php12
-rwxr-xr-xlang/sq/lang.php12
-rwxr-xr-xlang/sr/lang.php8
-rwxr-xr-xlang/sv/lang.php12
-rwxr-xr-xlang/th/lang.php12
-rwxr-xr-xlang/tr/lang.php12
-rwxr-xr-xlang/uk/lang.php12
-rwxr-xr-xlang/vi/lang.php12
-rwxr-xr-xlang/zh-tw/lang.php12
-rwxr-xr-xlang/zh/lang.php12
59 files changed, 0 insertions, 696 deletions
diff --git a/conf/default.php b/conf/default.php
deleted file mode 100755
index 378e61909..000000000
--- a/conf/default.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-/*
- * default configuration settings
- *
- */
-
-$conf['tagline'] = 'This is the tagline - explaining what this site is about.';
-$conf['sidebarID'] = 'sidebar';
-$conf['hideTools'] = 0;
diff --git a/conf/metadata.php b/conf/metadata.php
deleted file mode 100755
index ac0fdf142..000000000
--- a/conf/metadata.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-/*
- * configuration metadata
- *
- */
-
-$meta['tagline'] = 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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
index a19601ef9..000000000
--- a/lang/en/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/**
- * English language file for template
- *
- */
-
-/* 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 100755
index da01d290f..000000000
--- a/lang/en/settings.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-/**
- * English language file for config
- *
- */
-
-$lang['tagline'] = 'Tagline';
-$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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 100755
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 :