~canonical-sysadmins/wordpress/4.9.8

« back to all changes in this revision

Viewing changes to wp-includes/js/mediaelement/lang/ca.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
 
'use strict';/*!
2
 
 * This is a `i18n` language object.
3
 
 *
4
 
 * Catalan
5
 
 *
6
 
 * @author
7
 
 *      Tongro
8
 
 *
9
 
 * @see core/i18n.js
10
 
 */
11
 
(function (exports) {
12
 
        if (exports.ca === undefined) {
13
 
                exports.ca = {
14
 
                        'mejs.plural-form': 1,                  
15
 
                        'mejs.download-file': 'Descarregar arxiu',                      
16
 
                        'mejs.install-flash': 'Esteu utilitzant un navegador que no tingui Flash Player activat o instal·lat. Activeu el vostre complement Flash Player o descarregueu la versió més recent de https://get.adobe.com/flashplayer/',                     
17
 
                        'mejs.fullscreen': 'Pantalla completa',                 
18
 
                        'mejs.play': 'Reproducció',
19
 
                        'mejs.pause': 'Pausa',                  
20
 
                        'mejs.time-slider': 'Control lliscant de temps',
21
 
                        'mejs.time-help-text': 'Utilitzeu les tecles de fletxa esquerra / dreta per avançar un segon, fletxes amunt / avall per avançar deu segons.',
22
 
                        'mejs.live-broadcast' : 'Transmissió en directe',                       
23
 
                        'mejs.volume-help-text': 'Utilitzeu les tecles de fletxa amunt / avall per augmentar o disminuir el volum.',
24
 
                        'mejs.unmute': 'Reactivar silenci',
25
 
                        'mejs.mute': 'Silenci',
26
 
                        'mejs.volume-slider': 'Control deslizador de volum',                    
27
 
                        'mejs.video-player': 'Reproductor de vídeo',
28
 
                        'mejs.audio-player': 'Reproductor d\'àudio',                    
29
 
                        'mejs.captions-subtitles': 'Llegendes/Subtítols',
30
 
                        'mejs.captions-chapters': 'Capítols',
31
 
                        'mejs.none': 'Ningú',
32
 
                        'mejs.afrikaans': 'Afrikaans',
33
 
                        'mejs.albanian': 'Albanès',
34
 
                        'mejs.arabic': 'Àrab',
35
 
                        'mejs.belarusian': 'Bielorús',
36
 
                        'mejs.bulgarian': 'Búlgar',
37
 
                        'mejs.catalan': 'Català',
38
 
                        'mejs.chinese': 'Xinès',
39
 
                        'mejs.chinese-simplified': 'Xinès (Simplificat)',
40
 
                        'mejs.chinese-traditional': 'Xinès (Tradicional)',
41
 
                        'mejs.croatian': 'Croat',
42
 
                        'mejs.czech': 'Txec',
43
 
                        'mejs.danish': 'Danès',
44
 
                        'mejs.dutch': 'Holandès',
45
 
                        'mejs.english': 'Anglès',
46
 
                        'mejs.estonian': 'Estonià',
47
 
                        'mejs.filipino': 'Filipí',
48
 
                        'mejs.finnish': 'Finlandès',
49
 
                        'mejs.french': 'Francès',
50
 
                        'mejs.galician': 'Gallec',
51
 
                        'mejs.german': 'Alemany',
52
 
                        'mejs.greek': 'Grec',
53
 
                        'mejs.haitian-creole': 'Crioll haitià',
54
 
                        'mejs.hebrew': 'Hebreu',
55
 
                        'mejs.hindi': 'Hindi',
56
 
                        'mejs.hungarian': 'Hongarès',
57
 
                        'mejs.icelandic': 'Islandès',
58
 
                        'mejs.indonesian': 'Indonesi',
59
 
                        'mejs.irish': 'Irlandès',
60
 
                        'mejs.italian': 'Italià',
61
 
                        'mejs.japanese': 'Japonès',
62
 
                        'mejs.korean': 'Coreà',
63
 
                        'mejs.latvian': 'Letó',
64
 
                        'mejs.lithuanian': 'Lituà',
65
 
                        'mejs.macedonian': 'Macedoni',
66
 
                        'mejs.malay': 'Malai',
67
 
                        'mejs.maltese': 'Maltès',
68
 
                        'mejs.norwegian': 'Noruec',
69
 
                        'mejs.persian': 'Persa',
70
 
                        'mejs.polish': 'Polonès',
71
 
                        'mejs.portuguese': 'Portuguès',
72
 
                        'mejs.romanian': 'Romanès',
73
 
                        'mejs.russian': 'Rus',
74
 
                        'mejs.serbian': 'Serbi',
75
 
                        'mejs.slovak': 'Eslovac',
76
 
                        'mejs.slovenian': 'Eslovè',
77
 
                        'mejs.spanish': 'Espanyol',
78
 
                        'mejs.swahili': 'Suahili',
79
 
                        'mejs.swedish': 'Suec',
80
 
                        'mejs.tagalog': 'Tagalog',
81
 
                        'mejs.thai': 'Thai',
82
 
                        'mejs.turkish': 'Turc',
83
 
                        'mejs.ukrainian': 'Ucraïnès',
84
 
                        'mejs.vietnamese': 'Vietnamita',
85
 
                        'mejs.welsh': 'Gal·lès',
86
 
                        'mejs.yiddish': 'Yiddish'
87
 
                };
88
 
        }
89
 
})(mejs.i18n);
 
 
b'\\ No newline at end of file'