Home
last modified time | relevance | path

Searched refs:lang (Results 6276 – 6300 of 6322) sorted by last modified time

1...<<251252253

/plugin/darcspatch/lang/en/
H A Dsettings.php4 $lang['patchlist'] = 'Stored patch URLs (one per line)';
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php9 $lang = 'en_US'; variable
10 $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; // by FredCK
H A Dspellchecker.pl13 my $lang = 'en_US';
15 my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; # by FredCK
/plugin/dokukiwix/lang/en/
H A Dlang.php7 $lang['encoding'] = 'utf-8';
8 $lang['direction'] = 'ltr';
12 $lang['menu'] = 'Dokukiwix - Build an offline version of your wiki!';
/plugin/indexmenu2/lang/en/
H A Dsettings.php10 $lang['skip_index'] = 'Hide pages, matching the regexp';
11 $lang['hide_headpage'] = 'Remove namespace pages from the index';
12 $lang['empty_msg'] = 'Show message, when no index is available';
14 $lang['replace_idx'] = 'Replace built-in namespace index';
15 $lang['replace_idx_o_no'] = 'Do not replace';
16 $lang['replace_idx_o_static'] = 'With static tree';
17 $lang['replace_idx_o_ajax'] = 'With dynamic(ajax) tree';
18 $lang['replace_idx_depth'] = 'Index tree depth';
19 $lang['replace_idx_theme'] = 'Index tree theme (in ajax mode only)';
20 $lang['replace_idx_msg'] = 'Use built-in index template';
/plugin/guestbook/lang/de/
H A Dlang.php10 $lang['encoding'] = 'utf-8';
11 $lang['direction'] = 'ltr';
15 $lang['menu'] = 'Gästebuch Verwaltung';
/plugin/guestbook/lang/en/
H A Dlang.php10 $lang['encoding'] = 'utf-8';
11 $lang['direction'] = 'ltr';
15 $lang['menu'] = 'Guestbook Management';
/plugin/guestbook/
H A Dadmin.php77 global $lang, $_SESSION;
/plugin/flowplay/lang/en/
H A Dsettings.php8 $lang['player_base_url'] = "The base URL of the player's .swf file. Use this setti…
9 $lang['player_base_url'] = "The base URL of the FlowPlayer installation.
/plugin/flowplay/lang/de/
H A Dsettings.php8 $lang['player_base_url'] = "Die Basis-URL der FlowPlayer-Installation.
/plugin/userpoll/lang/en/
H A Dlang.php3 $lang['btn_vote'] = 'Vote';
4 $lang['btn_changemind'] = 'Change my mind';
5 $lang['login_required'] = 'You need to log in to be able to vote';
/plugin/userpoll/lang/es/
H A Dlang.php3 $lang['btn_vote'] = 'Votar';
4 $lang['btn_changemind'] = 'Cambiar de idea';
5 $lang['login_required'] = 'Debe autentificar para poder votar';
/plugin/userpoll/lang/fr/
H A Dlang.php3 $lang['btn_vote'] = 'Voter';
4 $lang['btn_changemind'] = "Changer d'avis";
5 $lang['login_required'] = 'Seuls les utilisateurs authentifiés peuvent voter';
/plugin/textile2/
H A DclassTextile.php345 $lang = '';
369 $lang = $lng[1];
398 return ($lang) ? ' lang="' . $lang .'"':'';
403 ($lang) ? ' lang="' . $lang .'"':'',
/plugin/shortcut/lang/en/
H A Dsettings.php10 $lang['skip_index'] = 'Hide pages, matching the regexp';
11 $lang['hide_headpage'] = 'Remove namespace pages from the index';
12 $lang['empty_msg'] = 'Show message, when no index is available';
/plugin/fullindex/lang/en/
H A Dsettings.php9 $lang['link_names'] = 'Show links as titles or page names/first headings.';
10 $lang['link_names_o_0'] = 'Page names';
11 $lang['link_names_o_1'] = 'Titles';
H A Dlang.php7 $lang['encoding'] = 'utf-8';
8 $lang['direction'] = 'ltr';
11 $lang['collapse_header'] = 'Show/Hide:';
12 $lang['collapse'][1] = '[1]';
13 $lang['collapse'][2] = '[2]';
14 $lang['collapse'][3] = '[3]';
15 $lang['collapse'][4] = '[4]';
16 $lang['collapse'][99] = '[+]';
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js148 var lang = null; variable
313 if (!layout.hasOwnProperty(code) || (name && lang==layout[code][name])) return false;
337 lang = layout[code][name];
338 for (i=0, aL = lang.length; i<aL; i++) {
339 var chr = lang[i];
400 for (var i=0, lL=lang.length; i<lL; i++) {
401 if (isString(lang[i])) continue;
960 if (isFunction(lang.dk)) {
964 res = lang.dk.call(self,tchr,buf);
973 if ( buf.length==1 && lang.dk.indexOf(fc.charCodeAt(0))>-1 ) {
[all …]
/plugin/gcalendar/
H A Dsyntax.php11 global $lang;
/plugin/gcalendar/inc/
H A Dgcal_show.php19 global $lang;
27 case 'day' : $header = $header = $lang['gCal_day'];
31 $date_format=$lang['gCal_dv_day'];
37 $date_format=$lang['gCal_wv_day'];
40 case 'month' : $header = $lang['gCal_month_'.$act_date["mon"]]." ".$act_date["year"];
41 $lang['gCal_month_'.$act_date["mon"]]." ".$act_date["year"];
44 $date_format=$lang['gCal_mv_day'];
129 global $lang;
135 $weekday = $lang['gCal_weekday_'.date("w", $day)];
256 global $lang;
[all …]
/plugin/datefilter/lang/en/
H A Dsettings.php9 $lang['default'] = 'Scanpattern for the date if not specified (default settings if not specified: y…
H A Dlang.php9 $lang['kwpattern'] = 'datefilter'; // define the wiki syntax keywords
10 $lang['default'] = 'yy-mm-dd'; // default pattern if none is specified
11 $lang['day'] = 'd'; // short: day
12 $lang['month'] = 'm'; // short: month
13 $lang['year'] = 'y'; // short: year
/plugin/datefilter/lang/de/
H A Dsettings.php9 $lang['default'] = 'Erkennungsformat für das Datum, wenn die Angabe fehlt (Standardeinstellung wenn…
H A Dlang.php9 $lang['kwpattern'] = 'datumfilter'; // define the wiki syntax keywords
10 $lang['default'] = 'tt.mm.jj'; // default pattern if none is specified
11 $lang['day'] = 't'; // short: day
12 $lang['month'] = 'm'; // short: month
13 $lang['year'] = 'j'; // short: year
/plugin/galleryv1.5/lang/en/
H A Dsettings.php8 $lang['thumbnail_width'] = 'Thumbnail image width';
9 $lang['thumbnail_height'] = 'Thumbnail image height';
10 $lang['image_width'] = 'Image width';
11 $lang['image_height'] = 'Image height';
12 $lang['cols'] = 'Images per row';
13 $lang['direct'] = 'Direct linking';
14 $lang['lightbox'] = 'Use Lightbox (implies direct linking)';
15 $lang['showname'] = 'Show image filename';
16 $lang['reverse'] = 'Reverse sort';

1...<<251252253