-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
48 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Contributing | ||
|
||
> Contributions are welcome, and are accepted via pull requests. | ||
## Pull requests | ||
|
||
Please ensure all pull requests are made against the `develop` branch on GitHub. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
|
||
return [ | ||
'noConfig' => 'Konfiguration nicht gefunden!', | ||
'notFound' => 'Nicht gefunden!', | ||
'diskNotFound' => 'Festplatte nicht gefunden!', | ||
'pathNotFound' => 'Pfad nicht gefunden!', | ||
'diskSelected' => 'Festplatte ausgewählt!', | ||
// files | ||
'fileExist' => 'Datei existiert bereits!', | ||
'fileCreated' => 'Datei erstellt!', | ||
'fileUpdated' => 'Datei wurde aktualisiert!', | ||
'fileNotFound' => 'Datei nicht gefunden!', | ||
// directories | ||
'dirExist' => 'Ordner existiert bereits!', | ||
'dirCreated' => 'Ordner angelegt!', | ||
'dirNotFound' => 'Ordner nicht gefunden', | ||
// actions | ||
'uploaded' => 'Alle Dateien wurden hochgeladen!', | ||
'notAllUploaded' => 'Einige Dateien wurden nicht hochgeladen!', | ||
'delNotFound' => 'Einige Dateien wurden nicht gefunden!', | ||
'deleted' => 'Gelöscht!', | ||
'renamed' => 'Umbenannt!', | ||
'copied' => 'Erfolgreich kopiert!', | ||
// zip | ||
'zipError' => 'Fehler bei der Erstellung des Archivs!', | ||
// acl | ||
'aclError' => 'Zugriff verweigert!', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters