|
From: <var...@us...> - 2019-04-10 10:13:57
|
Revision: 10089
http://sourceforge.net/p/phpwiki/code/10089
Author: vargenau
Date: 2019-04-10 10:13:55 +0000 (Wed, 10 Apr 2019)
Log Message:
-----------
More pgsrc translations
Added Paths:
-----------
trunk/locale/de/pgsrc/Hilfe%2FSteve%20Wainstead
trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead
trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead
trunk/locale/zh/pgsrc/Help%2FBackLinksPlugin
trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin
Added: trunk/locale/de/pgsrc/Hilfe%2FSteve%20Wainstead
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FSteve%20Wainstead (rev 0)
+++ trunk/locale/de/pgsrc/Hilfe%2FSteve%20Wainstead 2019-04-10 10:13:55 UTC (rev 10089)
@@ -0,0 +1,17 @@
+Date: Tue, 9 Apr 2019 11:00:03 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
+Content-Type: application/x-phpwiki;
+ pagename=Hilfe%2FSteve%20Wainstead;
+ flags="";
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+Hi. I started building this [[Hilfe:WikiWikiWeb|WikiWikiWeb]] but many others help me
+now. I'm at [[http://www.panix.com/~swain/]].
+
+Please report bugs to [[mailto:php...@li...]]
+
+<noinclude>
+----
+[[PhpWikiDocumentation]]
+</noinclude>
Added: trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead
===================================================================
--- trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead (rev 0)
+++ trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead 2019-04-10 10:13:55 UTC (rev 10089)
@@ -0,0 +1,17 @@
+Date: Tue, 9 Apr 2019 11:08:52 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
+Content-Type: application/x-phpwiki;
+ pagename=Ayuda%2FSteve%20Wainstead;
+ flags="";
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+Hi. I started building this [[Ayuda:WikiWikiWeb|WikiWikiWeb]] but many others help me
+now. I'm at [[http://www.panix.com/~swain/]].
+
+Please report bugs to [[mailto:php...@li...]]
+
+<noinclude>
+----
+[[PhpWikiDocumentation]]
+</noinclude>
Added: trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead
===================================================================
--- trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead (rev 0)
+++ trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead 2019-04-10 10:13:55 UTC (rev 10089)
@@ -0,0 +1,17 @@
+Date: Tue, 9 Apr 2019 11:19:11 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
+Content-Type: application/x-phpwiki;
+ pagename=Hj%C3%A4lp%2FSteve%20Wainstead;
+ flags="";
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+Hi. I started building this [[Hj%C3%A4lp:WikiWikiWeb|WikiWikiWeb]] but many others help me
+now. I'm at [[http://www.panix.com/~swain/]].
+
+Please report bugs to [[mailto:php...@li...]]
+
+<noinclude>
+----
+[[PhpWikiDocumentation]]
+</noinclude>
Added: trunk/locale/zh/pgsrc/Help%2FBackLinksPlugin
===================================================================
--- trunk/locale/zh/pgsrc/Help%2FBackLinksPlugin (rev 0)
+++ trunk/locale/zh/pgsrc/Help%2FBackLinksPlugin 2019-04-10 10:13:55 UTC (rev 10089)
@@ -0,0 +1,73 @@
+Date: Thu, 13 Oct 2016 15:09:28 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
+Content-Type: application/x-phpwiki;
+ pagename=Help%2FBackLinksPlugin;
+ flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+The **~BackLinks** [[Help:WikiPlugin|plugin]] lists all pages which link to a given page.
+
+所有連結到目前頁面的頁面. BackLinks 功能也回答了此問題:
+"那個頁面包含了此頁面的標題?".
+
+To display the list of pages which all contain multiple links use a pagelist as page argument.
+For example {{{<<BackLinks page=Milk,Honey>>}}} would display all pages which
+contain links to Milk AND Honey.
+
+== Usage ==
+
+{{{
+<<BackLinks arguments>>
+}}}
+
+== Arguments ==
+
+All [[Help:PageList|PageList]] arguments, plus the following ones:
+
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **page**
+| Page from which the back links are calculated.
+| Current page
+|-
+| **include_self**
+| Include yourself in the results.
+| false
+|-
+| **noheader**
+| Do not display header.
+| false
+|-
+| **linkmore**
+| If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename.
+|
+|}
+
+== Example ==
+
+{{{
+<<BackLinks page=HomePage>>
+}}}
+
+<<BackLinks page=HomePage>>
+
+== Known Problems ==
+
+Back links should be found even if the link is inside a table, or in an
+included template, but not in some complex cases (for example, the link
+is in a template included inside a table).
+
+== Author ==
+* [[Help:Reini Urban|Reini Urban]]
+
+== See Also ==
+
+<noinclude>
+----
+[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
+</noinclude>
Added: trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin
===================================================================
--- trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin (rev 0)
+++ trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin 2019-04-10 10:13:55 UTC (rev 10089)
@@ -0,0 +1,55 @@
+Date: Tue, 9 Apr 2019 14:13:17 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
+Content-Type: application/x-phpwiki;
+ pagename=Help%2FRandomPagePlugin;
+ flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+The **~RandomPage** [[Help:WikiPlugin|plugin]] displays a list of randomly chosen pages or redirects to a random page.
+
+== Usage ==
+{{{
+<<RandomPage arguments>>
+}}}
+
+== Arguments ==
+
+All [[Help:PageList|PageList]] arguments, plus the following ones:
+
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **numpages**
+| Number of pages to list. 隨機頁面的數量應該是 1 到 20 之間的數字. If greater, 20 will be used.
+| 20
+|-
+| **redirect**
+| Do not display random page link, redirect to random page.
+| empty
+|-
+| **exclude**
+| Pages to exclude from random
+| RandomPage, HomePage, AllPages, RecentChanges, RecentEdits, FullRecentChanges
+|}
+
+== Example ==
+
+{{{
+<<RandomPage numpages=10 >>
+}}}
+
+<<RandomPage numpages=10 >>
+
+== Author ==
+* [[Help:Reini Urban|Reini Urban]]
+
+== See Also ==
+
+<noinclude>
+----
+[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
+</noinclude>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|