Ignore:
Timestamp:
Aug 1, 2011, 6:17:57 PM (13 years ago)
Author:
mistic100
Message:

rename language keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/language/en_UK/plugin.lang.php

    r10984 r11874  
    22
    33/* common */
    4 $lang['COA_comments_photos'] = "Comments on photos";
    5 $lang['COA_comments_albums'] = "Comments on albums";
     4$lang['Comments on photos'] = 'Comments on photos';
     5$lang['Comments on albums'] = 'Comments on albums';
    66
    77/* admin */
    8 $lang['COA_icon_pack'] = 'Icons pack';
    9 $lang['COA_icon_normal'] = 'Basic state';
    10 $lang['COA_icon_over'] = 'Over state';
     8$lang['Icons pack'] = 'Icons pack';
     9$lang['Basic state'] = 'Basic state';
     10$lang['Over state'] = 'Over state';
    1111
    12 $lang['COA_help_icon_pack'] = "Select which icons must be used on the main Comments page.<br>
     12$lang['COA_help_icon_pack'] = 'Select which icons must be used on the main Comments page.<br>
    1313  <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.";
     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.';
    1616
    1717?>
Note: See TracChangeset for help on using the changeset viewer.