From 93c667f039ffc19ed47e3eb381a3771e96c24711 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 28 Jun 2015 00:36:09 +0200 Subject: Add option to populate a gallery. If set, a new section of the given page is created with a gallery of the uploaded files. - add MediaWikiApi.appendToPage and MediaWikiInterface.addToGallery - require target file name to be set when calling MediaWikiInterface.uploadFile - calculate file name in MediaWikiExportServiceProvider.processRenderedPhotos insted of in ..., store it and pass it to MediaWikiInterface.addToGallery - add the gallery option to the export dialog in MediaWikiExportServiceProvider - update messages Fix #24. --- mediawiki.lrdevplugin/TranslatedStrings_de.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mediawiki.lrdevplugin/TranslatedStrings_de.txt') diff --git a/mediawiki.lrdevplugin/TranslatedStrings_de.txt b/mediawiki.lrdevplugin/TranslatedStrings_de.txt index f4b8c33..61d2c8b 100755 --- a/mediawiki.lrdevplugin/TranslatedStrings_de.txt +++ b/mediawiki.lrdevplugin/TranslatedStrings_de.txt @@ -54,6 +54,7 @@ "$$$/LrMediaWiki/Section/Licensing/Title=Upload-Informationen" "$$$/LrMediaWiki/Section/User/ApiPath/Details=Pfad zur api.php-Datei" "$$$/LrMediaWiki/Section/User/ApiPath=API-Pfad" +"$$$/LrMediaWiki/Section/User/Gallery=Galerie" "$$$/LrMediaWiki/Section/User/Password=Passwort" "$$$/LrMediaWiki/Section/User/Title=Login-Informationen" "$$$/LrMediaWiki/Section/User/Username=Benutzername" -- cgit v1.2.1