Home
last modified time | relevance | path

Searched refs:lang (Results 4626 – 4650 of 6322) sorted by relevance

1...<<181182183184185186187188189190>>...253

/plugin/redirect/
H A Dadmin.php66 global $lang;
74 echo '<input type="submit" value="' . $lang['btn_save'] . '" class="button" />';
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js9lang: 'af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-c…
20 label: editor.lang.about.title,
/plugin/shorturl/
H A Dadmin.php59 global $lang;
67 echo '<input type="submit" value="'.$lang['btn_save'].'" class="button" />';
/plugin/tagging/db/
H A Dupdate0002.sql10 CREATE TABLE taggings (pid, tag, tagger, lang, PRIMARY KEY(pid, tag, tagger)); field
15 CREATE INDEX idx_taggings_lang ON taggings(lang)
/plugin/dbquery/
H A Ddeleted.files6 lang/en/lang.php
/plugin/farm/install/
H A Dfarmstructurecreator.php12 global $lang;
13 $lang = array(); variable
56 global $lang;
57 if(!isset($lang[$code])) return '{'.strtoupper($code).'}';
58 $str = $lang[$code];
/plugin/tag/syntax/
H A Dsearchtags.php62 global $lang;
102 $renderer->cdata($lang['nothingfound']);
127 global $conf, $lang;
150 $form->addElement(form_makeMenuField('plugin__tag_search_namespace', $ns_select, $this->getNS(), $lang['namespaces']));
220 $form->addElement(form_makeTag('input', array('type' => 'submit', 'value' => $lang['btn_search'])));
/plugin/redproject/lang/en/
H A Dsettings.php2 $lang['redproject.url'] = 'Add your redmine\'s url server, without a slash ending. Example : h…
4 $lang['redproject.view'] = "<div>Choose the view you want to display. This will depend on the w…
/plugin/davcal/action/
H A Djsinfo.php22 $lang = $conf['lang'];
24 switch($lang)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScriptId.php23 public function __construct(string $scriptId, ?array $params = null, ?string $lang = null, ?string $documentId = null) argument
25 parent::__construct($params, $lang, $documentId);
H A DScript.php25 public function __construct(string $scriptCode, ?array $params = null, ?string $lang = null, ?string $documentId = null) argument
27 parent::__construct($params, $lang, $documentId);
/plugin/denyactions/action/
H A Drev.php19 global $lang;
33 msg($this->lang['actiondenied'],-1);
/plugin/pagetemplate/
H A Dsyntax.php205 return (isset($this->lang[$id]) ? $this->lang[$id] : '');
252 $this->lang = $lang;
/plugin/quicksubscribe/
H A Dhelper.php29 $title = $this->lang['js']['unsubscribe'];
33 $title = $this->lang['js']['subscribe'];
/plugin/uparrow/
H A Dsyntax.php78 $renderer->doc .= ' <a href="#" title="' . $lang['btn_top'] . '">' . DW_LF;
79 … $renderer->doc .= ' <img src="' . $data[0] . '" alt="' . $lang['btn_top'] . '"/>' . DW_LF;
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js1lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he…
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js1lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he…
/plugin/achart/
H A Dscript.js11 var lang = JSON.parse(JSINFO.chartlocale);
13 locales: [lang],
/plugin/fckg/
H A Dhelper.php36 global $lang;
37 $preview_button = $lang['btn_preview'];
41 $fckg_lang_direction = $lang['direction'];
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.hbs2 <html lang="{{lang}}">
H A Dapp-search.hbs2 <html lang="{{lang}}">
H A Dhamburger.hbs2 <html lang="{{lang}}">
/plugin/mindmap/
H A Dsyntax.php117 global $lang;
399 'lang' => $lang
560 $lang = htmlspecialchars($item['lang']);
565 $output .= " <attvalue for=\"lang\" value=\"$lang\" />\n";
576 $lang = htmlspecialchars($item['lang']);
581 $output .= " <attvalue for=\"lang\" value=\"$lang\" />\n";
/plugin/ckgdoku/ckeditor/
H A Dconfig.js1lang.detect("en");var i=function(){d.jquery.post(d.doku_url+"lib/exe/ajax.php",e,function(l,k){if(… class in CKEDITOR
/plugin/translate/
H A Daction.php218 $lang = $_REQUEST['lang'];
221 if (empty($title) || empty($lang)) {
227 if (!$my->languageExists($lang)) {
228 msg(sprintf("Illegal language %s",$lang), -1);
232 $id = $my->suggestPageId($title, $lang);
266 $meta['language'] = $lang;

1...<<181182183184185186187188189190>>...253