X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=blobdiff_plain;f=languages%2Fi18n%2Fen.json;h=d8554b251ee11f154519c6405adca286131ece5f;hb=2b11da9a1c17e6d2a6f8fd361569f027ae6d1ddb;hp=b8cda248e5e165445570db52ccdf450ae651adae;hpb=f838e8c432704031cf4c56b848ac11ef83fbc676;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/i18n/en.json b/languages/i18n/en.json index b8cda248e5..d8554b251e 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -340,6 +340,15 @@ "no-null-revision": "Could not create new null revision for page \"$1\"", "badtitle": "Bad title", "badtitletext": "The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.\nIt may contain one or more characters that cannot be used in titles.", + "title-invalid-empty": "The requested page title is empty or contains only the name of a namespace.", + "title-invalid-utf8": "The requested page title contains an invalid UTF-8 sequence.", + "title-invalid-interwiki": "Title contains an interwiki link", + "title-invalid-talk-namespace": "The requested page title refers to a talk page that can not exist.", + "title-invalid-characters": "The requested page title contains invalid characters: \"$1\".", + "title-invalid-relative": "Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\"s browser.", + "title-invalid-magic-tilde": "The requested page title contains invalid magic tilde sequence (~~~).", + "title-invalid-too-long": "The requested page title is too long. It must be no longer than $1 bytes in UTF-8 encoding.", + "title-invalid-leading-colon": "The requested page title contains an invalid colon at the beginning.", "perfcached": "The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.", "perfcachedts": "The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.", "querypage-no-updates": "Updates for this page are currently disabled.\nData here will not presently be refreshed.", @@ -2314,8 +2323,9 @@ "import-interwiki-history": "Copy all history revisions for this page", "import-interwiki-templates": "Include all templates", "import-interwiki-submit": "Import", - "import-interwiki-namespace": "Destination namespace:", - "import-interwiki-rootpage": "Destination root page (optional):", + "import-mapping-default": "Import to default locations", + "import-mapping-namespace": "Import to a namespace:", + "import-mapping-subpage": "Import as subpages of the following page:", "import-upload-filename": "Filename:", "import-comment": "Comment:", "importtext": "Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.",