-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # plugin.info.txt # syntax.php
- Loading branch information
Showing
6 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Fekete Ádám Zsolt <[email protected]> | ||
*/ | ||
$lang['namespaceRoot'] = 'Kiindulónévtér'; | ||
$lang['okbutton'] = 'Oldal hozzáadása'; | ||
$lang['nooption'] = 'Nincs jogosultságod oldal létrehozásához'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Fekete Ádám Zsolt <[email protected]> | ||
*/ | ||
$lang['addpage_exclude'] = 'Elrejtett névterek (pontosvesszővel elválasztva)'; | ||
$lang['addpage_showroot'] = 'Kiindulónévtér mutatása'; | ||
$lang['addpage_hide'] = 'A {{NEWPAGE>[ns]}} szintaxis használatakor: Névtérválasztó lista elrejtése (ha nincs bejelölve: mutatja az alnévtereket)'; | ||
$lang['addpage_hideACL'] = 'A {{NEWPAGE}} elrejtése ha a felhasználónak nincs jogosultsága oldal létrehozásához (ha nincs bejelölve, egy üzenet fog megjelenni)'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
base addnewpage | ||
author Damien Regad, Benjamin Santalucia, Sam Wilson and other contributors | ||
email [email protected] | ||
date 2017-05-29 | ||
date 2024-09-14 | ||
name Add New Page plugin | ||
desc Adds a "new page form" to any wiki page. | ||
url https://www.dokuwiki.org/plugin:addnewpage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters