/plugin/translation/ |
H A D | helper.php | 14 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...] |
H A D | action.php | 187 $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 D | admin.php | 41 foreach ($helper->translations as $t) { 67 foreach ($helper->translations as $t) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/ |
H A D | LocalizedStringBundle.php | 47 public function setTranslations($translations) argument 49 $this->translations = $translations; 56 return $this->translations;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_TranslateService.php | 127 public $translations; variable in Google_TranslateService 141 …$this->translations = new Google_TranslationsServiceResource($this, $this->serviceName, 'translati… 218 public $translations; variable in Google_TranslationsListResponse 219 public function setTranslations(/* array(Google_TranslationsResource) */ $translations) { argument 220 $this->assertIsArray($translations, 'Google_TranslationsResource', __METHOD__); 221 $this->translations = $translations; 224 return $this->translations;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/ |
H A D | TranslateTextResponse.php | 45 public function setTranslations($translations) argument 47 $this->translations = $translations; 54 return $this->translations;
|
/plugin/autotranslation/ |
H A D | helper.php | 14 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 …]
|
H A D | action.php | 82 $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 D | admin.php | 29 foreach ($helper->translations as $t) { 54 foreach ($helper->translations as $t) {
|
/plugin/textinsert/ |
H A D | syntax.php | 24 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/elasticsearch/helper/ |
H A D | client.php | 216 $translations = array_diff(array_filter($transplugin->translations), [$conf['lang']]); 217 if ($translations) foreach ($translations as $lang) {
|
H A D | form.php | 154 $translations = $transplugin->translations; 155 if (empty($translations)) return; 171 foreach ($translations as $lang) {
|
/plugin/pageredirect/ |
H A D | ChangeLog.md | 50 - 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]
|
/plugin/publistx/bib2tpl/lang/ |
H A D | de.php | 2 $translations = array( variable
|
H A D | en.php | 2 $translations = array( variable
|
H A D | es.php | 2 $translations = array( variable
|
/plugin/publist/bib2tpl/lang/ |
H A D | es.php | 2 $translations = array( variable
|
H A D | de.php | 2 $translations = array( variable
|
H A D | en.php | 2 $translations = array( variable
|
/plugin/publistf/bib2tpl/lang/ |
H A D | en.php | 2 $translations = array( variable
|
H A D | es.php | 2 $translations = array( variable
|
H A D | de.php | 2 $translations = array( variable
|
/plugin/amcharts/assets/amcharts/plugins/export/lang/ |
H A D | de.js | 1 AmCharts.translations[ "export" ][ "de" ] = { class in AmCharts
|
H A D | en.js | 1 AmCharts.translations[ "export" ][ "en" ] = { class in AmCharts
|
H A D | fr.js | 1 AmCharts.translations[ "export" ][ "fr" ] = { class in AmCharts
|