Changeset 10622
- Timestamp:
- Apr 26, 2011, 10:19:08 AM (14 years ago)
- Location:
- extensions/SmiliesSupport/language/it_IT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmiliesSupport/language/it_IT/description.txt
r9697 r10622 1 Permette d'aggiungere degli Smilies per i commenti e le descrizioni1 Permette d'aggiungere degli smileys per i commenti e le descrizioni -
extensions/SmiliesSupport/language/it_IT/plugin.lang.php
r9764 r10622 1 1 <?php 2 2 3 $lang['smilies_dir'] = "Cartella degli smileys";4 $lang['nb_columns'] = "Num. di colonne";5 $lang['representant'] = "Rappresentante";6 $lang['All Smilies'] = "Tutti gli smiley";7 $lang['smilies_file_help'] = "By default when a user clicks on a smiley, Smilies Support adds a keyword matching the name of the file (smile.png -> :smile:).<br>8 But here you can configure other strings to be replaced. Each smilies folder has its own <i>smilies.txt</i> file.";3 $lang['smilies_dir'] = 'Cartella degli smileys'; 4 $lang['nb_columns'] = 'Num. di colonne'; 5 $lang['representant'] = 'Rappresentante'; 6 $lang['All Smilies'] = 'Tutti gli smiley'; 7 $lang['smilies_file_help'] = 'Di default, quando un utente clicca su un smiley, SmiliesSupport aggiunge una keyword corrispondente al nome del fine (smile.png -> :smile:).<br> 8 Ma potete configurare qui altre serie di caratteri che saranno rimpiazzate. Ogni cartella di smileys ha il suo file <i>smilies.txt</i>'; 9 9 10 10 ?>
Note: See TracChangeset
for help on using the changeset viewer.