MarkTraceur has uploaded a new change for review.

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

Change subject: Normalize i18n message keys
......................................................................

Normalize i18n message keys

Bug: T142069
Change-Id: I1dde11a9bd90d841eeab4f9db879ea0f35e92ec0
---
M extension.json
M i18n/en.json
M i18n/qqq.json
3 files changed, 18 insertions(+), 18 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/FileAnnotations 
refs/changes/53/310353/1

diff --git a/extension.json b/extension.json
index dbde3c7..2dcf1b7 100644
--- a/extension.json
+++ b/extension.json
@@ -57,12 +57,12 @@
                        ],
 
                        "messages": [
-                               "fileannotation-create",
-                               "file-has-annotations",
-                               "save-fileannotation",
-                               "cancel-fileannotation",
-                               "edit-fileannotation",
-                               "delete-fileannotation"
+                               "fileannotations-create",
+                               "fileannotations-file-has-annotations",
+                               "fileannotations-save",
+                               "fileannotations-cancel",
+                               "fileannotations-edit",
+                               "fileannotations-delete"
                        ]
                }
        },
diff --git a/i18n/en.json b/i18n/en.json
index 9b7a627..8fc49a7 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3,13 +3,13 @@
                "authors": []
        },
        "fileannotations-desc": "Displays and edits annotations on file pages.",
-       "file-has-annotations": "There are annotations on this file. Mouse over 
the image to view them.",
+       "fileannotations-file-has-annotations": "There are annotations on this 
file. Mouse over the image to view them.",
        "fileannotations-tab": "Annotations",
-       "fileannotation-create": "Add file annotation",
-       "save-fileannotation": "Save",
-       "cancel-fileannotation": "Cancel",
-       "edit-fileannotation": "Edit",
-       "delete-fileannotation": "Delete",
+       "fileannotations-create": "Add file annotation",
+       "fileannotations-save": "Save",
+       "fileannotations-cancel": "Cancel",
+       "fileannotations-edit": "Edit",
+       "fileannotations-delete": "Delete",
 
        "fileannotations-go-to-filepage": "It is recommended that you view and 
edit file annotations on [[:$1|the file page]], where they are available in a 
visual format.",
 
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 4dedd17..82bd8aa 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -3,12 +3,12 @@
                "authors": []
        },
        "fileannotations-desc": "Description of the FileAnnotations extension.",
-       "file-has-annotations": "Note on file page indicating the file has 
annotations.",
+       "fileannotations-file-has-annotations": "Note on file page indicating 
the file has annotations.",
        "fileannotations-tab": "Text for a tab that links to the file 
annotations page from the file page.",
-       "fileannotation-create": "Text of a button to create a new annotation 
on a file.",
-       "save-fileannotation": "Text of a button to save a new or edited 
annotation.",
-       "cancel-fileannotation": "Text of a button that cancels creating or 
editing an annotation.",
-       "edit-fileannotation": "Text of a button to begin editing an 
annotation.",
-       "delete-fileannotation": "Text of a button to delete an annotation.",
+       "fileannotations-create": "Text of a button to create a new annotation 
on a file.",
+       "fileannotations-save": "Text of a button to save a new or edited 
annotation.",
+       "fileannotations-cancel": "Text of a button that cancels creating or 
editing an annotation.",
+       "fileannotations-edit": "Text of a button to begin editing an 
annotation.",
+       "fileannotations-delete": "Text of a button to delete an annotation.",
        "fileannotations-go-to-filepage": "Appears on the file annotations page 
to encourage users to go to the file page to interact with the content. $1 is 
the file page title, including namespace, suitable for inclusion in a wikilink. 
The message will be parsed. Remember to put a colon (:) in front of the file 
page title, or the message will put the whole image into the page."
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1dde11a9bd90d841eeab4f9db879ea0f35e92ec0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FileAnnotations
Gerrit-Branch: master
Gerrit-Owner: MarkTraceur <mholmqu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to