summaryrefslogtreecommitdiffstats
path: root/inc/message.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-09 18:31:40 +0100
committerSimon Rettberg2013-11-09 18:31:40 +0100
commit3a6abc666fe815c789fbb5068d011acd8766e1e7 (patch)
tree84006a3f701307bd2f9072fd0b7ee0475848b548 /inc/message.inc.php
parentMake download work (diff)
downloadslx-admin-3a6abc666fe815c789fbb5068d011acd8766e1e7.tar.gz
slx-admin-3a6abc666fe815c789fbb5068d011acd8766e1e7.tar.xz
slx-admin-3a6abc666fe815c789fbb5068d011acd8766e1e7.zip
Add custom config.tgz upload functionality
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 5896d092..d39f0f9b 100644
--- a/inc/message.inc.php
+++ b/inc/message.inc.php
@@ -15,6 +15,9 @@ $error_text = array(
'invalid-action' => 'Ungültige Aktion: {{0}}',
'remote-timeout' => 'Konnte Ressource {{0}} nicht herunterladen',
'remote-parse-failed' => 'Parsen der empfangenen Daten fehlgeschlagen ({{0}})',
+ 'missing-file' => 'Es wurde keine Datei ausgewählt!',
+ 'upload-complete' => 'Upload von {{0}} war erfolgreich',
+ 'upload-failed' => 'Upload von {{0}} schlug fehl!',
);
class Message