Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 13... Línea 13...
13
//
13
//
14
// You should have received a copy of the GNU General Public License
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/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea 16...
16
 
16
 
17
/**
17
/**
18
 * Strings for component 'langconfig', language 'en', branch 'MOODLE_20_STABLE'
18
 * Strings for component 'core_langconfig', language 'en', branch 'MOODLE_20_STABLE'
19
 *
19
 *
20
 * @package   core
20
 * @package   core
21
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
21
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Línea 195... Línea 195...
195
$string['thisdirection'] = 'ltr';
195
$string['thisdirection'] = 'ltr';
196
$string['thisdirectionvertical'] = 'btt';
196
$string['thisdirectionvertical'] = 'btt';
197
$string['thislanguage'] = 'English';
197
$string['thislanguage'] = 'English';
198
$string['thislanguageint'] = 'English';
198
$string['thislanguageint'] = 'English';
199
$string['thousandssep'] = ',';
199
$string['thousandssep'] = ',';
200
 
-
 
201
// Deprecated since Moodle 4.3.
-
 
202
$string['dateintervaldayshoursmins'] = '%ad %hh %im';
-