First try with a GUI.
This commit is contained in:
parent
fb78c4431e
commit
ce625c324a
8 changed files with 284 additions and 5 deletions
|
@ -0,0 +1,16 @@
|
|||
<?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}`?';
|
Loading…
Add table
Add a link
Reference in a new issue