Checkbox-based multi-entry deletion, fix admin entry pagination to not show empty paginated pages on the last page
This commit is contained in:
@ -84,3 +84,4 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -867,7 +867,8 @@
|
||||
|
||||
@define('INSTALL_PERMALINK_COMMENTSPATH', 'Път до коментарите');
|
||||
@define('PERM_SET_CHILD', 'Установяване на същите разрешения за всички поддиректории');
|
||||
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Забранени приставки');
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Забранени събития');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Разрешаване на Plugin ACL за потребителски групи ?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Ако опцията "Plugin ACL за потребителски групи" е позволена, ще можете да указвате кои потребителски групи имат позволението да изпълняват дадени събитийни и странични приставки.');
|
||||
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Забранени приставки');
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Забранени събития');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Разрешаване на Plugin ACL за потребителски групи ?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Ако опцията "Plugin ACL за потребителски групи" е позволена, ще можете да указвате кои потребителски групи имат позволението да изпълняват дадени събитийни и странични приставки.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_cn.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_cn.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
# Translated by
|
||||
@ -885,3 +885,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_cs.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_cs.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -897,3 +897,4 @@ $i18n_filename_to = array (
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_cz.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_cz.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -897,3 +897,4 @@ $i18n_filename_to = array (
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_da.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_da.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -885,3 +885,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_de.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_de.inc.php 1408 2006-08-23 13:47:50Z 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
|
||||
@ -876,7 +876,8 @@
|
||||
@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');
|
||||
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins');
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Verbotene Plugins');
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Verbotene Ereignisse');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Sollen persönliche Plugin-Rechte für Benutzergruppen aktiviert werden?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Falls diese Option aktiviert ist, können Sie bei jeder Benutzergruppe definieren, welche Plugins/Ereignisse diese Gruppe ausführen darf.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Markierte Einträge löschen');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_en.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_en.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
/* vim: set sts=4 ts=4 expandtab : */
|
||||
@ -880,3 +880,6 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_es.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_es.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
# Translation (c) by Luis Cervantes <LuisCervantes@ono.com>,
|
||||
@ -893,3 +893,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_fa.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_fa.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -885,3 +885,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_fi.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_fi.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -883,3 +883,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_fr.inc.php 1403 2006-08-21 12:19:14Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_fr.inc.php 1430 2006-10-03 15:52:17Z garvinhicking $
|
||||
# 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>
|
||||
@ -890,3 +890,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -884,3 +884,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_is.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_is.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -884,3 +884,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -887,3 +887,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_ja.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_ja.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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.
|
||||
@ -886,3 +886,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_ko.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_ko.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -886,3 +886,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_nl.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_nl.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -886,3 +886,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_no.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_no.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -886,3 +886,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -883,3 +883,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_pt.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_pt.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -888,3 +888,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -890,3 +890,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -884,3 +884,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_ru.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_ru.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -887,3 +887,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -802,3 +802,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -883,3 +883,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -883,3 +883,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_tn.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_tn.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -887,3 +887,4 @@ $i18n_unknown = 'tw';
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -887,3 +887,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_tw.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_tw.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# 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>
|
||||
@ -887,3 +887,4 @@ $i18n_unknown = 'tw';
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id: serendipity_lang_zh.inc.php 1399 2006-08-18 12:01:25Z garvinhicking $
|
||||
<?php # $Id: serendipity_lang_zh.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
# Translated by
|
||||
@ -884,3 +884,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -8,7 +8,7 @@ if [ "x$1" = "x" ]
|
||||
echo "available language file."
|
||||
exit 1
|
||||
else
|
||||
find -name \*.php -maxdepth 1 -exec ./append.sh $1 {} \;
|
||||
find -maxdepth 1 -name \*.php -exec ./append.sh $1 {} \;
|
||||
cd UTF-8
|
||||
./recode.sh
|
||||
fi
|
||||
|
@ -1,4 +1 @@
|
||||
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins');
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -84,3 +84,4 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -871,3 +871,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> Plugin ACL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> ?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "Plugin ACL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -885,3 +885,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -897,3 +897,4 @@ $i18n_filename_to = array (
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -897,3 +897,4 @@ $i18n_filename_to = array (
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -885,3 +885,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -876,7 +876,8 @@
|
||||
@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<65>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');
|
||||
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins');
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Verbotene Plugins');
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Verbotene Ereignisse');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Sollen pers<72>nliche Plugin-Rechte f<EFBFBD>r Benutzergruppen aktiviert werden?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Falls diese Option aktiviert ist, k<>nnen Sie bei jeder Benutzergruppe definieren, welche Plugins/Ereignisse diese Gruppe ausf<73>hren darf.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Markierte Eintr<74>ge l<>schen');
|
||||
|
@ -880,3 +880,5 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -893,3 +893,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -885,3 +885,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -883,3 +883,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -890,3 +890,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -884,3 +884,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -884,3 +884,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -887,3 +887,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -886,3 +886,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -886,3 +886,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -886,3 +886,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -886,3 +886,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -883,3 +883,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -888,3 +888,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -890,3 +890,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -884,3 +884,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -887,3 +887,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -802,3 +802,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -883,3 +883,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -883,3 +883,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -887,3 +887,4 @@ $i18n_unknown = 'tw';
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -887,3 +887,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -887,3 +887,4 @@ $i18n_unknown = 'tw';
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
@ -884,3 +884,4 @@
|
||||
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
||||
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
||||
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
||||
|
Reference in New Issue
Block a user