404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.226.159.94: ~ $
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from .base import *  # noqa

# don't use an unicode string
localeID = 'es'
dateSep = ['/']
usesMeridian = False
uses24 = True
decimal_mark = ','

Weekdays = [
    'lunes', 'martes', 'miércoles',
    'jueves', 'viernes', 'sábado', 'domingo',
]
shortWeekdays = [
    'lun', 'mar', 'mié',
    'jue', 'vie', 'sáb', 'dom',
]
Months = [
    'enero', 'febrero', 'marzo',
    'abril', 'mayo', 'junio',
    'julio', 'agosto', 'septiembre',
    'octubre', 'noviembre', 'diciembre',
]
shortMonths = [
    'ene', 'feb', 'mar',
    'abr', 'may', 'jun',
    'jul', 'ago', 'sep',
    'oct', 'nov', 'dic',
]
dateFormats = {
    'full': "EEEE d' de 'MMMM' de 'yyyy",
    'long': "d' de 'MMMM' de 'yyyy",
    'medium': "dd-MMM-yy",
    'short': "d/MM/yy",
}

timeFormats = {
    'full': "HH'H'mm' 'ss z",
    'long': "HH:mm:ss z",
    'medium': "HH:mm:ss",
    'short': "HH:mm",
}

dp_order = ['d', 'm', 'y']

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 719 B 0644
base.py File 4.5 KB 0644
de_DE.py File 3.06 KB 0644
en_AU.py File 380 B 0644
en_US.py File 157 B 0644
es.py File 959 B 0644
fr_FR.py File 5.95 KB 0644
icu.py File 4.4 KB 0644
nl_NL.py File 2.93 KB 0644
pt_BR.py File 1.1 KB 0644
ru_RU.py File 4.47 KB 0644