source: extensions/rv_db_integrity/language/en_UK/plugin.lang.php @ 22235

Last change on this file since 22235 was 22235, checked in by TranslationTeam, 11 years ago

[rv_db_integrity] Update en_UK, thanks to : ddtddt

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 385 bytes
Line 
1<?php
2
3//main
4$lang['Check database integrity'] = 'Check database integrity';
5
6//chesk_db
7$lang['Test'] = 'Test';
8$lang['Result'] = 'Result';
9$lang['Passed'] = 'Passed';
10
11$lang['Pemalinks'] ='Pemalinks';
12$lang['Uploadable virtual cats'] = 'Uploadable virtual cats';
13$lang['#images(id,storage_category_id) in #image_category'] = '#images(id,storage_category_id) in #image_category';
14
15?>
Note: See TracBrowser for help on using the repository browser.