Home
last modified time | relevance | path

Searched refs:translations (Results 1 – 25 of 100) sorted by relevance

1234

/plugin/translation/
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...]
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) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DLocalizedStringBundle.php47 public function setTranslations($translations) argument
49 $this->translations = $translations;
56 return $this->translations;
/plugin/authgoogle/google/contrib/
H A DGoogle_TranslateService.php127 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 DTranslateTextResponse.php45 public function setTranslations($translations) argument
47 $this->translations = $translations;
54 return $this->translations;
/plugin/autotranslation/
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 …]
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) {
/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/elasticsearch/helper/
H A Dclient.php216 $translations = array_diff(array_filter($transplugin->translations), [$conf['lang']]);
217 if ($translations) foreach ($translations as $lang) {
H A Dform.php154 $translations = $transplugin->translations;
155 if (empty($translations)) return;
171 foreach ($translations as $lang) {
/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]
/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/publist/bib2tpl/lang/
H A Des.php2 $translations = array( variable
H A Dde.php2 $translations = array( variable
H A Den.php2 $translations = array( variable
/plugin/publistf/bib2tpl/lang/
H A Den.php2 $translations = array( variable
H A Des.php2 $translations = array( variable
H A Dde.php2 $translations = array( variable
/plugin/amcharts/assets/amcharts/plugins/export/lang/
H A Dde.js1 AmCharts.translations[ "export" ][ "de" ] = { class in AmCharts
H A Den.js1 AmCharts.translations[ "export" ][ "en" ] = { class in AmCharts
H A Dfr.js1 AmCharts.translations[ "export" ][ "fr" ] = { class in AmCharts

1234