<?php

/* common */
$lang['COA_comments_photos'] = "Comments on photos";
$lang['COA_comments_albums'] = "Comments on albums";

/* admin */
$lang['COA_icon_pack'] = 'Icons pack';
$lang['COA_icon_normal'] = 'Basic state';
$lang['COA_icon_over'] = 'Over state';

$lang['COA_help_icon_pack'] = "Select which icons must be used on the main Comments page.<br>
  <br>
  You can add your owns in the folder <i>plugins/comments_on_pictures/template/s26</i>.";
$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.";

?>