-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes; fix i18n; Release 1.0.1
- Loading branch information
Showing
6 changed files
with
29 additions
and
5 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
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,5 @@ | ||
{ | ||
"simplebatchupload-desc": "Einfaches Hochladen mehrerer Dateien", | ||
"batchupload": "Mehrere Dateien hochladen", | ||
"simplebatchupload-buttonlabel": "Wähle Dateien (oder ziehe sie hierher)..." | ||
} |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"simplebatchupload-desc": "Simplified batch upload of files", | ||
"batchupload": "Upload multiple files" | ||
"simplebatchupload-desc": "Simple batch upload of files", | ||
"batchupload": "Upload multiple files", | ||
"simplebatchupload-buttonlabel": "Select files (or drop them here)..." | ||
} |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"simplebatchupload-desc": "{{desc|name=SimpleBatchUpload|url=https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload}}", | ||
"batchupload": "{{doc-special|BatchUpload}}" | ||
"batchupload": "{{doc-special|BatchUpload}}", | ||
"simplebatchupload-buttonlabel": "The label for the upload button" | ||
} |
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,17 @@ | ||
## Release Notes | ||
|
||
### SimpleBatchUpload 1.0.1 | ||
|
||
Released on 07-Jun-2016 | ||
|
||
Changes: | ||
* Add documentration | ||
* Fix error handling | ||
* Fix minimum MW version to 1.26 | ||
* Fix i18n of upload button label | ||
|
||
### SimpleBatchUpload 1.0.0 | ||
|
||
Released on 06-Jun-2016 | ||
|
||
First version |
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