source: extensions/Comments_on_Albums/language/it_IT/plugin.lang.php @ 10984

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

code cleanup

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 688 bytes
Line 
1<?php
2
3/* common */
4$lang['COA_comments_photos'] = 'Commenti sulle foto';
5$lang['COA_comments_albums'] = 'Commenti sugli album';
6
7/* admin */
8$lang['COA_icon_pack'] = 'Set d\'icone';
9$lang['COA_icon_normal'] = 'Stato di base';
10$lang['COA_icon_over'] = 'Stato elevato';
11
12$lang['COA_help_icon_pack'] = 'Selezionare le icone da usare nella pagina principale dei Commenti<br>
13  <br>
14  Potete aggiungere le vostre icone nella cartella <i>plugins/comments_on_pictures/template/s26</i>.';
15$lang['COA_comment_validation_link'] = 'La Validazione (se attivata) dei commenti degli album si trova <a href="admin.php?page=comments&section=albums">sulla stessa pagina</a> dei commenti delle foto.';
16
17?>
Note: See TracBrowser for help on using the repository browser.