diff options
Diffstat (limited to 'lib/l10n/lv.php')
-rw-r--r-- | lib/l10n/lv.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/l10n/lv.php b/lib/l10n/lv.php new file mode 100644 index 00000000000..fb333bd55c3 --- /dev/null +++ b/lib/l10n/lv.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Help" => "Palīdzība", +"Personal" => "Personīgi", +"Settings" => "Iestatījumi", +"Users" => "Lietotāji", +"Authentication error" => "Ielogošanās kļūme" +); |