]> git.mjollnir.org Git - s9y.git/commitdiff
Patch by Matthew Groeninger to support applying child permissions
authorgarvinhicking <garvinhicking>
Fri, 18 Aug 2006 12:01:25 +0000 (12:01 +0000)
committergarvinhicking <garvinhicking>
Fri, 18 Aug 2006 12:01:25 +0000 (12:01 +0000)
65 files changed:
docs/NEWS
include/admin/images.inc.php
include/functions_images.inc.php
lang/UTF-8/plugin_lang.php
lang/UTF-8/serendipity_lang_bg.inc.php
lang/UTF-8/serendipity_lang_cn.inc.php
lang/UTF-8/serendipity_lang_cs.inc.php
lang/UTF-8/serendipity_lang_cz.inc.php
lang/UTF-8/serendipity_lang_da.inc.php
lang/UTF-8/serendipity_lang_de.inc.php
lang/UTF-8/serendipity_lang_es.inc.php
lang/UTF-8/serendipity_lang_fa.inc.php
lang/UTF-8/serendipity_lang_fi.inc.php
lang/UTF-8/serendipity_lang_fr.inc.php
lang/UTF-8/serendipity_lang_hu.inc.php
lang/UTF-8/serendipity_lang_is.inc.php
lang/UTF-8/serendipity_lang_it.inc.php
lang/UTF-8/serendipity_lang_ja.inc.php
lang/UTF-8/serendipity_lang_ko.inc.php
lang/UTF-8/serendipity_lang_nl.inc.php
lang/UTF-8/serendipity_lang_no.inc.php
lang/UTF-8/serendipity_lang_pl.inc.php
lang/UTF-8/serendipity_lang_pt.inc.php
lang/UTF-8/serendipity_lang_pt_PT.inc.php
lang/UTF-8/serendipity_lang_ro.inc.php
lang/UTF-8/serendipity_lang_ru.inc.php
lang/UTF-8/serendipity_lang_sa.inc.php
lang/UTF-8/serendipity_lang_se.inc.php
lang/UTF-8/serendipity_lang_ta.inc.php
lang/UTF-8/serendipity_lang_tn.inc.php
lang/UTF-8/serendipity_lang_tr.inc.php
lang/UTF-8/serendipity_lang_tw.inc.php
lang/UTF-8/serendipity_lang_zh.inc.php
lang/addlang.txt
lang/plugin_lang.php
lang/serendipity_lang_bg.inc.php
lang/serendipity_lang_cn.inc.php
lang/serendipity_lang_cs.inc.php
lang/serendipity_lang_cz.inc.php
lang/serendipity_lang_da.inc.php
lang/serendipity_lang_de.inc.php
lang/serendipity_lang_en.inc.php
lang/serendipity_lang_es.inc.php
lang/serendipity_lang_fa.inc.php
lang/serendipity_lang_fi.inc.php
lang/serendipity_lang_fr.inc.php
lang/serendipity_lang_hu.inc.php
lang/serendipity_lang_is.inc.php
lang/serendipity_lang_it.inc.php
lang/serendipity_lang_ja.inc.php
lang/serendipity_lang_ko.inc.php
lang/serendipity_lang_nl.inc.php
lang/serendipity_lang_no.inc.php
lang/serendipity_lang_pl.inc.php
lang/serendipity_lang_pt.inc.php
lang/serendipity_lang_pt_PT.inc.php
lang/serendipity_lang_ro.inc.php
lang/serendipity_lang_ru.inc.php
lang/serendipity_lang_sa.inc.php
lang/serendipity_lang_se.inc.php
lang/serendipity_lang_ta.inc.php
lang/serendipity_lang_tn.inc.php
lang/serendipity_lang_tr.inc.php
lang/serendipity_lang_tw.inc.php
lang/serendipity_lang_zh.inc.php

