[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lang/en/ -> langconfig.php (source)

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'langconfig', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';
  26  $string['backupnameformat'] = '%Y%m%d-%H%M';
  27  $string['decsep'] = '.';
  28  $string['firstdayofweek'] = '1';
  29  $string['iso6391'] = 'en';
  30  $string['iso6392'] = 'eng';
  31  $string['labelsep'] = ': ';
  32  $string['listsep'] = ',';
  33  $string['locale'] = 'en_AU.UTF-8';
  34  $string['localewin'] = 'English_Australia.1252';
  35  $string['localewincharset'] = '';
  36  $string['oldcharset'] = 'ISO-8859-1';
  37  $string['parentlanguage'] = '';
  38  $string['strftimedate'] = '%d %B %Y';
  39  $string['strftimedatefullshort'] = '%d/%m/%y';
  40  $string['strftimedateshort'] = '%d %B';
  41  $string['strftimedatetime'] = '%d %B %Y, %I:%M %p';
  42  $string['strftimedatetimeshort'] = '%d/%m/%y, %H:%M';
  43  $string['strftimedaydate'] = '%A, %d %B %Y';
  44  $string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p';
  45  $string['strftimedayshort'] = '%A, %d %B';
  46  $string['strftimedaytime'] = '%a, %H:%M';
  47  $string['strftimemonthyear'] = '%B %Y';
  48  $string['strftimerecent'] = '%d %b, %H:%M';
  49  $string['strftimerecentfull'] = '%a, %d %b %Y, %I:%M %p';
  50  $string['strftimetime'] = '%I:%M %p';
  51  $string['thisdirection'] = 'ltr';
  52  $string['thisdirectionvertical'] = 'btt';
  53  $string['thislanguage'] = 'English';
  54  $string['thislanguageint'] = 'English';
  55  $string['thousandssep'] = ',';


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1