From: <var...@us...> - 2021-11-25 18:44:51
|
Revision: 10698 http://sourceforge.net/p/phpwiki/code/10698 Author: vargenau Date: 2021-11-25 18:44:42 +0000 (Thu, 25 Nov 2021) Log Message: ----------- Update translations of pgsrc/Help%2FRandomPagePlugin Modified Paths: -------------- trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin trunk/pgsrc/Help%2FRandomPagePlugin Modified: trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin 2021-11-25 18:43:44 UTC (rev 10697) +++ trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin 2021-11-25 18:44:42 UTC (rev 10698) @@ -1,4 +1,4 @@ -Date: Fri, 19 Apr 2019 17:28:11 +0000 +Date: Thu, 25 Nov 2021 19:41:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Hilfe%2FZufallsSeitePlugin; @@ -28,9 +28,13 @@ | 20 |- | **redirect** -| Do not display random page link, redirect to random page. -| empty +| Boolean. If true, do not display random page link, redirect to random page. +| false |- +| **hidename** +| Boolean. If true, hide name (only for numpages=1) +| false +|- | **exclude** | Pages to exclude from random | RandomPage,HomePage @@ -39,10 +43,10 @@ == Example == {{{ -<<RandomPage numpages=10 >> +<<RandomPage numpages=10>> }}} -<<RandomPage numpages=10 >> +<<RandomPage numpages=10>> == Autor == * [[Help:Reini Urban|Reini Urban]] Modified: trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin =================================================================== --- trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin 2021-11-25 18:43:44 UTC (rev 10697) +++ trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin 2021-11-25 18:44:42 UTC (rev 10698) @@ -1,4 +1,4 @@ -Date: Thu, 24 Dec 2020 18:13:17 +0000 +Date: Thu, 25 Nov 2021 19:41:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FRandomPagePlugin; @@ -28,9 +28,13 @@ | 20 |- | **redirect** -| Do not display random page link, redirect to random page. -| empty +| Boolean. If true, do not display random page link, redirect to random page. +| false |- +| **hidename** +| Boolean. If true, hide name (only for numpages=1) +| false +|- | **exclude** | Pages to exclude from random | RandomPage,HomePage @@ -39,10 +43,10 @@ == Example == {{{ -<<RandomPage numpages=10 >> +<<RandomPage numpages=10>> }}} -<<RandomPage numpages=10 >> +<<RandomPage numpages=10>> == Author == * [[Help:Reini Urban|Reini Urban]] Modified: trunk/pgsrc/Help%2FRandomPagePlugin =================================================================== --- trunk/pgsrc/Help%2FRandomPagePlugin 2021-11-25 18:43:44 UTC (rev 10697) +++ trunk/pgsrc/Help%2FRandomPagePlugin 2021-11-25 18:44:42 UTC (rev 10698) @@ -1,4 +1,4 @@ -Date: Mon, 22 Feb 2021 13:05:38 +0000 +Date: Thu, 25 Nov 2021 19:41:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FRandomPagePlugin; @@ -43,10 +43,10 @@ == Example == {{{ -<<RandomPage numpages=10 >> +<<RandomPage numpages=10>> }}} -<<RandomPage numpages=10 >> +<<RandomPage numpages=10>> == Author == * [[Help:Reini Urban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |