Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/studio/static/js/wymeditor/lang/gl.js
blob: d4786b8b47d71039167dc8bfb4c78c61b4ff31df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
WYMeditor.STRINGS['gl'] = {
    Strong:           'Moita énfase',
    Emphasis:         'Énfase',
    Superscript:      'Superíndice',
    Subscript:        'Subíndice',
    Ordered_List:     'Lista ordenada',
    Unordered_List:   'Lista sen ordenar',
    Indent:           'Aniñar',
    Outdent:          'Desaniñar',
    Undo:             'Desfacer',
    Redo:             'Refacer',
    Link:             'Ligazón',
    Unlink:           'Desligar',
    Image:            'Imaxe',
    Table:            'Táboa',
    HTML:             'HTML',
    Paragraph:        'Parágrafo',
    Heading_1:        'Título 1',
    Heading_2:        'Título 2',
    Heading_3:        'Título 3',
    Heading_4:        'Título 4',
    Heading_5:        'Título 5',
    Heading_6:        'Título 6',
    Preformatted:     'Preformatado',
    Blockquote:       'Cita en parágrafo',
    Table_Header:     'Cabeceira da táboa',
    URL:              'URL',
    Title:            'Título',
    Alternative_Text: 'Texto alternativo',
    Caption:          'Título',
    Summary:          'Resumo',
    Number_Of_Rows:   'Número de filas',
    Number_Of_Cols:   'Número de columnas',
    Submit:           'Enviar',
    Cancel:           'Cancelar',
    Choose:           'Escoller',
    Preview:          'Previsualizar',
    Paste_From_Word:  'Colar dende Word',
    Tools:            'Ferramentas',
    Containers:       'Contenedores',
    Classes:          'Clases',
    Status:           'Estado',
    Source_Code:      'Código fonte'
};