summaryrefslogtreecommitdiffstats
path: root/inc/message.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-16 15:42:16 +0100
committerSimon Rettberg2013-11-16 15:42:16 +0100
commit633e43127c6d1a96d47587eed2739bdaff6c3d4f (patch)
treeafe22b5cef77a5a054388d05f6a2c106dcb4d60b /inc/message.inc.php
parentAdd custom config.tgz upload functionality (diff)
downloadslx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.tar.gz
slx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.tar.xz
slx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.zip
Add minilinux download functionality and ipxe compilation scripts
Diffstat (limited to 'inc/message.inc.php')
-rw-r--r--inc/message.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/message.inc.php b/inc/message.inc.php
index d39f0f9b..ea6cd20d 100644
--- a/inc/message.inc.php
+++ b/inc/message.inc.php
@@ -16,8 +16,11 @@ $error_text = array(
'remote-timeout' => 'Konnte Ressource {{0}} nicht herunterladen',
'remote-parse-failed' => 'Parsen der empfangenen Daten fehlgeschlagen ({{0}})',
'missing-file' => 'Es wurde keine Datei ausgewählt!',
+ 'invalid-file' => 'Die Datei {{0}} existiert nicht!',
'upload-complete' => 'Upload von {{0}} war erfolgreich',
'upload-failed' => 'Upload von {{0}} schlug fehl!',
+ 'config-activated' => 'Konfiguration wurde aktiviert',
+ 'error-write' => 'Fehler beim Schreiben von {{0}}',
);
class Message