X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesEn.php;h=589144c40cfd3a854416df9f25e13a8cb2042a21;hb=e8495aced3e6b94a1877ec4d932ad4db5af8683f;hp=23f2bb02d5db1677ec54b26700f68c0e97dfdfe2;hpb=052d2ba86aa56209e060f882bd6c250f74920549;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 23f2bb02d5..589144c40c 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -198,10 +198,15 @@ $bookstoreList = [ * CASE is 0 to match all case variants, 1 for case-sensitive * * Note to localisers: - * - Include the English magic words as synonyms. This allows people from other - * that do no speak the language to contribute more easily. - * - Order the aliases so that common aliases are occur before more rarely - * used aliases. Tools are expected to use the first alias. + * - Include the English magic words as synonyms. This allows people from + * other wikis that do not speak the language to contribute more easily. + * - The first alias listed MUST be the preferred alias in that language. + * Tools (like Visual Editor) are expected to use the first listed alias + * when editing or creating new content. + * - Order the other aliases so that common aliases occur before more rarely + * used aliases. The aliases SHOULD be sorted by the following convention: + * 1. Local first, English last, then + * 2. Most common first, least common last. * * This array can be modified at runtime with the LanguageGetMagic hook */ @@ -402,6 +407,7 @@ $specialPageAliases = [ 'BrokenRedirects' => [ 'BrokenRedirects' ], 'Categories' => [ 'Categories' ], 'ChangeContentModel' => [ 'ChangeContentModel' ], + 'ChangeCredentials' => [ 'ChangeCredentials' ], 'ChangeEmail' => [ 'ChangeEmail' ], 'ChangePassword' => [ 'ChangePassword', 'ResetPass', 'ResetPassword' ], 'ComparePages' => [ 'ComparePages' ], @@ -425,6 +431,7 @@ $specialPageAliases = [ 'JavaScriptTest' => [ 'JavaScriptTest' ], 'BlockList' => [ 'BlockList', 'ListBlocks', 'IPBlockList' ], 'LinkSearch' => [ 'LinkSearch' ], + 'LinkAccounts' => [ 'LinkAccounts' ], 'Listadmins' => [ 'ListAdmins' ], 'Listbots' => [ 'ListBots' ], 'Listfiles' => [ 'ListFiles', 'FileList', 'ImageList' ], @@ -470,6 +477,7 @@ $specialPageAliases = [ 'Recentchanges' => [ 'RecentChanges' ], 'Recentchangeslinked' => [ 'RecentChangesLinked', 'RelatedChanges' ], 'Redirect' => [ 'Redirect' ], + 'RemoveCredentials' => [ 'RemoveCredentials' ], 'ResetTokens' => [ 'ResetTokens' ], 'Revisiondelete' => [ 'RevisionDelete' ], 'RunJobs' => [ 'RunJobs' ], @@ -485,6 +493,7 @@ $specialPageAliases = [ 'Uncategorizedpages' => [ 'UncategorizedPages' ], 'Uncategorizedtemplates' => [ 'UncategorizedTemplates' ], 'Undelete' => [ 'Undelete' ], + 'UnlinkAccounts' => [ 'UnlinkAccounts' ], 'Unlockdb' => [ 'UnlockDB' ], 'Unusedcategories' => [ 'UnusedCategories' ], 'Unusedimages' => [ 'UnusedFiles', 'UnusedImages' ],