PHP Classes

File: lang.de

Recommend this page to a friend!
  Packages of Peter Buzanits   Booosta Installer   lang.de   Download  
File: lang.de
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Booosta Installer
Install applications to use the Booosta Framework
Author: By
Last change:
Date: 5 months ago
Size: 494 bytes
 

Contents

Class file image Download
<?php
$this
->map = [

'edit' => 'bearbeiten',
'delete' => 'löschen',
'apply' => 'Speichern',
'Application' => 'Applikation',
'Management' => 'Verwaltung',
'Personal Settings' => 'Persönliche Einstellungen',

'User Administration' => 'Benutzerverwaltung',
'Privileges' => 'Rechte',
'Roles' => 'Rollen',
'Adminuser' => 'Administratoren',
'User' => 'Benutzer',

];