From 9161f0a3f52db69bf3d61977ef8281dc64688f93 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sat, 1 Nov 2008 09:08:14 +0000 Subject: [PATCH] Localization update for he, and reordering the right and action messages. --- languages/messages/MessagesEn.php | 4 ++-- languages/messages/MessagesHe.php | 3 +++ maintenance/language/messages.inc | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index d3f1cc22b9..50b0588aa0 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1601,6 +1601,7 @@ please see math/README to configure.', 'right-minoredit' => 'Mark edits as minor', 'right-move' => 'Move pages', 'right-move-subpages' => 'Move pages with their subpages', +'right-move-rootuserpages' => 'Move root user pages', 'right-suppressredirect' => 'Not create a redirect from the old name when moving a page', 'right-upload' => 'Upload files', 'right-reupload' => 'Overwrite an existing file', @@ -1644,7 +1645,6 @@ please see math/README to configure.', 'right-userrights' => 'Edit all user rights', 'right-userrights-interwiki' => 'Edit user rights of users on other wikis', 'right-siteadmin' => 'Lock and unlock the database', -'right-move-rootuserpages' => 'Move root user pages', # User rights log 'rightslog' => 'User rights log', @@ -1661,6 +1661,7 @@ please see math/README to configure.', 'action-minoredit' => 'mark this edit as minor', 'action-move' => 'move this page', 'action-move-subpages' => 'move this page, and its subpages', +'action-move-rootuserpages' => 'move root user pages', 'action-upload' => 'upload this file', 'action-reupload' => 'overwrite this existing file', 'action-reupload-shared' => 'override this file on a shared repository', @@ -1685,7 +1686,6 @@ please see math/README to configure.', 'action-userrights' => 'edit all user rights', 'action-userrights-interwiki' => 'edit user rights of users on other wikis', 'action-siteadmin' => 'lock or unlock the database', -'action-move-rootuserpages' => 'move root user pages', # Recent changes 'nchanges' => '$1 {{PLURAL:$1|change|changes}}', diff --git a/languages/messages/MessagesHe.php b/languages/messages/MessagesHe.php index 6d05fe5611..3a70c26064 100644 --- a/languages/messages/MessagesHe.php +++ b/languages/messages/MessagesHe.php @@ -1209,6 +1209,7 @@ $2', 'qbsettings-floatingright' => 'צף מימין', 'changepassword' => 'שינוי סיסמה', 'skin' => 'עיצוב', +'skin-override' => 'טופס זה אינו פעיל, כיוון שבאתר ויקי זה נקבע העיצוב על ידי מנהל האתר, והמשתמשים אינם יכולים לשנותו.', 'skin-preview' => 'תצוגה מקדימה', 'math' => 'נוסחאות מתמטיות', 'dateformat' => 'מבנה תאריך', @@ -1312,6 +1313,7 @@ $2', 'right-minoredit' => 'סימון עריכות כמשניות', 'right-move' => 'העברת דפים', 'right-move-subpages' => 'העברת דפים עם דפי המשנה שלהם', +'right-move-rootuserpages' => 'העברת דפי משתמש שאינם דפי משנה', 'right-suppressredirect' => 'הימנעות מיצירת הפניה משם הישן בעת העברת דף', 'right-upload' => 'העלאת קבצים', 'right-reupload' => 'דריסת קובץ קיים', @@ -1371,6 +1373,7 @@ $2', 'action-minoredit' => 'לסמן עריכה זו כמשנית', 'action-move' => 'להעביר דף זה', 'action-move-subpages' => 'להעביר דף זה יחד עם דפי המשנה שלו', +'action-move-rootuserpages' => 'להעביר דפי משתמש שאינם דפי משנה', 'action-upload' => 'להעלות קובץ זה', 'action-reupload' => 'לדרוס את הקובץ הקיים הזה', 'action-reupload-shared' => 'לדרוס את הקובץ הזה, הקיים כקובץ משותף', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 9a93f383a3..fe7d95dc7a 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -922,6 +922,7 @@ $wgMessageStructure = array( 'right-minoredit', 'right-move', 'right-move-subpages', + 'right-move-rootuserpages', 'right-suppressredirect', 'right-upload', 'right-reupload', @@ -965,7 +966,6 @@ $wgMessageStructure = array( 'right-userrights', 'right-userrights-interwiki', 'right-siteadmin', - 'right-move-rootuserpages', ), 'rightslog' => array( 'rightslog', @@ -982,6 +982,7 @@ $wgMessageStructure = array( 'action-minoredit', 'action-move', 'action-move-subpages', + 'action-move-rootuserpages', 'action-upload', 'action-reupload', 'action-reupload-shared', @@ -1006,7 +1007,6 @@ $wgMessageStructure = array( 'action-userrights', 'action-userrights-interwiki', 'action-siteadmin', - 'action-move-rootuserpages', ), 'recentchanges' => array( 'nchanges', -- 2.20.1