summaryrefslogtreecommitdiff
path: root/src/corelib/lang_portuguese.inc
blob: 60486c2fcaa325c9e5346a6f717277c830f42093 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{%mainunit gfx_constants.pas}

rsLanguage               = 'Português';


// Buttons
rsOK                     = 'OK';
rsCancel                 = 'Cancelar';


// General messages
rsNewItemDetected       = 'A new item has been detected.';
rsAddNewItem            = 'Would you like to add the new item <%s> to the list?';
rsHelp                   = 'Ajuda';
rsOpen                   = 'Abir';
rsSave                   = 'Salvar';
rsCreate                 = 'Criar';
rsChange                 = 'Editar';
rsFind                   = 'Encontrar';
rsSearch                 = 'Pesquisar';
rsReplace                = 'Substituir';
rsConfirm                = 'Confirmar';
rsAll                    = 'Todos';
rsSelect                 = 'Selecionar';
rsYes                    = 'Sim';
rsNo                     = 'Não';
rsAbort                  = 'Abortar';
rsRetry                  = 'Retentar';
rsIgnore                 = 'Ignorar';
rsClose                  = 'Fechar';
rsInsert                 = 'Inserir';
rsEdit                   = 'Editar';
rsDelete                 = 'Deletar';
rsExit                   = 'Sair';
rsYesToAll               = 'Sim para todos';
rsNoToAll                = 'Não para todos';
rsCut                    = 'Cut';
rsCopy                   = 'Copy';
rsPaste                  = 'Paste';


// Captions
rsError                  = 'Erro';
rsCriticalError          = 'Erro Crítico';
rsInformation            = 'Informação';
rsConfirmation           = 'Confirmação';
rsWarning                = 'Advertência';
rsMessage                = 'Mensagem';
rsAbout                  = 'About %s';


// Standard file filters
rsAllFiles               = 'Todos os arquivos';


// CreateDir Dialog
rsCreateDirectory        = 'Criar diretório';
rsEnterNewDirectory      = 'Digite o nome do novo diretório';
rsCannotCreateDir        = 'Não foi possível criar diretório';


// Font Dialog
rsSelectAFont            = 'Selecione a fonte';
rsName                   = 'Nome';
rsCollection             = 'Coleção';
rsSize                   = 'Tamanho';
rsStyle                  = 'Estilo';
rsItalic                 = 'Itálico';
rsBold                   = 'Negrito';
rsUnderScore             = 'Sublinhado';
rsTypeface               = 'Typeface';
rsAntiAliasing           = 'Anti aliasing';
rsExampleText            = 'Texto de Exemplo';
rsCollectionAllFonts     = 'All Fonts';
rsCollectionRecentlyUsed = 'Recently Used';
rsCollectionFavourites   = 'Favourites';
rsCollectionFixedWidth   = 'Fixed Width';
rsCollectionSans         = 'Sans';
rsCollectionSerif        = 'Serif';
rsCollectionFontAliases  = 'Font Aliases';


// Open Dialog
rsOpenAFile              = 'Abrir um arquivo';
rsFileName               = 'Nome do arquivo';
rsFileType               = 'Tipo de arquivo';
rsDrive                  = 'Drive';
rsFiles                  = 'Arquivos';
rsDirectories            = 'Diretórios';
rsShowHidden             = 'Mostrar arquivos ocultos';
rsFileSelection          = 'File Selection';
rsFileModifiedTime       = 'Mod. Time';
rsFileAttributes         = 'Attributes';
rsFileRights             = 'Rights';
rsFileOwner              = 'Owner';
rsFileGroup              = 'Group';


// Save Dialog
rsSaveAFile              = 'Salvar arquivo como';


// User Dialog
rsUserName               = 'User name';
rsPassword               = 'Password';
rsDatabase               = 'Database';


// Error messages
rsErrListMustBeEmpty     = 'Lista deve estar vazio';
rsErrCouldNotOpenDir     = 'Could not open the directory <%s>';
rsErrItemOfWrongType     = 'Item is not of <%s> type!';
rsErrFailedToCreateDir   = 'Failed to create the directory <%s>';
rsErrNotAssigned         = '<%s> not assigned';


// Calendar Combo & Dialog
rsShortMon               = 'Mon';
rsShortTue               = 'Tue';
rsShortWed               = 'Wed';
rsShortThu               = 'Thu';
rsShortFri               = 'Fri';
rsShortSat               = 'Sat';
rsShortSun               = 'Sun';
rsLongMon                = 'Monday';
rsLongTue                = 'Tuesday';
rsLongWed                = 'Wednesday';
rsLongThu                = 'Thursday';
rsLongFri                = 'Friday';
rsLongSat                = 'Saturday';
rsLongSun                = 'Sunday';
rsToday                  = 'Today';
rsShortJan               = 'Jan';
rsShortFeb               = 'Feb';
rsShortMar               = 'Mar';
rsShortApr               = 'Apr';
rsShortMay               = 'May';
rsShortJun               = 'Jun';
rsShortJul               = 'Jul';
rsShortAug               = 'Aug';
rsShortSep               = 'Sep';
rsShortOct               = 'Oct';
rsShortNov               = 'Nov';
rsShortDec               = 'Dec';
rsLongJan                = 'January';
rsLongFeb                = 'February';
rsLongMar                = 'March';
rsLongApr                = 'April';
rsLongMay                = 'May';
rsLongJun                = 'June';
rsLongJul                = 'July';
rsLongAug                = 'August';
rsLongSep                = 'September';
rsLongOct                = 'October';
rsLongNov                = 'November';
rsLongDec                = 'December';




// General messages
rsNewItemDetected       = 'A new item has been detected.';
rsAddNewItem            = 'Would you like to add the new item <%s> to the list?';