Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/studio/static/js/wymeditor/lang/pt-br.js
blob: 2ec18feecbf5c109bc8578accaf55f1087923f0c (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['pt-br'] = {
    Strong:           'Resaltar',
    Emphasis:         'Enfatizar',
    Superscript:      'Sobre escrito',
    Subscript:        'Sub escrito ',
    Ordered_List:     'Lista ordenada',
    Unordered_List:   'Lista desordenada',
    Indent:           'Indentado',
    Outdent:          'Desidentar',
    Undo:             'Desfazer',
    Redo:             'Refazer',
    Link:             'Link',
    Unlink:           'Remover Link',
    Image:            'Imagem',
    Table:            'Tabela',
    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ção',
    Table_Header:     'Título de tabela',
    URL:              'URL',
    Title:            'Título',
    Alternative_Text: 'Texto alternativo',
    Caption:          'Legenda',
    Summary:          'Summary',
    Number_Of_Rows:   'Número de linhas',
    Number_Of_Cols:   'Número de colunas',
    Submit:           'Enviar',
    Cancel:           'Cancelar',
    Choose:           'Selecionar',
    Preview:          'Previsualizar',
    Paste_From_Word:  'Copiar do Word',
    Tools:            'Ferramentas',
    Containers:       'Conteneiners',
    Classes:          'Classes',
    Status:           'Estado',
    Source_Code:      'Código fonte'
};