http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88714

Revision: 88714
Author:   raymond
Date:     2011-05-24 07:02:57 +0000 (Tue, 24 May 2011)
Log Message:
-----------
Rename message file for consistency
Set eol-style:native

Modified Paths:
--------------
    trunk/extensions/SemanticACL/SemanticACL.php

Added Paths:
-----------
    trunk/extensions/SemanticACL/SemanticACL.i18n.php

Removed Paths:
-------------
    trunk/extensions/SemanticACL/Messages.php

Property Changed:
----------------
    trunk/extensions/SemanticACL/SemanticACL.php

Deleted: trunk/extensions/SemanticACL/Messages.php
===================================================================
--- trunk/extensions/SemanticACL/Messages.php   2011-05-24 03:13:50 UTC (rev 
88713)
+++ trunk/extensions/SemanticACL/Messages.php   2011-05-24 07:02:57 UTC (rev 
88714)
@@ -1,15 +0,0 @@
-<?php
-
-$messages['en'] = array(
-       'sacl-desc' => 'Allows access restrictions to be set with Semantic 
MediaWiki properties.',
-       'sacl-denied' => 'You are not on the access list for this page.',
-       'right-sacl-exempt' => 'Exempt from Semantic ACLs',
-       
-       'sacl-property-visibility' => 'Visible to',
-       'sacl-property-visibility-wl-group' => 'Visible to group',
-       'sacl-property-visibility-wl-user' => 'Visible to user',
-       
-       'sacl-property-editable' => 'Editable by',
-       'sacl-property-editable-wl-group' => 'Editable by group',
-       'sacl-property-editable-wl-user' => 'Editable by user',
-);

Copied: trunk/extensions/SemanticACL/SemanticACL.i18n.php (from rev 88713, 
trunk/extensions/SemanticACL/Messages.php)
===================================================================
--- trunk/extensions/SemanticACL/SemanticACL.i18n.php                           
(rev 0)
+++ trunk/extensions/SemanticACL/SemanticACL.i18n.php   2011-05-24 07:02:57 UTC 
(rev 88714)
@@ -0,0 +1,15 @@
+<?php
+
+$messages['en'] = array(
+       'sacl-desc' => 'Allows access restrictions to be set with Semantic 
MediaWiki properties.',
+       'sacl-denied' => 'You are not on the access list for this page.',
+       'right-sacl-exempt' => 'Exempt from Semantic ACLs',
+       
+       'sacl-property-visibility' => 'Visible to',
+       'sacl-property-visibility-wl-group' => 'Visible to group',
+       'sacl-property-visibility-wl-user' => 'Visible to user',
+       
+       'sacl-property-editable' => 'Editable by',
+       'sacl-property-editable-wl-group' => 'Editable by group',
+       'sacl-property-editable-wl-user' => 'Editable by user',
+);


Property changes on: trunk/extensions/SemanticACL/SemanticACL.i18n.php
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: trunk/extensions/SemanticACL/SemanticACL.php
===================================================================
--- trunk/extensions/SemanticACL/SemanticACL.php        2011-05-24 03:13:50 UTC 
(rev 88713)
+++ trunk/extensions/SemanticACL/SemanticACL.php        2011-05-24 07:02:57 UTC 
(rev 88714)
@@ -11,7 +11,7 @@
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:SemanticACL',
 );
 
-$wgExtensionMessagesFiles['SemanticACL'] = dirname(__FILE__).'/Messages.php';
+$wgExtensionMessagesFiles['SemanticACL'] = dirname(__FILE__) . 
'/SemanticACL.i18n.php';
 
 $wgHooks['userCan'][] = 'saclGetPermissionErrors';
 $wgHooks['smwInitProperties'][] = 'saclInitProperties';


Property changes on: trunk/extensions/SemanticACL/SemanticACL.php
___________________________________________________________________
Added: svn:eol-style
   + native


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to