source: extensions/Comments_on_Albums/language/en_UK/plugin.lang.php @ 11874

Last change on this file since 11874 was 11874, checked in by mistic100, 13 years ago

rename language keys

File size: 648 bytes
Line 
1<?php
2
3/* common */
4$lang['Comments on photos'] = 'Comments on photos';
5$lang['Comments on albums'] = 'Comments on albums';
6
7/* admin */
8$lang['Icons pack'] = 'Icons pack';
9$lang['Basic state'] = 'Basic state';
10$lang['Over state'] = 'Over state';
11
12$lang['COA_help_icon_pack'] = 'Select which icons must be used on the main Comments page.<br>
13  <br>
14  You can add your owns in the folder <i>plugins/comments_on_pictures/template/s26</i>.';
15$lang['COA_comment_validation_link'] = 'Validation (if enabled) of comments on albums is on <a href="admin.php?page=comments&section=albums">the same page</a> as the comments on pictures.';
16
17?>
Note: See TracBrowser for help on using the repository browser.