Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1022,6 +1022,7 @@ |
1023 | 1023 | 'withoutinterwiki', |
1024 | 1024 | 'withoutinterwiki-header', |
1025 | 1025 | 'withoutinterwiki-summary', |
| 1026 | + 'withoutinterwiki-submit', |
1026 | 1027 | ), |
1027 | 1028 | 'fewestrevisions' => array( |
1028 | 1029 | 'fewestrevisions', |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -1374,6 +1374,7 @@ |
1375 | 1375 | |
1376 | 1376 | 'withoutinterwiki' => 'דפים ללא קישורי שפה', |
1377 | 1377 | 'withoutinterwiki-header' => 'הדפים הבאים אינם מקשרים לגרסאות שלהם בשפות אחרות:', |
| 1378 | +'withoutinterwiki-submit' => 'הצגה', |
1378 | 1379 | |
1379 | 1380 | 'fewestrevisions' => 'הדפים בעלי מספר העריכות הנמוך ביותר', |
1380 | 1381 | |