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

Last change on this file since 13946 was 13946, checked in by TranslationTeam, 12 years ago

[TypeT@gs] Update it_IT, thanks to : Gdvpixel

  • Property svn:eol-style set to LF
File size: 1.0 KB
Line 
1<?php
2
3/* section */
4$lang['Create a Typetag'] = 'Creare un TypeTag';
5$lang['Edit typetag'] = 'Modificare i TypeTag';
6$lang['TypeTag selection'] = 'Modificare - Cancellare i TypeTags';
7$lang['TypeTag association'] = 'Associare - Dissociare i TypeTags';
8
9/* fields */
10$lang['Edited TypeTag'] = 'TypeTag modificato';
11$lang['New color'] = 'Nuovo colore';
12$lang['New TypeTag'] = 'Nome del TypeTag';
13$lang['New name'] = 'Nuovo nome';
14$lang['Color TypeTag'] = 'Colore del TypeTag';
15
16/* buttons */
17$lang['Modify'] = 'Modificare';
18$lang['Delete all associations'] = 'Elimina tutte le associazioni';
19
20/* messages */
21$lang['typetag_already_exists'] = 'Questo TypeTag esiste già';
22$lang['typetag_saved'] = 'TypeTag registrato';
23$lang['typetag_suppr'] = 'TypeTag cancellato';
24$lang['typetag_unknown'] = 'TypeTag sconosciuto';
25$lang['typetag_error'] = 'Dovete inserire tutti campi (nome e colore)';
26$lang['All associations have been removed'] = 'Tutte le associazioni sono state rimosse';
27$lang['typetags_associated'] = 'TypeTag associato';
28
29?>
Note: See TracBrowser for help on using the repository browser.