1LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL 2 3STRINGTABLE 4BEGIN 5 IDS_DOMAIN_BUILTIN_NAME "Builtin" 6 IDS_GROUP_NONE_NAME "Nessuno" 7 IDS_GROUP_NONE_COMMENT "Utente normale" 8 IDS_ALIAS_ADMINISTRATORS_NAME "Amministratori" 9 IDS_ALIAS_ADMINISTRATORS_COMMENT "Gli amministratori hanno accesso illimitato al computer o al dominio." 10 IDS_ALIAS_GUESTS_NAME "Ospiti" 11 IDS_ALIAS_GUESTS_COMMENT "Gli ospiti hanno gli stessi diritti dei membri del gruppo Users per impostazione predefinita." 12 IDS_ALIAS_POWER_USERS_NAME "Utenti avanzati" 13 IDS_ALIAS_POWER_USERS_COMMENT "Gli utenti avanzati hanno la maggior parte dei diritti amministrativi con alcune restrizioni." 14 IDS_ALIAS_USERS_NAME "Utente" 15 IDS_ALIAS_USERS_COMMENT "Gli utenti non possono apportare modifiche a livello di sistema." 16 IDS_ALIAS_PRINT_OPS_NAME "Print Operators" 17 IDS_ALIAS_PRINT_OPS_COMMENT "Members can administer domain printers" 18 IDS_ALIAS_BACKUP_OPS_NAME "Backup Operators" 19 IDS_ALIAS_BACKUP_OPS_COMMENT "Backup Operators can override security restrictions for the sole purpose of backing up or resoring files" 20 IDS_ALIAS_REPLICATOR_NAME "Replicator" 21 IDS_ALIAS_REPLICATOR_COMMENT "Supports file replication in a domain" 22 IDS_ALIAS_REMOTE_DESKTOP_USERS_NAME "Remote Desktop Users" 23 IDS_ALIAS_REMOTE_DESKTOP_USERS_COMMENT "Members in this group are granted the right to logon remotely" 24 IDS_ALIAS_NETWORK_CONFIGURATION_OPS_NAME "Network Configuration Operators" 25 IDS_ALIAS_NETWORK_CONFIGURATION_OPS_COMMENT "Members in this group can have some administrative privileges to manage configuration of networking features" 26 IDS_ALIAS_MONITORING_USERS_NAME "Performance Monitor Users" 27 IDS_ALIAS_MONITORING_USERS_COMMENT "Members of this group have remote access to monitor this computer" 28 IDS_ALIAS_LOGGING_USERS_NAME "Performance Log Users" 29 IDS_ALIAS_LOGGING_USERS_COMMENT "Members of this group have remote access to schedule logging of performance counters on this computer" 30 /* 31 * ATTENTION: 32 * If you translate the administrator account name, keep IDS_USER_ADMINISTRATOR_NAME and 33 * syssetup.dll:IDS_ADMINISTRATOR_NAME synchronized. 34 */ 35 IDS_USER_ADMINISTRATOR_NAME "Administrator" 36 IDS_USER_ADMINISTRATOR_COMMENT "Account utilizzato per amministrare il computer o il dominio." 37 IDS_USER_GUEST_NAME "Guest" 38 IDS_USER_GUEST_COMMENT "Account utilizzato dagli ospiti per l'accesso al computer o al dominio." 39END 40