Home
last modified time | relevance | path

Searched refs:getLang (Results 26 – 50 of 1005) sorted by last modified time

12345678910>>...41

/plugin/structpublish/helper/
H A Dnotify.php47 msg($this->getLang('email_error_norecipients'), -1);
74 $subject = $this->getLang('email_subject');
/plugin/structpublish/
H A Dadmin.php93 ptln('<h1>' . $this->getLang('menu') . '</h1>');
113 echo '<th>' . $this->getLang('assign_pattern') . '</th>';
114 echo '<th>' . $this->getLang('assign_status') . '</th>';
115 echo '<th>' . $this->getLang('assign_user') . '</th>';
142 echo '<td><a class="deleteSchema" href="' . $link . '">' . $this->getLang('assign_del') . '</a></td>';
157 echo '<td><button type="submit" name="action" value="add">' . $this->getLang('assign_add') . '</button></td>';
/plugin/diagrams/action/
H A Daction.php56 msg($this->getLang('missingConfig'), -1);
H A Dembed.php117 saveWikiText($id, $new, $this->getLang('embedSaveSummary'));
/plugin/struct/helper/
H A Dlookup.php53 $thanks = sprintf($this->getLang('bureaucracy_action_struct_lookup_thanks'), wl($ID));
/plugin/struct/meta/
H A DAggregationTable.php29 $this->renderer->cdata($this->helper->getLang('none'));
135 $fltrs[] = sprintf('"%s" %s "%s"', $column, $this->helper->getLang("comparator $comp"), $value);
141 $this->helper->getLang('tablefilteredby'),
146 $this->renderer->internallink($this->id, $this->helper->getLang('tableresetfilter'));
231 'title="' . $this->helper->getLang('sort') . '">' . hsc($header) . '</a>';
389 $this->renderer->cdata($this->helper->getLang('none'));
454 $this->renderer->doc .= '<a href="' . $link . '" class="prev">' . $this->helper->getLang('prev') . '</a>';
463 $this->renderer->doc .= '<a href="' . $link . '" class="next">' . $this->helper->getLang('next') . '</a>';
488 $this->helper->getLang('csvexport') . '</a>';
H A DAggregationValue.php43 $this->renderer->cdata($this->helper->getLang('none'));
H A DPageColumn.php84 return $helper->getLang('pagelabel');
H A DPublishedColumn.php47 return $helper->getLang('publishedlabel');
H A DRevisionColumn.php80 return $helper->getLang('revisionlabel');
H A DRowColumn.php47 return $helper->getLang('rowlabel');
H A DSchemaBuilder.php140 msg(sprintf($this->helper->getLang('duplicate_label'), $wantedlabel, $fixedlabel), -1);
H A DSchemaEditor.php53 <th>{$this->hlp->getLang('editor_sort')}</th>
54 <th>{$this->hlp->getLang('editor_label')}</th>
55 <th>{$this->hlp->getLang('editor_multi')}</th>
56 <th>{$this->hlp->getLang('editor_conf')}</th>
57 <th>{$this->hlp->getLang('editor_type')}</th>
58 <th>{$this->hlp->getLang('editor_enabled')}</th>
H A DStructException.php26 $trans = $plugin->getLang($this->trans_prefix . $message);
H A DSummaryColumn.php79 return $helper->getLang('summarylabel');
H A DUserColumn.php80 return $helper->getLang('userlabel');
H A DValueValidator.php83 $prefix = sprintf($this->hlp->getLang('validation_prefix'), $label);
/plugin/struct/syntax/
H A Dcloud.php92 msg($this->getLang('Warning: no filters for cloud'), -1);
/plugin/struct/types/
H A DAbstractBaseType.php542 public function getLang($string)
545 return $this->hlp->getLang($string);
536 public function getLang($string) global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
H A DAbstractMultiBaseType.php32 $this->getLang('multi') .
H A DDropdown.php86 $html .= '<small>' . $this->getLang('multidropdown') . '</small>';
/plugin/struct/action/
H A Dentry.php109 msg($this->getLang('emptypage'), -1);
115 $event->data['summary'] = $this->getLang('summary');
/plugin/struct/admin/
H A Dassignments.php33 return $this->getLang('menu_assignments');
110 echo '<th>' . $this->getLang('assign_assign') . '</th>';
111 echo '<th>' . $this->getLang('assign_tbl') . '</th>';
135 echo '<td><a class="deleteSchema" href="' . $link . '">' . $this->getLang('assign_del') . '</a></td>';
152 echo '<td><button type="submit" name="action" value="add">' . $this->getLang('assign_add') . '</button></td>';
H A Dschemas.php96 msg($this->getLang('admin_csvdone'), 1);
114 msg($this->getLang('del_fail'), -1);
119 msg($this->getLang('del_ok'), 1);
131 msg($this->getLang('clear_fail'), -1);
136 msg($this->getLang('clear_ok'), 1);
158 echo '<h2>' . sprintf($this->getLang('edithl'), hsc($table)) . '</h2>';
161 echo $this->getLang('internal');
167 echo '<li class="active"><a href="#plugin__struct_editor">' . $this->getLang('tab_edit') . '</a></li>';
169 echo '<li><a href="#plugin__struct_json">' . $this->getLang('tab_export') . '</a></li>';
171 echo '<li><a href="#plugin__struct_delete">' . $this->getLang('tab_delet
[all...]
/plugin/struct/
H A Dhelper.php98 if (!$summary) $summary = $this->getLang('summary');

12345678910>>...41