Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/273601

Change subject: Remove double emphasis in string
......................................................................

Remove double emphasis in string

Change-Id: I3e96a2fbeee8ad45709c794a7c5bc3c1c9e8493b
---
M i18n/en.json
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GWToolset 
refs/changes/01/273601/1

diff --git a/i18n/en.json b/i18n/en.json
index 541b181..b16faa3 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -112,7 +112,7 @@
        "gwtoolset-file-url-invalid": "The file does not yet exist in the wiki. 
You need to first upload the file from your computer if you want to use the 
file URL reference in the form.",
        "gwtoolset-mediafile-throttle": "Mediafile throttle:",
        "gwtoolset-mediafile-throttle-description": "After the batch preview, 
in step 3, GWToolset uploads the remaining records in your batch upload via 
background jobs. The mediafile throttle controls the number of mediafile 
requests Wikimedia Commons will make against your mediafile server each time a 
background job is run. You can set the mediafile throttle between 1-20. For 
example, if the total number of records in your batch upload is 100 and you set 
the throttle to 20, Wikimedia Commons will run 5 background jobs in order to 
process your entire batch upload. The time between each background upload job 
varies depending on server load and configuration. We anticipate that on 
Wikimedia Commons a GWToolset background job will run at least every 5 
minutes.",
-       "gwtoolset-mediawiki-template-does-not-exist": "MediaWiki template 
\"<strong>$1</strong>\" does not exist in the wiki.\n\nEither import the 
template or select another MediaWiki template to use for mapping.",
+       "gwtoolset-mediawiki-template-does-not-exist": "MediaWiki template 
<strong>$1</strong> does not exist in the wiki.\n\nEither import the template 
or select another MediaWiki template to use for mapping.",
        "gwtoolset-mediawiki-template-not-found": "MediaWiki template \"$1\" 
not found.",
        "gwtoolset-metadata-file-source": "Select the metadata file source.",
        "gwtoolset-metadata-file-source-info": "... either a file that has been 
previously uploaded or a file you wish to upload from your computer.",
@@ -120,8 +120,8 @@
        "gwtoolset-metadata-file-upload": "Metadata file upload:",
        "gwtoolset-metadata-mapping-bad": "There is a problem with the metadata 
mapping. Most likely the JSON format is invalid. Try and correct the issue and 
then submit the form again.\n\n$1",
        "gwtoolset-metadata-mapping-invalid-url": "The supplied metadata 
mapping URL does not match the expected mapping URL path.\n\n* Supplied URL: 
$1\n* Expected URL: $2",
-       "gwtoolset-metadata-mapping-not-found": "No metadata mapping was 
found.\n\nThe page \"<strong>$1</strong>\" does not exist in the wiki.",
-       "gwtoolset-namespace-mismatch": "The page \"<strong>$1</strong>\" is in 
the wrong namespace \"<strong>$2</strong>\".\n\nIt should be in the namespace 
\"<strong>$3</strong>\".",
+       "gwtoolset-metadata-mapping-not-found": "No metadata mapping was 
found.\n\nThe page <strong>$1</strong> does not exist in the wiki.",
+       "gwtoolset-namespace-mismatch": "The page <strong>$1</strong> is in the 
wrong namespace <strong>$2</strong>.\n\nIt should be in the namespace 
<strong>$3</strong>.",
        "gwtoolset-no-xml-element-found": "No XML element found for mapping.\n* 
Did you enter a value in the form for 
\"{{int:gwtoolset-record-element-name}}\"?\n* Is the XML file well-formed? Try 
this [$1 XML validator].\n$2",
        "gwtoolset-page-title-contains-url": "The page \"$1\" contains the 
entire wiki URL. Make sure you only enter the page title, e.g. the part of the 
URL after <code>/wiki/</code>.",
        "gwtoolset-record-element-name": "What is the XML element that contains 
each metadata record:",
@@ -176,7 +176,7 @@
        "gwtoolset-reupload-media": "Re-upload media from URL",
        "gwtoolset-reupload-media-explanation": "This checkbox allows you to 
re-upload media for an item that has already been uploaded to the wiki. If the 
item already exists because of one of your previous uploads, an additional 
media file will be added to the wiki. If someone else has already uploaded a 
new version of the media file, then your new upload will be ignored. If the 
media file does not yet exist in the wiki, it will be uploaded whether this 
checkbox is checked or not.",
        "gwtoolset-specific-categories": "Item specific categories",
-       "gwtoolset-specific-tooltip": "Using the following fields you can apply 
a phrase (optional) plus a metadata field as the category entry for each 
individual uploaded item. For example, if the metadata file contains an element 
for the artist of each record, you could add that as a category entry for each 
record that would change to the value specific to each record. You could also 
add a phrase such as \"<em>{{int:gwtoolset-painted-by}}</em>\" and then the 
artist metadata field, which would yield \"<em>{{int:gwtoolset-painted-by}} 
<artist name></em>\" as the category for each record. Category names should 
generally be in English (see 
[[Commons:Categories#Category_names|Commons:Category names]]).",
+       "gwtoolset-specific-tooltip": "Using the following fields you can apply 
a phrase (optional) plus a metadata field as the category entry for each 
individual uploaded item. For example, if the metadata file contains an element 
for the artist of each record, you could add that as a category entry for each 
record that would change to the value specific to each record. You could also 
add a phrase such as <em>{{int:gwtoolset-painted-by}}</em> and then the artist 
metadata field, which would yield <em>{{int:gwtoolset-painted-by}} <artist 
name></em> as the category for each record. Category names should generally be 
in English (see [[Commons:Categories#Category_names|Commons:Category names]]).",
        "gwtoolset-template-field": "Template field",
        "gwtoolset-step-3-instructions-heading": "Step 3: Batch preview",
        "gwtoolset-step-3-instructions-1": "Below are the results of uploading 
the {{PLURAL:$1|first record|first $1 records}} from the metadata file you 
selected and mapping {{PLURAL:$1|it|them}} to the MediaWiki template you 
selected in \"{{int:gwtoolset-step-2-heading}}\".",

-- 
To view, visit https://gerrit.wikimedia.org/r/273601
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e96a2fbeee8ad45709c794a7c5bc3c1c9e8493b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GWToolset
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to