Home
last modified time | relevance | path

Searched refs:translations (Results 51 – 75 of 100) sorted by path

1234

/plugin/autotranslation/
H A Daction.php82 $translations = $this->helper->getAvailableTranslations($ID);
83 if($translations) {
86 if(!$orig) $orig = array_shift(array_keys($translations));
89 $origfile = $translations[$orig];
98 if(count($translations) > 1) {
100 foreach($translations as $t => $l) {
130 if(!in_array($_GET['lang'], $this->helper->translations)) return;
163 if(!in_array($_GET['lang'], $this->helper->translations)) return;
H A Dadmin.php29 foreach ($helper->translations as $t) {
54 foreach ($helper->translations as $t) {
H A Dhelper.php14 public $translations = array(); variable in helper_plugin_autotranslation
30 $this->translations = strtolower(str_replace(',', ' ', $this->getConf('translations')));
31 $this->translations = array_unique(array_filter(explode(' ', $this->translations)));
32 sort($this->translations);
49 if(in_array($dfl, $this->translations)) {
53 array_unshift($this->translations, '');
78 if ( in_array($tns, $this->translations) )
143 $rx = '/(^|,|:|;|-)(' . join('|', $this->translations) . ')($|,|:|;|-)/i';
237 foreach($this->translations as $t) {
301 foreach($this->translations as $t) {
[all …]
/plugin/backup/
H A DCHANGELOG.md32 …s-fixer` and `js-beautify`; also removed German, French, and Japanese translations as they're now …
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md679 * `FEAT`: simplify requested palette and context pad translations ([#1027](https://github.com/bpmn-…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md44 * `FEAT`: add missing translations ([#710](https://github.com/bpmn-io/dmn-js/pull/710), [#88](https…
/plugin/cacherevisionseraser/
H A DREADME.md153 More translations are welcome.
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md29 * [#16786](http://dev.ckeditor.com/ticket/16786): Fixed: Added missing translations for the [Copy F…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md449 * [#16786](https://dev.ckeditor.com/ticket/16786): Fixed: Added missing translations for the [Copy …
/plugin/data-au/_test/
H A Dhelper.test.php346 $conf['plugin']['translation']['translations'] = 'de';
/plugin/data/_test/
H A Dhelper.test.php
/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/elasticsearch/action/
H A Dsearch.php293 if (in_array($topNs, $transplugin->translations)) {
298 // select all available translations
299 $INPUT->set('lang', $transplugin->translations);
/plugin/elasticsearch/helper/
H A Dclient.php216 $translations = array_diff(array_filter($transplugin->translations), [$conf['lang']]);
217 if ($translations) foreach ($translations as $lang) {
H A Ddocparser.php195 $langs = array_keys($ld->detect($body)->whitelist(...$trans->translations)->close());
H A Dform.php154 $translations = $transplugin->translations;
155 if (empty($translations)) return;
171 foreach ($translations as $lang) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md43 …al thanks to everyone who has contributed to the documentation and helps maintain the translations:
/plugin/gitbacked/
H A DCHANGELOG.md114 - German translations added
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php31 $translations = array('iso-8859-1' => 'winansi',
50 if (isset($translations[$encoding])) { return $translations[$encoding]; };
/plugin/issuetracker/
H A Dprototype.js5625 translations = { mouseenter: "mouseover", mouseleave: "mouseout" }; class
5629 return (translations[eventName] || eventName);
/plugin/jmol2/jmol/
H A DCHANGES.txt1430 # bug fix: translations of Console not implemented correctly
4972 # bug fix and additional work in relation to translations
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt984 Improved list of RIFF ['INFO'] comment key translations
/plugin/odt/
H A DChangeLog.txt227 * lang/: translations
/plugin/odtplus2dw/
H A DREADME.md64 - Removed some translations (I can't update them, so I had to remove).
/plugin/pageredirect/
H A DChangeLog.md50 - add French translations. [#14]
53 - add Russian translations. [#17]
54 - update Korean translations. [#21]
70 - add Japanese translations. [#7]
100 - add zh-tw translations. [82539ae]
101 - add Korean translations. [6aa688d]
102 - add portugese translations. [e22f33a]

1234