Update.
This commit is contained in:
parent
fabf48e0ea
commit
7a4c4fa000
2 changed files with 5 additions and 1 deletions
|
|
@ -1421,7 +1421,9 @@ $NEWPAGE
|
|||
'protect-cascade' => 'הגנה מדורגת – הגן על כל הדפים המוכללים בדף זה.',
|
||||
'restriction-type' => 'הרשאה',
|
||||
'restriction-level' => 'רמת ההגבלה',
|
||||
'minimum-size' => 'גודל מינימאלי (בבתים)',
|
||||
'minimum-size' => 'גודל מינימלי',
|
||||
'maximum-size' => 'גודל מקסימלי',
|
||||
'pagesize' => '(בבתים)',
|
||||
|
||||
# Restrictions (nouns)
|
||||
'restriction-edit' => 'עריכה',
|
||||
|
|
|
|||
|
|
@ -1179,6 +1179,8 @@ $wgMessageStructure = array(
|
|||
'restriction-type',
|
||||
'restriction-level',
|
||||
'minimum-size',
|
||||
'maximum-size',
|
||||
'pagesize',
|
||||
),
|
||||
'restrictions' => array(
|
||||
'restriction-edit',
|
||||
|
|
|
|||
Loading…
Reference in a new issue