server/lib/l10n/lv.php

9 lines
210 B
PHP
Raw Normal View History

2012-10-25 00:11:53 +00:00
<?php $TRANSLATIONS = array(
"Help" => "Palīdzība",
"Personal" => "Personīgi",
"Settings" => "Iestatījumi",
"Users" => "Lietotāji",
2012-11-15 23:03:47 +00:00
"Authentication error" => "Ielogošanās kļūme",
"Files" => "Faili"
2012-10-25 00:11:53 +00:00
);