mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-30 18:00:25 +02:00
81 lines
4.3 KiB
PHP
81 lines
4.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'system' => array(
|
|
'System' => 'System',
|
|
'Published a new version of the :monstra' => 'Veröffentlicht eine neue Version von dem :monstra',
|
|
'Sitemap created' => 'Sitemap wurde erstellt',
|
|
'Create sitemap' => 'Erstelle Sitemap',
|
|
'on' => 'An',
|
|
'off'=> 'Aus',
|
|
'Site url' => 'Seiten-URL',
|
|
'Maintenance Mode' => 'Wartungsmodus',
|
|
'Maintenance Mode On' => 'Wartungsmodus An',
|
|
'Maintenance Mode Off' => 'Wartungsmodus Aus',
|
|
'Site settings' => 'Seiteneinstellungen',
|
|
'System settings' => 'Systemeinstellungen',
|
|
'Site name' => 'Seiten-Name',
|
|
'Site description' => 'Seiten-Beschreibung',
|
|
'Site keywords' => 'Seiten-Schlagwörter',
|
|
'Site slogan' => 'Seiten-Slogan',
|
|
'Default page' => 'Standardseite',
|
|
'Time zone' => 'Zeitzone',
|
|
'Language' => 'Sprache',
|
|
'Save' => 'Speichern',
|
|
'Site' => 'Seite',
|
|
'System version' => 'Systemversion',
|
|
'System version ID' => 'Systemversions ID',
|
|
'GZIP' => 'GZIP',
|
|
'Debugging' => 'Fehlerbeseitigung',
|
|
'Plugin API' => 'Plugin API',
|
|
'Plugins active' => 'Plugins aktiv',
|
|
'Actions registered' => 'Aktionen registriert',
|
|
'Filters registered' => 'Filter registriert',
|
|
'logout' => 'logout',
|
|
'site' => 'seite',
|
|
'Delete temporary files' => 'Temporäre Dateien löschen',
|
|
'Download the latest version' => 'Lade die letzte Version herunter',
|
|
'Powered by' => 'Powered by',
|
|
'Administration' => 'Administration',
|
|
'Settings' => 'Einstellungen',
|
|
'Temporary files deleted' => 'Temporäre Dateien gelöscht',
|
|
'Extends' => 'Erweitert',
|
|
'View site' => 'Seite ansehen',
|
|
'Welcome, :username' => 'Willkommen, :username',
|
|
'Reset Password' => 'Password zurücksetzen',
|
|
'< Back to Website' => '< Zurück zur Webseite',
|
|
'Forgot your password? >' => 'Passwort vergessen? >',
|
|
'Administration >' => 'Administration >',
|
|
'Send New Password' => 'Neues Passwort zusenden',
|
|
'This user does not exist' => 'Dieser Benutzer existiert nicht',
|
|
'Version' => 'Version',
|
|
|
|
'Install script writable' => 'Installationsskript beschreibbar',
|
|
'Install script not writable' => 'Installationsskript nicht beschreibbar',
|
|
'Directory: <b> :dir </b> writable' => 'Ordner: <b> :dir </b> beschreibbar',
|
|
'Directory: <b> :dir </b> not writable' => 'Ordner: <b> :dir </b> nicht beschreibbar',
|
|
'PHP Version' => 'PHP Version',
|
|
'Module DOM is installed' => 'Modul DOM ist installiert',
|
|
'Module DOM is required' => 'Modul DOM ist erforderlich',
|
|
'Module Mod Rewrite is installed' => 'Modul Mod Rewrite ist installiert',
|
|
'Module SimpleXML is installed' => 'Modul SimpleXML ist installiert',
|
|
'PHP 5.2 or greater is required' => 'PHP 5.2 oder höher erforderlich',
|
|
'Apache Mod Rewrite is required' => 'Apache Mod Rewrite ist erforderlich',
|
|
'SimpleXML module is required' => 'SimpleXML-Modul ist erforderlich',
|
|
'Field "Site name" is empty' => 'Feld "Seiten-Name" ist leer',
|
|
'Field "Email" is empty' => 'Feld "Email" ist leer',
|
|
'Field "Username" is empty' => 'Feld "Benutzername" ist leer',
|
|
'Field "Password" is empty' => 'Feld "Passwort" ist leer',
|
|
'Field "Site url" is empty' => 'Feld "Seiten-URL" ist leer',
|
|
'Email not valid' => 'E-Mail ist ungültig',
|
|
'Install' => 'Installieren',
|
|
'...Monstra says...' => '...Monstra sagt...',
|
|
'Sitemap file writable' => 'Sitemap-Datei beschreibbar',
|
|
'Sitemap file not writable' => 'Sitemap-Datei ist nicht beschreibbar',
|
|
'Main .htaccess file writable' => 'Haupt .htaccess-Datei ist beschreibbar',
|
|
'Main .htaccess file not writable' => 'Haupt .htaccess-Datei ist nicht beschreibbar',
|
|
'Official Support Forum' => 'Official Support Forum',
|
|
'Documentation' => 'Documentation',
|
|
)
|
|
);
|