source: extensions/rv_sitemap/language/lv_LV/plugin.lang.php @ 9067

Last change on this file since 9067 was 9067, checked in by ddtddt, 13 years ago

[extensions] - rv_sitemap - add lv_LV (Latvian) thanks to Aivars Baldone

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 400 bytes
Line 
1<?php
2
3$lang['Global'] = 'Globāls';
4$lang['Filename'] = 'Faila nosaukums';
5$lang['Priority'] = 'Prioritāte';
6$lang['Frequency'] = 'Biežums';
7$lang['always'] = 'vienmēr';
8$lang['hourly'] = 'ik stundu';
9$lang['daily'] = 'ik dienu';
10$lang['weekly'] = 'ik nedēļu';
11$lang['monthly'] = 'ik mēnesi';
12$lang['yearly'] = 'ik gadu';
13$lang['never'] = 'nekad';
14
15$lang['Recent photos'] = 'Nesenie foto';
16
17?>
Note: See TracBrowser for help on using the repository browser.