Home
last modified time | relevance | path

Searched refs:translation (Results 51 – 75 of 601) sorted by relevance

12345678910>>...25

/plugin/jmol2/jmol/
H A DJmolApplet0_i18n_zh_TW.jar ... org/ org/jmol/ org/jmol/translation/ org/jmol/translation/JmolApplet/ org ...
/plugin/translate/lang/en/
H A Dnewtrans.txt1 ======This translation does not exist yet======
3 … followed a link to a translation that doesn't exist yet. If permissions allow, you may create it …
/plugin/top/
H A Dhelper.php58 $translation = plugin_load('helper', 'translation');
59 if (!$translation) {
62 $lang = $translation->getLangPart($page);
115 foreach($translations as $translation) {
116 $startpages[] = $translation . ':' . $start;
/plugin/sketchcanvas/script/
H A Dtranslation.js3 translation: {} property in resources.en
6 translation: { class in resources.ja
/plugin/textinsert/
H A Dsyntax.php62 $translation = false;
67 $translation=true;
120 if($translation && isset($this->translations[$trans])){
134 $match = $this->get_inserts($match,$translation);
173 function get_inserts($match,$translation) { argument
183 if($translation ||strpos($keys[$i], 'LANG_') !== false) {
/plugin/progrecss/
H A DChangeLog15 * lang/: Added folder with translation strings.
16 * lang/en/*: Added translation by Luis Machuca Bezzaza.
17 * lang/es/*: Added translation by Luis Machuca Bezzaza.
18 * lang/de/*: Added translation by Gunnar Gorges.
19 * lang/ru/*: Added translation by Ksenia Glushak.
/plugin/feedback/
H A Drequirements.txt2 https://github.com/splitbrain/dokuwiki-plugin-translation/ lib/plugins/translation
/plugin/autotranslation/lang/en/
H A Dtotranslate.txt1 … translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the tr…
/plugin/translation/lang/en/
H A Dtotranslate.txt1 FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)/
/plugin/data-au/
H A Drequirements.txt3 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
/plugin/data/
H A Drequirements.txt3 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
/plugin/translationbuddy/
H A Dplugin.info.txt6 desc Shows translation statistics, supporting the plugin:translation
/plugin/datagraph/
H A Drequirements.txt2 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
/plugin/data-graph/
H A Drequirements.txt2 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
/plugin/translation3/
H A Dplugin.info.txt2 base translation
8 url http://www.dokuwiki.org/plugin:translation
/plugin/translation/
H A Dplugin.info.txt2 base translation
8 url https://www.dokuwiki.org/plugin:translation
H A DREADME1 translation Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:translation
7 lib/plugins/translation/ - if the folder is called different it
/plugin/contactmodern/
H A DCHANGELOG3 * Spanish translation added (thanks to Cristian Wente)
11 * Polish translation added (thanks to Alex Setlak - http://alek.magazynek.org/)
29 * Renamed plugin name translation to "Modern Contact Form".
/plugin/autotranslation/
H A DREADME1 translation Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:translation
7 lib/plugins/translation/ - if the folder is called different it
H A Dplugin.info.txt8 desc Supports the easy setup of a multi-language wiki. Based up on translation by splitbrain
9 url http://www.dokuwiki.org/plugin:translation-fork
/plugin/gplusone/
H A Daction.php34 … if (plugin_isdisabled('translation') || (!$translation = plugin_load('helper', 'translation'))) {
38 $lang = $translation->getLangPart($ID);
/plugin/rating/
H A Dhelper.php150 $translation = plugin_load('helper', 'translation');
151 if (!$translation) {
154 $lang = $translation->getLangPart($page);
/plugin/barcode/
H A Dsyntax.php81 … if (plugin_isdisabled('translation') || (!$translation = plugin_load('helper', 'translation'))) {
85 $lang = $translation->getLangPart($ID);
/plugin/fastwiki/
H A DREADME.md13 Japanese translation by [Sawachan](https://github.com/sawachan).
15 Russian translation by [Intervision Lord](https://github.com/intervisionlord).
/plugin/bureaucracyau/_test/
H A Dactions_template.test.php47 $translation = plugin_load('helper', 'translation');
48 if (null === $translation) return;

12345678910>>...25