source: extensions/Comments_on_Albums/language/pl_PL/plugin.lang.php @ 12934

Last change on this file since 12934 was 12934, checked in by ddtddt, 12 years ago

[extensions] - Comments_on_Albums - add pl_PL - Polski - Polish - Thanks to Ortolan (step1)

File size: 841 bytes
Line 
1<?php
2/* common */
3$lang['Comments on photos'] = 'Komentarze na temat zdjec';
4$lang['Comments on albums'] = 'Komentarze na temat albumów';
5
6//
7
8/* admin */
9$lang['Icons pack'] = 'Icons pack';
10$lang['Basic state'] = 'Basic state';
11$lang['Over state'] = 'Over state';
12
13$lang['COA_help_icon_pack'] = 'Select which icons must be used on the main Comments page.<br>
14  <br>
15  You can add your owns in the folder <i>plugins/comments_on_pictures/template/s26</i>.';
16$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.';
17
18/* stuffs */
19$lang['Last comments on albums'] = 'Last comments on albums';
20$lang['Display last posted comments on albums'] = 'Display last posted comments on albums';
21
22?>
Note: See TracBrowser for help on using the repository browser.