Index: trunk/extensions/Translate/check-blacklist.php |
— | — | @@ -29,37 +29,114 @@ |
30 | 30 | 'group' => 'ext-abusefilter', |
31 | 31 | 'check' => 'variable', |
32 | 32 | 'message' => array( |
33 | | - 'abusefilter-reautoconfirm-none', // Optional username parameter for GENDER |
| 33 | + 'abusefilter-edit-lastmod-text', // Optional username parameter for GENDER, optional time parameters |
| 34 | + 'abusefilter-reautoconfirm-none', // Optional username parameter for GENDER |
34 | 35 | ) |
35 | 36 | ), |
36 | 37 | array( |
37 | 38 | 'group' => 'ext-advancedrandom', |
38 | 39 | 'check' => 'links', |
39 | 40 | 'message' => array( |
40 | | - 'advancedrandom-desc', // Contains link parts that may need translations |
| 41 | + 'advancedrandom-desc', // Contains link parts that may need translations |
41 | 42 | ) |
42 | 43 | ), |
43 | 44 | array( |
44 | 45 | 'group' => 'ext-blahtext', |
45 | 46 | 'check' => 'balance', |
46 | 47 | 'message' => array( |
47 | | - 'math_MissingOpenBraceAfter', // Contains unbalanced { |
48 | | - 'math_MissingOpenBraceAtEnd', // Contains unbalanced { |
49 | | - 'math_MissingOpenBraceBefore', // Contains unbalanced { |
| 48 | + 'math_MissingOpenBraceAfter', // Contains unbalanced { |
| 49 | + 'math_MissingOpenBraceAtEnd', // Contains unbalanced { |
| 50 | + 'math_MissingOpenBraceBefore', // Contains unbalanced { |
50 | 51 | ) |
51 | 52 | ), |
52 | 53 | array( |
| 54 | + 'group' => 'ext-call', |
| 55 | + 'check' => 'links', |
| 56 | + 'message' => array( |
| 57 | + 'call-text', // Contains links that are translated |
| 58 | + ) |
| 59 | +), |
| 60 | +array( |
53 | 61 | 'group' => 'ext-centralauth', |
54 | 62 | 'check' => 'links', |
55 | 63 | 'message' => array( |
56 | | - 'centralauth-readmore-text', // Contains link to page that may be available in a translated version |
| 64 | + 'centralauth-readmore-text', // Contains link to page that may be available in a translated version |
| 65 | + 'centralauth-finish-problems', // Contains link to page that may be available in a translated version |
57 | 66 | ) |
58 | 67 | ), |
59 | 68 | array( |
| 69 | + 'group' => 'ext-confirmaccount', |
| 70 | + 'check' => 'variable', |
| 71 | + 'message' => array( |
| 72 | + 'requestaccount-email-body', // Optional time parameters |
| 73 | + ) |
| 74 | +), |
| 75 | +array( |
| 76 | + 'group' => 'ext-configure', |
| 77 | + 'check' => 'variable', |
| 78 | + 'message' => array( |
| 79 | + 'configure-condition-description-4', // Optional parameter for PLURAL |
| 80 | + 'configure-edit-old', // Optional time parameters |
| 81 | + 'configure-viewconfig-line', // Optional time parameters |
| 82 | + ) |
| 83 | +), |
| 84 | +array( |
| 85 | + 'group' => 'ext-deletequeue', |
| 86 | + 'check' => 'variable', |
| 87 | + 'message' => array( |
| 88 | + 'deletequeue-page-prod', // Optional time parameters |
| 89 | + 'deletequeue-page-deletediscuss', // Optional time parameters |
| 90 | + ) |
| 91 | +), |
| 92 | +array( |
| 93 | + 'group' => 'ext-editsubpages', |
| 94 | + 'check' => 'links', |
| 95 | + 'message' => array( |
| 96 | + 'unlockedpages', // Contains links that are translated |
| 97 | + ) |
| 98 | +), |
| 99 | +array( |
| 100 | + 'group' => 'ext-farmer', |
| 101 | + 'check' => 'links', |
| 102 | + 'message' => array( |
| 103 | + 'farmer-confirmsetting-tex', // Contains links that are translated |
| 104 | + ) |
| 105 | +), |
| 106 | +array( |
| 107 | + 'group' => 'ext-flaggedrevs-stabilization', |
| 108 | + 'check' => 'variable', |
| 109 | + 'message' => array( |
| 110 | + 'stabilize-expiring', // Optional time parameters |
| 111 | + ) |
| 112 | +), |
| 113 | +array( |
| 114 | + 'group' => 'ext-flaggedrevs-stableversions', |
| 115 | + 'check' => 'variable', |
| 116 | + 'message' => array( |
| 117 | + 'stableversions-review', // Optional time parameters, and name for GENDER |
| 118 | + ) |
| 119 | +), |
| 120 | +array( |
60 | 121 | 'group' => 'ext-newusernotification', |
61 | 122 | 'check' => 'variable', |
62 | 123 | 'message' => array( |
63 | | - 'newusernotifbody', // Optional time parameters |
| 124 | + 'newusernotifbody', // Optional time parameters |
64 | 125 | ) |
| 126 | +), |
| 127 | +array( |
| 128 | + 'group' => 'ext-regexblock', |
| 129 | + 'check' => 'variable', |
| 130 | + 'message' => array( |
| 131 | + 'regexblock-match-stats-record', // Optional time parameters |
| 132 | + 'regexblock-view-time', // Optional time parameters |
| 133 | + ) |
| 134 | +), |
| 135 | +array( |
| 136 | + 'group' => 'ext-ui-edittoolbar', |
| 137 | + 'check' => 'links', |
| 138 | + 'message' => array( |
| 139 | + 'edittoolbar-help-content-ilink-syntax', // Contains links that are translated |
| 140 | + 'edittoolbar-help-content-file-syntax', // Contains links that are translated |
| 141 | + ) |
65 | 142 | ) |
66 | 143 | ); |