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