From: Rotem Liss Date: Sat, 27 Mar 2010 18:05:42 +0000 (+0000) Subject: Localization update for he, and moving 'right-unblockself' near block rights in en... X-Git-Tag: 1.31.0-rc.0~37334 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=c1ec95ac2b4bcb8b910e8d07c3cd7becbf762cd6;p=lhc%2Fweb%2Fwiklou.git Localization update for he, and moving 'right-unblockself' near block rights in en and messages.inc. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 5fadae0d28..37ae00e9c1 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1880,6 +1880,7 @@ You can also choose to let others contact you through your user or talk page wit 'right-hideuser' => 'Block a username, hiding it from the public', 'right-ipblock-exempt' => 'Bypass IP blocks, auto-blocks and range blocks', 'right-proxyunbannable' => 'Bypass automatic blocks of proxies', +'right-unblockself' => 'Unblock themselves', 'right-protect' => 'Change protection levels and edit protected pages', 'right-editprotected' => 'Edit protected pages (without cascading protection)', 'right-editinterface' => 'Edit the user interface', @@ -1904,7 +1905,6 @@ You can also choose to let others contact you through your user or talk page wit 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5', 'right-versiondetail' => 'Show the extended software version information', 'right-sendemail' => 'Send e-mail to other users', -'right-unblockself' => 'Unblock themselves', # User rights log 'rightslog' => 'User rights log', diff --git a/languages/messages/MessagesHe.php b/languages/messages/MessagesHe.php index e973bf14b0..82386f5742 100644 --- a/languages/messages/MessagesHe.php +++ b/languages/messages/MessagesHe.php @@ -1478,6 +1478,7 @@ $1", 'right-hideuser' => 'חסימת שם משתמש תוך הסתרתו מהציבור', 'right-ipblock-exempt' => 'עקיפת חסימות של כתובת IP, חסימות אוטומטיות וחסימות טווח', 'right-proxyunbannable' => 'עקיפת חסימות אוטומטיות של שרתי פרוקסי', +'right-unblockself' => 'ביטול חסימה של עצמם', 'right-protect' => 'שינוי רמות הגנה ועריכת דפים מוגנים', 'right-editprotected' => 'עריכת דפים מוגנים (ללא הגנה מדורגת)', 'right-editinterface' => 'עריכת ממשק המשתמש', @@ -2490,6 +2491,8 @@ $1 כבר נחסם. האם ברצונכם לשנות את הגדרות החסי 'sorbs_create_account_reason' => 'כתובת ה־IP שלכם רשומה ככתובת פרוקסי פתוחה ב־DNSBL שאתר זה משתמש בו. אינכם יכולים ליצור חשבון.', 'cant-block-while-blocked' => 'אינכם יכולים לחסום משתמשים אחרים כשאתם חסומים.', 'cant-see-hidden-user' => 'המשתמש שאתם מנסים לחסום כבר נחסם והוסתר. כיוון שאין לכם את ההרשאה לחסימת משתמש והסתרתו, אינכם רשאים לצפות בחסימת המשתמש או לערוך אותה.', +'ipbblocked' => 'אינכם יכולים לחסום או לשחרר את חסימתם של משתמשים אחרים, כיוון שאתם עצמכם חסומים', +'ipbnounblockself' => 'אינכם רשאים לשחרר את חסימתכם', # Developer tools 'lockdb' => 'נעילת בסיס נתונים', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 65647f626e..090b4669db 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1054,6 +1054,7 @@ $wgMessageStructure = array( 'right-hideuser', 'right-ipblock-exempt', 'right-proxyunbannable', + 'right-unblockself', 'right-protect', 'right-editprotected', 'right-editinterface', @@ -1078,7 +1079,6 @@ $wgMessageStructure = array( 'right-override-export-depth', 'right-versiondetail', 'right-sendemail', - 'right-unblockself', ), 'rightslog' => array( 'rightslog',