index 4d7bc61dd3e5204ad3a821546dea34e48af7ccfa..39e1a0659786e5af13bb34adcb85f44073811a81 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -3,6 +3,9 @@
 Version 1.1-beta2 ()
 ------------------------------------------------------------------------
 
+    * Allow to apply current permissions of a directory to all sub-
+      directories (Matthew Groeninger)
+
     * Fix a bug in the HTTP 304 Conditional GET RSS-Feed caching when
       the server timezone offset was not set to zero. Thanks to dand!
 
index 51e56fa7a34347487f86b0edf8e9088ea72ad5a9..d88207e8e494a4e221ac6ecb9070e22c1f9298dd 100644 (file)
@@ -383,6 +383,15 @@ switch ($serendipity['GET']['adminAction']) {
         $groups = serendipity_getAllGroups();
         $read_groups  = serendipity_ACLGet(0, 'directory', 'read', $use_dir);
         $write_groups = serendipity_ACLGet(0, 'directory', 'write', $use_dir);
+
+        if (!empty($serendipity['POST']['update_children'])) {
+            $dir_list = serendipity_traversePath($serendipity['serendipityPath'] . $serendipity['uploadPath'], $use_dir, true, NULL, 1, NULL, 'write', NULL);
+            foreach($dir_list AS $f => $dir) {
+                // Apply parent ACL to children.
+                serendipity_ACLGrant(0, 'directory', 'read', $serendipity['POST']['read_authors'], $dir['relpath']);
+                serendipity_ACLGrant(0, 'directory', 'write', $serendipity['POST']['write_authors'], $dir['relpath']);
+            }
+        }
 ?>
 
     <div class="image_directory_edit"><strong><?php echo MANAGE_DIRECTORIES ?></strong></div>
@@ -422,6 +431,11 @@ switch ($serendipity['GET']['adminAction']) {
                 </select>
             </td>
         </tr>
+        <tr>
+            <td>
+                <input id="setchild" value="true" type="checkbox" name="serendipity[update_children]" <?php echo (!empty($serendipity['POST']['update_children']) == 'on' ? 'checked="checked"' : ''); ?> /> <label for="setchild"><?php echo PERM_SET_CHILD; ?></label>
+            <td>
+        </tr>
     </table>
     <br />
     <br />
index 0bb02f72604e245cff2c6ffe85767f383b35f190..b6d8117015879bce24d4b81cad379136654b3c8d 100644 (file)
@@ -69,12 +69,10 @@ function serendipity_fetchImagesFromDatabase($start=0, $limit=0, &$total, $order
         $limitsql = serendipity_db_limit_sql(serendipity_db_limit($start, $limit));
     }
 
-    if (!empty($directory)) {
-        if ($strict_directory) {
-            $cond['parts']['directory'] = " AND i.path = '" . serendipity_db_escape_string($directory) . "'\n";
-        } else {
-            $cond['parts']['directory'] = " AND i.path LIKE '" . serendipity_db_escape_string($directory) . "%'\n";
-        }
+    if ($strict_directory) {
+        $cond['parts']['directory'] = " AND i.path = '" . serendipity_db_escape_string($directory) . "'\n";
+    } elseif (!empty($directory)) {
+        $cond['parts']['directory'] = " AND i.path LIKE '" . serendipity_db_escape_string($directory) . "%'\n";
     }
 
     if (!empty($filename)) {
index ac858ceaad7fd759dceb3b3c165bb8aa980af51b..f31420377014fe33d80998837e2e9fbb6935dd59 100644 (file)
@@ -79,77 +79,4 @@ foreach($const['missing'] AS $file => $constants) {
     }
     echo "---------------------------\n";
 }
-@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds');
-@define('INSTALL_RSSFETCHLIMIT_DESC', 'Number of entries to display for each page on the  RSS Feed.');
-@define('INSTAL_DB_UTF8', 'Enable DB-charset conversion');
-@define('INSTAL_DB_UTF8_DESC', 'Issues a MySQL "SET NAMES" query to indicate the required charset for the database. Turn this on or off, if you see weird characters in your blog.');
-@define('ONTHEFLYSYNCH', 'Enable on-the-fly media synchronization');
-@define('ONTHEFLYSYNCH_DESC', 'If enabled, Serendipity will compare the media database with the files stored on your server and synchronize the database and directory contents.');
-@define('USERCONF_CHECK_USERNAME_ERROR', 'The username cannot be left blank.');
-@define('FURTHER_LINKS', 'Further Links');
-@define('FURTHER_LINKS_S9Y', 'Serendipity Homepage');
-@define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation');
-@define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog');
-@define('FURTHER_LINKS_S9Y_FORUMS', 'Forums');
-@define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus');
-@define('COMMENT_IS_DELETED', '(Comment removed)');
-
-@define('CURRENT_AUTHOR', 'Current author');
-
-@define('WORD_NEW', 'New');
-@define('SHOW_MEDIA_TOOLBAR', 'Show toolbar within media selector popup?');
-@define('MEDIA_KEYWORDS', 'Media keywords');
-@define('MEDIA_KEYWORDS_DESC', 'Enter a list of ";" separated words that you want to use as pre-defined keywords for media items.');
-@define('MEDIA_EXIF', 'Import EXIF/JPEG image data');
-@define('MEDIA_EXIF_DESC', 'If enabled, existing EXIF/JPEG metadata of images will be parsed and stored in the database for display in the media gallery.');
-@define('MEDIA_PROP', 'Media properties');
-
-
-@define('GO_ADD_PROPERTIES', 'Go & enter properties');
-@define('MEDIA_PROPERTY_DPI', 'DPI');
-@define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright');
-@define('MEDIA_PROPERTY_COMMENT1', 'Short Comment');
-@define('MEDIA_PROPERTY_COMMENT2', 'Long Comment');
-@define('MEDIA_PROPERTY_TITLE', 'Title');
-@define('MEDIA_PROP_DESC', 'Enter a list of ";" separated property fields you want to define for each media file');
-@define('MEDIA_PROP_MULTIDESC', '(You can append ":MULTI" after any item to indicate that this item will contain long text instead of just some characters)');
-
-@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".');
-@define('STYLE_OPTIONS', 'Theme/Style options');
-
-@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.');
-
-@define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance');
-@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also vioaltes RFC2616. So if you set this option to "TRUE" you will compliy with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822');
-@define('MEDIA_PROPERTY_DATE', 'Associated Date');
-@define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length');
-@define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s');
-@define('MEDIA_UPLOAD_SIZE', 'Max. file upload size');
-@define('MEDIA_UPLOAD_SIZE_DESC', 'Enter the maximum filesize for uploaded files in bytes. This setting can be overruled by server-side settings in PHP.ini: upload_max_filesize, post_max_size, max_input_time all take precedence over this option. An empty string means to only use the server-side limits.');
-@define('MEDIA_UPLOAD_SIZEERROR', 'Error: You cannot upload files larger than %s bytes!');
-@define('MEDIA_UPLOAD_MAXWIDTH', 'Max. width of image files for upload');
-@define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Enter the maximum image width in pixels for uploaded images.');
-@define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. height of image files for upload');
-@define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Enter the maximum image height in pixels for uploaded images.');
-@define('MEDIA_UPLOAD_DIMERROR', 'Error: You cannot upload image files larger than %s x %s pixels!');
-
-@define('MEDIA_TARGET', 'Target for this link');
-@define('MEDIA_TARGET_JS', 'Popup window (via JavaScript, adaptive size)');
-@define('MEDIA_ENTRY', 'Isolated Entry');
-@define('MEDIA_TARGET_BLANK', 'Popup window (via target=_blank)');
-
-@define('MEDIA_DYN_RESIZE', 'Allow dynamic image resizing?');
-@define('MEDIA_DYN_RESIZE_DESC', 'If enabled, the media selector can return images in any requested size via a GET variable. The results are cached, and thus can create a large filebase if you make intensive use of it.');
-
-@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
-@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
-@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
-@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active');
-@define('PLUGIN_INACTIVE', 'Inactive');
-@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
-@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');
-
-@define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)');
-
-
-@define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index c7b2e7af5c3bc5ba79e7bd5caec9f670113caf14..eb5575731186fb7b1f14c456f56ccbe894df5ed3 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_bg.inc.php 1344 2006-07-30 13:03:20Z jwalker $
+<?php # $Id: serendipity_lang_bg.inc.php 1345 2006-07-30 13:03:45Z jwalker $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) 2004 Bogomil Shopov <bogomil@spisanie.com>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Път до коментарите');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index b74dad8647e72df3488e9906d24e346abab3d55e..c3c71344d888aee7cee7f52a95f30203a05e725f 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_cn.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_cn.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translated by
 @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');
 @define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index f97296325694f86875bd3fb8fe9b4d69c4dfb535..ea73bfd88bf4fe2318b75b0743b04d283c1b32fa 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_cs.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_cs.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz>
@@ -892,3 +892,4 @@ $i18n_filename_to = array (
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 98d331020bf1faa881e60b66c70ccce4d35a0677..eba516c6dafaabbe0ca050749ebac9ef02027f5c 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_cz.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_cz.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz>
@@ -892,3 +892,4 @@ $i18n_filename_to = array (
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 075b5a832eda401426113a2470c001bd4e803797..dae9da791aac3d45ab8a38f99b8ec385f153c190 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_da.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_da.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) by Tom Sommer, <ts@dreamcoder.dk>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 4d8b01271cab475d047a5b7db2fb2a10594b6f3b..31627d9bd994a0780837b5a60583f76358e46cf9 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_de.inc.php 974 2006-02-23 09:42:48Z garvinhicking $
+<?php # $Id: serendipity_lang_de.inc.php 1385 2006-08-15 13:02:13Z garvinhicking $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) Jannis Hermanns, Garvin Hicking and others
 @define('PREFERENCE_USE_JS_DESC', 'Falls aktiviert, werden erweiterte JavaScript Funktionalitäten in einigen Bereichen freigeschaltet. Z.B. in der Plugin-Konfiguration kann Drag+Drop benutzt werden, um leichter Änderungen vorzunehmen.');
 @define('PREFERENCE_USE_JS_WARNING', '(Diese Seite setzt fortgeschrittene JavaScripts ein. Falls dabei Probleme in der Benutzbarkeit auftreten, deaktivieren Sie bitte die Option zum Einsatz dieser JavaScripts im Menüpunkt "Eigene Einstellungen", oder deaktivieren Sie JavaScript in Ihrem Browser.)');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Pfad zu Kommentaren');
+@define('PERM_SET_CHILD', 'Identische Rechte auch auf alle Unterverzeichnisse anwenden');
index 2c7f80692f7627dea5169cbb451d31a88c2c9f5c..b87fa2cbd96a4afff29465b0e41b88682dac9f00 100644 (file)
@@ -888,3 +888,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
 /*RLAZO [20060722] spell checked*/
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 9411ffaafacd32ad62725bb11abee069a327ff0d..9a814091b37d65a17ad02f2c046d0a684f4e604b 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_fa.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_fa.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved. See LICENSE file for licensing details
 # this translation, translated by Omid Mottaghi <http://oxygenws.com>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 2ce938f9d9714aa23932bf6d3420a71850e2487b..52bdb8df4304582289b0d763ce4c21d22225ca50 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_fi.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_fi.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation by Mauri Sahlberg <mos@iki.fi>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index b72434d1febfd128fa55a7e83afc1ea9ed93b9f5..90ab25ac009ea1b3fee541ae696b4863c64b73e5 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_fr.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_fr.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation by Sebastian Mordziol <argh@php-tools.net>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 0b3c2db4f8b5b22cf5c9208a6483fd5b97936f44..d1767b7e5f861b088e20fda082bbff33a1e19293 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 5f5bc5bc02595eb7893baf1e05ca1ea36c0e7d14..7323d3885a6ad3f9922c19ab7e9dcca12cf4b692 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_is.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_is.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation by Örn Arnarson <orn@arnarson.net>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index cc565a07593469a34aaf2ed5cd5c42b3810ab7b4..1a49f68118e3fcfec5374b9de1a0818bcffb511f 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index e65ad563d57d62f4ca80ed8940f677083ad674dc..f88e9d9203982d22bdcf25ec9ed968ec1acb009e 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_ja.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_ja.inc.php 1367 2006-08-09 08:10:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) Tadashi Jokagi <elf2000@users.sourceforge.net>, 2004-2005.
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'パスへのコマンド');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index b75f47c7ea8c8a7eeba1c9b3ba2cedd36b2e8b7a..122b2cc30ea697b6f145d3c9983744d33e93d1e5 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_ko.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_ko.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translated by: Wesley Hwang-Chung <wesley96@gmail.com>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index fbd39948f252d2e6d74b3206a80c4987226289fa..b3932606e02dd5fcb73c5ff4188f24310118a9f7 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_nl.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_nl.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) by Christiaan Heerze <webmaster@heimp.nl>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 62bd040cfd4b3c65d8c6752ef8a774b3505795ea..da232dd2168ece2baf8e8a237519ee8fb21b440a 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_no.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_no.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) by Jo Christian Oterhals <oterhals@gmail.com>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index c48a1bc94df19bd7bd5467f97332dbba530bbe59..5481fb905adb96b28dbf20a439668eecb3c6c05c 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 91e34d7b295b279840685ca46381dbbc7005a2c0..f72a165ef025245eca1bcc4b4a7a5a605eba3aaa 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_pt.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_pt.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation (c) by Agner Olson <agner@agner.net>
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 5545ee24e536cda2b4c201af3d5ca6a21fb8a1b4..b0b10e7cc0197159ed315820d0a5f83f7be64155 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 415dc24e3fc4c7c9fd84d9adf2ff8a0d6d9a1c6a..1f739d6522983216462546b77666c66f92af7a6b 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index e0c06afc1e41c7dab3720cc6122da83a50647d6e..1f781f75ff1906a9cdcc37fe987b21eb45d386dd 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_ru.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_ru.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translation by Nightly <nightly@reys.net>
@@ -882,3 +882,4 @@ $i18n_filename_to   = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 97d14c821edd3a27e6c64b31f6ebc5b454ab91a7..b1d5292e66ad399411cc9374b107750b8d3f959b 100644 (file)
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'أعرض عدد مواضيع الكاتب بجانب أسمه؟');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'في حال تشغيل هذا الخيار فإن عدد المواضيع الخاصة بهذا الكاتب سوف يتم عرضها بجانب إسمه');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index bb6f6f1806e5caea372f849fa237ad0a6f3ef9ec..440b6446eb7eba70e59257072db64fefa1e3cd1a 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 3201ee2bfc53f98503c4ad972e77b4cd8bf33894..3cbd8c1376ed5c8fa46e4293959c7d504d97bf92 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index b892beca95a29486433e11b2ef9104f4b32eacf8..d2688b9e4aea14f5237a56421a8f2c9740812f1a 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_tn.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_tn.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translated by CapriSkye <admin@capriskye.com>
@@ -882,3 +882,4 @@ $i18n_unknown = 'tw';
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index a07083fc6ebdbd1417182bda2085ee4d4835971d..7a8193e1707bc8b7bc3ea51d09a1f4c550876948 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 5a37cfce9d4ef92c1b560328ea7d45547a97f5b0..5a6594efbd97e0ddfd6453f6b8cb439b5bdb6a67 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_tw.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_tw.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translated by CapriSkye <admin@capriskye.com>
@@ -882,3 +882,4 @@ $i18n_unknown = 'tw';
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index f5c3299f324080106b997f30ab0a89a221b7666a..cf0e6128049a180bc5b8cd83cc42173214d911fa 100644 (file)
@@ -1,4 +1,4 @@
-<?php # $Id: serendipity_lang_zh.inc.php 1342 2006-07-28 11:07:54Z garvinhicking $
+<?php # $Id: serendipity_lang_zh.inc.php 1365 2006-08-09 07:35:18Z elf2000 $
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details
 # Translated by
 @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');
 @define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 328eeffb5525eed24b174e6ff332839c5e5876b8..0c24fa0acc8f2d5d9d05986aa7bdd690f09e74e5 100644 (file)
