Lines Matching full:from
76 if ($ACT === "edit"){ //$ACT comes from DokuWiki core
79 if (!empty($INFO["writable"])){ //$INFO comes from DokuWiki core
82 … $_monobook_tabs["ca-edit"]["text"] = $lang["btn_draft"]; //language comes from DokuWiki core
85 … $_monobook_tabs["ca-edit"]["text"] = $lang["btn_edit"]; //language comes from DokuWiki core
87 … $_monobook_tabs["ca-edit"]["text"] = $lang["btn_create"]; //language comes from DokuWiki core
91 … $_monobook_tabs["ca-edit"]["text"] = $lang["btn_source"]; //language comes from DokuWiki core
100 …$_monobook_tabs["ca-history"]["text"] = $lang["btn_revs"]; //language comes from DokuWiki core
103 if ($ACT === "revisions"){ //$ACT comes from DokuWiki core
118 … $_monobook_tabs["ca-watch"]["text"] = $lang["btn_subscribe"]; //language comes from DokuWiki core
123 if (empty($INFO["subscribed"]) && //$INFO comes from DokuWiki core
126 … $_monobook_tabs["ca-watch"]["text"] = $lang["btn_subscribe"]; //language comes from DokuWiki core
129 …$_monobook_tabs["ca-watch"]["text"] = $lang["btn_unsubscribe"]; //language comes from DokuWiki core
158 if (empty($INFO["subscribedns"])){ //$INFO comes from DokuWiki core
160 …$_monobook_tabs["ca-watchns"]["text"] = $lang["btn_subscribens"]; //language comes from DokuWiki c…
163 …nobook_tabs["ca-watchns"]["text"] = $lang["btn_unsubscribens"]; //language comes from DokuWiki core