|
12 | 12 | "deputy.cte.delete": "Delete all notices",
|
13 | 13 | "deputy.cte.delete.confirm": "You are about to delete $1 {{PLURAL:$1|notice|notices}}. Continue?",
|
14 | 14 |
|
| 15 | + "deputy.cte.nocat.head": "<code>nocat</code> is enabled", |
| 16 | + "deputy.cte.nocat.help": "This notice has the <code>nocat</code> parameter enabled and, as an effect, is not being tracked in categories. This usually means that the template is for demonstration purposes only.", |
| 17 | + "deputy.cte.nocat.clear": "Restore tracking", |
| 18 | + "deputy.cte.demo.head": "<code>demo</code> is enabled", |
| 19 | + "deputy.cte.demo.help": "This notice has the <code>demo</code> parameter enabled. This usually means that the template is for demonstration purposes only.", |
| 20 | + "deputy.cte.demo.clear": "Clear demo mode", |
| 21 | + |
15 | 22 | "deputy.cte.invalid": "Some fields are still invalid.",
|
16 | 23 | "deputy.cte.adding": "Adding content attribution notices",
|
17 | 24 | "deputy.cte.modifying": "Modifying content attribution notices",
|
|
165 | 172 | "deputy.cte.backwardsCopy.entry.url.help": "A URL to the published media, if it exists as an online resource. If this is not an online resource (newspaper media, other printed media), leave this blank.",
|
166 | 173 | "deputy.cte.backwardsCopy.entry.org.placeholder": "Example Publishing",
|
167 | 174 | "deputy.cte.backwardsCopy.entry.org.label": "Publisher",
|
168 |
| - "deputy.cte.backwardsCopy.entry.org.help": "The publisher of the media. This may be a news company or a book publishing company." |
| 175 | + "deputy.cte.backwardsCopy.entry.org.help": "The publisher of the media. This may be a news company or a book publishing company.", |
| 176 | + |
| 177 | + "deputy.cte.translatedPage.label": "Translated from $1:$2", |
| 178 | + "deputy.cte.translatedPage.remove": "Remove notice", |
| 179 | + |
| 180 | + "deputy.cte.translatedPage.lang.placeholder": "en, de, fr, es, etc.", |
| 181 | + "deputy.cte.translatedPage.lang.label": "Language code", |
| 182 | + "deputy.cte.translatedPage.lang.help": "The language code of the wiki that the page was translated from. This is the \"en\" of the English Wikipedia, or the \"fr\" of the French Wikipedia.", |
| 183 | + "deputy.cte.translatedPage.page.placeholder": "Page on other wiki", |
| 184 | + "deputy.cte.translatedPage.page.label": "Source page", |
| 185 | + "deputy.cte.translatedPage.page.help": "The page on the other wiki that the content was copied from. Do not translate the page title.", |
| 186 | + "deputy.cte.translatedPage.comments.placeholder": "Additional comments", |
| 187 | + "deputy.cte.translatedPage.comments.label": "Comments", |
| 188 | + "deputy.cte.translatedPage.comments.help": "Additional comments that are pertinent to translation.", |
| 189 | + "deputy.cte.translatedPage.version.placeholder": "123456789", |
| 190 | + "deputy.cte.translatedPage.version.label": "Source revision ID", |
| 191 | + "deputy.cte.translatedPage.version.help": "The revision ID of the source page at the time of translation.", |
| 192 | + "deputy.cte.translatedPage.insertversion.placeholder": "987654321", |
| 193 | + "deputy.cte.translatedPage.insertversion.label": "Insertion revision ID", |
| 194 | + "deputy.cte.translatedPage.insertversion.help": "The revision ID of the revision where the translated content was inserted into the page bearing this notice.", |
| 195 | + "deputy.cte.translatedPage.section.placeholder": "Section name", |
| 196 | + "deputy.cte.translatedPage.section.label": "Section", |
| 197 | + "deputy.cte.translatedPage.section.help": "The section of the page that was translated, if a specific section was translated. Leave blank if this does not apply, or if translation was performed on the entire page or more than one section.", |
| 198 | + "deputy.cte.translatedPage.small.label": "Small?", |
| 199 | + "deputy.cte.translatedPage.small.help": "Whether to render the template as a small message box or not. By default, a small box is used. If you have a good reason to use a full-sized banner, disable this option.", |
| 200 | + "deputy.cte.translatedPage.partial.label": "Partial?", |
| 201 | + "deputy.cte.translatedPage.partial.help": "Whether this translation is a partial translation or not." |
169 | 202 | }
|
0 commit comments