Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1327,7 +1327,7 @@ |
1328 | 1328 | 'spamprotectionmatch', |
1329 | 1329 | 'subcategorycount', |
1330 | 1330 | 'categoryarticlecount', |
1331 | | - 'categorymediacount', |
| 1331 | + 'category-media-count', |
1332 | 1332 | 'listingcontinuesabbrev', |
1333 | 1333 | 'spambot_username', |
1334 | 1334 | 'spam_reverting', |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -2145,10 +2145,10 @@ |
2146 | 2146 | 'table_pager_empty' => 'ללא תוצאות', |
2147 | 2147 | |
2148 | 2148 | # Auto-summaries |
2149 | | -'autosumm-blank' => 'מסיר את כל התוכן מדף זה', |
2150 | | -'autosumm-replace' => "מחליף את הדף עם '$1'", |
2151 | | -'autoredircomment' => 'הפניה לדף [[$1]]', # This should be changed to the new naming convention, but existed beforehand |
2152 | | -'autosumm-new' => 'דף חדש: $1', |
| 2149 | +'autosumm-blank' => 'מסיר את כל התוכן מדף זה', |
| 2150 | +'autosumm-replace' => "מחליף את הדף עם '$1'", |
| 2151 | +'autoredircomment' => 'הפניה לדף [[$1]]', # This should be changed to the new naming convention, but existed beforehand |
| 2152 | +'autosumm-new' => 'דף חדש: $1', |
2153 | 2153 | |
2154 | 2154 | ); |
2155 | 2155 | |