21 lines
737 B
PHP
21 lines
737 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"read more" => "mehr …",
|
||
|
"INSTALL" => "Installieren",
|
||
|
"Apps Repository" => "Anwendungen",
|
||
|
"Cannot connect to apps repository" => "Verbindung fehlgeschlagen",
|
||
|
"Name" => "Name",
|
||
|
"Modified" => "Änderungsdatum",
|
||
|
"Administration" => "Verwaltung",
|
||
|
"System Settings" => "Systemeinstellungen",
|
||
|
"Groups" => "Gruppen",
|
||
|
"Add user" => "Nutzer hinzufügen",
|
||
|
"Password" => "Passwort",
|
||
|
"Create user" => "Nutzer erstellen",
|
||
|
"remove" => "entfernen",
|
||
|
"Create group" => "Gruppe erstellen",
|
||
|
"Force new password:" => "Neues Passwort:",
|
||
|
"Set" => "OK",
|
||
|
"Do you really want to delete user" => "Möchtest du den Nutzer wirklich entfernen?",
|
||
|
"Do you really want to delete group" => "Möchtest du die Gruppe wirklich entfernen?"
|
||
|
);
|