Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1236,6 +1236,8 @@ |
1237 | 1237 | 'ucnote', |
1238 | 1238 | 'uclinks', |
1239 | 1239 | 'uctop', |
| 1240 | + 'month', |
| 1241 | + 'year', |
1240 | 1242 | ), |
1241 | 1243 | 'sp-contributions' => array( |
1242 | 1244 | 'sp-contributions-newest', |
— | — | @@ -2010,6 +2012,7 @@ |
2011 | 2013 | 'watchlistall1', |
2012 | 2014 | 'watchlistall2', |
2013 | 2015 | 'namespacesall', |
| 2016 | + 'monthsall', |
2014 | 2017 | ), |
2015 | 2018 | 'confirmemail' => array( |
2016 | 2019 | 'confirmemail', |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -1490,6 +1490,8 @@ |
1491 | 1491 | 'ucnote' => "להלן '''$1''' השינויים האחרונים שביצע משתמש זה ב־'''$2''' הימים האחרונים:", |
1492 | 1492 | 'uclinks' => 'צפה ב־$1 השינויים האחרונים; צפה ב־$2 הימים האחרונים', |
1493 | 1493 | 'uctop' => '(אחרון)', |
| 1494 | +'month' => 'חודש:', |
| 1495 | +'year' => 'שנה:', |
1494 | 1496 | |
1495 | 1497 | 'sp-contributions-newest' => 'חדשות ביותר', |
1496 | 1498 | 'sp-contributions-oldest' => 'ישנות ביותר', |
— | — | @@ -2168,6 +2170,7 @@ |
2169 | 2171 | 'watchlistall1' => 'הכול', |
2170 | 2172 | 'watchlistall2' => 'הכול', |
2171 | 2173 | 'namespacesall' => 'הכול', |
| 2174 | +'monthsall' => 'הכול', |
2172 | 2175 | |
2173 | 2176 | # E-mail address confirmation |
2174 | 2177 | 'confirmemail' => 'אמתו כתובת דוא"ל', |