Home
last modified time | relevance | path

Searched refs:translations (Results 26 – 50 of 100) sorted by last modified time

1234

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt984 Improved list of RIFF ['INFO'] comment key translations
/plugin/adfs/phpsaml/
H A DREADME.md100 * `gettext`. Install that library and its php driver. It handles translations.
251 Locale folder contains some translations: `en_US` and `es_ES` as a proof of concept.
252 Currently there are no translations but we will eventually localize the messages
/plugin/backup/
H A DCHANGELOG.md32 …s-fixer` and `js-beautify`; also removed German, French, and Japanese translations as they're now …
/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/data-au/_test/
H A Dhelper.test.php346 $conf['plugin']['translation']['translations'] = 'de';
/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/odtplus2dw/
H A DREADME.md64 - Removed some translations (I can't update them, so I had to remove).
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md29 * [#16786](http://dev.ckeditor.com/ticket/16786): Fixed: Added missing translations for the [Copy F…
/plugin/cacherevisionseraser/
H A DREADME.md153 More translations are welcome.
/plugin/wikistats/
H A DREADME.md201 * Add resources types translations
/plugin/issuetracker/
H A Dprototype.js5625 translations = { mouseenter: "mouseover", mouseleave: "mouseout" }; class
5629 return (translations[eventName] || eventName);
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php1304 public $translations; variable in Google_Submission
1358 public function setTranslations(/* array(Google_SubmissionTranslations) */ $translations) { argument
1359 $this->assertIsArray($translations, 'Google_SubmissionTranslations', __METHOD__);
1360 $this->translations = $translations;
1363 return $this->translations;
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/top/
H A Dhelper.php114 $translations = explode(' ', $conf['plugin']['translation']['translations']);
115 foreach($translations as $translation) {
/plugin/amcharts/assets/amcharts/lang/
H A Dmk.js1 AmCharts.translations.mk = {"monthNames":["Јануари","Февруари","Март","Април","Мај","Јуни","Јули","…
H A Dpl.js1 AmCharts.translations.pl = {"monthNames":["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Li…
H A Dpt.js1 AmCharts.translations.pt = {"monthNames":["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Jul…
H A Dru.js1 AmCharts.translations.ru = {"monthNames":["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","А…
H A Des.js1 AmCharts.translations.es = {"monthNames":["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio",…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js38 AmCharts.translations.dataLoader = {};
499 …!== language && undefined !== AmCharts.translations.dataLoader[ language ] && undefined !== AmChar…
500 return AmCharts.translations.dataLoader[ language ][ msg ];
H A Ddataloader.min.js1translations.dataLoader={},AmCharts.addInitHandler(function(a){function e(b,d,g,h){void 0===h&&(h=…
/plugin/amcharts/assets/amcharts/plugins/export/lang/
H A Dde.js1 AmCharts.translations[ "export" ][ "de" ] = { class in AmCharts

1234