First try with a GUI.

This commit is contained in:
Emiliano Vavassori 2018-07-17 22:41:06 +02:00
parent fb78c4431e
commit ce625c324a
8 changed files with 284 additions and 5 deletions

View file

@ -0,0 +1,16 @@
<?php
$L['Profile_Title'] = 'User profiles';
$L['Key_label'] = 'User';
$L['FirstName_label'] = 'First Name';
$L['LastName_label'] = 'Last Name';
$L['Actions_label'] = 'Actions';
$L['all_label'] = "Complete profile cleanup";
$L['gui_label'] = "Cleanup GUI settings";
$L['libreoffice_label'] = "Cleanup LibreOffice settings";
#$L['Complete profile cleanup - `${0}`'] = '';
#$L['Proceed with the complete profile cleanup for user `${0}`?'] = "";
#$L['Cleanup GUI settings - `${0}`'] = "";
#$L['Proceed with the removal of GUI settings for user `${0}`?'] = "";
#$L['Cleanup of LibreOffice settings - `${0}`'] = "";
#$L['Proceed with the removal of LibreOffice settings for user `${0}`?'] = "";

View file

@ -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}`?';