. /** * Strings for component 'langconfig', language 'es', branch 'MOODLE_22_STABLE' * * @package langconfig * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $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'; $string['backupnameformat'] = '%Y%m%d-%H%M'; $string['decsep'] = ','; $string['firstdayofweek'] = '1'; $string['iso6391'] = 'en'; $string['iso6392'] = 'eng'; $string['labelsep'] = ':'; $string['listsep'] = ','; $string['locale'] = 'es_ES.UTF-8'; $string['localewin'] = 'Spanish_Spain.1252'; $string['localewincharset'] = 'WINDOWS-1252'; $string['oldcharset'] = 'ISO-8859-1'; $string['strftimedate'] = '%d de %B de %Y'; $string['strftimedatefullshort'] = ' %d/%m/%a'; $string['strftimedateshort'] = '%d de %B'; $string['strftimedatetime'] = '%d de %B de %Y, %H:%M'; $string['strftimedatetimeshort'] = '%d/%m/%Y %H:%M'; $string['strftimedaydate'] = '%A, %d de %B de %Y'; $string['strftimedaydatetime'] = '%A, %d de %B de %Y, %H:%M'; $string['strftimedayshort'] = '%A, %d %B'; $string['strftimedaytime'] = '%a, %H:%M'; $string['strftimemonthyear'] = '%B %Y'; $string['strftimerecent'] = '%d de %b, %H:%M'; $string['strftimerecentfull'] = '%a, %d de %b de %Y, %H:%M'; $string['strftimetime'] = '%H:%M'; $string['thisdirection'] = 'ltr'; $string['thisdirectionvertical'] = 'btt'; $string['thislanguage'] = 'Español - Internacional'; $string['thislanguageint'] = 'Spanish (International)'; $string['thousandssep'] = '.';