Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -557,6 +557,7 @@ |
558 | 558 | 'permissionserrorstext', |
559 | 559 | 'permissionserrorstext-withaction', |
560 | 560 | 'recreate-deleted-warn', |
| 561 | + 'deleted-notice', |
561 | 562 | ), |
562 | 563 | 'parserwarnings' => array( |
563 | 564 | 'expensive-parserfunction-warning', |
— | — | @@ -1381,6 +1382,15 @@ |
1382 | 1383 | 'listusers-submit', |
1383 | 1384 | 'listusers-noresult', |
1384 | 1385 | ), |
| 1386 | + 'newuserlog' => array( |
| 1387 | + 'newuserlogpage', |
| 1388 | + 'newuserlogpagetext', |
| 1389 | + 'newuserlogentry', |
| 1390 | + 'newuserlog-byemail', |
| 1391 | + 'newuserlog-create-entry', |
| 1392 | + 'newuserlog-create2-entry', |
| 1393 | + 'newuserlog-autocreate-entry', |
| 1394 | + ), |
1385 | 1395 | 'listgrouprights' => array( |
1386 | 1396 | 'listgrouprights', |
1387 | 1397 | 'listgrouprights-summary', |
— | — | @@ -1535,6 +1545,7 @@ |
1536 | 1546 | 'protect-level-sysop', |
1537 | 1547 | 'protect-summary-cascade', |
1538 | 1548 | 'protect-expiring', |
| 1549 | + 'protect-expiry-indefinite', |
1539 | 1550 | 'protect-cascade', |
1540 | 1551 | 'protect-cantedit', |
1541 | 1552 | 'protect-othertime', |
— | — | @@ -2795,6 +2806,7 @@ |
2796 | 2807 | 'allpages' => 'Special:AllPages', |
2797 | 2808 | 'categories' => 'Special:Categories', |
2798 | 2809 | 'listusers' => 'Special:ListUsers', |
| 2810 | + 'newuserlog' => 'Special:Log/newusers', |
2799 | 2811 | 'listgrouprights' => 'Special:ListGroupRights', |
2800 | 2812 | 'emailuser' => 'E-mail user', |
2801 | 2813 | 'watchlist' => 'Watchlist', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -153,6 +153,7 @@ |
154 | 154 | 'missingfiles-summary', |
155 | 155 | 'upload-summary', |
156 | 156 | 'pagetitle-view-mainpage', |
| 157 | + 'newuserlogentry', |
157 | 158 | ); |
158 | 159 | |
159 | 160 | /** Optional messages, which may be translated only if changed in the target language. */ |
Index: trunk/phase3/languages/messages/MessagesZh_hans.php |
— | — | @@ -1493,10 +1493,9 @@ |
1494 | 1494 | 'listusers-submit' => '显示', |
1495 | 1495 | 'listusers-noresult' => '找不到用户。', |
1496 | 1496 | |
1497 | | -# New user log |
| 1497 | +# Special:Log/newusers |
1498 | 1498 | 'newuserlogpage' => '新进用户名册', |
1499 | 1499 | 'newuserlogpagetext' => '本日志是显示新注册用户的日志', |
1500 | | -'newuserlog-desc' => '加入一个[[Special:Log/newusers|新进用户名册]]到[[Special:Log]]', |
1501 | 1500 | 'newuserlog-byemail' => '密码已由电子邮件发出', |
1502 | 1501 | 'newuserlog-create-entry' => '新用户', |
1503 | 1502 | 'newuserlog-create2-entry' => '已创建$1的账户', |
Index: trunk/phase3/languages/messages/MessagesYue.php |
— | — | @@ -1549,10 +1549,9 @@ |
1550 | 1550 | 'listusers-submit' => '顯示', |
1551 | 1551 | 'listusers-noresult' => '搵唔到用戶。', |
1552 | 1552 | |
1553 | | -# New user log |
| 1553 | +# Special:Log/newusers |
1554 | 1554 | 'newuserlogpage' => '使用者開戶記錄', |
1555 | 1555 | 'newuserlogpagetext' => '呢個係一個使用者開戶嘅日誌', |
1556 | | -'newuserlog-desc' => '加一個[[Special:Log/newusers|開戶口記錄]]到[[Special:Log]]', |
1557 | 1556 | 'newuserlog-byemail' => '密碼已由電郵寄出', |
1558 | 1557 | 'newuserlog-create-entry' => '新用戶', |
1559 | 1558 | 'newuserlog-create2-entry' => '已經開咗$1嘅戶口', |
Index: trunk/phase3/languages/messages/MessagesZh_hant.php |
— | — | @@ -1468,10 +1468,9 @@ |
1469 | 1469 | 'listusers-submit' => '顯示', |
1470 | 1470 | 'listusers-noresult' => '找不到用戶。', |
1471 | 1471 | |
1472 | | -# New user log |
| 1472 | +# Special:Log/newusers |
1473 | 1473 | 'newuserlogpage' => '新進用戶名冊', |
1474 | 1474 | 'newuserlogpagetext' => '這是一個最近被創建用戶的日誌', |
1475 | | -'newuserlog-desc' => '加入一個[[Special:Log/newusers|新進用戶名冊]]到[[Special:Log]]', |
1476 | 1475 | 'newuserlog-byemail' => '密碼已由電子郵件寄出', |
1477 | 1476 | 'newuserlog-create-entry' => '新用戶', |
1478 | 1477 | 'newuserlog-create2-entry' => '已創建$1的帳戶', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1185,6 +1185,8 @@ |
1186 | 1186 | |
1187 | 1187 | You should consider whether it is appropriate to continue editing this page. |
1188 | 1188 | The deletion log for this page is provided here for convenience:", |
| 1189 | +'deleted-notice' => 'This page has been deleted. |
| 1190 | +The deletion log for the page is provided below for reference.', |
1189 | 1191 | |
1190 | 1192 | # Parser/template warnings |
1191 | 1193 | 'expensive-parserfunction-warning' => 'Warning: This page contains too many expensive parser function calls. |
— | — | @@ -2107,11 +2109,10 @@ |
2108 | 2110 | 'listusers-submit' => 'Show', |
2109 | 2111 | 'listusers-noresult' => 'No user found.', |
2110 | 2112 | |
2111 | | -# New user log |
| 2113 | +# Special:Log/newusers |
2112 | 2114 | 'newuserlogpage' => 'User creation log', |
2113 | 2115 | 'newuserlogpagetext' => 'This is a log of user creations.', |
2114 | | -'newuserlog-desc' => 'Adds a [[Special:Log/newusers|log of account creations]]', |
2115 | | -'newuserlogentry' => '', # For compatibility, do not translate this |
| 2116 | +'newuserlogentry' => '', # do not translate or duplicate this message to other languages |
2116 | 2117 | 'newuserlog-byemail' => 'password sent by e-mail', |
2117 | 2118 | 'newuserlog-create-entry' => 'New user', |
2118 | 2119 | 'newuserlog-create2-entry' => 'created account for $1', |
— | — | @@ -2315,7 +2316,7 @@ |
2316 | 2317 | 'protect-level-sysop' => 'Sysops only', |
2317 | 2318 | 'protect-summary-cascade' => 'cascading', |
2318 | 2319 | 'protect-expiring' => 'expires $1 (UTC)', |
2319 | | -'protect-expiry-indefinite' => 'indefinite', |
| 2320 | +'protect-expiry-indefinite' => 'indefinite', |
2320 | 2321 | 'protect-cascade' => 'Protect pages included in this page (cascading protection)', |
2321 | 2322 | 'protect-cantedit' => 'You cannot change the protection levels of this page, because you do not have permission to edit it.', |
2322 | 2323 | 'protect-othertime' => 'Other time:', |
Index: trunk/phase3/languages/messages/MessagesZh_classical.php |
— | — | @@ -1327,10 +1327,9 @@ |
1328 | 1328 | 'listusers-submit' => '見', |
1329 | 1329 | 'listusers-noresult' => '尋無簿。', |
1330 | 1330 | |
1331 | | -# New user log |
| 1331 | +# Special:Log/newusers |
1332 | 1332 | 'newuserlogpage' => '誌簿', |
1333 | 1333 | 'newuserlogpagetext' => '此為誌簿之記也', |
1334 | | -'newuserlog-desc' => '加一[[Special:Log/newusers|誌簿]]至[[Special:Log]]', |
1335 | 1334 | 'newuserlog-byemail' => '號發自電郵', |
1336 | 1335 | 'newuserlog-create-entry' => '新簿', |
1337 | 1336 | 'newuserlog-create2-entry' => '已註$1之簿', |