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

Last change on this file since 14518 was 12431, checked in by rvelices, 12 years ago

rv_sitemap fix lang keys

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 357 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?>
Note: See TracBrowser for help on using the repository browser.