blob: 611c6abdf8653e45c13b238b684140e666acf64a (
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
|
#. extracted from connectivity/inc
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-07-06 20:18+0200\n"
"PO-Revision-Date: 2022-07-08 10:43+0000\n"
"Last-Translator: Olivier Hallot <olivier.hallot@libreoffice.org>\n"
"Language-Team: Portuguese (Brazil) <https://translations.documentfoundation.org/projects/libo_ui-master/connectivitymessages/pt_BR/>\n"
"Language: pt-BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1535988953.000000\n"
#. 9KHB8
#. = common strings
#: connectivity/inc/strings.hrc:25
msgctxt "STR_NO_CONNECTION_GIVEN"
msgid "No connection to the database exists."
msgstr "Não existe conexão ao banco de dados."
#. 72Mjc
#: connectivity/inc/strings.hrc:26
msgctxt "STR_WRONG_PARAM_INDEX"
msgid "You tried to set a parameter at position “$pos$” but there is/are only “$count$” parameter(s) allowed. One reason may be that the property “ParameterNameSubstitution” is not set to TRUE in the data source."
msgstr "Você tentou definir um parâmetro na posição \"$pos$\", mas há somente \"$count$\" parâmetro(s) permitidos. Uma das razões possíveis é que a propriedade \"ParameterNameSubstitution\" não foi definida como TRUE na fonte de dados."
#. 6FnrV
#: connectivity/inc/strings.hrc:27
msgctxt "STR_NO_INPUTSTREAM"
msgid "The input stream was not set."
msgstr "O fluxo de entrada não foi definido."
#. PtsET
#: connectivity/inc/strings.hrc:28
msgctxt "STR_NO_ELEMENT_NAME"
msgid "There is no element named “$name$”."
msgstr "Não há elemento com nome \"$name$\"."
#. CWktu
#: connectivity/inc/strings.hrc:29
msgctxt "STR_INVALID_BOOKMARK"
msgid "Invalid bookmark value"
msgstr "Valor de marcador inválido"
#. VXSEP
#: connectivity/inc/strings.hrc:30
msgctxt "STR_PRIVILEGE_NOT_GRANTED"
msgid "Privilege not granted: Only table privileges can be granted."
msgstr "Privilégio não outorgado: Somente privilégios de tabela podem ser outorgados."
#. DZf3v
#: connectivity/inc/strings.hrc:31
msgctxt "STR_PRIVILEGE_NOT_REVOKED"
msgid "Privilege not revoked: Only table privileges can be revoked."
msgstr "Privilégio não revogado: Somente privilégios de tabela podem ser revogados."
#. qTZj7
#: connectivity/inc/strings.hrc:32
msgctxt "STR_ERRORMSG_SEQUENCE"
msgid "Function sequence error."
msgstr "Erro de sequência de função."
#. scUDb
#: connectivity/inc/strings.hrc:33
msgctxt "STR_INVALID_INDEX"
msgid "Invalid descriptor index."
msgstr "Descritor de índice inválido."
#. YyBDi
#: connectivity/inc/strings.hrc:34
msgctxt "STR_UNSUPPORTED_FUNCTION"
msgid "The driver does not support the function “$functionname$”."
msgstr "O driver não tem suporte para a função \"$functionname$\"."
#. GW3L8
#: connectivity/inc/strings.hrc:35
msgctxt "STR_UNSUPPORTED_FEATURE"
msgid "The driver does not support the functionality for “$featurename$”. It is not implemented."
msgstr "O driver não tem suporte para a funcionalidade de \"$featurename$\". Não está implementado."
#. zXVCV
#: connectivity/inc/strings.hrc:36
msgctxt "STR_FORMULA_WRONG"
msgid "The formula for TypeInfoSettings is wrong!"
msgstr "A fórmula para TypeInfoSettings está errada!"
#. vA6FB
#: connectivity/inc/strings.hrc:37
msgctxt "STR_STRING_LENGTH_EXCEEDED"
msgid "The string “$string$” exceeds the maximum length of $maxlen$ characters when converted to the target character set “$charset$”."
msgstr "A cadeia de caracteres \"$string$\" excede o tamanho máximo de $maxlen$ caracteres quando convertida no conjunto de caracteres de destino \"$charset$\"."
#. THhEu
#: connectivity/inc/strings.hrc:38
msgctxt "STR_CANNOT_CONVERT_STRING"
msgid "The string “$string$” cannot be converted using the encoding “$charset$”."
msgstr "A cadeia de caracteres \"$string$\" não pode ser convertida com a codificação \"$charset$\"."
#. sSzsJ
#: connectivity/inc/strings.hrc:39
msgctxt "STR_URI_SYNTAX_ERROR"
msgid "The connection URL is invalid."
msgstr "O URL de conexão é inválido."
#. aihGj
#: connectivity/inc/strings.hrc:40
msgctxt "STR_QUERY_TOO_COMPLEX"
msgid "The query cannot be executed. It is too complex."
msgstr "A consulta não pode ser executada. Ela é complexa demais."
#. ADy4t
#: connectivity/inc/strings.hrc:41
msgctxt "STR_OPERATOR_TOO_COMPLEX"
msgid "The query cannot be executed. The operator is too complex."
msgstr "A consulta não pode ser executada. O operador é complexo demais."
#. XZGaK
#: connectivity/inc/strings.hrc:42
msgctxt "STR_QUERY_INVALID_LIKE_COLUMN"
msgid "The query cannot be executed. You cannot use “LIKE” with columns of this type."
msgstr "A consulta não pode ser executada. Não é possível utilizar \"LIKE\" em colunas deste tipo."
#. SsqWz
#: connectivity/inc/strings.hrc:43
msgctxt "STR_QUERY_INVALID_LIKE_STRING"
msgid "The query cannot be executed. “LIKE” can be used with a string argument only."
msgstr "A consulta não pode ser executada. \"LIKE\" pode ser utilizado com argumentos de texto."
#. ZFFrf
#: connectivity/inc/strings.hrc:44
msgctxt "STR_QUERY_NOT_LIKE_TOO_COMPLEX"
msgid "The query cannot be executed. The “NOT LIKE” condition is too complex."
msgstr "A consulta não pode ser executada. A condição \"NOT LIKE\" é complexa demais."
#. AaZzs
#: connectivity/inc/strings.hrc:45
msgctxt "STR_QUERY_LIKE_WILDCARD"
msgid "The query cannot be executed. The “LIKE” condition contains wildcard in the middle."
msgstr "A consulta não pode ser executada. A condição \"LIKE\" contém caracteres curinga no meio."
#. GN6F9
#: connectivity/inc/strings.hrc:46
msgctxt "STR_QUERY_LIKE_WILDCARD_MANY"
msgid "The query cannot be executed. The “LIKE” condition contains too many wildcards."
msgstr "A consulta não pode ser executada. A condição \"LIKE\" contém caracteres curinga em excesso."
#. LreLr
#: connectivity/inc/strings.hrc:47
msgctxt "STR_INVALID_COLUMNNAME"
msgid "The column name “$columnname$” is not valid."
msgstr "O nome da coluna \"$columnname$\" não é válido."
#. FT3Zb
#: connectivity/inc/strings.hrc:48
msgctxt "STR_INVALID_COLUMN_SELECTION"
msgid "The statement contains an invalid selection of columns."
msgstr "A instrução contém uma seleção inválida de colunas."
#. iLNAb
#: connectivity/inc/strings.hrc:49
msgctxt "STR_COULD_NOT_LOAD_FILE"
msgid "The file $filename$ could not be loaded."
msgstr "Não foi possível carregar o arquivo $filename$."
#. jq62z
#: connectivity/inc/strings.hrc:50
msgctxt "STR_LOAD_FILE_ERROR_MESSAGE"
msgid ""
"The attempt to load the file resulted in the following error message ($exception_type$):\n"
"\n"
"$error_message$"
msgstr ""
"A tentativa de carregar o arquivo resultou na seguinte mensagem de erro ($exception_type$):\n"
"\n"
"$error_message$"
#. sbrdS
#. = the ado driver's resource strings
#: connectivity/inc/strings.hrc:52
msgctxt "STR_TYPE_NOT_CONVERT"
msgid "The type could not be converted."
msgstr "Não foi possível converter o tipo."
#. 3L6uG
#: connectivity/inc/strings.hrc:53
msgctxt "STR_INVALID_COLUMN_DESCRIPTOR_ERROR"
msgid "Could not append column: invalid column descriptor."
msgstr "Não foi possível anexar a coluna: descritor de coluna inválido."
#. 4GMmY
#: connectivity/inc/strings.hrc:54
msgctxt "STR_INVALID_GROUP_DESCRIPTOR_ERROR"
msgid "Could not create group: invalid object descriptor."
msgstr "Não foi possível criar o grupo: descritor de objeto inválido."
#. MDKgr
#: connectivity/inc/strings.hrc:55
msgctxt "STR_INVALID_INDEX_DESCRIPTOR_ERROR"
msgid "Could not create index: invalid object descriptor."
msgstr "Não foi possível criar o índice: descritor de objeto inválido."
#. jPjxi
#: connectivity/inc/strings.hrc:56
msgctxt "STR_INVALID_KEY_DESCRIPTOR_ERROR"
msgid "Could not create key: invalid object descriptor."
msgstr "Não foi possível criar a chave: descritor de objeto inválido."
#. jaDH3
#: connectivity/inc/strings.hrc:57
msgctxt "STR_INVALID_TABLE_DESCRIPTOR_ERROR"
msgid "Could not create table: invalid object descriptor."
msgstr "Não foi possível criar a tabela: descritor de objeto inválido."
#. utNzu
#: connectivity/inc/strings.hrc:58
msgctxt "STR_INVALID_USER_DESCRIPTOR_ERROR"
msgid "Could not create user: invalid object descriptor."
msgstr "Não foi possível criar o usuário: descritor de objeto inválido."
#. 4TE9R
#: connectivity/inc/strings.hrc:59
msgctxt "STR_INVALID_VIEW_DESCRIPTOR_ERROR"
msgid "Could not create view: invalid object descriptor."
msgstr "Não foi possível criar a exibição: descritor de objeto inválido."
#. BrHQp
#: connectivity/inc/strings.hrc:60
msgctxt "STR_VIEW_NO_COMMAND_ERROR"
msgid "Could not create view: no command object."
msgstr "Não foi possível criar a exibição: objeto de comando inexistente."
#. F6ygP
#: connectivity/inc/strings.hrc:61
msgctxt "STR_NO_CONNECTION"
msgid "The connection could not be created. Maybe the necessary data provider is not installed."
msgstr "Não foi possível criar a conexão. Pode ser que o provedor de dados necessário não está instalado."
#. GRZEu
#. dbase
#: connectivity/inc/strings.hrc:63
msgctxt "STR_COULD_NOT_DELETE_INDEX"
msgid "The index could not be deleted. An unknown error while accessing the file system occurred."
msgstr "Não foi possível excluir o índice. Um erro desconhecido ocorreu ao acessar o sistema de arquivos."
#. JbDnu
#: connectivity/inc/strings.hrc:64
msgctxt "STR_ONL_ONE_COLUMN_PER_INDEX"
msgid "The index could not be created. Only one column per index is allowed."
msgstr "Não foi possível criar o índice. Só é permitido uma coluna por índice."
#. rB3XE
#: connectivity/inc/strings.hrc:65
msgctxt "STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE"
msgid "The index could not be created. The values are not unique."
msgstr "Não foi possível criar o índice. Os valores não são únicos."
#. f8DTu
#: connectivity/inc/strings.hrc:66
msgctxt "STR_COULD_NOT_CREATE_INDEX"
msgid "The index could not be created. An unknown error appeared."
msgstr "Não foi possível criar o índice. Apareceu um erro desconhecido."
#. 9eEjK
#: connectivity/inc/strings.hrc:67
msgctxt "STR_COULD_NOT_CREATE_INDEX_NAME"
msgid "The index could not be created. The file “$filename$” is used by another index."
msgstr "Não foi possível criar o índice. O arquivo \"$filename$\" está sendo usado por outro índice."
#. GcK7B
#: connectivity/inc/strings.hrc:68
msgctxt "STR_COULD_NOT_CREATE_INDEX_KEYSIZE"
msgid "The index could not be created. The size of the chosen column is too big."
msgstr "Não foi possível criar o índice. O tamanho da coluna escolhida é grande demais."
#. NGwFW
#: connectivity/inc/strings.hrc:69
msgctxt "STR_SQL_NAME_ERROR"
msgid "The name “$name$” does not match SQL naming constraints."
msgstr "O nome \"$name$\" não confere as restrições de nomes do SQL."
#. wv2Cx
#: connectivity/inc/strings.hrc:70
msgctxt "STR_COULD_NOT_DELETE_FILE"
msgid "The file $filename$ could not be deleted."
msgstr "Não foi possível excluir o arquivo $filename$."
#. PiFvx
#: connectivity/inc/strings.hrc:71
msgctxt "STR_INVALID_COLUMN_TYPE"
msgid "Invalid column type for column “$columnname$”."
msgstr "O tipo da coluna \"$columnname$\" é inválido."
#. wB2gE
#: connectivity/inc/strings.hrc:72
msgctxt "STR_INVALID_COLUMN_PRECISION"
msgid "Invalid precision for column “$columnname$”."
msgstr "A precisão da coluna \"$columnname$\" é inválida."
#. v67fT
#: connectivity/inc/strings.hrc:73
msgctxt "STR_INVALID_PRECISION_SCALE"
msgid "Precision is less than scale for column “$columnname$”."
msgstr "A precisão é menor que a escala para a coluna \"$columnname$\"."
#. J3KEu
#: connectivity/inc/strings.hrc:74
msgctxt "STR_INVALID_COLUMN_NAME_LENGTH"
msgid "Invalid column name length for column “$columnname$”."
msgstr "O tamanho do nome da coluna \"$columnname$\" é inválido."
#. ZQUww
#: connectivity/inc/strings.hrc:75
msgctxt "STR_DUPLICATE_VALUE_IN_COLUMN"
msgid "Duplicate value found in column “$columnname$”."
msgstr "Foi encontrado um valor duplicado na coluna \"$columnname$\"."
#. zSeBJ
#: connectivity/inc/strings.hrc:76
msgctxt "STR_INVALID_COLUMN_DECIMAL_VALUE"
msgid ""
"The “$columnname$” column has been defined as a “Decimal” type, the maximum length is $precision$ characters (with $scale$ decimal places).\n"
"\n"
"The specified value “$value$” is longer than the number of digits allowed."
msgstr ""
"A coluna \"$columnname$\" foi definida com o tipo \"Decimal\", o tamanho máximo é $precision$ caracteres (com $scale$ casas decimais).\n"
"\n"
"O valor especificado \"$value$\" é maior que o número de dígitos permitidos."
#. M6CvC
#: connectivity/inc/strings.hrc:77
msgctxt "STR_COLUMN_NOT_ALTERABLE"
msgid "The column “$columnname$” could not be altered. Maybe the file system is write-protected."
msgstr "Não foi possível alterar a coluna \"$columnname$\". Talvez o sistema de arquivos esteja protegido contra gravação."
#. st6hA
#: connectivity/inc/strings.hrc:78
msgctxt "STR_INVALID_COLUMN_VALUE"
msgid "The column “$columnname$” could not be updated. The value is invalid for that column."
msgstr "Não foi possível atualizar a coluna \"$columnname$\". O valor é inválido para esta coluna."
#. 5rH5W
#: connectivity/inc/strings.hrc:79
msgctxt "STR_COLUMN_NOT_ADDABLE"
msgid "The column “$columnname$” could not be added. Maybe the file system is write-protected."
msgstr "Não foi possível adicionar a coluna \"$columnname$\". Talvez o sistema de arquivos esteja protegido contra gravação."
#. B9ACk
#: connectivity/inc/strings.hrc:80
msgctxt "STR_COLUMN_NOT_DROP"
msgid "The column at position “$position$” could not be dropped. Maybe the file system is write-protected."
msgstr "Não foi possível descartar a coluna na posição \"$position$\". Talvez o sistema de arquivos esteja protegido contra gravação."
#. KfedE
#: connectivity/inc/strings.hrc:81
msgctxt "STR_TABLE_NOT_DROP"
msgid "The table “$tablename$” could not be dropped. Maybe the file system is write-protected."
msgstr "Não foi possível descartar a tabela \"$tablename$\". Talvez o sistema de arquivos esteja protegido contra gravação."
#. R3BGx
#: connectivity/inc/strings.hrc:82
msgctxt "STR_COULD_NOT_ALTER_TABLE"
msgid "The table could not be altered."
msgstr "Não foi possível alterar a tabela."
#. DijyA
#: connectivity/inc/strings.hrc:83
msgctxt "STR_INVALID_DBASE_FILE"
msgid "The file “$filename$” is an invalid (or unrecognized) dBASE file."
msgstr "O arquivo \"$filename$\" é um arquivo dBase inválido (ou irreconhecível)."
#. LhHTA
#. Evoab2
#: connectivity/inc/strings.hrc:85
msgctxt "STR_CANNOT_OPEN_BOOK"
msgid "Cannot open Evolution address book."
msgstr "Não é possível abrir o catálogo de endereços Evolution."
#. sxbEF
#: connectivity/inc/strings.hrc:86
msgctxt "STR_SORT_BY_COL_ONLY"
msgid "Can only sort by table columns."
msgstr "Só é possível ordenar por colunas da tabela."
#. 7R6eC
#. File
#: connectivity/inc/strings.hrc:88
msgctxt "STR_QUERY_COMPLEX_COUNT"
msgid "The query cannot be executed. It is too complex. Only “COUNT(*)” is supported."
msgstr "Não é possível executar a consulta. Ela é complexa demais. Somente \"COUNT(*)\" possui suporte."
#. PJivi
#: connectivity/inc/strings.hrc:89
msgctxt "STR_QUERY_INVALID_BETWEEN"
msgid "The query cannot be executed. The “BETWEEN” arguments are not correct."
msgstr "Não é possível executar a consulta. Os argumentos de \"BETWEEN\" não estão corretos."
#. CHRju
#: connectivity/inc/strings.hrc:90
msgctxt "STR_QUERY_FUNCTION_NOT_SUPPORTED"
msgid "The query cannot be executed. The function is not supported."
msgstr "Não é possível executar a consulta. A função não tem suporte."
#. mnc5r
#: connectivity/inc/strings.hrc:91
msgctxt "STR_TABLE_READONLY"
msgid "The table cannot be changed. It is read only."
msgstr "A tabela não pode ser alterada. Ela é somente leitura."
#. TUUpf
#: connectivity/inc/strings.hrc:92
msgctxt "STR_DELETE_ROW"
msgid "The row could not be deleted. The option “Display inactive records” is set."
msgstr "Não foi possível excluir a linha. A opção \"Exibir registros inativos\" está definida."
#. TZTfv
#: connectivity/inc/strings.hrc:93
msgctxt "STR_ROW_ALREADY_DELETED"
msgid "The row could not be deleted. It is already deleted."
msgstr "Não foi possível excluir a linha. Ela já foi excluída."
#. NK9AX
#: connectivity/inc/strings.hrc:94
msgctxt "STR_QUERY_MORE_TABLES"
msgid "The query cannot be executed. It contains more than one table."
msgstr "A consulta não pode ser executada. Ela contém mais de uma tabela."
#. L4Ffm
#: connectivity/inc/strings.hrc:95
msgctxt "STR_QUERY_NO_TABLE"
msgid "The query cannot be executed. It contains no valid table."
msgstr "A consulta não pode ser executada. Ela não contém uma tabela válida."
#. 3KADk
#: connectivity/inc/strings.hrc:96
msgctxt "STR_QUERY_NO_COLUMN"
msgid "The query cannot be executed. It contains no valid columns."
msgstr "A consulta não pode ser executada. Ela não contém uma coluna válida."
#. WcpZM
#: connectivity/inc/strings.hrc:97
msgctxt "STR_INVALID_PARA_COUNT"
msgid "The count of the given parameter values does not match the parameters."
msgstr "O número de valores de parâmetros fornecidos não confere com os parâmetros."
#. CFcjS
#: connectivity/inc/strings.hrc:98
msgctxt "STR_NO_VALID_FILE_URL"
msgid "The URL “$URL$” is not valid. A connection cannot be created."
msgstr "O URL \"$URL$\" não é válido. Não é possível criar a conexão."
#. YFjkG
#: connectivity/inc/strings.hrc:99
msgctxt "STR_NO_CLASSNAME"
msgid "The driver class “$classname$” could not be loaded."
msgstr "Não foi possível carregar a classe do driver \"$classname$\"."
#. jbnZZ
#: connectivity/inc/strings.hrc:100
msgctxt "STR_NO_JAVA"
msgid "No Java installation could be found. Please check your installation."
msgstr "Não foi possível encontrar o Java. Verifique sua instalação."
#. GdN4i
#: connectivity/inc/strings.hrc:101
msgctxt "STR_NO_RESULTSET"
msgid "The execution of the query does not return a valid result set."
msgstr "A execução da consulta não retorna um conjunto de resultados válidos."
#. JGxgF
#: connectivity/inc/strings.hrc:102
msgctxt "STR_NO_ROWCOUNT"
msgid "The execution of the update statement does not affect any rows."
msgstr "A execução da instrução de atualização não afeta qualquer linha."
#. yCACF
#: connectivity/inc/strings.hrc:103
msgctxt "STR_NO_CLASSNAME_PATH"
msgid "The additional driver class path is “$classpath$”."
msgstr "O caminho da classe do driver adicional é \"$classpath$\"."
#. sX2NM
#: connectivity/inc/strings.hrc:104
msgctxt "STR_UNKNOWN_PARA_TYPE"
msgid "The type of parameter at position “$position$” is unknown."
msgstr "O tipo do parâmetro na posição \"$position$\" é desconhecido."
#. gSPCX
#: connectivity/inc/strings.hrc:105
msgctxt "STR_UNKNOWN_COLUMN_TYPE"
msgid "The type of column at position “$position$” is unknown."
msgstr "O tipo da coluna na posição \"$position$\" é desconhecido."
#. 3FmFX
#. KAB
#: connectivity/inc/strings.hrc:107
msgctxt "STR_PARA_ONLY_PREPARED"
msgid "Parameters can appear only in prepared statements."
msgstr "Parâmetros só podem aparecer em instruções preparadas."
#. CB7pj
#. MACAB
#: connectivity/inc/strings.hrc:109
msgctxt "STR_NO_TABLE"
msgid "No such table!"
msgstr "Essa tabela não existe!"
#. LUQBc
#: connectivity/inc/strings.hrc:110
msgctxt "STR_NO_MAC_OS_FOUND"
msgid "No suitable macOS installation was found."
msgstr "Não foi encontrada uma instalação macOS adequada."
#. HNSzq
#. hsqldb
#: connectivity/inc/strings.hrc:112
msgctxt "STR_NO_STORAGE"
msgid "The connection can not be established. No storage or URL was given."
msgstr "Não foi possível estabelecer a conexão. Falta um armazenamento ou URL."
#. SZSmZ
#: connectivity/inc/strings.hrc:113
msgctxt "STR_INVALID_FILE_URL"
msgid "The given URL contains no valid local file system path. Please check the location of your database file."
msgstr "O URL fornecido não contém um caminho do sistema de arquivos local válido. Verifique o local de seu arquivo de banco de dados."
#. MgCH9
#: connectivity/inc/strings.hrc:114
msgctxt "STR_NO_TABLE_CONTAINER"
msgid "An error occurred while obtaining the connection’s table container."
msgstr "Ocorreu um erro ao obter o recipiente da tabela de conexão."
#. uxoGW
#: connectivity/inc/strings.hrc:115
msgctxt "STR_NO_TABLENAME"
msgid "There is no table named “$tablename$”."
msgstr "A tabela de nome \"$tablename$\" não existe."
#. 3BxCF
#: connectivity/inc/strings.hrc:116
msgctxt "STR_NO_DOCUMENTUI"
msgid "The provided DocumentUI is not allowed to be NULL."
msgstr "Não é permitido que o DocumentUI fornecido seja NULL."
#. VLEMM
#: connectivity/inc/strings.hrc:117
msgctxt "STR_ERROR_NEW_VERSION"
msgid "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."
msgstr "Não foi possível estabelecer a conexão. O banco de dados foi criado por uma versão mais recente do %PRODUCTNAME."
#. 3BKTP
#: connectivity/inc/strings.hrc:119
msgctxt "STR_ROW_SET_OPERATION_VETOED"
msgid "The record operation has been vetoed."
msgstr "A operação de gravação foi vetada."
#. VEbfy
#: connectivity/inc/strings.hrc:120
msgctxt "STR_PARSER_CYCLIC_SUB_QUERIES"
msgid "The statement contains a cyclic reference to one or more subqueries."
msgstr "A instrução contém uma referência cíclica para uma ou mais subconsultas."
#. jDAGJ
#: connectivity/inc/strings.hrc:121
msgctxt "STR_DB_OBJECT_NAME_WITH_SLASHES"
msgid "The name must not contain any slashes (“/”)."
msgstr "O nome não pode conter barras (\"/\")."
#. 5Te4k
#: connectivity/inc/strings.hrc:122
msgctxt "STR_DB_INVALID_SQL_NAME"
msgid "$1$ is no SQL conform identifier."
msgstr "$1$ não é um identificador SQL válido."
#. kvvjL
#: connectivity/inc/strings.hrc:123
msgctxt "STR_DB_QUERY_NAME_WITH_QUOTES"
msgid "Query names must not contain quote characters."
msgstr "Os nomes das consultas não podem conter aspas."
#. oftHX
#: connectivity/inc/strings.hrc:124
msgctxt "STR_DB_OBJECT_NAME_IS_USED"
msgid "The name “$1$” is already in use in the database."
msgstr "O nome \"$1$\" já existe no banco de dados."
#. gD8xU
#: connectivity/inc/strings.hrc:125
msgctxt "STR_DB_NOT_CONNECTED"
msgid "No connection to the database exists."
msgstr "Não existe conexão ao banco de dados."
#. Dpdod
#: connectivity/inc/strings.hrc:126
msgctxt "STR_AB_ADDRESSBOOK_NOT_FOUND"
msgid "No $1$ exists."
msgstr "Não existe $1$."
#. e7kHo
#: connectivity/inc/strings.hrc:127
msgctxt "STR_DATA_CANNOT_SELECT_UNFILTERED"
msgid "Unable to display the complete table content. Please apply a filter."
msgstr "Não é possível exibir o conteúdo completo da tabela. Aplique um filtro nela."
#. wH3TZ
msgctxt "stock"
msgid "_Add"
msgstr "_Adicionar"
#. S9dsC
msgctxt "stock"
msgid "_Apply"
msgstr "_Aplicar"
#. TMo6G
msgctxt "stock"
msgid "_Cancel"
msgstr "_Cancelar"
#. MRCkv
msgctxt "stock"
msgid "_Close"
msgstr "Fe_char"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
msgstr "E_xcluir"
#. YspCj
msgctxt "stock"
msgid "_Edit"
msgstr "_Editar"
#. imQxr
msgctxt "stock"
msgid "_Help"
msgstr "Aj_uda"
#. RbjyB
msgctxt "stock"
msgid "_New"
msgstr "_Novo"
#. dx2yy
msgctxt "stock"
msgid "_No"
msgstr "_Não"
#. M9DsL
msgctxt "stock"
msgid "_OK"
msgstr "_OK"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
msgstr "_Remover"
#. C69Fy
msgctxt "stock"
msgid "_Reset"
msgstr "_Redefinir"
#. mgpxh
msgctxt "stock"
msgid "_Yes"
msgstr "_Sim"
|