diff options
author | Simon Rettberg | 2013-11-09 18:31:40 +0100 |
---|---|---|
committer | Simon Rettberg | 2013-11-09 18:31:40 +0100 |
commit | 3a6abc666fe815c789fbb5068d011acd8766e1e7 (patch) | |
tree | 84006a3f701307bd2f9072fd0b7ee0475848b548 /inc/message.inc.php | |
parent | Make download work (diff) | |
download | slx-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.php | 3 |
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 |