Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1054,6 +1054,7 @@ |
1055 | 1055 | 'right-hideuser', |
1056 | 1056 | 'right-ipblock-exempt', |
1057 | 1057 | 'right-proxyunbannable', |
| 1058 | + 'right-unblockself', |
1058 | 1059 | 'right-protect', |
1059 | 1060 | 'right-editprotected', |
1060 | 1061 | 'right-editinterface', |
— | — | @@ -1078,7 +1079,6 @@ |
1079 | 1080 | 'right-override-export-depth', |
1080 | 1081 | 'right-versiondetail', |
1081 | 1082 | 'right-sendemail', |
1082 | | - 'right-unblockself', |
1083 | 1083 | ), |
1084 | 1084 | 'rightslog' => array( |
1085 | 1085 | 'rightslog', |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -1478,6 +1478,7 @@ |
1479 | 1479 | 'right-hideuser' => 'חסימת שם משתמש תוך הסתרתו מהציבור', |
1480 | 1480 | 'right-ipblock-exempt' => 'עקיפת חסימות של כתובת IP, חסימות אוטומטיות וחסימות טווח', |
1481 | 1481 | 'right-proxyunbannable' => 'עקיפת חסימות אוטומטיות של שרתי פרוקסי', |
| 1482 | +'right-unblockself' => 'ביטול חסימה של עצמם', |
1482 | 1483 | 'right-protect' => 'שינוי רמות הגנה ועריכת דפים מוגנים', |
1483 | 1484 | 'right-editprotected' => 'עריכת דפים מוגנים (ללא הגנה מדורגת)', |
1484 | 1485 | 'right-editinterface' => 'עריכת ממשק המשתמש', |
— | — | @@ -2490,6 +2491,8 @@ |
2491 | 2492 | 'sorbs_create_account_reason' => 'כתובת ה־IP שלכם רשומה ככתובת פרוקסי פתוחה ב־DNSBL שאתר זה משתמש בו. אינכם יכולים ליצור חשבון.', |
2492 | 2493 | 'cant-block-while-blocked' => 'אינכם יכולים לחסום משתמשים אחרים כשאתם חסומים.', |
2493 | 2494 | 'cant-see-hidden-user' => 'המשתמש שאתם מנסים לחסום כבר נחסם והוסתר. כיוון שאין לכם את ההרשאה לחסימת משתמש והסתרתו, אינכם רשאים לצפות בחסימת המשתמש או לערוך אותה.', |
| 2495 | +'ipbblocked' => 'אינכם יכולים לחסום או לשחרר את חסימתם של משתמשים אחרים, כיוון שאתם עצמכם חסומים', |
| 2496 | +'ipbnounblockself' => 'אינכם רשאים לשחרר את חסימתכם', |
2494 | 2497 | |
2495 | 2498 | # Developer tools |
2496 | 2499 | 'lockdb' => 'נעילת בסיס נתונים', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1880,6 +1880,7 @@ |
1881 | 1881 | 'right-hideuser' => 'Block a username, hiding it from the public', |
1882 | 1882 | 'right-ipblock-exempt' => 'Bypass IP blocks, auto-blocks and range blocks', |
1883 | 1883 | 'right-proxyunbannable' => 'Bypass automatic blocks of proxies', |
| 1884 | +'right-unblockself' => 'Unblock themselves', |
1884 | 1885 | 'right-protect' => 'Change protection levels and edit protected pages', |
1885 | 1886 | 'right-editprotected' => 'Edit protected pages (without cascading protection)', |
1886 | 1887 | 'right-editinterface' => 'Edit the user interface', |
— | — | @@ -1904,7 +1905,6 @@ |
1905 | 1906 | 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5', |
1906 | 1907 | 'right-versiondetail' => 'Show the extended software version information', |
1907 | 1908 | 'right-sendemail' => 'Send e-mail to other users', |
1908 | | -'right-unblockself' => 'Unblock themselves', |
1909 | 1909 | |
1910 | 1910 | # User rights log |
1911 | 1911 | 'rightslog' => 'User rights log', |