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