Home
last modified time | relevance | path

Searched refs:translation (Results 76 – 100 of 601) sorted by relevance

12345678910>>...25

/plugin/bureaucracy-au/_test/
H A Dactions_template.test.php47 $translation = plugin_load('helper', 'translation');
48 if (null === $translation) return;
/plugin/tgnotify/
H A DCHANGELOG.rst32 * Feature: Russian translation improved
37 * Bug: Modified page link fixed for english translation
/plugin/groupmail/
H A DCHANGELOG39 * Spanish translation added (thanks to Cristian Wente)
47 * Polish translation added (thanks to Alex Setlak - http://alek.magazynek.org/)
65 * Renamed plugin name translation to "Modern Contact Form".
/plugin/translator/
H A Dhelper.php170 function _createMasterTableEntry($translation, $categoryID, $version, &$finalStatus) { argument
172 foreach ( $translation as $key => $value) {
393 function _checkForMasterKeyIDs(&$translation, &$finalStatus, $CategoryID) { argument
397 $keysIN = implode("\",\"", array_keys($translation));
408 …$translation[$data['ResourceKey']] = array( 'ID' => $data['KeyID'], 'Value' => $translation[$data[…
479 function _insertTranslationArray($translation, &$finalStatus, $Lang, $Date) { argument
483 foreach( $translation as $key => $value ) {
486 unset($translation[$key]);
508 unset( $translation[$translationINV[$data['KeyID']]['key']] );
517 if ( empty($translation) ) {
[all …]
H A Dadmin.php532 $translation = array();
549 $translation[$key] = $value;
557 … $this->functions->_createMasterTableEntry($translation, $CategoryID, $version, $finalStatus);
561 $this->functions->_checkForMasterKeyIDs($translation, $finalStatus, $CategoryID);
562 … $this->functions->_insertTranslationArray($translation, $finalStatus, $Lang, $currentDateTime);
/plugin/aceeditor/
H A DNEWS4 * Updated Russian translation (thanks to Aleksandr Selivanov)
50 * Polish translation by Aleksander Setlak
64 * Russian translation (thanks to Aleksandr Selivanov)
81 * Italian translation (thanks to vinnie)
/plugin/translationbuddy/
H A DREADME3 Shows translation statistics, supporting the plugin:translation
/plugin/translator/lang/en/
H A Dsetup.txt3 Please select the category that you want to see the translation for. If you have sufficent right yo…
/plugin/dokutranslate/
H A Dplugin.info.txt6 desc Plugin for crowdsourced translation of books
/plugin/textinsert/
H A DREADME43 Translation macros can be embeded in other macros, including other translation macros.
44 And other macros can emdedded in translation macros. They also accept entities, as
47 For HTML output, HTML tags are accepted in translation macros, but for the HTML
/plugin/data-au/_test/
H A Dhelper.test.php340 $plugininstalled = in_array('translation', plugin_list('helper',$all=true));
341 …if (!$plugininstalled) $this->markTestSkipped('Pre-condition not satisfied: translation plugin mus…
343 if ($plugininstalled && plugin_enable('translation')) {
346 $conf['plugin']['translation']['translations'] = 'de';
/plugin/data/_test/
H A Dhelper.test.php
/plugin/icons/syntax/
H A Dflag.php24 if ($translation = plugin_load('helper', 'translation')) {
/plugin/translate/
H A Dplugin.info.txt6 desc A translation plugin that doesn't require the page name to be the same in all languages
/plugin/diffpreview/
H A DCHANGELOG.md24 - Add Japanese translation
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.Language.txt
/plugin/deeplautotranslate/
H A Dreadme.md2 This plugin automatically creates translations based on the [Translation plugin](https://www.dokuwiki.org/plugin:translation) page structure using the [DeepL](https://deepl.com) API.
/plugin/templater/
H A DCHANGELOG.md10 * Included Chinese (simplified) translation. (by [粗音未来](miku39@onsei.fans), aka "Miku").
24 * Included Dutch translation. (by [Gerrit Uitslag](https://github.com/Klap-in), aka "Klap-in")
25 * Some modifications to facilitate the translation by DokuWiki Translation Tool.
/plugin/odtplus2dw/
H A DREADME.md57 - Added French translation (thank you jmgfr!).
63 - Added spanish translation.
84 - Add : message translation in Dutch (By mprins).
/plugin/odt/
H A DChangeLog.txt176 * lang/uk/: Add Ukrainian translation (by Oleksiy Zagorskyi)
178 * renderer.php: Fix zh translation PHP syntax
189 * lang/ru/: Add translation by Yuri Timofeev
190 * lang/zh/: Add Chinese translation by lainme
216 * lang/ja: Add Japanese translation from Ikuo Obataya. Thanks !
222 * lang/es/: spanish translation
/plugin/nssearch/
H A DREADME.md
/plugin/jmol2/jmol/
H A DJmolApplet.jar ... org/jmol/symmetry/ org/jmol/translation/ org/jmol/translation/JmolApplet/ org ...
H A DJmolAppletSigned.jar ... org/jmol/symmetry/ org/jmol/translation/ org/jmol/translation/JmolApplet/ org ...
/plugin/translation/_test/
H A DBasicTest.php3 namespace dokuwiki\plugin\translation\test;
10 * General tests for the translation plugin
18 protected $pluginsEnabled = ['translation'];
60 $conf['plugin']['translation']['translations'] = $translationsOption;
62 $helper = plugin_load('helper', 'translation', true);
112 $conf['plugin']['translation']['translations'] = $translationsOption;
113 $conf['plugin']['translation']['redirectstart'] = 1;
120 $helper = plugin_load('helper', 'translation');
/plugin/translation/
H A Daction.php27 $this->helper = plugin_load('helper', 'translation');
189 foreach ($translations as $lc => $translation) {
193 'href' => wl(cleanID($translation), '', true),
222 // find original language (might've been provided via parameter or use first translation)
261 * Hook Callback. Resort page match results so that results are ordered by translation, having the
268 // sort into translation slots

12345678910>>...25