|
Revision 10374, 0.7 KB
(checked in by riopwg, 2 years ago)
|
|
Update language IT
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
| 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§ion=albums">sulla stessa pagina</a> dei commenti delle foto.'; |
|---|
| 16 | |
|---|
| 17 | ?> |
|---|