r64269 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64268‎ | r64269 | r64270 >
Date:18:05, 27 March 2010
Author:rotem
Status:ok
Tags:
Comment:
Localization update for he, and moving 'right-unblockself' near block rights in en and messages.inc.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesHe.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1054,6 +1054,7 @@
10551055 'right-hideuser',
10561056 'right-ipblock-exempt',
10571057 'right-proxyunbannable',
 1058+ 'right-unblockself',
10581059 'right-protect',
10591060 'right-editprotected',
10601061 'right-editinterface',
@@ -1078,7 +1079,6 @@
10791080 'right-override-export-depth',
10801081 'right-versiondetail',
10811082 'right-sendemail',
1082 - 'right-unblockself',
10831083 ),
10841084 'rightslog' => array(
10851085 'rightslog',
Index: trunk/phase3/languages/messages/MessagesHe.php
@@ -1478,6 +1478,7 @@
14791479 'right-hideuser' => 'חסימת שם משתמש תוך הסתרתו מהציבור',
14801480 'right-ipblock-exempt' => 'עקיפת חסימות של כתובת IP, חסימות אוטומטיות וחסימות טווח',
14811481 'right-proxyunbannable' => 'עקיפת חסימות אוטומטיות של שרתי פרוקסי',
 1482+'right-unblockself' => 'ביטול חסימה של עצמם',
14821483 'right-protect' => 'שינוי רמות הגנה ועריכת דפים מוגנים',
14831484 'right-editprotected' => 'עריכת דפים מוגנים (ללא הגנה מדורגת)',
14841485 'right-editinterface' => 'עריכת ממשק המשתמש',
@@ -2490,6 +2491,8 @@
24912492 'sorbs_create_account_reason' => 'כתובת ה־IP שלכם רשומה ככתובת פרוקסי פתוחה ב־DNSBL שאתר זה משתמש בו. אינכם יכולים ליצור חשבון.',
24922493 'cant-block-while-blocked' => 'אינכם יכולים לחסום משתמשים אחרים כשאתם חסומים.',
24932494 'cant-see-hidden-user' => 'המשתמש שאתם מנסים לחסום כבר נחסם והוסתר. כיוון שאין לכם את ההרשאה לחסימת משתמש והסתרתו, אינכם רשאים לצפות בחסימת המשתמש או לערוך אותה.',
 2495+'ipbblocked' => 'אינכם יכולים לחסום או לשחרר את חסימתם של משתמשים אחרים, כיוון שאתם עצמכם חסומים',
 2496+'ipbnounblockself' => 'אינכם רשאים לשחרר את חסימתכם',
24942497
24952498 # Developer tools
24962499 'lockdb' => 'נעילת בסיס נתונים',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1880,6 +1880,7 @@
18811881 'right-hideuser' => 'Block a username, hiding it from the public',
18821882 'right-ipblock-exempt' => 'Bypass IP blocks, auto-blocks and range blocks',
18831883 'right-proxyunbannable' => 'Bypass automatic blocks of proxies',
 1884+'right-unblockself' => 'Unblock themselves',
18841885 'right-protect' => 'Change protection levels and edit protected pages',
18851886 'right-editprotected' => 'Edit protected pages (without cascading protection)',
18861887 'right-editinterface' => 'Edit the user interface',
@@ -1904,7 +1905,6 @@
19051906 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5',
19061907 'right-versiondetail' => 'Show the extended software version information',
19071908 'right-sendemail' => 'Send e-mail to other users',
1908 -'right-unblockself' => 'Unblock themselves',
19091909
19101910 # User rights log
19111911 'rightslog' => 'User rights log',

Status & tagging log