Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1768,8 +1768,8 @@ |
1769 | 1769 | 'sp-contributions-newbies', |
1770 | 1770 | 'sp-contributions-newbies-sub', |
1771 | 1771 | 'sp-contributions-newbies-title', |
| 1772 | + 'sp-contributions-blocklog', |
1772 | 1773 | 'sp-contributions-logs', |
1773 | | - 'sp-contributions-blocklog', |
1774 | 1774 | 'sp-contributions-search', |
1775 | 1775 | 'sp-contributions-username', |
1776 | 1776 | 'sp-contributions-submit', |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -1076,9 +1076,12 @@ |
1077 | 1077 | 'revdelete-selected' => "'''{{PLURAL:$2|הגרסה שנבחרה|הגרסאות שנבחרו}} של [[:$1]]:'''", |
1078 | 1078 | 'logdelete-selected' => "'''{{PLURAL:$1|פעולת היומנים שנבחרה|פעולות היומנים שנבחרו}}:'''", |
1079 | 1079 | 'revdelete-text' => "'''גרסאות ופעולות יומנים שנמחקו עדיין יופיעו בהיסטוריית הדף ובדפי היומנים, אך חלקים מתוכנם שלהם לא יהיה זמין לציבור.''' |
| 1080 | +מפעילי מערכת אחרים באתר עדיין יוכלו לגשת לתוכן הנסתר ויוכלו לשחזר אותו שוב דרך הממשק הזה, אלא אם כן יוגדרו הגבלות נוספות. |
1080 | 1081 | |
1081 | | -מפעילי מערכת אחרים באתר עדיין יוכלו לגשת לתוכן הנסתר ויוכלו לשחזר אותו שוב דרך הממשק הזה, אלא אם כן יוגדרו הגבלות נוספות. |
1082 | 1082 | אנא אשרו שזה אכן מה שאתם מתכוונים לעשות, שאתם מבינים את התוצאות של מעשה כזה, ושהמעשה מבוצע בהתאם ל[[{{MediaWiki:Policy-url}}|נהלי האתר]].", |
| 1083 | +'revdelete-suppress-text' => "יש להשתמש בהסתרה מלאה '''אך ורק''' במקרים הבאים: |
| 1084 | +* חשיפת מידע אישי |
| 1085 | +*: '''כתובות בתים ומספרי טלפון, מספרי ביטוח לאומי, וכדומה'''", |
1083 | 1086 | 'revdelete-legend' => 'הגדרת הגבלות התצוגה', |
1084 | 1087 | 'revdelete-hide-text' => 'הסתרת תוכן הגרסה', |
1085 | 1088 | 'revdelete-hide-name' => 'הסתרת הפעולה ודף היעד', |
— | — | @@ -2219,6 +2222,7 @@ |
2220 | 2223 | 'sp-contributions-newbies-sub' => 'עבור משתמשים חדשים', |
2221 | 2224 | 'sp-contributions-newbies-title' => 'תרומות של משתמשים חדשים', |
2222 | 2225 | 'sp-contributions-blocklog' => 'יומן חסימות', |
| 2226 | +'sp-contributions-logs' => 'יומנים', |
2223 | 2227 | 'sp-contributions-search' => 'חיפוש תרומות', |
2224 | 2228 | 'sp-contributions-username' => 'שם משתמש או כתובת IP:', |
2225 | 2229 | 'sp-contributions-submit' => 'חיפוש', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1315,9 +1315,9 @@ |
1316 | 1316 | Other administrators on {{SITENAME}} will still be able to access the hidden content and can undelete it again through this same interface, unless additional restrictions are set. |
1317 | 1317 | |
1318 | 1318 | Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].", |
1319 | | -'revdelete-suppress-text' => 'Suppression should \'\'\'only\'\'\' be used for the following cases: |
| 1319 | +'revdelete-suppress-text' => "Suppression should '''only''' be used for the following cases: |
1320 | 1320 | * Inappropriate personal information |
1321 | | -*: \'\'home addresses and telephone numbers, social security numbers, etc.\'\'', |
| 1321 | +*: ''home addresses and telephone numbers, social security numbers, etc.''", |
1322 | 1322 | 'revdelete-legend' => 'Set visibility restrictions', |
1323 | 1323 | 'revdelete-hide-text' => 'Hide revision text', |
1324 | 1324 | 'revdelete-hide-name' => 'Hide action and target', |
Index: trunk/extensions/CodeReview/CodeReview.i18n.php |
— | — | @@ -2201,8 +2201,8 @@ |
2202 | 2202 | $messages['he'] = array( |
2203 | 2203 | 'code' => 'בדיקת קוד', |
2204 | 2204 | 'code-comments' => 'הערות', |
2205 | | - 'code-change-status' => "שינה את ה'''מצב''' של גרסה זו", |
2206 | | - 'code-change-tags' => "שינה את ה'''תגיות''' של גרסה זו", |
| 2205 | + 'code-change-status' => "שינה את ה'''מצב''' של גרסה $1", |
| 2206 | + 'code-change-tags' => "שינה את ה'''תגיות''' של גרסה $1", |
2207 | 2207 | 'code-change-removed' => 'הוסרו:', |
2208 | 2208 | 'code-change-added' => 'נוספו:', |
2209 | 2209 | 'code-prop-changes' => 'יומן מצב ותגיות', |
Index: trunk/extensions/AbuseFilter/AbuseFilter.i18n.php |
— | — | @@ -235,7 +235,7 @@ |
236 | 236 | 'abusefilter-edit-builder-funcs-specialratio' => 'Special characters / total characters (specialratio)', |
237 | 237 | 'abusefilter-edit-builder-funcs-norm' => 'Normalise (norm)', |
238 | 238 | 'abusefilter-edit-builder-funcs-count' => 'Number of times string X appears in string Y (count)', |
239 | | - 'abusefilter-edit-builder-funcs-count' => 'Number of times regex X appears in string Y (rcount)', |
| 239 | + 'abusefilter-edit-builder-funcs-rcount' => 'Number of times regex X appears in string Y (rcount)', |
240 | 240 | 'abusefilter-edit-builder-group-vars' => 'Variables', |
241 | 241 | 'abusefilter-edit-builder-vars-accountname' => 'Account name (on account creation)', |
242 | 242 | 'abusefilter-edit-builder-vars-action' => 'Action', |
— | — | @@ -5087,6 +5087,7 @@ |
5088 | 5088 | 'abusefilter-edit-builder-funcs-specialratio' => 'תווים מיוחדים / סך כל התווים (specialratio)', |
5089 | 5089 | 'abusefilter-edit-builder-funcs-norm' => 'נירמול (norm)', |
5090 | 5090 | 'abusefilter-edit-builder-funcs-count' => 'מספר הפעמים שהמחרוזת X מופיעה במחרוזת Y (count)', |
| 5091 | + 'abusefilter-edit-builder-funcs-rcount' => 'מספר הפעמים שהביטוי הרגולרי X מופיע במחרוזת Y (rcount)', |
5091 | 5092 | 'abusefilter-edit-builder-group-vars' => 'משתנים', |
5092 | 5093 | 'abusefilter-edit-builder-vars-accountname' => 'שם החשבון (on account creation)', |
5093 | 5094 | 'abusefilter-edit-builder-vars-action' => 'פעולה', |