nethserver-profilemgr/root/usr/share/nethesis/NethServer/Language/it/NethServer_Module_Profile.php

17 lines
991 B
PHP
Raw Normal View History

2018-07-17 22:41:06 +02:00
<?php
$L['Profile_Title'] = 'Profili utente';
$L['Key_label'] = 'Utente';
$L['FirstName_label'] = 'Nome';
$L['LastName_label'] = 'Cognome';
$L['Actions_label'] = 'Operazione';
$L['all_label'] = "Pulizia completa";
$L['gui_label'] = "Pulizia imp. grafiche";
$L['libreoffice_label'] = "Pulizia imp. LibreOffice";
$L['Complete profile cleanup - `${0}`'] = 'Pulizia completa - `${0}`';
$L['Proceed with the complete profile cleanup for user `${0}`?'] = 'Procedere con la pulizia completa del profilo per l\'utente `${0}`?';
$L['Cleanup GUI settings - `${0}`'] = 'Pulizia imp. grafiche - `${0}`';
$L['Proceed with the removal of GUI settings for user `${0}`?'] = 'Procedere con la pulizia delle impostazioni grafiche del profilo dell\'utente `${0}`?';
$L['Cleanup of LibreOffice settings - `${0}`'] = 'Pulizia imp. LibreOffice - `${0}`';
$L['Proceed with the removal of LibreOffice settings for user `${0}`?'] = 'Procedere con la pulizia delle impostazioni di LibreOffice dell\'utente `${0}`?';