source: extensions/typetags/language/it_IT/plugin.lang.php @ 15149

Last change on this file since 15149 was 15149, checked in by mistic100, 12 years ago
  • display typetags everywhere (not only tags page)
  • little redesign of admin page + code cleaning
  • Property svn:eol-style set to LF
File size: 897 bytes
Line 
1<?php
2
3/* section */
4$lang['Create a Typetag'] = 'Creare un TypeTag';
5$lang['Edit typetag'] = 'Modificare i TypeTag';
6
7/* fields */
8$lang['Edited TypeTag'] = 'TypeTag modificato';
9$lang['New color'] = 'Nuovo colore';
10$lang['New TypeTag'] = 'Nome del TypeTag';
11$lang['New name'] = 'Nuovo nome';
12$lang['Color TypeTag'] = 'Colore del TypeTag';
13
14/* buttons */
15$lang['Modify'] = 'Modificare';
16$lang['Delete all associations'] = 'Elimina tutte le associazioni';
17
18/* messages */
19$lang['typetag_already_exists'] = 'Questo TypeTag esiste già';
20$lang['typetag_saved'] = 'TypeTag registrato';
21$lang['typetag_suppr'] = 'TypeTag cancellato';
22$lang['typetag_unknown'] = 'TypeTag sconosciuto';
23$lang['typetag_error'] = 'Dovete inserire tutti campi (nome e colore)';
24$lang['All associations have been removed'] = 'Tutte le associazioni sono state rimosse';
25$lang['typetags_associated'] = 'TypeTag associato';
26
27?>
Note: See TracBrowser for help on using the repository browser.