diff options
Diffstat (limited to 'lang/sl/lang.php')
-rw-r--r-- | lang/sl/lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/sl/lang.php b/lang/sl/lang.php new file mode 100644 index 000000000..9c7e9f5c6 --- /dev/null +++ b/lang/sl/lang.php @@ -0,0 +1,12 @@ +<? +/** + * 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 : |