diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-01-05 20:58:48 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-01-05 20:58:48 +0100 |
commit | 9672d9f3bf51a5b383078874035796c6ac776eb1 (patch) | |
tree | 387e9888d1ed8bde4e65c62f62ae48d38743eff9 /lib/plugins/plugin/lang/lt/lang.php | |
parent | 02630b1988d1137ac7559a37d0d04c0673c9fe64 (diff) | |
download | rpg-9672d9f3bf51a5b383078874035796c6ac776eb1.tar.gz rpg-9672d9f3bf51a5b383078874035796c6ac776eb1.tar.bz2 |
removed the old plugin manager
Diffstat (limited to 'lib/plugins/plugin/lang/lt/lang.php')
-rw-r--r-- | lib/plugins/plugin/lang/lt/lang.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/plugins/plugin/lang/lt/lang.php b/lib/plugins/plugin/lang/lt/lang.php deleted file mode 100644 index c5b2fa11e..000000000 --- a/lib/plugins/plugin/lang/lt/lang.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -/** - * Lithuanian language file - * - * @author audrius.klevas@gmail.com - * @author Arunas Vaitekunas <aras@fan.lt> - */ -$lang['name'] = 'Vardas:'; -$lang['date'] = 'Data:'; -$lang['type'] = 'Tipas:'; -$lang['desc'] = 'Aprašas:'; -$lang['author'] = 'Autorius:'; -$lang['www'] = 'Tinklapis:'; |