~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-includes/js/mediaelement/lang/es.js

  • Committer: Barry Price
  • Date: 2018-03-12 09:10:47 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: barry.price@canonical.com-20180312091047-rhie6qpndx5nwlo1
Merge WP4.9.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*!
2
 
 * This is a `i18n` language object.
3
 
 *
4
 
 * Spanish
5
 
 *
6
 
 * @author
7
 
 *   Jalios (Twitter: @Jalios)
8
 
 *   Sascha Greuel (Twitter: @SoftCreatR)
9
 
 *   Rafael Miranda (GitHub: @rafa8626)
10
 
 *
11
 
 * @see core/i18n.js
12
 
 */(function (exports) {
13
 
        if (exports.es === undefined) {
14
 
                exports.es = {
15
 
                        'mejs.plural-form': 1,                  
16
 
                        'mejs.download-file': 'Descargar archivo',                      
17
 
                        'mejs.install-flash': 'Esta usando un navegador que no tiene activado o instalado el reproductor de Flash. Por favor active el plugin del reproductor de Flash o descargue la versión más reciente en https://get.adobe.com/flashplayer/',                      
18
 
                        'mejs.fullscreen': 'Pantalla completa',                 
19
 
                        'mejs.play': 'Reproducción',
20
 
                        'mejs.pause': 'Pausa',                  
21
 
                        'mejs.time-slider': 'Control deslizante de tiempo',
22
 
                        'mejs.time-help-text': 'Use las flechas Izquierda/Derecha para avanzar un segundo y las flechas Arriba/Abajo para avanzar diez segundos.',
23
 
                        'mejs.live-broadcast': 'Transmisión en Vivo',                   
24
 
                        'mejs.volume-help-text': 'Use las flechas Arriba/Abajo para subir o bajar el volumen.',
25
 
                        'mejs.unmute': 'Reactivar silencio',
26
 
                        'mejs.mute': 'Silencio',
27
 
                        'mejs.volume-slider': 'Control deslizante de volumen',                  
28
 
                        'mejs.video-player': 'Reproductor de video',
29
 
                        'mejs.audio-player': 'Reproductor de audio',                    
30
 
                        'mejs.captions-subtitles': 'Leyendas/Subtítulos',
31
 
                        'mejs.captions-chapters': 'Capítulos',
32
 
                        'mejs.none': 'Ninguno',
33
 
                        'mejs.afrikaans': 'Afrikaans',
34
 
                        'mejs.albanian': 'Albano',
35
 
                        'mejs.arabic': 'Árabe',
36
 
                        'mejs.belarusian': 'Bielorruso',
37
 
                        'mejs.bulgarian': 'Búlgaro',
38
 
                        'mejs.catalan': 'Catalán',
39
 
                        'mejs.chinese': 'Chino',
40
 
                        'mejs.chinese-simplified': 'Chino (Simplificado)',
41
 
                        'mejs.chinese-traditional': 'Chino (Tradicional)',
42
 
                        'mejs.croatian': 'Croata',
43
 
                        'mejs.czech': 'Checo',
44
 
                        'mejs.danish': 'Danés',
45
 
                        'mejs.dutch': 'Holandés',
46
 
                        'mejs.english': 'Inglés',
47
 
                        'mejs.estonian': 'Estoniano',
48
 
                        'mejs.filipino': 'Filipino',
49
 
                        'mejs.finnish': 'Finlandés',
50
 
                        'mejs.french': 'Francés',
51
 
                        'mejs.galician': 'Gallego',
52
 
                        'mejs.german': 'Alemán',
53
 
                        'mejs.greek': 'Griego',
54
 
                        'mejs.haitian-creole': 'Haitiano Criollo',
55
 
                        'mejs.hebrew': 'Hebreo',
56
 
                        'mejs.hindi': 'Hindi',
57
 
                        'mejs.hungarian': 'Húngaro',
58
 
                        'mejs.icelandic': 'Islandés',
59
 
                        'mejs.indonesian': 'Indonesio',
60
 
                        'mejs.irish': 'Irlandés',
61
 
                        'mejs.italian': 'Italiano',
62
 
                        'mejs.japanese': 'Japonés',
63
 
                        'mejs.korean': 'Coreano',
64
 
                        'mejs.latvian': 'Letón',
65
 
                        'mejs.lithuanian': 'Lituano',
66
 
                        'mejs.macedonian': 'Macedonio',
67
 
                        'mejs.malay': 'Malayo',
68
 
                        'mejs.maltese': 'Maltés',
69
 
                        'mejs.norwegian': 'Noruego',
70
 
                        'mejs.persian': 'Persa',
71
 
                        'mejs.polish': 'Polaco',
72
 
                        'mejs.portuguese': 'Portugués',
73
 
                        'mejs.romanian': 'Rumano',
74
 
                        'mejs.russian': 'Ruso',
75
 
                        'mejs.serbian': 'Serbio',
76
 
                        'mejs.slovak': 'Eslovaco',
77
 
                        'mejs.slovenian': 'Eslovenio',
78
 
                        'mejs.spanish': 'Español',
79
 
                        'mejs.swahili': 'Swahili',
80
 
                        'mejs.swedish': 'Suizo',
81
 
                        'mejs.tagalog': 'Tagalog',
82
 
                        'mejs.thai': 'Tailandés',
83
 
                        'mejs.turkish': 'Turco',
84
 
                        'mejs.ukrainian': 'Ucraniano',
85
 
                        'mejs.vietnamese': 'Vietnamita',
86
 
                        'mejs.welsh': 'Galés',
87
 
                        'mejs.yiddish': 'Yiddish'
88
 
                };
89
 
        }
90
 
})(mejs.i18n);
 
 
b'\\ No newline at end of file'