source: extensions/rv_sitemap/language/en_UK/plugin.lang.php @ 27153

Last change on this file since 27153 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: 329 bytes
Line 
1<?php
2
3$lang['Global'] = 'Global';
4$lang['Filename'] = 'Filename';
5$lang['Priority'] = 'Priority';
6$lang['Frequency'] = 'Frequency';
7$lang['always'] = 'always';
8$lang['hourly'] = 'hourly';
9$lang['daily'] = 'daily';
10$lang['weekly'] = 'weekly';
11$lang['monthly'] = 'monthly';
12$lang['yearly'] = 'yearly';
13$lang['never'] = 'never';
14?>
Note: See TracBrowser for help on using the repository browser.