|
Revision 11874, 0.7 KB
(checked in by mistic100, 22 months ago)
|
|
rename language keys
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | /* common */ |
|---|
| 4 | $lang['Comments on photos'] = 'Commenti sulle foto'; |
|---|
| 5 | $lang['Comments on albums'] = 'Commenti sugli album'; |
|---|
| 6 | |
|---|
| 7 | /* admin */ |
|---|
| 8 | $lang['Icons pack'] = 'Set d\'icone'; |
|---|
| 9 | $lang['Basic state'] = 'Stato di base'; |
|---|
| 10 | $lang['Over state'] = '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 | ?> |
|---|