Home
last modified time | relevance | path

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

1234

/plugin/publist/bib2tpl/
H A Dbibtex_converter.php132 $this->options['lang'] = $translations;
/plugin/publist/bib2tpl/lang/
H A Dde.php2 $translations = array( variable
H A Den.php2 $translations = array( variable
H A Des.php2 $translations = array( variable
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php143 $this->options['lang'] = $translations;
/plugin/publistf/bib2tpl/lang/
H A Dde.php2 $translations = array( variable
H A Den.php2 $translations = array( variable
H A Des.php2 $translations = array( variable
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php139 $this->options['lang'] = $translations;
/plugin/publistx/bib2tpl/lang/
H A Dde.php2 $translations = array( variable
H A Den.php2 $translations = array( variable
H A Des.php2 $translations = array( variable
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4511 var translations = { mouseenter: "mouseover", mouseleave: "mouseout" }; class in _getDOMEventName
4512 return eventName in translations ? translations[eventName] : eventName;
/plugin/selfmeasurement/
H A Ddescription.txt62 * Missing translations
/plugin/siteexport/
H A Dhelper.php167 $trans = $translation->translations;
/plugin/siteexport/inc/
H A Dtoc.php31 … $checkArray = $this->translation ? $this->translation->translations : array(noNS($this->NS));
/plugin/socialshareprivacy2/SSP/
H A DREADME.md115 …l JavaScripts except the `jquery.socialshareprivacy.localstorage.js` module and the translations.
/plugin/templater/
H A DCHANGELOG.md40 * Updated english and brazilian portuguese translations.
/plugin/textinsert/
H A Dsyntax.php24 var $translations; variable in syntax_plugin_textinsert
75 $this->translations = $lang;
83 if($this->translations) {
84 $this->translations = array_merge($lang,$tr);
86 else $this->translations = $tr;
120 if($translation && isset($this->translations[$trans])){
121 $match = $this->translations[$trans];
185 $_insert = $this->translations[$trans];
/plugin/top/
H A Dhelper.php114 $translations = explode(' ', $conf['plugin']['translation']['translations']);
115 foreach($translations as $translation) {
/plugin/translation/
H A Daction.php187 $translations = $this->helper->getAvailableTranslations($ID);
188 if ($translations) {
189 foreach ($translations as $lc => $translation) {
219 // look for existing translations
220 $translations = $this->helper->getAvailableTranslations($ID);
221 if ($translations) {
224 if (!$orig) $orig = array_key_first($translations);
227 $origfile = $translations[$orig];
235 // show user a choice of translations if any
236 if (count($translations) >
[all...]
H A Dadmin.php41 foreach ($helper->translations as $t) {
67 foreach ($helper->translations as $t) {
H A Dhelper.php14 public $translations = [];
46 if (in_array($dfl, $this->translations)) {
50 array_unshift($this->translations, '');
58 * Parse 'translations'-setting into $this->translations
63 $this->translations = strtolower(str_replace(',', ' ', $this->getConf('translations')));
64 $this->translations = array_unique(array_filter(explode(' ', $this->translations)));
65 sort($this->translations);
11 public $translations = []; global() variable in helper_plugin_translation
[all...]
/plugin/wikistats/
H A DREADME.md201 * Add resources types translations
/plugin/yearbox/
H A DCHANGELOG.md27 * Portuguese translations added.

1234