@@ -1 +1 @@
-@define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 334ddede76214f01bc71160e2fba7be70aef8975..f31420377014fe33d80998837e2e9fbb6935dd59 100644 (file)
@@ -79,3 +79,4 @@ foreach($const['missing'] AS $file => $constants) {
     }
     echo "---------------------------\n";
 }
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 1eeb433a0f387d7b0ed813540ff2d47ee0f8fdae..465393a6d7741eff4ce329ee3a0cb12312f5bc5d 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Ïúò äî êîìåíòàðèòå');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 3ea97876bb7240c5f40c063d17afc2b04592c2ee..a82fdd32010ea10da23f6d1c1fe3e2f0c60aeb06 100644 (file)
 @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');
 @define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index c3a15a25b3174d4af273943cc631a0d90190a7c2..87c1d75f71f55b6ec008e24869e6230f2df93a99 100644 (file)
@@ -892,3 +892,4 @@ $i18n_filename_to = array (
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index abee13a62847332d7791fa5b7f33cfc44626eed1..31fb2ae73d8398df69af1bdda7d70cbb2b579716 100644 (file)
@@ -892,3 +892,4 @@ $i18n_filename_to = array (
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 5a63029820ba97ccb8b8f84aa04e084aa09f3aad..acbcccd1a75c08c59936c5eb1244efe39d6a1c0a 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 7a25f55a891c64c16e70eefe64f13ba1f6341fc3..33b395afbe04e519d371287d728028f754baf93f 100644 (file)
 @define('PREFERENCE_USE_JS_DESC', 'Falls aktiviert, werden erweiterte JavaScript Funktionalitäten in einigen Bereichen freigeschaltet. Z.B. in der Plugin-Konfiguration kann Drag+Drop benutzt werden, um leichter Änderungen vorzunehmen.');
 @define('PREFERENCE_USE_JS_WARNING', '(Diese Seite setzt fortgeschrittene JavaScripts ein. Falls dabei Probleme in der Benutzbarkeit auftreten, deaktivieren Sie bitte die Option zum Einsatz dieser JavaScripts im Menüpunkt "Eigene Einstellungen", oder deaktivieren Sie JavaScript in Ihrem Browser.)');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Pfad zu Kommentaren');
+@define('PERM_SET_CHILD', 'Identische Rechte auch auf alle Unterverzeichnisse anwenden');
index abc0272eb6f9dac36942fa2930bdecc0bba0a624..c3d1293587d9610648d7c21e44e0b03208046f36 100644 (file)
 @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');
 @define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index aa081f3f802b5e3410ce2733d8e47f21d9930e6e..f523ec39987c8f1808011eef502c519f64b1fe32 100644 (file)
@@ -888,3 +888,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
 /*RLAZO [20060722] spell checked*/
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 25d15be47688b2cc5dec0d4cee6d553bc12fac23..ac0836dd4fdbb643785e69e68ab495563a306ac6 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 13b52da82270a8a883cdfada0c1a5cccec98faa3..aa1f1da5d6490f6469b353b1013087f06511dac7 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 84ec9a63e0d4ccc155861013f5125556ca4835b2..2d27b73ff3141e8f69e58bd327d1d58a6e356a8e 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index fb6c46b9f13608a4249c62b97f13f8f7ea5eb933..d6a82328f679c83f4758ffecba05734d26e8e420 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index e5207a22aa3cdb3b22961d229405877a7043ed22..8e553dd9998674b21badaa0c651beb5ae16c0ef5 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 4b98ffa9a94bbefd2a3d29353e11ce4008ad12c9..e8df7d1151dd323dc145cfc7f8e836f29f327599 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 9fa7e8bdca0547b7b13a22ebf661bb9950f73d93..e648f8650aa32aeb43b06aef035a0aa1830ab33a 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'パスへのコマンド');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 3f622258349bfab14d702aa62a9d98a4a67275e8..74f0552f9e2dae0c431142a29c8a13c2f768c002 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 54fd46a33bb704e97522b5e7ce1d2c69d100235c..14711cb0a2b428626c04efd2fa35b7729ead553c 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 4d26c51af5e811e677d3f9f6c1cc62c06c85e981..722ddbc6a829fd1475d7436c5e8bdd5c52179b21 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 285cf2385baa064dc4b34a3d3279f712589dd19b..80816f84b831a74c861d6b282fb07bf1e537ec82 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 9ae61a49c43f636d029329e353731ae2e5a0da28..81c30d5957c27d6946a5b78ba539dccf2ca2edc1 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index d62cd59248974c8780efafb2c52e63591d1ef5fa..fee760f1a182252611cf591378ad203a48678fc8 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 415dc24e3fc4c7c9fd84d9adf2ff8a0d6d9a1c6a..1f739d6522983216462546b77666c66f92af7a6b 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 7361b24baf4a0418d1ca516a2647cb112d2570d5..b5f5d882a36a9d0e05a21f5e53bd1811e1ac07a0 100644 (file)
@@ -882,3 +882,4 @@ $i18n_filename_to   = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 33f8dfb6741ef778e60729390955c399229df0b5..09dcb64036da53414abb26fb2c269ec7c65dd594 100644 (file)
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'ÃÚÑÖ ÚÏÏ ãæÇÖíÚ ÇáßÇÊÈ ÈÌÇäÈ ÃÓãå¿');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Ýí ÍÇá ÊÔÛíá åÐÇ ÇáÎíÇÑ ÝÅä ÚÏÏ ÇáãæÇÖíÚ ÇáÎÇÕÉ ÈåÐÇ ÇáßÇÊÈ ÓæÝ íÊã ÚÑÖåÇ ÈÌÇäÈ ÅÓãå');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 94dde3821c0a209a2701975066c19c276807b200..699f2024755f77c383de0757fb6dc948318585a6 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 3201ee2bfc53f98503c4ad972e77b4cd8bf33894..3cbd8c1376ed5c8fa46e4293959c7d504d97bf92 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index b08538b36a51e1dca4fa605b9b60a100b2cd6185..32c9af3fe9d5be7e8369ea24097aafa04fa3ac2e 100644 (file)
@@ -882,3 +882,4 @@ $i18n_unknown = 'tw';
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index a07083fc6ebdbd1417182bda2085ee4d4835971d..7a8193e1707bc8b7bc3ea51d09a1f4c550876948 100644 (file)
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 5de726297c4fde7bf20d4c4f1ea1dc760f472a1e..311c35d2154a95483b7f6b5c2c0cd64a64ea25b5 100644 (file)
@@ -882,3 +882,4 @@ $i18n_unknown = 'tw';
 
 
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
index 2d34cd2b560f5cdb009938b4f422a545b639b274..b22bc895f706b2f9d5e2f49fcc8a2cfa745edd7b 100644 (file)
 @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');
 @define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)');
 @define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
+@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');