Files
FHC-Core/locale/it-IT/mailverteiler.php
T
Paolo 0bc0a09bf4 - Removed file system execute permission for all files (no directories)
- application/extensions file system permission now is 775
- application/logs file system permission now is 775
- Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets
- Added view views/extensions/manage.php
- Added controller controllers/system/extensions/Manager.php
- Added library ExtensionsLib to manage extensions
- Added model models/system/Extensions_model.php
- Moved code related to print out info from MigrationLib to EPrintfLib
2017-11-13 10:45:49 +01:00

29 lines
1.4 KiB
PHP

<?php
$this->phrasen['mailverteiler/absatz1']='';
$this->phrasen['mailverteiler/absatz2']='';
$this->phrasen['mailverteiler/absatz3']='';
$this->phrasen['mailverteiler/alleStudentenDiesesStudienganges']='tutti gli studenti di questo corso di studi';
$this->phrasen['mailverteiler/alleStudentenVon']='tutti gli studenti di';
$this->phrasen['mailverteiler/anzeigen']='';
$this->phrasen['mailverteiler/ausblenden']='';
$this->phrasen['mailverteiler/bedienungsanleitung']='';
$this->phrasen['mailverteiler/berechtigungskonzept']='';
$this->phrasen['mailverteiler/bestaetige']='';
$this->phrasen['mailverteiler/bestaetigeOeffnen']='';
$this->phrasen['mailverteiler/fehlerBeimLadenDerStudenten']='errore di caricamento degli studenti';
$this->phrasen['mailverteiler/geoeffnet']='';
$this->phrasen['mailverteiler/gesperrt']='';
$this->phrasen['mailverteiler/infoBenutzung']='';
$this->phrasen['mailverteiler/keineVerteilerVorhanden']='';
$this->phrasen['mailverteiler/klickenZumSchicken']='';
$this->phrasen['mailverteiler/mailverteiler']='';
$this->phrasen['mailverteiler/oeffnenEinesVerteilers']='';
$this->phrasen['mailverteiler/personen']='';
$this->phrasen['mailverteiler/personenImVerteiler']='';
$this->phrasen['mailverteiler/status']='';
$this->phrasen['mailverteiler/studentenverteiler']='';
$this->phrasen['mailverteiler/titel']='';
$this->phrasen['mailverteiler/verteilerOeffnen']='';
?>