Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -90,6 +90,7 @@ |
91 | 91 | 'numberofarticles' => array( 1, 'מספר ערכים', 'NUMBEROFARTICLES' ), |
92 | 92 | 'numberoffiles' => array( 1, 'מספר קבצים', 'NUMBEROFFILES' ), |
93 | 93 | 'numberofusers' => array( 1, 'מספר משתמשים', 'NUMBEROFUSERS' ), |
| 94 | + 'activeusers' => array( 1, 'משתמשים פעילים', 'ACTIVEUSERS' ), |
94 | 95 | 'numberofedits' => array( 1, 'מספר עריכות', 'NUMBEROFEDITS' ), |
95 | 96 | 'numberofviews' => array( 1, 'מספר צפיות', 'NUMBEROFVIEWS' ), |
96 | 97 | 'pagename' => array( 1, 'שם הדף', 'PAGENAME' ), |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -232,7 +232,7 @@ |
233 | 233 | 'numberofarticles' => array( 1, 'NUMBEROFARTICLES' ), |
234 | 234 | 'numberoffiles' => array( 1, 'NUMBEROFFILES' ), |
235 | 235 | 'numberofusers' => array( 1, 'NUMBEROFUSERS' ), |
236 | | - 'activeusers' => array( 1, 'ACTIVEUSERS' ), |
| 236 | + 'activeusers' => array( 1, 'ACTIVEUSERS' ), |
237 | 237 | 'numberofedits' => array( 1, 'NUMBEROFEDITS' ), |
238 | 238 | 'numberofviews' => array( 1, 'NUMBEROFVIEWS' ), |
239 | 239 | 'pagename' => array( 1, 'PAGENAME' ), |
Index: trunk/extensions/FlaggedRevs/language/RatingHistory.i18n.php |
— | — | @@ -451,7 +451,8 @@ |
452 | 452 | 'ratinghistory-month' => 'החודש האחרון', |
453 | 453 | 'ratinghistory-3months' => 'שלושת החודשים האחרונים', |
454 | 454 | 'ratinghistory-year' => 'השנה האחרונה', |
455 | | - 'ratinghistory-3years' => '3 השנים האחרונות', |
| 455 | + 'ratinghistory-3years' => 'שלוש השנים האחרונות', |
| 456 | + 'ratinghistory-ave' => 'ממוצע: $1', |
456 | 457 | 'ratinghistory-chart' => 'דירוגי קוראים לאורך זמן', |
457 | 458 | 'ratinghistory-table' => 'סיכום דירוגי הקוראים', |
458 | 459 | 'ratinghistory-users' => 'משתמשים שדירגו:', |