Newer
Older
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
"Repair an installation:\n"
"\t/f[p|o|e|d|c|a|u|m|s|v] {package|productcode}\n"
"Uninstall a product:\n"
"\t/uninstall {package|productcode} [property]\n"
"\t/x {package|productcode} [property]\n"
"Advertise a product:\n"
"\t/j[u|m] package [/t transform] [/g languageid]\n"
"Apply a patch:\n"
"\t/p patchpackage [property]\n"
"\t/p patchpackage /a package [property]\n"
"Log and UI Modifiers for above commands:\n"
"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n"
"\t/q{|n|b|r|f|n+|b+|b-}\n"
"Register MSI Service:\n"
"\t/y\n"
"Unregister MSI Service:\n"
"\t/z\n"
"Display this help:\n"
"\t/help\n"
"\t/?\n"
msgstr ""
"Windows Installer %s\n"
"\n"
"Modo de usar:\n"
"msiexec command {required parameter} [optional parammeter]\n"
"\n"
"Instalar um produto:\n"
"\t/i {package|productcode} [property]\n"
"\t/package {package|productcode} [property]\n"
"\t/a package [property]\n"
"Reparar uma instalação:\n"
"\t/f[p|o|e|d|c|a|u|m|s|v] {package|productcode}\n"
"Desinstalar um produto:\n"
"\t/uninstall {package|productcode} [property]\n"
"\t/x {package|productcode} [property]\n"
"Anunciar um produto:\n"
"\t/j[u|m] package [/t transform] [/g languageid]\n"
"Aplicar um patch:\n"
"\t/p patchpackage [property]\n"
"\t/p patchpackage /a package [property]\n"
"Modificadores Log e UI para os comandos acima:\n"
"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n"
"\t/q{|n|b|r|f|n+|b+|b-}\n"
"Registrar Serviço MSI:\n"
"\t/y\n"
"Desregistrar Serviço MSI:\n"
"\t/z\n"
"Mostrar esta ajuda:\n"
"\t/help\n"
"\t/?\n"
#: msi.rc:57
msgid "enter which folder contains %s"
msgstr "entre a pasta que contém %s"
#: msi.rc:58
msgid "install source for feature missing"
msgstr "faltando fonte de instalação para característica"
#: msi.rc:59
msgid "network drive for feature missing"
msgstr "faltando drive de rede para característica"
#: msi.rc:60
msgid "feature from:"
msgstr "origem da característica:"
#: msi.rc:61
msgid "choose which folder contains %s"
msgstr "escolha a pasta que contém %s"
#: msrle32.rc:27
msgid "WINE-MS-RLE"
msgstr "WINE-MS-RLE"
#: msrle32.rc:28
msgid "Wine MS-RLE video codec"
msgstr "Wine MS-RLE codificador/decodificador de vídeo"
#: msrle32.rc:29
msgid ""
"Wine MS-RLE video codec\n"
"Copyright 2002 by Michael Guennewig"
msgstr ""
"Wine MS-RLE codificador/decodificador de vídeo\n"
"Copyright 2002 por Michael Günnewig"
#: msvfw32.rc:25
msgid "Full Frames (Uncompressed)"
msgstr "Imagens Completas (Descomprimidas)"
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
#: msvidc32.rc:26
msgid "Wine Video 1 video codec"
msgstr "codec video Wine Video 1"
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
#: oleacc.rc:27
msgid "unknown object"
msgstr "objeto desconhecido"
#: oleacc.rc:28
msgid "title bar"
msgstr "barra de título"
#: oleacc.rc:29
msgid "menu bar"
msgstr "barra de menu"
#: oleacc.rc:30
msgid "scroll bar"
msgstr "barra de rolagem"
#: oleacc.rc:31
msgid "grip"
msgstr "grip"
#: oleacc.rc:32
msgid "sound"
msgstr "som"
#: oleacc.rc:33
msgid "cursor"
msgstr "cursor"
#: oleacc.rc:34
msgid "caret"
msgstr "caret"
#: oleacc.rc:35
msgid "alert"
msgstr "alerta"
#: oleacc.rc:36
msgid "window"
msgstr "janela"
#: oleacc.rc:37
msgid "client"
msgstr "cliente"
#: oleacc.rc:38
msgid "popup menu"
msgstr "menu popup"
#: oleacc.rc:39
msgid "menu item"
msgstr "item do menu"
#: oleacc.rc:40
msgid "tool tip"
msgstr "dica"
#: oleacc.rc:41
msgid "application"
msgstr "aplicativo"
#: oleacc.rc:42
msgid "document"
msgstr "documento"
#: oleacc.rc:43
msgid "pane"
msgstr "painel"
#: oleacc.rc:44
msgid "chart"
msgstr "gráfico"
#: oleacc.rc:45
msgid "dialog"
msgstr "diálogo"
#: oleacc.rc:46
msgid "border"
msgstr "margem"
#: oleacc.rc:47
msgid "grouping"
msgstr "agrupamento"
#: oleacc.rc:48
msgid "separator"
msgstr "separador"
#: oleacc.rc:49
msgid "tool bar"
msgstr "barra de ferramentas"
#: oleacc.rc:50
msgid "status bar"
msgstr "barra de estado"
#: oleacc.rc:51
msgid "table"
msgstr "tabela"
#: oleacc.rc:52
msgid "column header"
msgstr "cabeçalho da coluna"
#: oleacc.rc:53
msgid "row header"
msgstr "cabeçalho da linha"
#: oleacc.rc:54
msgid "column"
msgstr "coluna"
#: oleacc.rc:55
msgid "row"
msgstr "linha"
#: oleacc.rc:56
msgid "cell"
msgstr "célula"
#: oleacc.rc:57
msgid "link"
msgstr "link"
#: oleacc.rc:58
msgid "help balloon"
msgstr "balão de ajuda"
#: oleacc.rc:59
msgid "character"
msgstr "caractere"
#: oleacc.rc:60
msgid "list"
msgstr "lista"
#: oleacc.rc:61
msgid "list item"
msgstr "item da lista"
#: oleacc.rc:62
msgid "outline"
msgstr "contorno"
#: oleacc.rc:63
msgid "outline item"
msgstr "item de contorno"
#: oleacc.rc:64
msgid "page tab"
msgstr "tab de página"
#: oleacc.rc:65
msgid "property page"
msgstr "página de propriedades"
#: oleacc.rc:66
msgid "indicator"
msgstr "indicador"
#: oleacc.rc:67
msgid "graphic"
msgstr "gráfico"
#: oleacc.rc:68
msgid "static text"
msgstr "texto estático"
#: oleacc.rc:69
msgid "text"
msgstr "texto"
#: oleacc.rc:70
msgid "push button"
msgstr "push button"
#: oleacc.rc:71
msgid "check button"
msgstr "check button"
#: oleacc.rc:72
msgid "radio button"
msgstr "radio button"
#: oleacc.rc:73
msgid "combo box"
msgstr "combo box"
#: oleacc.rc:74
msgid "drop down"
msgstr "drop down"
#: oleacc.rc:75
msgid "progress bar"
msgstr "barra de progresso"
#: oleacc.rc:76
msgid "dial"
msgstr "dial"
#: oleacc.rc:77
msgid "hot key field"
msgstr "hot key field"
#: oleacc.rc:78
msgid "slider"
msgstr "slider"
#: oleacc.rc:79
msgid "spin box"
msgstr "spin box"
#: oleacc.rc:80
msgid "diagram"
msgstr "diagrama"
#: oleacc.rc:81
msgid "animation"
msgstr "animação"
#: oleacc.rc:82
msgid "equation"
msgstr "equação"
#: oleacc.rc:83
msgid "drop down button"
msgstr "drop down button"
#: oleacc.rc:84
msgid "menu button"
msgstr "menu button"
#: oleacc.rc:85
msgid "grid drop down button"
msgstr "grid drop down button"
#: oleacc.rc:86
msgid "white space"
msgstr "espaço em branco"
#: oleacc.rc:87
msgid "page tab list"
msgstr "page tab list"
#: oleacc.rc:88
msgid "clock"
msgstr "relógio"
#: oleacc.rc:89
msgid "split button"
msgstr "split button"
#: oleacc.rc:90 ipconfig.rc:33
msgid "IP address"
msgstr "endereço IP"
#: oleacc.rc:91
msgid "outline button"
msgstr "outline button"
#: oleaut32.rc:27 oleview.rc:144
msgid "True"
msgstr "Verdadeiro"
#: oleaut32.rc:28 oleview.rc:145
msgid "False"
msgstr "Falso"
#: oleaut32.rc:31
msgid "On"
msgstr "Ligado"
#: oleaut32.rc:32
msgid "Off"
msgstr "Desligado"
#: oledlg.rc:25
msgid "Insert a new %s object into your document"
msgstr "Inserir um novo objeto %s no documento"
#: oledlg.rc:26
msgid ""
"Insert the contents of the file as an object into your document so that you "
"may activate it using the program which created it."
msgstr ""
"Inserir o conteúdo do arquivo como um objeto no documento de modo que possa "
"ativá-lo usando o programa que o criou."
#: oledlg.rc:27 shell32.rc:181
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
msgid "Browse"
msgstr "Procurar"
#: oledlg.rc:28
msgid ""
"File does not appear to be a valid OLE module. Unable to register OLE "
"control."
msgstr ""
"O arquivo não parece ser um módulo OLE válido. Impossível registrar o "
"controle OLE."
#: oledlg.rc:29
msgid "Add Control"
msgstr "Adicionar Controle"
#: oledlg.rc:34
msgid "Inserts the contents of the clipboard into your document as %s."
msgstr "Insere o conteúdo da área de transferência no seu documento como %s."
#: oledlg.rc:35
msgid ""
"Inserts the contents of the clipboard into your document so that you can "
"activate it using %s."
msgstr ""
"Insere o conteúdo da área de transferência no seu documento para que seja "
"possível ativá-lo usando %s."
#: oledlg.rc:36
msgid ""
"Inserts the contents of the clipboard into your document so that you can "
"activate it using %s. It will be displayed as an icon."
msgstr ""
"Insere o conteúdo da área de transferência no seu documento para que seja "
"possível ativá-lo usando %s. Será mostrado como um ícone."
#: oledlg.rc:37
msgid ""
"Inserts the contents of the clipboard into your document as %s. The data is "
"linked to the source file so that changes to the file will be reflected in "
"your document."
msgstr ""
"Insere o conteúdo da área de transferência no seu documento como %s. Os "
"dados estão ligados ao arquivo de origem para que alterações ao arquivo se "
"reflitam no seu documento."
#: oledlg.rc:38
msgid ""
"Inserts a picture of the clipboard contents into your document. The picture "
"is linked to the source file so that changes to the file will be reflected "
"in your document."
msgstr ""
"Insere uma imagem da área de transferência no seu documento. A imagem fica "
"ligada ao arquivo de origem para que alterações ao arquivo se reflitam no "
"seu documento."
#: oledlg.rc:39
msgid ""
"Inserts a shortcut which points to the location of the clipboard contents. "
"The shortcut is linked to the source file so that changes to the file will "
"be reflected in your document."
msgstr ""
"Insere um atalho que aponta para a localização do conteúdo na área de "
"transferência. O atalho fica ligado ao arquivo de origem para que "
"alterações ao arquivo se reflitam no seu documento."
#: oledlg.rc:40
msgid "Inserts the contents of the clipboard into your document."
msgstr "Insere o conteúdo da área de transferência no seu documento."
#: oledlg.rc:41
msgid "Unknown Type"
msgstr "Tipo Desconhecido"
#: oledlg.rc:42
msgid "Unknown Source"
msgstr "Origem Desconhecida"
#: oledlg.rc:43
msgid "the program which created it"
msgstr "o programa que o criou"
#: setupapi.rc:28
msgid "The file '%s' on %s is needed"
msgstr "O arquivo '%s' em %s é necessário"
#: setupapi.rc:29 ipconfig.rc:31
msgid "Unknown"
msgstr "Desconhecido"
#: setupapi.rc:30
msgid "Copy files from:"
msgstr "Copiar arquivos de:"
#: setupapi.rc:31
msgid "Type the path where the file is located, and then click OK."
msgstr "Insira o caminho onde se encontram os arquivos, depois clique em OK."
#: shdoclc.rc:36 winhlp32.rc:47 winhlp32.rc:83
msgid "Default"
msgstr "Padrão"
#: shdoclc.rc:38 winhlp32.rc:101
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
msgid "&Back"
msgstr "&Voltar"
#: shdoclc.rc:39
msgid "F&orward"
msgstr "&Avançar"
#: shdoclc.rc:41
msgid "&Save Background As..."
msgstr "&Salvar fundo como..."
#: shdoclc.rc:42
msgid "Set As Back&ground"
msgstr "D&efinir como fundo"
#: shdoclc.rc:43
msgid "&Copy Background"
msgstr "&Copiar Fundo"
#: shdoclc.rc:44
msgid "Set as &Desktop Item"
msgstr "Definir como &item da Área de Trabalho"
#: shdoclc.rc:46 shdoclc.rc:98 shdoclc.rc:121 user32.rc:49
msgid "Select &All"
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"Selecionar &tudo\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"Selecionar &Tudo"
#: shdoclc.rc:47 shdoclc.rc:80 shdoclc.rc:94 shdoclc.rc:136 shdoclc.rc:164
#: shdoclc.rc:189 user32.rc:46 wineconsole.rc:30 wordpad.rc:103
msgid "&Paste"
msgstr "Co&lar"
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
#: shdoclc.rc:49
msgid "Create Shor&tcut"
msgstr "Criar ata&lho"
#: shdoclc.rc:50
msgid "Add to &Favorites"
msgstr "Adicio&nar aos Favoritos"
#: shdoclc.rc:51
msgid "&View Source"
msgstr "Ver código &fonte"
#: shdoclc.rc:53
msgid "&Encoding"
msgstr "Co&dificação"
#: shdoclc.rc:55
msgid "Pr&int"
msgstr "I&mprimir"
#: shdoclc.rc:56
msgid "&Refresh"
msgstr "&Recarregar"
#: shdoclc.rc:59 shell32.rc:93 clock.rc:28 wineconsole.rc:27
msgid "&Properties"
msgstr "&Propriedades"
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
#: shdoclc.rc:62
msgid "Image"
msgstr "Imagem"
#: shdoclc.rc:64 shdoclc.rc:151 shdoclc.rc:176
msgid "&Open Link"
msgstr "&Abrir link"
#: shdoclc.rc:65 shdoclc.rc:152 shdoclc.rc:177
msgid "Open Link in &New Window"
msgstr "A&brir link numa nova janela"
#: shdoclc.rc:66 shdoclc.rc:130 shdoclc.rc:153 shdoclc.rc:178
msgid "Save Target &As..."
msgstr "&Salvar link como..."
#: shdoclc.rc:67 shdoclc.rc:131 shdoclc.rc:154 shdoclc.rc:179
msgid "&Print Target"
msgstr "Imprimir lin&k"
#: shdoclc.rc:69 shdoclc.rc:156 shdoclc.rc:181
msgid "S&how Picture"
msgstr "Mos&trar imagem"
#: shdoclc.rc:70 shdoclc.rc:182
msgid "&Save Picture As..."
msgstr "Sal&var imagem como..."
#: shdoclc.rc:71
msgid "&E-mail Picture..."
msgstr "&Enviar imagem..."
#: shdoclc.rc:72
msgid "Pr&int Picture..."
msgstr "I&mprimir imagem..."
#: shdoclc.rc:73
msgid "&Go to My Pictures"
msgstr "I&r para minhas imagens"
#: shdoclc.rc:74 shdoclc.rc:158 shdoclc.rc:183
msgid "Set as Back&ground"
msgstr "&Definir como fundo"
#: shdoclc.rc:75 shdoclc.rc:159 shdoclc.rc:184
msgid "Set as &Desktop Item..."
msgstr "Definir como &item da Área de Trabalho..."
#: shdoclc.rc:77 shdoclc.rc:92 shdoclc.rc:118 shdoclc.rc:161 shdoclc.rc:186
#: user32.rc:44 wordpad.rc:101
msgid "Cu&t"
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Cortar\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Recortar"
#: shdoclc.rc:78 shdoclc.rc:93 shdoclc.rc:119 shdoclc.rc:134 shdoclc.rc:162
#: shdoclc.rc:187 shell32.rc:87 user32.rc:45 wineconsole.rc:29 wordpad.rc:102
msgid "&Copy"
msgstr "&Copiar"
#: shdoclc.rc:79 shdoclc.rc:135 shdoclc.rc:163 shdoclc.rc:188
msgid "Copy Shor&tcut"
msgstr "Copiar atal&ho"
#: shdoclc.rc:82 shdoclc.rc:138 shdoclc.rc:166 shdoclc.rc:191
msgid "Add to &Favorites..."
msgstr "Adicionar aos &Favoritos..."
#: shdoclc.rc:85 shdoclc.rc:141 shdoclc.rc:171 shdoclc.rc:198
msgid "P&roperties"
msgstr "&Propriedades"
#: shdoclc.rc:88
msgid "Control"
msgstr "Controle"
#: shdoclc.rc:90 user32.rc:42
#, fuzzy
msgid "&Undo"
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Desfazer\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Voltar"
#: shdoclc.rc:95 shell32.rc:90 user32.rc:47
msgid "&Delete"
msgstr "&Limpar"
#: shdoclc.rc:101
msgid "Table"
msgstr "Tabela"
#: shdoclc.rc:103 shell32.rc:82
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
msgid "&Select"
msgstr "&Selecionar"
#: shdoclc.rc:105
msgid "&Cell"
msgstr "&Célula"
#: shdoclc.rc:106
msgid "&Row"
msgstr "&Linha"
#: shdoclc.rc:107
msgid "&Column"
msgstr "C&oluna"
#: shdoclc.rc:108
msgid "&Table"
msgstr "&Tabela"
#: shdoclc.rc:112
msgid "&Cell Properties"
msgstr "Propriedades da &célula"
#: shdoclc.rc:113
msgid "&Table Properties"
msgstr "Propriedades da &tabela"
#: shdoclc.rc:116
msgid "1DSite Select"
msgstr "1DSite Select"
#: shdoclc.rc:120 shell32.rc:61
msgid "Paste"
msgstr "Co&lar"
#: shdoclc.rc:122 winhlp32.rc:31
msgid "&Print"
msgstr "&Imprimir"
#: shdoclc.rc:126
msgid "Anchor"
msgstr "Âncora"
#: shdoclc.rc:128 shell32.rc:84 view.rc:30 winhlp32.rc:29
#, fuzzy
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Abrir\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Abrir..."
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
#: shdoclc.rc:129
msgid "Open in &New Window"
msgstr "A&brir numa nova janela"
#: shdoclc.rc:133
msgid "Cut"
msgstr "&Cortar"
#: shdoclc.rc:144
msgid "Context Unknown"
msgstr "Contexto Desconhecido"
#: shdoclc.rc:149
msgid "DYNSRC Image"
msgstr "Imagem DYNSRC"
#: shdoclc.rc:157
msgid "&Save Video As..."
msgstr "Sal&var vídeo como..."
#: shdoclc.rc:169 shdoclc.rc:193
msgid "Play"
msgstr "I&niciar"
#: shdoclc.rc:174
msgid "ART Image"
msgstr "Imagem ART"
#: shdoclc.rc:195
msgid "Rewind"
msgstr "R&ecomeçar"
#: shdoclc.rc:201
msgid "Debug"
msgstr "Debug"
#: shdoclc.rc:203
msgid "Trace Tags"
msgstr "Trace Tags"
#: shdoclc.rc:204
msgid "Resource Failures"
msgstr "Resource Failures"
#: shdoclc.rc:205
msgid "Dump Tracking Info"
msgstr "Dump Tracking Info"
#: shdoclc.rc:206
msgid "Debug Break"
msgstr "Debug Break"
#: shdoclc.rc:207
msgid "Debug View"
msgstr "Debug View"
#: shdoclc.rc:208
msgid "Dump Tree"
msgstr "Dump Tree"
#: shdoclc.rc:209
msgid "Dump Lines"
msgstr "Dump Lines"
#: shdoclc.rc:210
msgid "Dump DisplayTree"
msgstr "Dump DisplayTree"
#: shdoclc.rc:211
msgid "Dump FormatCaches"
msgstr "Dump FormatCaches"
#: shdoclc.rc:212
msgid "Dump LayoutRects"
msgstr "Dump LayoutRects"
#: shdoclc.rc:213
msgid "Memory Monitor"
msgstr "Memory Monitor"
#: shdoclc.rc:214
msgid "Performance Meters"
msgstr "Performance Meters"
#: shdoclc.rc:215
msgid "Save HTML"
msgstr "Save HTML"
#: shdoclc.rc:217
msgid "&Browse View"
msgstr "&Browse View"
#: shdoclc.rc:218
msgid "&Edit View"
msgstr "&Edit View"
#: shdoclc.rc:221
msgid "Vertical Scrollbar"
msgstr "Barra de Rolagem Vertical"
#: shdoclc.rc:223 shdoclc.rc:237
msgid "Scroll Here"
msgstr "Rolar aqui"
#: shdoclc.rc:225
msgid "Top"
msgstr "Topo"
#: shdoclc.rc:226
msgid "Bottom"
msgstr "Fundo"
#: shdoclc.rc:228
msgid "Page Up"
msgstr "Página acima"
#: shdoclc.rc:229
msgid "Page Down"
msgstr "Página abaixo"
#: shdoclc.rc:231
msgid "Scroll Up"
msgstr "Rolar para cima"
#: shdoclc.rc:232
msgid "Scroll Down"
msgstr "Rolar para baixo"
#: shdoclc.rc:235
msgid "Horizontal Scrollbar"
msgstr "Barra de Rolagem Horizontal"
#: shdoclc.rc:239
msgid "Left Edge"
msgstr "Canto esquerdo"
#: shdoclc.rc:240
msgid "Right Edge"
msgstr "Canto direito"
#: shdoclc.rc:242
msgid "Page Left"
msgstr "Página à esquerda"
#: shdoclc.rc:243
msgid "Page Right"
msgstr "Página à direita"
#: shdoclc.rc:245
msgid "Scroll Left"
msgstr "Rolar para a esquerda"
#: shdoclc.rc:246
msgid "Scroll Right"
msgstr "Rolar para a direita"
#: shdoclc.rc:25
msgid "Wine Internet Explorer"
msgstr "Wine Internet Explorer"
#: shdoclc.rc:30
msgid "&w&bPage &p"
msgstr "&w&bPage &p"
#: shdoclc.rc:31
msgid "&u&b&d"
msgstr "&u&b&d"
#: shdocvw.rc:25 shell32.rc:99 notepad.rc:26 oleview.rc:27 oleview.rc:77
#: progman.rc:29 taskmgr.rc:35 view.rc:28 winefile.rc:25 winhlp32.rc:28
#: wordpad.rc:26
msgid "&File"
msgstr "&Arquivo"
#: shdocvw.rc:27 regedit.rc:47 regedit.rc:98
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
msgid "&New"
msgstr "&Novo"
#: shdocvw.rc:29 winefile.rc:118
msgid "&Window"
msgstr "&Janela"
#: shdocvw.rc:31
msgid "&Open..."
msgstr "&Abrir..."
#: shdocvw.rc:32
msgid "&Save"
msgstr "&Salvar"
#: shdocvw.rc:33 notepad.rc:30 wordpad.rc:31
msgid "Save &as..."
msgstr "Salvar &como..."
#: shdocvw.rc:35
msgid "Print &format..."
msgstr "Imprimir &formato..."
#: shdocvw.rc:36
msgid "Pr&int..."
msgstr "&Imprimir..."
#: shdocvw.rc:37 wordpad.rc:34
#, fuzzy
msgid "Print previe&w..."
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Pré visualizar...\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Vizualizar impressão..."
#: shdocvw.rc:39
msgid "&Properties..."
msgstr "&Propriedades..."
#: shdocvw.rc:40 oleview.rc:80 taskmgr.rc:140
msgid "&Close"
msgstr "&Fechar"
#: shdocvw.rc:42 shell32.rc:40 shell32.rc:105 oleview.rc:58 oleview.rc:82
#: regedit.rc:65 taskmgr.rc:52 winefile.rc:76 wordpad.rc:66
#, fuzzy
msgid "&View"
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Ver\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Exibir"
#: shdocvw.rc:44
msgid "&Toolbars"
msgstr "&Ferramentas"
#: shdocvw.rc:46
msgid "&Standard bar"
msgstr "Barra &padrão"
#: shdocvw.rc:47
msgid "&Address bar"
msgstr "Barra de &endereço"
#: shdocvw.rc:50 regedit.rc:73
msgid "&Favorites"
msgstr "&Favoritos"
#: shdocvw.rc:52 regedit.rc:75
msgid "&Add to Favorites..."
msgstr "&Adicionar aos Favoritos..."
#: shdocvw.rc:55 shell32.rc:113 notepad.rc:57 oleview.rc:69 progman.rc:52
#: regedit.rc:78 taskmgr.rc:87 winefile.rc:130 winhlp32.rc:60 wordpad.rc:91
#, fuzzy
msgid "&Help"
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Ajuda\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"A&juda"
#: shdocvw.rc:57
msgid "&About Internet Explorer..."
msgstr "&Sobre o Internet Explorer..."
#: shdocvw.rc:73
msgid "Address"
msgstr "Endereço"
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
#: shell32.rc:27 shell32.rc:42 shell32.rc:107 shell32.rc:147 taskmgr.rc:65
#: taskmgr.rc:111 taskmgr.rc:253
#, fuzzy
msgid "Lar&ge Icons"
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Ícones grandes\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"Ícones &grandes"
#: shell32.rc:28 shell32.rc:43 shell32.rc:108 shell32.rc:148 taskmgr.rc:66
#: taskmgr.rc:112 taskmgr.rc:254
msgid "S&mall Icons"
msgstr "Ícones &pequenos"
#: shell32.rc:29 shell32.rc:44 shell32.rc:109 shell32.rc:149
msgid "&List"
msgstr "&Lista"
#: shell32.rc:30 shell32.rc:45 shell32.rc:110 shell32.rc:150 taskmgr.rc:67
#: taskmgr.rc:113 taskmgr.rc:255
msgid "&Details"
msgstr "&Detalhes"
#: shell32.rc:48
msgid "Arrange &Icons"
msgstr "O&rganizar ícones"
#: shell32.rc:50