From 0c8e03856ef4d446bf2a8bf2d5f20cabdd3c7350 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 2 May 2020 07:23:19 +0200 Subject: [PATCH] MUI - Prepare "Resources files for "pt-PT" languages + chg: Minor correction in sv-SV and pt-BR languages --- Notepad3.sln | 30 + .../Português (Brasil) [pt-BR].lang | 2 +- .../Português (Portugal) [pt-PT].lang | 530 +++++++++ language/common_res.h | 11 +- language/np3_pt_br/strings_pt_br.rc | 2 +- language/np3_pt_pt/dialogs_pt_pt.rc | 1002 +++++++++++++++++ language/np3_pt_pt/dllmain.cpp | 23 + language/np3_pt_pt/encode_pt_pt.rc | 177 +++ language/np3_pt_pt/lexer_pt_pt.rc | 494 ++++++++ language/np3_pt_pt/menu_pt_pt.rc | 539 +++++++++ language/np3_pt_pt/np3_pt_pt.cpp | 7 + language/np3_pt_pt/np3_pt_pt.rc | 77 ++ language/np3_pt_pt/np3_pt_pt.vcxproj | 279 +++++ language/np3_pt_pt/np3_pt_pt.vcxproj.filters | 64 ++ language/np3_pt_pt/resource.h | 22 + language/np3_pt_pt/stdafx.cpp | 9 + language/np3_pt_pt/stdafx.h | 17 + language/np3_pt_pt/strings_pt_pt.rc | 353 ++++++ language/np3_pt_pt/targetver.h | 9 + language/np3_sv_se/dialogs_sv_se.rc | 2 +- minipath/language/mp_pt_br/strings_pt_br.rc | 2 +- minipath/language/mp_pt_pt/dialogs_pt_pt.rc | 433 +++++++ minipath/language/mp_pt_pt/dllmain.cpp | 23 + minipath/language/mp_pt_pt/menu_pt_pt.rc | 143 +++ minipath/language/mp_pt_pt/mp_pt_pt.cpp | 7 + minipath/language/mp_pt_pt/mp_pt_pt.rc | 72 ++ minipath/language/mp_pt_pt/mp_pt_pt.vcxproj | 264 +++++ .../mp_pt_pt/mp_pt_pt.vcxproj.filters | 53 + minipath/language/mp_pt_pt/resource.h | 22 + minipath/language/mp_pt_pt/stdafx.cpp | 9 + minipath/language/mp_pt_pt/stdafx.h | 17 + minipath/language/mp_pt_pt/strings_pt_pt.rc | 152 +++ minipath/language/mp_pt_pt/targetver.h | 9 + minipath/src/minipath.c | 2 +- np3portableapp/build_np3portableapp.cmd | 2 +- other_sln/Notepad3DLL.sln | 34 +- src/MuiLanguage.c | 2 + 37 files changed, 4882 insertions(+), 13 deletions(-) create mode 100644 grepWinNP3/translations/Português (Portugal) [pt-PT].lang create mode 100644 language/np3_pt_pt/dialogs_pt_pt.rc create mode 100644 language/np3_pt_pt/dllmain.cpp create mode 100644 language/np3_pt_pt/encode_pt_pt.rc create mode 100644 language/np3_pt_pt/lexer_pt_pt.rc create mode 100644 language/np3_pt_pt/menu_pt_pt.rc create mode 100644 language/np3_pt_pt/np3_pt_pt.cpp create mode 100644 language/np3_pt_pt/np3_pt_pt.rc create mode 100644 language/np3_pt_pt/np3_pt_pt.vcxproj create mode 100644 language/np3_pt_pt/np3_pt_pt.vcxproj.filters create mode 100644 language/np3_pt_pt/resource.h create mode 100644 language/np3_pt_pt/stdafx.cpp create mode 100644 language/np3_pt_pt/stdafx.h create mode 100644 language/np3_pt_pt/strings_pt_pt.rc create mode 100644 language/np3_pt_pt/targetver.h create mode 100644 minipath/language/mp_pt_pt/dialogs_pt_pt.rc create mode 100644 minipath/language/mp_pt_pt/dllmain.cpp create mode 100644 minipath/language/mp_pt_pt/menu_pt_pt.rc create mode 100644 minipath/language/mp_pt_pt/mp_pt_pt.cpp create mode 100644 minipath/language/mp_pt_pt/mp_pt_pt.rc create mode 100644 minipath/language/mp_pt_pt/mp_pt_pt.vcxproj create mode 100644 minipath/language/mp_pt_pt/mp_pt_pt.vcxproj.filters create mode 100644 minipath/language/mp_pt_pt/resource.h create mode 100644 minipath/language/mp_pt_pt/stdafx.cpp create mode 100644 minipath/language/mp_pt_pt/stdafx.h create mode 100644 minipath/language/mp_pt_pt/strings_pt_pt.rc create mode 100644 minipath/language/mp_pt_pt/targetver.h diff --git a/Notepad3.sln b/Notepad3.sln index 72a2e8cf0..0e3f7592c 100644 --- a/Notepad3.sln +++ b/Notepad3.sln @@ -20,6 +20,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Notepad3", "src\Notepad3.vc {0FA07345-601B-474E-99C0-7E61E70DA72E} = {0FA07345-601B-474E-99C0-7E61E70DA72E} {C8E80B4C-C0FD-4119-A05A-AB372A61007F} = {C8E80B4C-C0FD-4119-A05A-AB372A61007F} {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF} = {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF} + {B7C9135A-C4AA-4A85-B361-B610B442B57C} = {B7C9135A-C4AA-4A85-B361-B610B442B57C} {15428F5A-16F1-4DA5-9F12-0411183E3DC0} = {15428F5A-16F1-4DA5-9F12-0411183E3DC0} {9B31015C-CB08-4B4B-A957-313A93F862F5} = {9B31015C-CB08-4B4B-A957-313A93F862F5} {EC255B64-2C2F-4CB6-9D40-4542893FE5E6} = {EC255B64-2C2F-4CB6-9D40-4542893FE5E6} @@ -43,6 +44,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minipath", "minipath\minipa {954B9D26-1735-4674-8279-FF2C44E4258B} = {954B9D26-1735-4674-8279-FF2C44E4258B} {6503214A-CE25-45B5-84BB-61EEFB35D1A9} = {6503214A-CE25-45B5-84BB-61EEFB35D1A9} {DA372A4B-7AE0-4C50-97B7-49D5FF953325} = {DA372A4B-7AE0-4C50-97B7-49D5FF953325} + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C} = {8CA91C67-2C5E-4983-8EA1-AF4675211A2C} {3E19AA6A-0935-4320-962A-C1E9378B387C} = {3E19AA6A-0935-4320-962A-C1E9378B387C} {18CD506D-5596-4B58-B868-57FAAC657C6B} = {18CD506D-5596-4B58-B868-57FAAC657C6B} {73B1A06D-F536-4F39-80AA-798A1E8023DE} = {73B1A06D-F536-4F39-80AA-798A1E8023DE} @@ -269,6 +271,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_ja_jp", "language\np3_j EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "grepWinNP3", "grepWinNP3", "{0E679756-ECA4-4CAC-8799-1D2B9A294B3A}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_pt_pt", "language\np3_pt_pt\np3_pt_pt.vcxproj", "{B7C9135A-C4AA-4A85-B361-B610B442B57C}" + ProjectSection(ProjectDependencies) = postProject + {9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_pt_pt", "minipath\language\mp_pt_pt\mp_pt_pt.vcxproj", "{8CA91C67-2C5E-4983-8EA1-AF4675211A2C}" + ProjectSection(ProjectDependencies) = postProject + {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -617,6 +629,22 @@ Global {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF}.Release|Win32.Build.0 = Release|Win32 {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF}.Release|x64.ActiveCfg = Release|x64 {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF}.Release|x64.Build.0 = Release|x64 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Debug|Win32.ActiveCfg = Debug|Win32 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Debug|Win32.Build.0 = Debug|Win32 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Debug|x64.ActiveCfg = Debug|x64 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Debug|x64.Build.0 = Debug|x64 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Release|Win32.ActiveCfg = Release|Win32 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Release|Win32.Build.0 = Release|Win32 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Release|x64.ActiveCfg = Release|x64 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Release|x64.Build.0 = Release|x64 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Debug|Win32.ActiveCfg = Debug|Win32 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Debug|Win32.Build.0 = Debug|Win32 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Debug|x64.ActiveCfg = Debug|x64 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Debug|x64.Build.0 = Debug|x64 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Release|Win32.ActiveCfg = Release|Win32 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Release|Win32.Build.0 = Release|Win32 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Release|x64.ActiveCfg = Release|x64 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -667,6 +695,8 @@ Global {8BB7B168-FC6D-463A-BBE4-FA595BDD5753} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2} {4D474510-CD21-4EF7-974D-706775B1A83C} = {8FD783D5-8709-432D-A88E-6E3073AFF220} {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2} + {B7C9135A-C4AA-4A85-B361-B610B442B57C} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2} + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C} = {8FD783D5-8709-432D-A88E-6E3073AFF220} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {C0B8FE68-ECBC-4173-9027-E1EC2C9B5BDF} diff --git a/grepWinNP3/translations/Português (Brasil) [pt-BR].lang b/grepWinNP3/translations/Português (Brasil) [pt-BR].lang index 72aab9352..33cf5ce89 100644 --- a/grepWinNP3/translations/Português (Brasil) [pt-BR].lang +++ b/grepWinNP3/translations/Português (Brasil) [pt-BR].lang @@ -9,7 +9,7 @@ # # encoding: UTF-8 # Language: Portuguese (Brazil) resources -# Last-Translator: (pt-BR) Tradução em português brasileiro por ghost +# Last-Translator: (pt-BR) Tradução em português brasileiro por fcgouveia # #, fuzzy diff --git a/grepWinNP3/translations/Português (Portugal) [pt-PT].lang b/grepWinNP3/translations/Português (Portugal) [pt-PT].lang new file mode 100644 index 000000000..c4ad5e3cf --- /dev/null +++ b/grepWinNP3/translations/Português (Portugal) [pt-PT].lang @@ -0,0 +1,530 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +# +# encoding: UTF-8 +# Language: Portuguese (Portugal) resources +# Last-Translator: (pt-PT) Tradução em português por Lacn0755 +# + +#, fuzzy +msgid "" +msgstr "" + +# msgid/msgstr fields for Accelerator keys +# Format is: "ID:xxxxxx:VACS+X" where: +# ID:xxxxx = the menu ID corresponding to the accelerator +# V = Virtual key (or blank if not used) - nearly always set! +# A = Alt key (or blank if not used) +# C = Ctrl key (or blank if not used) +# S = Shift key (or blank if not used) +# X = upper case character +# e.g. "V CS+Q" == Ctrl + Shift + 'Q' + +# ONLY Accelerator Keys with corresponding alphanumeric characters can be +# updated i.e. function keys (F2), special keys (Delete, Home) etc. will not. + +# ONLY change the msgstr field. Do NOT change any other. +# If you do not want to change an Accelerator Key, copy msgid to msgstr + +#. Resource IDs: (149) +#, c-format +msgid "%ld more matches" +msgstr "%ld mais encontrados" + +#. Resource IDs: (1069) +msgid "%path% is replaced with the path of the file, %line% with the line to jump to, %pattern% with the search string." +msgstr "%path% é substituído com o caminho do arquivo, %line% a linha para saltar, %pattern% with the search string." + +#. Resource IDs: (119) +msgid "&About grepWinNP3..." +msgstr "&Sobre grepWinNP3..." + +#. Resource IDs: (1049) +msgid "&Replace" +msgstr "&Substituir" + +#. Resource IDs: (123) +msgid "&Search" +msgstr "&Procurar" + +#. Resource IDs: (1013) +msgid "..." +msgstr "..." + +#. Resource IDs: (1061, 1063, 1064, 1066, 1067) +msgid "/" +msgstr "/" + +#. Resource IDs: (135, 1052) +msgid "About grepWinNP3" +msgstr "Sobre grepWinNP3" + +#. Resource IDs: (1021) +msgid "Add to Presets" +msgstr "Adicionar predefinido" + +#. Resource IDs: (155) +msgid "All Files" +msgstr "Todos os arquivos" + +#. Resource IDs: (1078) +msgid "All dates" +msgstr "Todas as datas" + +#. Resource IDs: (1005) +msgid "All sizes" +msgstr "Todos os tamanhos" + +#. Resource IDs: (124) +#, c-format +msgid "Are you sure you want to replace\n%s\nwith\n%s\nwithout creating backups?" +msgstr "Tem certeza de que deseja substituir\n%s\ncom\n%s\n sem criar backups?" + +#. Resource IDs: (1081) +msgid "Between" +msgstr "Entre" + +#. Resource IDs: (2) +msgid "Cancel" +msgstr "Cancelar" + +#. Resource IDs: (1068) +msgid "Command line to start an editor at a specific line:" +msgstr "linha de comando para iniciar no editor em uma linha específica" + +#. Resource IDs: (1060) +msgid "Content" +msgstr "Conteúdo" + +#. Resource IDs: (145) +msgid "Copy filename to clipboard" +msgstr "Copiar nome do arquivo para área de transferência" + +#. Resource IDs: (146) +msgid "Copy filenames to clipboard" +msgstr "Copiar nome dos arquivos para área de transferência" + +#. Resource IDs: (143) +msgid "Copy path to clipboard" +msgstr "Copiar caminho para a área de transferência" + +#. Resource IDs: (144) +msgid "Copy paths to clipboard" +msgstr "Copiar caminhos para área de transferência" + +#. Resource IDs: (147) +msgid "Copy text result to clipboard" +msgstr "Copiar resultado do texto para área de transferência" + +#. Resource IDs: (148) +msgid "Copy text results to clipboard" +msgstr "Copiar resultados dos textos para área de transferência" + +#. Resource IDs: (1029) +msgid "Create backup files" +msgstr "Criar backup do arquivo" + +#. Resource IDs: (1077) +msgid "Create backup files in a separate folder" +msgstr "Criar arquivos de backup em uma pasta separada" + +#. Resource IDs: (1064) +msgid "Dark mode" +msgstr "" + +#. Resource IDs: (159) +msgid "Please enable dark mode first in the Windows system settings (>= Win10 v1803)." +msgstr "" + +#. Resource IDs: (139) +msgid "Date modified" +msgstr "Modificado" + +#. Resource IDs: (137) +msgid "Dialog" +msgstr "Diálogo" + +#. Resource IDs: (1051) +msgid "Dot matches newline" +msgstr "Ponto corresponde a nova linha" + +#. Resource IDs: (1056) +msgid "Double-Click to select a preset" +msgstr "Clique duas vezes para selecionar uma predefinição" + +#. Resource IDs: (65535 - PopupMenu) +msgid "Dummy" +msgstr "" + +#. Resource IDs: (1067) +msgid "Editor" +msgstr "Editor" + +#. Resource IDs: (138) +msgid "Encoding" +msgstr "Codificação" + +#. Resource IDs: (1056) +msgid "Enter a name for the regex:" +msgstr "Digite um nome para o regex:" + +#. Resource IDs: (1062) +msgid "Escape key closes grepWinNP3" +msgstr "Tecla escape fecha grepWinNP3" + +#. Resource IDs: (1041) +msgid "Exclude dirs (Regex):" +msgstr "Excluir diretórios (Regex):" + +#. Resource IDs: (158) +msgid "Ext" +msgstr "Ext" + +#. Resource IDs: (1039) +msgid "File Names match:\nuse '|' to separate multiple text match patterns, prepen&d '-' to exclude" +msgstr "Nomes correspondentes:\nuse '|' para separar vários textos correspondente, preceder '-' para excluir" + +#. Resource IDs: (1059) +msgid "Files" +msgstr "Arquivos" + +#. Resource IDs: (109) +msgid "GREPWINNP3" +msgstr "" + +#. Resource IDs: (156) +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgstr "Se ativado, uma pasta de backup é criada dentro da pasta que é pesquisada/substituída, e os bakups dos arquivos serão para essa pasta" + +#. Resource IDs: (1050) +msgid "Include binary files" +msgstr "Incluir arquivos binários" + +#. Resource IDs: (1010) +msgid "Include hidden items" +msgstr "Incluir itens ocultos" + +#. Resource IDs: (1011) +msgid "Include subfolders" +msgstr "Incluir subpastas" + +#. Resource IDs: (1009) +msgid "Include system items" +msgstr "Incluir itens do sistema" + +#. Resource IDs: (153) +msgid "Invalid path!" +msgstr "Caminho inválido!" + +#. Resource IDs: (1019) +msgid "KB" +msgstr "KB" + +#. Resource IDs: (1075) +msgid "Language:" +msgstr "Idioma:" + +#. Resource IDs: (1017) +msgid "Limit search" +msgstr "Limitar pesquisa" + +#. Resource IDs: (134) +msgid "Line" +msgstr "Linha" + +#. Resource IDs: (150) +#, c-format +msgid "Line %5ld : %30s\n" +msgstr "Linha %5ld : %30s\n" + +#. Resource IDs: (135) +msgid "Matches" +msgstr "Correspondente" + +#. Resource IDs: (104) +msgid "Name" +msgstr "Nome" + +#. Resource IDs: (1079) +msgid "Newer than" +msgstr "Mais novo que" + +#. Resource IDs: (115) +msgid "Newline is matched by '.'" +msgstr "Nova linha corresponde a '.'" + +#. Resource IDs: (1) +msgid "OK" +msgstr "OK" + +#. Resource IDs: (1080) +msgid "Older than" +msgstr "Mais velho que" + +#. Resource IDs: (1062) +msgid "Only one instance" +msgstr "Somente uma instância" + +#. Resource IDs: (142) +msgid "Open containing folder" +msgstr "Abrir local da pasta" + +#. Resource IDs: (141) +msgid "Open with Editor" +msgstr "Abrir com Editor" + +#. Resource IDs: (1056) +msgid "Paste text to test the regex with:" +msgstr "Colar texto para testar o regex com:" + +#. Resource IDs: (137) +msgid "Path" +msgstr "Caminho" + +#. Resource IDs: (131) +msgid "Preset name" +msgstr "Nome predefinido" + +#. Resource IDs: (132, 1022) +msgid "Presets" +msgstr "Predefinidos" + +#. Resource IDs: (1065) +msgid "Press F1 for help" +msgstr "Pressione F1 para obter ajuda" + +#. Resource IDs: (154) +msgid "Programs" +msgstr "Programas" + +#. Resource IDs: (32775 - Menu) +msgid "Re&name Preset" +msgstr "Re&nomear predefinição" + +#. Resource IDs: (130) +msgid "Regex Test" +msgstr "Testar Regex" + +#. Resource IDs: (1046) +msgid "Regex match" +msgstr "Regex corresp." + +#. Resource IDs: (65535) +msgid "Regex replace string:" +msgstr "Sequência regex substituída" + +#. Resource IDs: (1001) +msgid "Regex search" +msgstr "Pesquisa regex" + +#. Resource IDs: (65535) +msgid "Regex search string:" +msgstr "Sequência regex pesquisada" + +#. Resource IDs: (152) +msgid "Relative paths are not allowed. Please enter an absolute path!" +msgstr "Caminhos relativos não são permitidos. Por favor, digite um caminho absoluto!" + +#. Resource IDs: (32771) +msgid "Remo&ve Preset" +msgstr "Remover predefinido" + +#. Resource IDs: (106) +msgid "Replace string" +msgstr "Sequência substituída" + +#. Resource IDs: (1027) +msgid "Replace with:" +msgstr "Substituir com:" + +#. Resource IDs: (126) +msgid "S&top" +msgstr "P&arar" + +#. Resource IDs: (1, 1016) +msgid "Search" +msgstr "Procurar" + +#. Resource IDs: (1026) +msgid "Search &for:" +msgstr "Procurar por:" + +#. Resource IDs: (1042) +msgid "Search case-sensitive" +msgstr "Diferenciar MAI./min." + +#. Resource IDs: (1015) +msgid "Search in" +msgstr "Procurar em" + +#. Resource IDs: (1018) +msgid "Search results" +msgstr "Resultado da pesquisa" + +#. Resource IDs: (105) +msgid "Search string" +msgstr "Sequência pesquisada" + +#. Resource IDs: (128) +#, c-format +msgid "Searched %ld files, skipped %ld files. Found %ld matches in %ld files." +msgstr "%ld arquivos procurados, %ld arquivos ignorados. %ld localizados, %ld encontrados." + +#. Resource IDs: (140) +msgid "Select Editor Application..." +msgstr "Selecione aplicativo de edição..." + +#. Resource IDs: (127) +msgid "Select path to search" +msgstr "Selecione o caminho de pesquisa" + +#. Resource IDs: (1071) +msgid "Settings" +msgstr "Configurações" + +#. Resource IDs: (133) +msgid "Size" +msgstr "Tamanho" + +#. Resource IDs: (1006) +msgid "Size is" +msgstr "Tamanho é" + +#. Resource IDs: (1028) +msgid "Test regex" +msgstr "Testar Regex" + +#. Resource IDs: (136) +msgid "Text" +msgstr "Texto" + +#. Resource IDs: (1048) +msgid "Text match" +msgstr "Texto corresp." + +#. Resource IDs: (1002) +msgid "Text search" +msgstr "Pesquisar texto" + +#. Resource IDs: (65535) +msgid "The regex search string matches:" +msgstr "Sequência de pesquisa regex correspondente:" + +#. Resource IDs: (65535) +msgid "The resulting text after replacing:" +msgstr "O resultado do texto após substituição:" + +#. Resource IDs: (1074) +msgid "This adds a new entry to the context menu named 'Open with Editor'" +msgstr "Isso adiciona uma nova entrada para o menu de contexto, chamada: 'Abrir com o Editor'" + +#. Resource IDs: (1053) +msgid "Treat files as UTF-8" +msgstr "Tratar arquivos como UTF-8" + +#. Resource IDs: (1045) +msgid "Visit our website" +msgstr "Visite o nosso site" + +#. Resource IDs: (116) +msgid "a regular expression used for searching. Press F1 for more info." +msgstr "Uma expressão regular usada para pesquisar. Pressione F1 para obter mais informações" + +#. Resource IDs: (125) +msgid "an empty string" +msgstr "uma sequência está vazia" + +#. Resource IDs: (130) +msgid "binary" +msgstr "binário" + +#. Resource IDs: (118) +msgid "click to edit the text as a multiline text" +msgstr "Clique para editar texto como um texto de múltiplas linhas" + +#. Resource IDs: (121) +msgid "equal to" +msgstr "igual a" + +#. Resource IDs: (122) +msgid "greater than" +msgstr "maior que" + +#. Resource IDs: (103, 129) +msgid "grepWinNP3" +msgstr "grepWinNP3" + +#. Resource IDs: (138) +msgid "grepWinNP3 Settings" +msgstr "Configurações grepWinNP3" + +#. Resource IDs: (157) +msgid "hold down the shift key to find files that DO NOT contain the search string" +msgstr "Mantenha pressionada a tecla shift para encontrar arquivos que NÃO contenha as sequências da pesquisa" + +#. Resource IDs: (132) +msgid "invalid regex!" +msgstr "Regex inválido!" + +#. Resource IDs: (120) +msgid "less than" +msgstr "menor que" + +#. Resource IDs: (111) +msgid "no match" +msgstr "nada encontrado" + +#. Resource IDs: (110) +msgid "no text to replace with" +msgstr "sem texto para substituir com" + +#. Resource IDs: (107) +msgid "no text to test with available" +msgstr "nenhum texto para testar disponível" + +#. Resource IDs: (112) +msgid "only files that match this pattern are searched.\nUse '|' as the delimiter.\nExample: *.cpp|*.h" +msgstr "Somente os arquivos correspondentes a esse padrão serão procurados.\nUse '|' como delimitador.\nExemplo: *.cpp|*.h" + +#. Resource IDs: (129) +msgid "read error" +msgstr "erro de leitura" + +#. Resource IDs: (131) +msgid "regex ok" +msgstr "Regex ok" + +#. Resource IDs: (117) +msgid "reuse grepWinNP3 instances." +msgstr "reutilizar instâncias grepWinNP3" + +#. Resource IDs: (151) +#, c-format +msgid "scanning file '%s'" +msgstr "pesquisando arquivos '%s'" + +#. Resource IDs: (108) +msgid "search string is empty" +msgstr "Sequência de pesquisa está vazia" + +#. Resource IDs: (114) +msgid "the path(s) which is searched recursively.\nSeparate paths with the '|' symbol.\nExample: c:\\temp|d:\\logs" +msgstr "O caminhos serão pesquisados recursivamente.\nSepare os caminhos com o'|'símbolo.\nExemplo: c:\\temp|d:\\logs" + +#. Resource IDs: (113) +msgid "you can exclude directories, e.g. CVS and images.\nExample: ^(CVS|images)$\nNote, '.svn' folders are 'hidden' on Windows, so they usually are not scanned." +msgstr "Você pode excluir diretórios, ex. CVS e images.\nExemplo: ^(CVS|images)$\nNote, '.svn' pastas 'ocultas' no Windows, geralmente não são escaneadas." + +#. Resource IDs: (1061) +msgid "Reset" +msgstr "" + +#. Resource IDs: (1088) +msgid "Max # of concurrent worker" +msgstr "" diff --git a/language/common_res.h b/language/common_res.h index a751f386c..35a1b35be 100644 --- a/language/common_res.h +++ b/language/common_res.h @@ -429,11 +429,12 @@ #define IDS_MUI_LANG_NL_NL 34512 #define IDS_MUI_LANG_PL_PL 34513 #define IDS_MUI_LANG_PT_BR 34514 -#define IDS_MUI_LANG_RU_RU 34515 -#define IDS_MUI_LANG_SK_SK 34516 -#define IDS_MUI_LANG_SV_SE 34517 -#define IDS_MUI_LANG_TR_TR 34518 -#define IDS_MUI_LANG_ZH_CN 34519 +#define IDS_MUI_LANG_PT_PT 34515 +#define IDS_MUI_LANG_RU_RU 34516 +#define IDS_MUI_LANG_SK_SK 34517 +#define IDS_MUI_LANG_SV_SE 34518 +#define IDS_MUI_LANG_TR_TR 34519 +#define IDS_MUI_LANG_ZH_CN 34520 #define IDS_MUI_MENU_THEMES 37000 #define IDM_THEMES_DEFAULT 37001 diff --git a/language/np3_pt_br/strings_pt_br.rc b/language/np3_pt_br/strings_pt_br.rc index bfee316d1..50126f5ff 100644 --- a/language/np3_pt_br/strings_pt_br.rc +++ b/language/np3_pt_br/strings_pt_br.rc @@ -229,7 +229,7 @@ END STRINGTABLE BEGIN - IDS_MUI_TRANSL_AUTHOR "(pt-BR) Tradução em português brasileiro por Vanderoleo" + IDS_MUI_TRANSL_AUTHOR "(pt-BR) Tradução em português brasileiro por fcgouveia" IDS_MUI_TITLE_FIXBASE " BASE (%s)" IDS_MUI_TITLE_RELCUR " +++ %s: %s Style +++" IDS_MUI_TITLE_FIXCUR " %s: %s Style" diff --git a/language/np3_pt_pt/dialogs_pt_pt.rc b/language/np3_pt_pt/dialogs_pt_pt.rc new file mode 100644 index 000000000..d45fb7b45 --- /dev/null +++ b/language/np3_pt_pt/dialogs_pt_pt.rc @@ -0,0 +1,1002 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_MUI_ABOUT DIALOGEX 0, 0, 400, 274 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "About Notepad3" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + DEFPUSHBUTTON "OK",IDOK,330,256,50,14 + EDITTEXT IDC_VERSION,77,7,220,14,ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + LTEXT "Scintilla Library Version:",IDC_SCI_VERSION,80,24,219,8 + LTEXT "Build with:",IDC_COMPILER,80,35,218,8 + LTEXT "IDC_COPYRIGHT",IDC_COPYRIGHT,80,52,218,8 + LTEXT "IDC_TRANSL_AUTH",IDC_TRANSL_AUTH,80,64,218,8 + LTEXT "",IDC_WEBPAGE2,190,55,100,8,NOT WS_VISIBLE | WS_DISABLED + CONTROL "",IDC_WEBPAGE,"SysLink",WS_TABSTOP,200,52,100,10 + CONTROL IDR_RIZBITMAP,IDC_RIZONEBMP,"Static",SS_BITMAP | SS_NOTIFY | SS_REALSIZECONTROL,305,7, 75, 24,WS_EX_TRANSPARENT + PUSHBUTTON "Copy Version Text",IDC_COPYVERSTRG,304,35,76,14,BS_FLAT + CONTROL "",IDC_RICHEDITABOUT,RICHEDIT_CONTROL_VER,WS_VSCROLL | WS_HSCROLL | WS_TABSTOP | 0x29c4,20,80,360,170 +END + +IDD_MUI_CMDLINEHELP DIALOGEX 0, 0, 300, 210 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Command Line Help" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + DEFPUSHBUTTON "OK",IDOK,239,187,55,16 + EDITTEXT IDC_CMDLINEHELP,15,7,278,176,ES_MULTILINE | ES_READONLY | NOT WS_BORDER | WS_VSCROLL +END + +IDD_MUI_FIND DIALOGEX 0, 0, 273, 154 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Find Text" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "Search Strin&g:",IDC_STATIC,7,7,46,8 + COMBOBOX IDC_FINDTEXT,7,17,192,116,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP + CONTROL "Match &case",IDC_FINDCASE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,37,53,10 + CONTROL "Match &whole word only",IDC_FINDWORD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,49,89,10 + CONTROL "Match &beginning of word only",IDC_FINDSTART,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,61,110,10 + CONTROL "&Transform backslashes",IDC_FINDTRANSFORMBS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,73,85,10 + CONTROL "A&uto Esc Ctrl Chr",IDC_FINDAUTOESCCTRLCHR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,73,85,10 + CONTROL "Regular &expression search",IDC_FINDREGEXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,85,96,10 + CONTROL "Dot &matches all",IDC_DOT_MATCH_ALL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,96,65,10 + CONTROL "&Overlapping search",IDC_FIND_OVERLAPPING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,37,75,10 + CONTROL "&Don't wrap around",IDC_NOWRAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,49,75,10 + CONTROL "C&lose after find",IDC_FINDCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,61,65,10 + CONTROL "Mark &Occurrences",IDC_ALL_OCCURRENCES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,85,73,10 + CONTROL "W&ildcard Search",IDC_WILDCARDSEARCH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,97,63,10 + CONTROL "Transparent mode on losing focus",IDC_TRANSPARENT, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,130,124,10 + DEFPUSHBUTTON "&Find Next",IDOK,211,7,55,14 + PUSHBUTTON "Find &Previous",IDC_FINDPREV,211,24,55,14 + PUSHBUTTON "Close",IDCANCEL,211,111,55,14 + CONTROL "Goto Replace (Ctrl+H)",IDC_TOGGLEFINDREPLACE, + "SysLink",0x0,125,115,74,10 + CONTROL "(?)",IDC_REGEXPHELP,"SysLink",0x0,106,85,14,10 + CONTROL "(?)",IDC_BACKSLASHHELP,"SysLink",0x0,106,73,14,10 + CONTROL "(?)",IDC_WILDCARDHELP,"SysLink",0x0,191,97,14,10 + CONTROL "",IDS_FR_STATUS_TEXT,"Static",SS_LEFTNOWORDWRAP,7,142,259,9,WS_EX_STATICEDGE + PUSHBUTTON "Focused &View",IDC_TOGGLE_VISIBILITY,211,77,55,14 + SCROLLBAR IDC_RESIZEGRIP,262,143,10,10 +END + +IDD_MUI_REPLACE DIALOGEX 0, 0, 273, 180 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Replace Text" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "Search Strin&g:",IDC_STATIC,7,7,46,8 + COMBOBOX IDC_FINDTEXT,7,17,192,116,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP + LTEXT "Replace wit&h:",IDC_STATIC,7,36,44,8 + COMBOBOX IDC_REPLACETEXT,7,47,192,116,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP + CONTROL "Match &case",IDC_FINDCASE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,66,53,10 + CONTROL "Match &whole word only",IDC_FINDWORD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,78,89,10 + CONTROL "Match &beginning of word only",IDC_FINDSTART,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,90,110,10 + CONTROL "&Transform backslashes",IDC_FINDTRANSFORMBS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,102,89,10 + CONTROL "A&uto Esc Ctrl Chr",IDC_FINDAUTOESCCTRLCHR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,102,85,10 + CONTROL "Regular &expression search",IDC_FINDREGEXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,114,97,10 + CONTROL "Dot &matches all",IDC_DOT_MATCH_ALL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,125,65,10 + CONTROL "&Overlapping search",IDC_FIND_OVERLAPPING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,66,75,10 + CONTROL "&Don't wrap around",IDC_NOWRAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,78,75,10 + CONTROL "C&lose after replace",IDC_FINDCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,90,77,10 + CONTROL "Mark &Occurrences",IDC_ALL_OCCURRENCES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,114,73,10 + CONTROL "W&ildcard Search",IDC_WILDCARDSEARCH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,126,63,10 + CONTROL "Transparent mode on losing focus",IDC_TRANSPARENT, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,156,124,10 + DEFPUSHBUTTON "&Find Next",IDOK,211,7,55,14 + PUSHBUTTON "Find &Previous",IDC_FINDPREV,211,23,55,14 + PUSHBUTTON "&Replace",IDC_REPLACE,211,43,55,14 + PUSHBUTTON "In &Selection",IDC_REPLACEINSEL,211,59,55,14 + PUSHBUTTON "Replace &All",IDC_REPLACEALL,211,75,55,14 + PUSHBUTTON "Swap Strings",IDC_SWAPSTRG,150,32,49,12 + PUSHBUTTON "Close",IDCANCEL,211,138,55,14 + CONTROL "Goto Find (Ctrl+F)",IDC_TOGGLEFINDREPLACE, + "SysLink",0x0,125,142,74,10 + CONTROL "(?)",IDC_BACKSLASHHELP,"SysLink",0x0,107,102,14,10 + CONTROL "(?)",IDC_REGEXPHELP,"SysLink",0x0,107,114,14,10 + CONTROL "(?)",IDC_WILDCARDHELP,"SysLink",0x0,191,126,14,10 + CONTROL "",IDS_FR_STATUS_TEXT,"Static",SS_LEFTNOWORDWRAP,7,168,259,9,WS_EX_STATICEDGE + PUSHBUTTON "Focused &View",IDC_TOGGLE_VISIBILITY,211,106,55,14 + SCROLLBAR IDC_RESIZEGRIP,262,169,10,10 +END + +IDD_MUI_RUN DIALOGEX 0, 0, 229, 96 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Run" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + ICON IDI_MUI_RUN,IDC_STATIC,10,7,21,20 + LTEXT "Type the name of a program, folder, document, or internet resource, and Windows will open it for you.",IDC_STATIC,39,7,179,17 + EDITTEXT IDC_COMMANDLINE,10,35,208,13,ES_AUTOHSCROLL + PUSHBUTTON "Browse...",IDC_SEARCHEXE,163,69,55,16 + DEFPUSHBUTTON "OK",IDOK,47,69,55,16 + PUSHBUTTON "Cancel",IDCANCEL,105,69,55,16 +END + +IDD_MUI_OPENWITH DIALOGEX 0, 0, 165, 129 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Open with..." +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + CONTROL "",IDC_OPENWITHDIR,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,69 + PUSHBUTTON "",IDC_GETOPENWITHDIR,7,83,13,13 + LTEXT "Click here to specify the directory with links to your favourite applications.",IDC_OPENWITHDESCR,26,83,132,18 + DEFPUSHBUTTON "OK",IDOK,52,108,50,14 + PUSHBUTTON "Cancel",IDCANCEL,108,108,50,14 + SCROLLBAR IDC_RESIZEGRIP,7,112,10,10 +END + +IDD_MUI_DEFENCODING DIALOGEX 0, 0, 197, 172 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Encoding" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + GROUPBOX "Default Encoding (new file):",IDC_STATIC,7,7,183,48,0,WS_EX_TRANSPARENT + CONTROL "",IDC_ENCODINGLIST,"ComboBoxEx32",CBS_DROPDOWNLIST | WS_CLIPSIBLINGS | WS_VSCROLL | WS_TABSTOP,14,19,167,128 + CONTROL "Use as &fallback on detection failure.",IDC_USEASREADINGFALLBACK, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,38,155,10 + GROUPBOX "Encoding Detection: ",IDC_STATIC,7,58,183,88,0,WS_EX_TRANSPARENT + CONTROL "Open 7-bit &ASCII files in UTF-8 mode.",IDC_ASCIIASUTF8, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,70,136,10 + CONTROL "Use &reliable detection results only.",IDC_RELIABLE_DETECTION_RES, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,82,122,10 + CONTROL "Open 8-bit *.&nfo/diz files in DOS-437 mode.",IDC_NFOASOEM, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,94,155,10 + CONTROL "Parse encoding file &tags.",IDC_ENCODINGFROMFILEVARS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,106,126,10 + CONTROL "Perform &ANSI Code Page analysis.",IDC_NOANSICPDETECTION, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,118,122,10 + CONTROL "Enable &UNICODE detection.",IDC_NOUNICODEDETECTION, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,130,122,10 + DEFPUSHBUTTON "OK",IDOK,87,151,50,14 + PUSHBUTTON "Cancel",IDCANCEL,140,151,50,14 +END + +IDD_MUI_DEFEOLMODE DIALOGEX 0, 0, 196, 80 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Line Endings" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + LTEXT "&Default line ending mode:",IDC_STATIC,7,7,116,8 + COMBOBOX IDC_EOLMODELIST,7,20,118,81,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + CONTROL "Show inconsistent line-breaks warning.",IDC_WARN_INCONSISTENT_EOLS, + "Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,40,186,10 + CONTROL "&Ensure consistent line-breaks when saving.",IDC_CONSISTENT_EOLS, + "Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,52,182,10 + CONTROL "&Strip trailing blanks when saving.",IDC_AUTOSTRIPBLANKS, + "Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,64,173,10 + DEFPUSHBUTTON "OK",IDOK,139,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,139,24,50,14 +END + +IDD_MUI_WARNLINEENDS DIALOGEX 0, 0, 196, 100 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Inconsistent Line Endings" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + LTEXT "Inconsistent line endings found in file:",IDC_STATIC,7,7,180,8 + RTEXT "CR+LF:",IDC_STATIC,10,18,34,8 + RTEXT "CR:",IDC_STATIC,10,28,34,8 + RTEXT "LF:",IDC_STATIC,10,38,34,8 + LTEXT "%s line(s).",IDC_EOL_SUM_CRLF,48,18,136,8 + LTEXT "%s line(s).",IDC_EOL_SUM_CR,48,28,136,8 + LTEXT "%s line(s).",IDC_EOL_SUM_LF,48,38,136,8 + LTEXT "&Do you want to normalise the line endings?",IDC_STATIC,7,52,180,8 + COMBOBOX IDC_EOLMODELIST,7,64,118,81,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + PUSHBUTTON "&Yes",IDOK,138,63,50,14 + PUSHBUTTON "&No",IDCANCEL,138,80,50,14 + CONTROL "&Always show this dialog.",IDC_WARN_INCONSISTENT_EOLS, + "Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,82,118,10 +END + +IDD_MUI_LINENUM DIALOGEX 0, 0, 115, 95 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Goto" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "&Line:",IDC_LINE_TEXT,7,8,101,8 + EDITTEXT IDC_LINENUM,7,18,101,12,ES_AUTOHSCROLL + LTEXT "&Column:",IDC_COLUMN_TEXT,7,40,101,8 + EDITTEXT IDC_COLNUM,7,50,101,12,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,58,74,50,14 + PUSHBUTTON "Cancel",IDCANCEL,7,74,50,14 +END + +IDD_MUI_FILEMRU DIALOGEX 0, 0, 269, 160 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Open Recent File" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + CONTROL "",IDC_FILEMRU,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,255,97 + CONTROL "&Preserve caret position.",IDC_PRESERVECARET,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,119,96,10 + CONTROL "&Save recent file list on exit.",IDC_SAVEMRU,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,107,96,10 + CONTROL "&Remember search pattern.",IDC_REMEMBERSEARCHPATTERN, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,130,96,10 + PUSHBUTTON "Discard",IDC_REMOVE,212,107,50,14,WS_DISABLED + DEFPUSHBUTTON "OK",IDOK,154,139,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,212,139,50,14 + SCROLLBAR IDC_RESIZEGRIP,7,143,10,10 +END + +IDD_MUI_CHANGENOTIFY DIALOGEX 0, 0, 184, 65 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "File Change Notification" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + CONTROL "&None.",100,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,35,10 + CONTROL "&Display message.",101,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,19,71,10 + CONTROL "&Auto-reload (unmodified).",102,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,31,99,10 + CONTROL "&Reset if a new file is opened.",103,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,48,109,10 + DEFPUSHBUTTON "OK",IDOK,127,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,127,24,50,14 +END + +IDD_MUI_STYLESELECT DIALOGEX 0, 0, 165, 134 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Select Scheme" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + CONTROL "",IDC_STYLELIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,70 + CONTROL "Set selected scheme as &default.",IDC_DEFAULTSCHEME, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,85,118,10 + CONTROL "&Auto-select by filename extension.",IDC_AUTOSELECT, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,95,127,10 + DEFPUSHBUTTON "OK",IDOK,53,113,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,108,113,50,14 + SCROLLBAR IDC_RESIZEGRIP,7,117,10,10 +END + +IDD_MUI_STYLECONFIG DIALOGEX 0, 0, 467, 254 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Customise Schemes" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + CONTROL "",IDC_STYLELIST,"SysTreeView32",TVS_SHOWSELALWAYS | TVS_SINGLEEXPAND | WS_BORDER | WS_HSCROLL | WS_TABSTOP,7,7,164,240 + LTEXT "",IDC_STYLELABEL_ROOT,181,141,279,8 + EDITTEXT IDC_STYLEEDIT_ROOT,181,152,279,12,ES_AUTOHSCROLL + LTEXT "",IDC_STYLELABEL,181,171,279,8 + EDITTEXT IDC_STYLEEDIT,181,183,279,12,ES_AUTOHSCROLL + PUSHBUTTON "For&e...",IDC_STYLEFORE,181,201,46,14 + PUSHBUTTON "&Back...",IDC_STYLEBACK,232,201,46,14 + PUSHBUTTON "&Font...",IDC_STYLEFONT,283,201,42,14 + PUSHBUTTON "&Preview",IDC_PREVIEW,330,201,42,14 + PUSHBUTTON "&Reset",IDC_STYLEDEFAULT,377,201,42,14 + PUSHBUTTON "",IDC_PREVSTYLE,426,201,15,14 + PUSHBUTTON "",IDC_NEXTSTYLE,445,201,15,14 + PUSHBUTTON "&Import...",IDC_IMPORT,181,233,50,14 + PUSHBUTTON "E&xport...",IDC_EXPORT,237,233,50,14 + DEFPUSHBUTTON "OK",IDOK,355,233,50,14 + PUSHBUTTON "Cancel",IDCANCEL,410,233,50,14 + GROUPBOX "Info",IDC_INFO_GROUPBOX,180,7,280,127 + ICON IDI_MUI_STYLES,IDC_STATIC,189,19,20,20 + LTEXT "Customise Schemes",IDC_TITLE,220,25,200,12 + EDITTEXT IDC_STYLEEDIT_HELP,197,50,252,74,ES_MULTILINE | ES_READONLY | NOT WS_BORDER + SCROLLBAR IDC_RESIZEGRIP,7,233,10,10 +END + +IDD_MUI_TABSETTINGS DIALOGEX 0, 0, 174, 114 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Tab Settings" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "&Tabulator width:",IDC_STATIC,7,10,54,8 + EDITTEXT IDC_TAB_WIDTH,67,7,30,14,ES_AUTOHSCROLL + LTEXT "&Indentation size:",IDC_STATIC,7,30,55,8 + EDITTEXT IDC_INDENT_DEPTH,67,27,30,14,ES_AUTOHSCROLL + CONTROL "Insert tabs as &spaces.",IDC_TAB_AS_SPC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,47,150,10 + CONTROL "Tab &key reformats indentation.",IDC_TAB_INDENTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,59,150,10 + CONTROL "&Backspace key reformats indentation.",IDC_BACKTAB_INDENTS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,71,150,10 + CONTROL "&Warning on inconsistent indentation.",IDC_WARN_INCONSISTENT_INDENTS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,83,150,10 + CONTROL "&Autodetect Tab or Space Indentation.",IDC_AUTO_DETECT_INDENTS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,95,150,10 + DEFPUSHBUTTON "OK",IDOK,117,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,117,27,50,14 +END + +IDD_MUI_WARNINDENTATION DIALOGEX 0, 0, 196, 138 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Inconsistent Indentation" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + GROUPBOX "Statistics: ",IDC_STATIC,7,7,182,48,WS_GROUP + LTEXT "Tabs[%i]:",IDC_INDENT_WIDTH_TAB,54,18,30,8 + LTEXT "Blanks[%i]:",IDC_INDENT_WIDTH_SPC,54,30,30,8 + LTEXT "Mixed[x]:",IDC_STATIC,54,42,30,8 + RTEXT "%s line(s)",IDC_INDENT_SUM_TAB,84,18,52,8 + RTEXT "%s line(s)",IDC_INDENT_SUM_SPC,84,30,52,8 + RTEXT "%s line(s)",IDC_INDENT_SUM_MIX,84,42,52,8 + GROUPBOX "Re-Indent All ? ",IDC_STATIC,7,60,182,56,WS_GROUP + CONTROL "&Tabs",IDC_INDENT_BY_TABS,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,72,25,10 + CONTROL "&Blanks",IDC_INDENT_BY_SPCS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,84,25,10 + RTEXT "%s line(s) w/ irregular indent depth",IDC_INDENT_TAB_MODX,40,72,124,8 + RTEXT "%s line(s) w/ irregular indent depth",IDC_INDENT_SPC_MODX,40,84,124,8 + PUSHBUTTON "&Yes",IDOK,80,98,50,14 + PUSHBUTTON "&No",IDCANCEL,134,98,50,14 + CONTROL "&Always show this dialog.",IDC_WARN_INCONSISTENT_INDENTS, + "Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,122,122,10 +END + +IDD_MUI_LONGLINES DIALOGEX 0, 0, 279, 55 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Long Lines" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "&Multi edge-line pos:",IDC_STATIC,7,10,80,8 + EDITTEXT IDC_MULTIEDGELINE,92,7,180,14,ES_AUTOHSCROLL + CONTROL "Show &edge line.",IDC_SHOWEDGELINE,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,27,140,10 + CONTROL "Change &background colour.",IDC_BACKGRDCOLOR,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,38,140,10 + DEFPUSHBUTTON "OK",IDOK,166,34,50,14 + PUSHBUTTON "Cancel",IDCANCEL,222,34,50,14 +END + +IDD_MUI_WORDWRAP DIALOGEX 0, 0, 196, 100 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Word Wrap Settings" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + COMBOBOX 100,7,7,182,196,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + COMBOBOX 101,7,24,182,196,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + COMBOBOX 102,7,41,182,196,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + COMBOBOX 103,7,58,182,196,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + DEFPUSHBUTTON "OK",IDOK,83,79,50,14 + PUSHBUTTON "Cancel",IDCANCEL,139,79,50,14 + LTEXT "No wrap indent|Wrap indent by 1 character|Wrap indent by 2 characters|Wrap indent by 1 level|Wrap indent by 2 levels|Wrap indent as first subline|Wrap indent 1 level more than first subline",200,0,0,615,8,NOT WS_VISIBLE + LTEXT "No visual indicators before wrap|Show visual indicators before wrap (near text)|Show visual indicators before wrap (near borders)",201,0,0,418,8,NOT WS_VISIBLE + LTEXT "No visual indicators after wrap|Show visual indicators after wrap (near text)|Show visual indicators after wrap (near borders)",202,0,0,402,8,NOT WS_VISIBLE + LTEXT "Wrap text between words|Wrap text between any glyphs",203,0,0,187,8,NOT WS_VISIBLE +END + +IDD_MUI_PAGESETUP DIALOGEX 5, 5, 356, 260 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Page Setup" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + GROUPBOX "Paper",1073,8,8,224,56,WS_GROUP + LTEXT "Si&ze:",1089,16,24,36,8 + COMBOBOX 1137,64,23,160,160,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP + LTEXT "&Source:",1090,16,45,36,8 + COMBOBOX 1138,64,42,160,160,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP + GROUPBOX "Orientation",1072,8,69,64,56,WS_GROUP + CONTROL "P&ortrait",1056,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,82,52,12 + CONTROL "L&andscape",1057,"Button",BS_AUTORADIOBUTTON,16,103,52,12 + GROUPBOX "Margins",1075,80,69,152,56,WS_GROUP + LTEXT "&Left:",1102,88,85,32,8 + EDITTEXT 1155,120,82,28,12,WS_GROUP + LTEXT "&Right:",1103,164,85,32,8 + EDITTEXT 1157,196,82,28,12,WS_GROUP + LTEXT "&Top:",1104,88,104,32,8 + EDITTEXT 1156,120,103,28,12,WS_GROUP + LTEXT "&Bottom:",1105,164,104,32,8 + EDITTEXT 1158,196,103,28,12,WS_GROUP + GROUPBOX "Headers and Footers",1074,8,130,224,56,WS_GROUP + LTEXT "&Header:",IDC_STATIC,16,146,36,8 + COMBOBOX 32,64,145,160,160,CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP + LTEXT "&Footer:",IDC_STATIC,16,167,36,8 + COMBOBOX 33,64,164,160,160,CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP + GROUPBOX "Print Colours",1076,8,191,224,37,WS_GROUP + LTEXT "Mo&de:",IDC_STATIC,16,207,36,8 + COMBOBOX 34,64,206,160,160,CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP + GROUPBOX "Scaling",IDC_STATIC,240,170,108,58,WS_GROUP + LTEXT "&Level (10% to 500%):",IDC_STATIC,248,188,92,8 + EDITTEXT 30,298,206,42,12,ES_AUTOHSCROLL + CONTROL "",31,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_HOTTRACK,282,205,11,14 + DEFPUSHBUTTON "OK",IDOK,190,237,50,14,WS_GROUP + PUSHBUTTON "Cancel",IDCANCEL,244,237,50,14 + PUSHBUTTON "&Printer...",IDC_PRINTER,298,237,50,14 + GROUPBOX "Preview",IDC_STATIC,240,8,108,157 + CONTROL "",1080,"Static",SS_WHITERECT,254,47,80,80 + CONTROL "",1081,"Static",SS_GRAYRECT,334,51,4,80 + CONTROL "",1082,"Static",SS_GRAYRECT,262,123,80,4 +END + +IDD_MUI_FAVORITES DIALOGEX 0, 0, 165, 129 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Favourites" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + CONTROL "",IDC_FAVORITESDIR,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,69 + PUSHBUTTON "",IDC_GETFAVORITESDIR,7,83,13,13 + LTEXT "Click here to specify the directory with links to your favourite files.",IDC_FAVORITESDESCR,26,83,132,18 + DEFPUSHBUTTON "OK",IDOK,52,108,50,14 + PUSHBUTTON "Cancel",IDCANCEL,108,108,50,14 + SCROLLBAR IDC_RESIZEGRIP,7,112,10,10 +END + +IDD_MUI_ADDTOFAV DIALOGEX 0, 0, 172, 66 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Add to Favourites" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + LTEXT "Enter the name for the new favourites item:",IDC_FAVORITESDESCR,7,7,158,8 + EDITTEXT IDC_ADDFAV_FILES,7,22,158,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,59,45,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,115,45,50,14 + SCROLLBAR IDC_RESIZEGRIP,7,45,10,10 +END + +IDD_MUI_PASSWORDS DIALOGEX 0, 0, 311, 122 +STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Encryption" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + DEFPUSHBUTTON "OK",IDOK,245,98,50,14 + PUSHBUTTON "Cancel",IDCANCEL,184,98,50,14 + CONTROL "Set New Master Key",IDC_PWD_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,107,60,84,10 + EDITTEXT IDC_PWD_EDIT1,17,35,276,12,ES_PASSWORD | ES_AUTOHSCROLL | WS_GROUP + EDITTEXT IDC_PWD_EDIT2,17,74,277,12,ES_PASSWORD | ES_AUTOHSCROLL + LTEXT "Optional Master Key:",IDC_STATIC,17,61,72,10,NOT WS_GROUP + CONTROL "Encrypt using Passphrase",IDC_PWD_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,21,98,10 + CONTROL "Reuse Master Key",IDC_PWD_CHECK3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,218,60,76,10 + GROUPBOX "Passphrase",IDC_STATIC,7,7,297,108 + CONTROL "show passphrases",IDC_PWD_CHECK4,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,97,75,10 +END + +IDD_MUI_READPW DIALOGEX 0, 0, 299, 81 +STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Decrypt File" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + DEFPUSHBUTTON "OK",IDOK,233,58,50,14 + PUSHBUTTON "Cancel",IDCANCEL,175,58,50,14 + EDITTEXT IDC_PWD_EDIT3,16,23,267,12,ES_PASSWORD | ES_AUTOHSCROLL | WS_GROUP + CONTROL "decrypt using the master key",IDC_PWD_CHECK3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,163,40,117,10 + LTEXT "This file has a master key",IDC_PWD_STATMPW,16,41,89,11,NOT WS_GROUP + GROUPBOX "Passphrase",IDC_STATIC,8,6,283,69 + CONTROL "show passphrase",IDC_PWD_CHECK4,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,60,75,10 +END + +IDD_MUI_COLUMNWRAP DIALOGEX 0, 0, 130, 47 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Column Wrap" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "&Boundary:",IDC_STATIC,7,7,34,8 + EDITTEXT IDC_COLUMNWRAP,7,24,46,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,73,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,73,24,50,14 +END + +IDD_MUI_MODIFYLINES DIALOGEX 0, 0, 182, 110 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Modify Lines" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "&Prefix text to lines:",IDC_STATIC,7,7,62,8 + EDITTEXT 100,7,18,98,14,ES_AUTOHSCROLL + LTEXT "&Append text to lines:",IDC_STATIC,7,37,68,8 + EDITTEXT 101,7,48,98,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,125,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,125,24,50,14 + LTEXT "$(L)",200,7,72,14,8 + LTEXT "$(0L)",201,30,72,18,8 + LTEXT "Document line number.",IDC_STATIC,57,72,74,8 + LTEXT "$(N)",202,7,82,15,8 + LTEXT "$(0N)",203,30,82,19,8 + LTEXT "Continuous number.",IDC_STATIC,57,82,66,8 + LTEXT "$(I)",204,7,92,13,8 + LTEXT "$(0I)",205,30,92,17,8 + LTEXT "Continuous number (zero-based).",IDC_STATIC,57,92,109,8 +END + +IDD_MUI_INSERTTAG DIALOGEX 0, 0, 182, 70 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Insert HTML/XML Tag" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "&Opening tag (with attributes):",IDC_STATIC,7,7,97,8 + EDITTEXT 100,7,18,98,14,ES_AUTOHSCROLL + LTEXT "&Closing tag (can be edited):",IDC_STATIC,7,37,90,8 + EDITTEXT 101,7,48,98,14,ES_AUTOHSCROLL + EDITTEXT 102,125,48,20,14,ES_AUTOHSCROLL + LTEXT "X Times",IDC_STATIC,148,50,24,8 + DEFPUSHBUTTON "OK",IDOK,125,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,125,24,50,14 +END + +IDD_MUI_ENCLOSESELECTION DIALOGEX 0, 0, 182, 70 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Enclose Selection" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "Insert &before selection:",IDC_STATIC,7,7,76,8 + EDITTEXT 100,7,18,98,14,ES_AUTOHSCROLL + LTEXT "Insert &after selection:",IDC_STATIC,7,37,71,8 + EDITTEXT 101,7,48,98,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,125,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,125,24,50,14 +END + +IDD_MUI_INFOBOX DIALOGEX 0, 0, 244, 71 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Notepad3" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + ICON IDR_MAINWND,IDC_INFOBOXICON,7,7,21,20 + LTEXT "",IDC_INFOBOXTEXT,35,7,202,41,SS_EDITCONTROL | SS_NOPREFIX + DEFPUSHBUTTON "&OK",IDOK,187,50,50,14 + CONTROL "&Don't display this message again.",IDC_INFOBOXCHECK, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,54,122,10 +END + +IDD_MUI_INFOBOX2 DIALOGEX 0, 0, 244, 71 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Notepad3" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + ICON IDR_MAINWND,IDC_INFOBOXICON,7,7,21,20 + LTEXT "",IDC_INFOBOXTEXT,35,7,202,41,SS_EDITCONTROL | SS_NOPREFIX + PUSHBUTTON "&Yes",IDYES,131,50,50,14 + PUSHBUTTON "&No",IDNO,187,50,50,14 + CONTROL "&Don't display this message again.",IDC_INFOBOXCHECK, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,54,122,10 +END + +IDD_MUI_INFOBOX3 DIALOGEX 0, 0, 244, 71 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Notepad3" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + ICON IDR_MAINWND,IDC_INFOBOXICON,7,7,21,20 + LTEXT "",IDC_INFOBOXTEXT,35,7,202,41,SS_EDITCONTROL | SS_NOPREFIX + DEFPUSHBUTTON "&OK",IDOK,131,50,50,14 + PUSHBUTTON "&Cancel",IDCANCEL,187,50,50,14 + CONTROL "&Don't display this message again.",IDC_INFOBOXCHECK, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,54,122,10 +END + +IDD_MUI_INFOBOX4 DIALOGEX 0, 0, 174, 91 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Notepad3" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + ICON IDR_MAINWND,IDC_INFOBOXICON,7,7,21,20 + LTEXT "",IDC_INFOBOXTEXT,35,7,126,41,SS_EDITCONTROL | SS_NOPREFIX + DEFPUSHBUTTON "&Yes",IDOK,7,70,50,14 + PUSHBUTTON "&No",IDNO,61,70,50,14 + PUSHBUTTON "&Cancel",IDCANCEL,115,70,50,14 + CONTROL "&Don't display this message again.",IDC_INFOBOXCHECK, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,54,122,10 +END + +IDD_MUI_INFOBOX5 DIALOGEX 0, 0, 244, 71 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Notepad3" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + ICON IDR_MAINWND,IDC_INFOBOXICON,7,7,21,20 + LTEXT "",IDC_INFOBOXTEXT,35,7,202,41,SS_EDITCONTROL | SS_NOPREFIX + DEFPUSHBUTTON "Retry",IDRETRY,131,50,50,14 + PUSHBUTTON "&Cancel",IDCANCEL,187,50,50,14 + CONTROL "&Don't display this message again.",IDC_INFOBOXCHECK, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,54,122,10 +END + +IDD_MUI_SORT DIALOGEX 0, 0, 185, 188 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Sort Lines" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + CONTROL "Sort &ascending.",100,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,104,10 + CONTROL "Sort &descending.",101,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,19,104,10 + CONTROL "Shu&ffle lines.",102,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,31,104,10 + CONTROL "&Merge duplicate lines.",103,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,50,104,10 + CONTROL "&Remove duplicate lines.",104,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,62,104,10 + CONTROL "Remove &unique lines.",105,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,74,104,10 + CONTROL "Remove &empty lines.",106,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,86,104,10 + CONTROL "Remove &white-space lines.",107,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,98,104,10 + CONTROL "Case &sensitive.",108,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,115,104,10 + CONTROL "&Case insensitive.",109,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,127,104,10 + CONTROL "Logical &number comparison.",110,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,139,104,10 + CONTROL "&Lexicographical comparison.",111,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,151,104,10 + CONTROL "Column &sort (rectangular selection).",112,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,168,131,10 + DEFPUSHBUTTON "OK",IDOK,128,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,128,24,50,14 +END + +IDD_MUI_RECODE DIALOGEX 0, 0, 165, 135 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Recode" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + LTEXT "Select source &encoding to reload file:",IDC_STATIC,7,7,119,8 + CONTROL "",IDC_ENCODINGLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,19,151,87 + DEFPUSHBUTTON "OK",IDOK,53,114,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,108,114,50,14 + SCROLLBAR IDC_RESIZEGRIP,7,118,10,10 +END + +IDD_MUI_ENCODING DIALOGEX 0, 0, 165, 135 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Encoding" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + LTEXT "Select current file &encoding:",IDC_STATIC,7,7,90,8 + CONTROL "",IDC_ENCODINGLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,19,151,87 + DEFPUSHBUTTON "OK",IDOK,53,114,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,108,114,50,14 + SCROLLBAR IDC_RESIZEGRIP,7,118,10,10 +END + +IDD_MUI_ALIGN DIALOGEX 0, 0, 184, 74 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Align Lines" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + CONTROL "&Left.",100,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,31,10 + CONTROL "&Right.",101,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,19,35,10 + CONTROL "&Center.",102,"Button",BS_AUTORADIOBUTTON,7,31,41,10 + CONTROL "&Justify.",103,"Button",BS_AUTORADIOBUTTON,7,43,40,10 + CONTROL "Justify (&Paragraph mode).",104,"Button",BS_AUTORADIOBUTTON,7,55,100,10 + DEFPUSHBUTTON "OK",IDOK,127,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,127,24,50,14 +END + +IDD_MUI_CHOOSEFONT DIALOGEX 0, 0, 300, 200 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Font Chooser" +FONT 8, "MS Shell Dlg", 400, 0, 0x0 +BEGIN + LTEXT "&Font:",IDC_STATIC,7,7,127,8 + COMBOBOX IDC_FONT_FAMILY_NAMES,7,16,138,84,CBS_SIMPLE | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP + LTEXT "F&ont Style:",IDC_STATIC,154,7,72,8 + COMBOBOX IDC_FONT_FACE_NAMES,154,16,84,84,CBS_SIMPLE | WS_VSCROLL | WS_TABSTOP + LTEXT "&Size:",IDC_STATIC,247,7,40,8 + COMBOBOX IDC_FONT_SIZE,247,16,44,84,CBS_SIMPLE | WS_VSCROLL | WS_TABSTOP + GROUPBOX "Sample",IDC_STATIC,7,102,284,68,BS_BITMAP + CONTROL "",IDC_SAMPLE_BOX,"Static",SS_OWNERDRAW,10,112,276,54 + DEFPUSHBUTTON "OK",IDOK,182,178,50,14 + PUSHBUTTON "Cancel",IDCANCEL,240,178,50,14 +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_MUI_ABOUT, DIALOG + BEGIN + LEFTMARGIN, 4 + VERTGUIDE, 19 + VERTGUIDE, 340 + TOPMARGIN, 7 + BOTTOMMARGIN, 270 + END + + IDD_MUI_FIND, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 266 + VERTGUIDE, 7 + TOPMARGIN, 7 + BOTTOMMARGIN, 147 + END + + IDD_MUI_REPLACE, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 266 + VERTGUIDE, 7 + TOPMARGIN, 7 + BOTTOMMARGIN, 173 + END + + IDD_MUI_RUN, DIALOG + BEGIN + LEFTMARGIN, 10 + RIGHTMARGIN, 218 + BOTTOMMARGIN, 85 + END + + IDD_MUI_OPENWITH, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 158 + TOPMARGIN, 7 + BOTTOMMARGIN, 122 + END + + IDD_MUI_DEFENCODING, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 190 + TOPMARGIN, 7 + BOTTOMMARGIN, 165 + END + + IDD_MUI_DEFEOLMODE, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 189 + TOPMARGIN, 7 + BOTTOMMARGIN, 73 + END + + IDD_MUI_WARNLINEENDS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 189 + TOPMARGIN, 7 + BOTTOMMARGIN, 93 + END + + IDD_MUI_LINENUM, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 108 + TOPMARGIN, 7 + BOTTOMMARGIN, 88 + END + + IDD_MUI_FILEMRU, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 262 + TOPMARGIN, 7 + BOTTOMMARGIN, 153 + END + + IDD_MUI_CHANGENOTIFY, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 177 + TOPMARGIN, 7 + BOTTOMMARGIN, 58 + END + + IDD_MUI_STYLESELECT, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 158 + TOPMARGIN, 7 + BOTTOMMARGIN, 127 + END + + IDD_MUI_STYLECONFIG, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 460 + TOPMARGIN, 7 + BOTTOMMARGIN, 247 + END + + IDD_MUI_TABSETTINGS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 167 + TOPMARGIN, 7 + BOTTOMMARGIN, 107 + END + + IDD_MUI_WARNINDENTATION, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 189 + TOPMARGIN, 7 + BOTTOMMARGIN, 131 + END + + IDD_MUI_LONGLINES, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 272 + TOPMARGIN, 7 + BOTTOMMARGIN, 48 + END + + IDD_MUI_WORDWRAP, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 189 + TOPMARGIN, 7 + BOTTOMMARGIN, 93 + END + + IDD_MUI_PAGESETUP, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 349 + TOPMARGIN, 7 + BOTTOMMARGIN, 253 + END + + IDD_MUI_FAVORITES, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 158 + TOPMARGIN, 7 + BOTTOMMARGIN, 122 + END + + IDD_MUI_ADDTOFAV, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 165 + TOPMARGIN, 7 + BOTTOMMARGIN, 59 + END + + IDD_MUI_PASSWORDS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 304 + TOPMARGIN, 7 + BOTTOMMARGIN, 115 + END + + IDD_MUI_READPW, DIALOG + BEGIN + END + + IDD_MUI_COLUMNWRAP, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 123 + TOPMARGIN, 7 + BOTTOMMARGIN, 40 + END + + IDD_MUI_MODIFYLINES, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 175 + TOPMARGIN, 7 + BOTTOMMARGIN, 103 + END + + IDD_MUI_INSERTTAG, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 175 + TOPMARGIN, 7 + BOTTOMMARGIN, 63 + END + + IDD_MUI_ENCLOSESELECTION, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 175 + TOPMARGIN, 7 + BOTTOMMARGIN, 63 + END + + IDD_MUI_INFOBOX, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 237 + TOPMARGIN, 7 + BOTTOMMARGIN, 64 + END + + IDD_MUI_INFOBOX2, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 237 + TOPMARGIN, 7 + BOTTOMMARGIN, 64 + END + + IDD_MUI_INFOBOX3, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 237 + TOPMARGIN, 7 + BOTTOMMARGIN, 64 + END + + IDD_MUI_SORT, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 178 + TOPMARGIN, 7 + BOTTOMMARGIN, 181 + END + + IDD_MUI_RECODE, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 158 + TOPMARGIN, 7 + BOTTOMMARGIN, 128 + END + + IDD_MUI_ENCODING, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 158 + TOPMARGIN, 7 + BOTTOMMARGIN, 128 + END + + IDD_MUI_ALIGN, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 177 + TOPMARGIN, 7 + BOTTOMMARGIN, 67 + END + + IDD_MUI_CHOOSEFONT, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 293 + TOPMARGIN, 7 + BOTTOMMARGIN, 193 + END +END +#endif // APSTUDIO_INVOKED + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/language/np3_pt_pt/dllmain.cpp b/language/np3_pt_pt/dllmain.cpp new file mode 100644 index 000000000..5c54661f1 --- /dev/null +++ b/language/np3_pt_pt/dllmain.cpp @@ -0,0 +1,23 @@ +// encoding: UTF-8 +// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung. +#include "stdafx.h" + +BOOL APIENTRY DllMain(HMODULE hModule, + DWORD ul_reason_for_call, + LPVOID lpReserved +) +{ + UNREFERENCED_PARAMETER(hModule); + UNREFERENCED_PARAMETER(lpReserved); + + switch (ul_reason_for_call) + { + case DLL_PROCESS_ATTACH: + case DLL_THREAD_ATTACH: + case DLL_THREAD_DETACH: + case DLL_PROCESS_DETACH: + break; + } + return TRUE; +} + diff --git a/language/np3_pt_pt/encode_pt_pt.rc b/language/np3_pt_pt/encode_pt_pt.rc new file mode 100644 index 000000000..1ae5b3c5b --- /dev/null +++ b/language/np3_pt_pt/encode_pt_pt.rc @@ -0,0 +1,177 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN + IDS_ENC_ANSI "A0;ANSI;ANSI" + IDS_ENC_OEM "A1;OEM;OEM" + IDS_ENC_UTF16LEBOM "A2;Unicode (UTF-16 LE BOM);Unicode (UTF-16) LE BOM" + IDS_ENC_UTF16BEBOM "A3;Unicode (UTF-16 BE BOM);Unicode (UTF-16) BE BOM" + IDS_ENC_UTF16LE "A4;Unicode (UTF-16 LE);Unicode (UTF-16) LE" + IDS_ENC_UTF16BE "A5;Unicode (UTF-16 BE);Unicode (UTF-16) BE" + IDS_ENC_UTF8 "A6;UTF-8;Unicode (UTF-8)" + IDS_ENC_UTF8SIG "A7;UTF-8 Signature;Unicode (UTF-8) Signature" +END + +STRINGTABLE +BEGIN + IDS_ENC_UTF7 "A8;UTF-7;Unicode (UTF-7)" + IDS_ENC_DOS_720 "C;Arabic (DOS-720);DOS-720" + IDS_ENC_ISO_8859_6 "C;Arabic (ISO-8859-6);ISO-8859-6" + IDS_ENC_MAC_ARABIC "C;Arabic (Mac);Mac (Arabic)" + IDS_ENC_WIN_1256 "C;Arabic (Windows-1256);Windows-1256" + IDS_ENC_DOS_775 "C;Baltic (DOS-775);DOS-775" + IDS_ENC_ISO_8859_4 "C;Baltic (ISO-8859-4);ISO-8859-4" + IDS_ENC_WIN_1257 "C;Baltic (Windows-1257);Windows-1257" + IDS_ENC_DOS_852 "C;Central European (DOS-852);DOS-852" + IDS_ENC_ISO_8859_2 "C;Central European (ISO-8859-2);ISO-8859-2" + IDS_ENC_MAC_CENTRAL_EUROP "C;Central European (Mac);Mac (Central)" + IDS_ENC_WIN_1250 "C;Central European (Windows-1250);Windows-1250" + IDS_ENC_GB18030 "C;Chinese (GB18030);GB-18030" + IDS_ENC_GB2312_80 "C;Chinese Simplified (GB2312-80);GB-2312-80" + IDS_ENC_GBK_936 "C;Chinese Simplified (GBK-936);GBK-936" + IDS_ENC_MAC_ZH_CN "C;Chinese Simplified (Mac);Mac (zh-cn)" + IDS_ENC_BIG5 "C;Chinese Traditional (Big5);Big5" + IDS_ENC_MAC_ZH_TW "C;Chinese Traditional (Mac);Mac (zh-tw)" +END + +STRINGTABLE +BEGIN + IDS_ENC_MAC_CROATIAN "C;Croatian (Mac);Mac (Croatian)" + IDS_ENC_DOS_866 "C;Cyrillic (DOS-866);DOS-866" + IDS_ENC_ISO_8859_5 "C;Cyrillic (ISO-8859-5);ISO-8859-5" + IDS_ENC_KOI8_R "C;Cyrillic (KOI8-R);KOI8-R" + IDS_ENC_KOI8_U "C;Cyrillic (KOI8-U);KOI8-U" + IDS_ENC_MAC_CYRILLIC "C;Cyrillic (Mac);Mac (Cyrillic)" + IDS_ENC_WIN_1251 "C;Cyrillic (Windows-1251);Windows-1251" + IDS_ENC_ISO_8859_13 "C;Estonian (ISO-8859-13);ISO-8859-13" + IDS_ENC_DOS_863 "C;French Canadian (DOS-863);DOS-863" + IDS_ENC_DOS_737 "C;Greek (DOS-737);DOS-737" + IDS_ENC_ISO_8859_7 "C;Greek (ISO-8859-7);ISO-8859-7" + IDS_ENC_MAC_GREEK "C;Greek (Mac);Mac (Greek)" + IDS_ENC_WIN_1253 "C;Greek (Windows-1253);Windows-1253" + IDS_ENC_DOS_869 "C;Greek, Modern (DOS-869);DOS-869" + IDS_ENC_DOS_862 "C;Hebrew (DOS-862);DOS-862" + IDS_ENC_ISO_8859_8_I "C;Hebrew (ISO-8859-8-I);ISO-8859-8-I" +END + +STRINGTABLE +BEGIN + IDS_ENC_ISO_8859_8 "C;Hebrew (ISO-8859-8);ISO-8859-8" + IDS_ENC_MAC_HEBREW "C;Hebrew (Mac);Mac (Hebrew)" + IDS_ENC_WIN_1255 "C;Hebrew (Windows-1255);Windows-1255" + IDS_ENC_DOS_861 "C;Icelandic (DOS-861);DOS-861" + IDS_ENC_MAC_ICELANDIC "C;Icelandic (Mac);Mac (Icelandic)" + IDS_ENC_MAC_JAPANESE "C;Japanese (Mac);Mac (Japanese)" + IDS_ENC_SHIFT_JIS "C;Japanese (Shift-JIS);Shift-JIS" + IDS_ENC_MAC_KOREAN "C;Korean (Mac);Mac (Korean)" + IDS_ENC_WIN_949 "C;Korean (Windows-949);Windows-949" + IDS_ENC_ISO_8859_3 "C;Latin 3 (ISO-8859-3);ISO-8859-3" + IDS_ENC_ISO_8859_15 "C;Latin 9 (ISO-8859-15);ISO-8859-15" + IDS_ENC_DOS_865 "C;Nordic (DOS-865);DOS-865" + IDS_ENC_DOS_437 "C;OEM United States (DOS-437);DOS-437" + IDS_ENC_DOS_858 "C;OEM Multilingual Latin 1 (DOS-858);DOS-858" + IDS_ENC_DOS_860 "C;Portuguese (DOS-860);DOS-860" + IDS_ENC_MAC_ROMANIAN "C;Romanian (Mac);Mac (Romanian)" +END + +STRINGTABLE +BEGIN + IDS_ENC_MAC_THAI "C;Thai (Mac);Mac (Thai)" + IDS_ENC_WIN_874 "C;Thai (Windows-874);Windows-874" + IDS_ENC_DOS_857 "C;Turkish (DOS-857);DOS-857" + IDS_ENC_ISO_8859_9 "C;Turkish (ISO-8859-9);ISO-8859-9" + IDS_ENC_MAC_TURKISH "C;Turkish (Mac);Mac (Turkish)" + IDS_ENC_WIN_1254 "C;Turkish (Windows-1254);Windows-1254" + IDS_ENC_MAC_UKRAINIAN "C;Ukrainian (Mac);Mac (Ukrainian)" + IDS_ENC_WIN_1258 "C;Vietnamese (Windows-1258);Windows-1258" + IDS_ENC_DOS_850 "B;Western European (DOS-850);DOS-850" + IDS_ENC_ISO_8859_1 "B;Western European (ISO-8859-1);ISO-8859-1" + IDS_ENC_MAC_WESTERN_EUROP "B;Western European (Mac);Mac (Western)" + IDS_ENC_WIN_1252 "B;Western European (Windows-1252);Windows-1252" + IDS_ENC_IBM_EBCDIC_US "D0;IBM EBCDIC (US-Canada);EBCDIC (US)" + IDS_ENC_IBM_EBCDIC_INT "D1;IBM EBCDIC (International);EBCDIC (Int.)" + IDS_ENC_IBM_EBCDIC_GR "D2;IBM EBCDIC (Greek Modern);EBCDIC (GR)" + IDS_ENC_IBM_EBCDIC_LAT_5 "D3;IBM EBCDIC (Turkish Latin-5);EBCDIC (Latin-5)" +END + +STRINGTABLE +BEGIN + IDS_ENC_EUC_JAPANESE "C;Japanese (EUC);Japanese (EUC)" + IDS_ENC_EUC_KOREAN "C;Korean (EUC);Korean (EUC)" + IDS_ENC_ISO_2022_CN "C;Chinese Traditional (ISO-2022);ISO-2022-CN" + IDS_ENC_HZ_GB2312 "C;Chinese Simplified (HZ-GB2312);HZ-GB2312" + IDS_ENC_ISO_2022_JP "C;Japanese (ISO-2022);ISO-2022-JP" + IDS_ENC_ISO_2022_KR "C;Korean (ISO-2022);ISO-2022-KR" + IDS_ENC_X_CHINESE_CNS "C;Chinese Traditional (CNS);x-chinese-cns" + IDS_ENC_JOHAB "C;Korean (Johab);Korean (Johab)" + IDS_ENC_ISO_8859_10 "B;Nordic (ISO-8859-10);ISO-8859-10" + IDS_ENC_BIG5_HKSCS "C;Chinese Hong Kong (Big5HKSCS);Big5HKSCS" +END + + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED diff --git a/language/np3_pt_pt/lexer_pt_pt.rc b/language/np3_pt_pt/lexer_pt_pt.rc new file mode 100644 index 000000000..8076340a7 --- /dev/null +++ b/language/np3_pt_pt/lexer_pt_pt.rc @@ -0,0 +1,494 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN + IDS_EOL_WIN "Windows (CR+LF)" + IDS_EOL_MAC "Mac (CR)" + IDS_EOL_UNIX "Unix (LF)" +END + +STRINGTABLE +BEGIN + IDS_LEX_DEF_TXT "Common Base" + IDS_LEX_WEB_SRC "Web Source Code" + IDS_LEX_XML_DOC "XML Document" + IDS_LEX_CSS_STYLE "CSS Style Sheets" + IDS_LEX_PRISM_CSV "CSV Prism" + IDS_LEX_CPP_SRC "C/C++ Source Code" + IDS_LEX_CSHARP_SRC "C# Source Code" + IDS_LEX_RESOURCE_SCR "Resource Script" + IDS_LEX_MAKEFILES "Makefiles" +END + +STRINGTABLE +BEGIN + IDS_LEX_VB_SCR "VBScript" + IDS_LEX_VIS_BAS "Visual Basic" + IDS_LEX_J_SCR "JavaScript" + IDS_LEX_JAVA_SRC "Java Source Code" + IDS_LEX_PASCAL_SRC "Pascal Source Code" + IDS_LEX_ASM_SCR "Assembly Script" + IDS_LEX_PERL_SCR "Perl Script" + IDS_LEX_CONF "Configuration Files" + IDS_LEX_BATCH "Batch Files" + IDS_LEX_DIFF "Diff Files" + IDS_LEX_SQL "SQL Query" + IDS_LEX_PYTHON "Python Script" + IDS_LEX_APC_CFG "Apache Config Files" + IDS_LEX_PWRSHELL "PowerShell Script" + IDS_LEX_D_SRC "D Source Code" + IDS_LEX_GO_SRC "Go Source Code" +END + +STRINGTABLE +BEGIN + IDS_LEX_AWK_SCR "Awk Script" + IDS_LEX_ANSI_ART "ANSI Art" + IDS_LEX_SHELL_SCR "Shell Script" + IDS_LEX_REG_FILES "Registry Files" + IDS_LEX_VHDL "VHDL" + IDS_LEX_JSON "JSON" + IDS_LEX_NSIS "NSIS" + IDS_LEX_INNO "Inno Setup Script" + IDS_LEX_RUBY "Ruby Script" + IDS_LEX_LUA "Lua Script" + IDS_LEX_TCL "Tcl Script" + IDS_LEX_AUTOIT3 "AutoIt3 Script" + IDS_LEX_LATEX "LaTeX Files" + IDS_LEX_AHK "AutoHotkey Script" + IDS_LEX_CMAKE "Cmake Script" + IDS_LEX_AVI_SYNTH "AviSynth Script" +END + +STRINGTABLE +BEGIN + IDS_LEX_MARKDOWN "Markdown" + IDS_LEX_YAML "YAML" + IDS_LEX_COFFEE_SCR "Coffeescript" + IDS_LEX_MATLAB "MATLAB" + IDS_LEX_NIM_SRC "Nim Source Code" + IDS_LEX_R_STAT "R-S-SPlus Statistics Code" + IDS_LEX_RUST_SRC "Rust Source Code" + IDS_LEX_AHKL "AutoHotkey_L Script" + IDS_LEX_TEXT_FILES "Text Files" + IDS_LEX_TOML_CFG "TOML" +END + +STRINGTABLE +BEGIN + IDS_LEX_STD_STYLE "Default Style" + IDS_LEX_STD_MARGIN "Margins and Line Numbers" + IDS_LEX_STD_BRACE "Matching Braces (Indicator)" + IDS_LEX_STD_BRACE_FAIL "Matching Braces Error (Indicator)" +END + +STRINGTABLE +BEGIN + IDS_LEX_STD_CTRL_CHAR "Control Characters (Font)" + IDS_LEX_STD_INDENT "Indentation Guide (Colour)" + IDS_LEX_STD_SEL "Selected Text (Colours)" + IDS_LEX_STD_WSPC "Whitespace (Colours, Size 0-12)" + IDS_LEX_STD_LN_BACKGR "Highlight Current Line" + IDS_LEX_STD_CARET "Caret (Colour, Size 1-3)" + IDS_LEX_STD_LONG_LN "Long Line Marker (Colours)" + IDS_LEX_STD_X_SPC "Extra Line Spacing (Size)" + IDS_LEX_2ND_STYLE "2nd Default Style" + IDS_LEX_2ND_MARGIN "2nd Margins and Line Numbers" + IDS_LEX_2ND_BRACE "2nd Matching Braces (Indicator)" + IDS_LEX_2ND_BRACE_FAIL "2nd Matching Braces Error (Indicator)" + IDS_LEX_2ND_CTRL_CHAR "2nd Control Characters (Font)" + IDS_LEX_2ND_INDENT "2nd Indentation Guide (Colour)" + IDS_LEX_2ND_SEL "2nd Selected Text (Colours)" + IDS_LEX_2ND_WSPC "2nd Whitespace (Colours, Size 0-12)" +END + +STRINGTABLE +BEGIN + IDS_LEX_2ND_LN_BACKGR "2nd Highlight Current Line" + IDS_LEX_2ND_CARET "2nd Caret (Colour, Size 1-3)" + IDS_LEX_2ND_LONG_LN "2nd Long Line Marker (Colours)" + IDS_LEX_2ND_X_SPC "2nd Extra Line Spacing (Size)" + IDS_LEX_STD_BKMRK "Bookmarks and Folding (Colours, Size)" + IDS_LEX_2ND_BKMRK "2nd Bookmarks and Folding (Colours, Size)" + IDS_LEX_STR_63126 "Default" + IDS_LEX_STR_63127 "Comment" + IDS_LEX_STR_63128 "Keyword" + IDS_LEX_STR_63129 "Identifier" + IDS_LEX_STR_63130 "Number" + IDS_LEX_STR_63131 "String" + IDS_LEX_STR_63132 "Operator" + IDS_LEX_STR_63133 "Preprocessor" + IDS_LEX_STR_63134 "Verbatim String" + IDS_LEX_STR_63135 "Regex" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63136 "HTML Tag" + IDS_LEX_STR_63137 "HTML Unknown Tag" + IDS_LEX_STR_63138 "HTML Attribute" + IDS_LEX_STR_63139 "HTML Unknown Attribute" + IDS_LEX_STR_63140 "HTML Value" + IDS_LEX_STR_63141 "HTML String" + IDS_LEX_STR_63142 "HTML Other Inside Tag" + IDS_LEX_STR_63143 "HTML Comment" + IDS_LEX_STR_63144 "HTML Entity" + IDS_LEX_STR_63145 "XML Identifier" + IDS_LEX_STR_63146 "ASP Start Tag" + IDS_LEX_STR_63147 "CDATA" + IDS_LEX_STR_63148 "PHP Start Tag" + IDS_LEX_STR_63149 "PHP Default" + IDS_LEX_STR_63150 "PHP String" + IDS_LEX_STR_63151 "PHP Simple String" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63152 "PHP Keyword" + IDS_LEX_STR_63153 "PHP Number" + IDS_LEX_STR_63154 "PHP Variable" + IDS_LEX_STR_63155 "PHP String Variable" + IDS_LEX_STR_63156 "PHP Complex Variable" + IDS_LEX_STR_63157 "PHP Comment" + IDS_LEX_STR_63158 "PHP Operator" + IDS_LEX_STR_63159 "JS Default" + IDS_LEX_STR_63160 "JS Comment" + IDS_LEX_STR_63161 "JS Number" + IDS_LEX_STR_63162 "JS Identifier" + IDS_LEX_STR_63163 "JS Keyword" + IDS_LEX_STR_63164 "JS String" + IDS_LEX_STR_63165 "JS Symbols" + IDS_LEX_STR_63166 "JS Regex" + IDS_LEX_STR_63167 "ASP JS Default" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63168 "ASP JS Comment" + IDS_LEX_STR_63169 "ASP JS Number" + IDS_LEX_STR_63170 "ASP JS Identifier" + IDS_LEX_STR_63171 "ASP JS Keyword" + IDS_LEX_STR_63172 "ASP JS String" + IDS_LEX_STR_63173 "ASP JS Symbols" + IDS_LEX_STR_63174 "ASP JS Regex" + IDS_LEX_STR_63175 "VBS Default" + IDS_LEX_STR_63176 "VBS Comment" + IDS_LEX_STR_63177 "VBS Number" + IDS_LEX_STR_63178 "VBS Keyword" + IDS_LEX_STR_63179 "VBS String" + IDS_LEX_STR_63180 "VBS Identifier" + IDS_LEX_STR_63181 "ASP VBS Default" + IDS_LEX_STR_63182 "ASP VBS Comment" + IDS_LEX_STR_63183 "ASP VBS Number" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63184 "ASP VBS Keyword" + IDS_LEX_STR_63185 "ASP VBS String" + IDS_LEX_STR_63186 "ASP VBS Identifier" + IDS_LEX_STR_63187 "XML Tag" + IDS_LEX_STR_63188 "XML Attribute" + IDS_LEX_STR_63189 "XML Value" + IDS_LEX_STR_63190 "XML String" + IDS_LEX_STR_63191 "XML Other Inside Tag" + IDS_LEX_STR_63192 "XML Comment" + IDS_LEX_STR_63193 "XML Entity" + IDS_LEX_STR_63194 "Tag-Class" + IDS_LEX_STR_63195 "Tag-ID" + IDS_LEX_STR_63196 "Tag-Attribute" + IDS_LEX_STR_63197 "Pseudo-Class" + IDS_LEX_STR_63198 "Unknown Pseudo-Class" + IDS_LEX_STR_63199 "CSS Property" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63200 "Unknown Property" + IDS_LEX_STR_63201 "Value" + IDS_LEX_STR_63202 "Important" + IDS_LEX_STR_63203 "Directive" + IDS_LEX_STR_63204 "Target" + IDS_LEX_STR_63205 "Inline Asm" + IDS_LEX_STR_63206 "CPU Instruction" + IDS_LEX_STR_63207 "FPU Instruction" + IDS_LEX_STR_63208 "Register" + IDS_LEX_STR_63209 "Directive Operand" + IDS_LEX_STR_63210 "Extended Instruction" + IDS_LEX_STR_63211 "String Double Quoted" + IDS_LEX_STR_63212 "String Single Quoted" + IDS_LEX_STR_63213 "POD (Common)" + IDS_LEX_STR_63214 "POD (Verbatim)" + IDS_LEX_STR_63215 "Scalar $var" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63216 "Array @var" + IDS_LEX_STR_63217 "Hash %var" + IDS_LEX_STR_63218 "Symbol Table *var" + IDS_LEX_STR_63219 "Regex /re/ or m{re}" + IDS_LEX_STR_63220 "Substitution s/re/ore/" + IDS_LEX_STR_63221 "Back Ticks" + IDS_LEX_STR_63222 "Data Section" + IDS_LEX_STR_63223 "Here-Doc (Delimiter)" + IDS_LEX_STR_63224 "Here-Doc (Single Quoted, q)" + IDS_LEX_STR_63225 "Here-Doc (Double Quoted, qq)" + IDS_LEX_STR_63226 "Here-Doc (Back Ticks, qx)" + IDS_LEX_STR_63227 "Single Quoted String (Generic, q)" + IDS_LEX_STR_63228 "Double Quoted String (qq)" + IDS_LEX_STR_63229 "Back Ticks (qx)" + IDS_LEX_STR_63230 "Regex (qr)" + IDS_LEX_STR_63231 "Array (qw)" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63232 "Section" + IDS_LEX_STR_63233 "Assignment" + IDS_LEX_STR_63234 "Default Value" + IDS_LEX_STR_63235 "Label" + IDS_LEX_STR_63236 "Command" + IDS_LEX_STR_63237 "SGML" + IDS_LEX_STR_63238 "Source and Destination" + IDS_LEX_STR_63239 "Position Setting" + IDS_LEX_STR_63240 "Line Addition" + IDS_LEX_STR_63241 "Line Removal" + IDS_LEX_STR_63242 "Line Change" + IDS_LEX_STR_63243 "Quoted Identifier" + IDS_LEX_STR_63244 "String Triple Double Quotes" + IDS_LEX_STR_63245 "String Triple Single Quotes" + IDS_LEX_STR_63246 "Class Name" + IDS_LEX_STR_63247 "Function Name" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63248 "IP Address" + IDS_LEX_STR_63249 "Variable" + IDS_LEX_STR_63250 "Cmdlet" + IDS_LEX_STR_63251 "Alias" + IDS_LEX_STR_63252 "Parsing Error" + IDS_LEX_STR_63253 "Prototype" + IDS_LEX_STR_63254 "Format Identifier" + IDS_LEX_STR_63255 "Format Body" + IDS_LEX_STR_63256 "HTML Element Text" + IDS_LEX_STR_63257 "XML Element Text" + IDS_LEX_STR_63258 "Typedefs/Classes" + IDS_LEX_STR_63259 "Comment Doc" + IDS_LEX_STR_63260 "Keyword 2nd" + IDS_LEX_STR_63261 "Error" + IDS_LEX_STR_63262 "Mark Occurrences (Indicator)" + IDS_LEX_STR_63263 "2nd Mark Occurrences (Indicator)" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63264 "Hyperlink Hotspots" + IDS_LEX_STR_63265 "2nd Hyperlink Hotspots" + IDS_LEX_STR_63266 "2nd Common Base" + IDS_LEX_STR_63267 "Variable within String" + IDS_LEX_STR_63268 "Ordered List" + IDS_LEX_STR_63269 "Infix" + IDS_LEX_STR_63270 "Infix EOL" + IDS_LEX_STR_63271 "Base Package Functions" + IDS_LEX_STR_63272 "Other Package Functions" + IDS_LEX_STR_63273 "Function" + IDS_LEX_STR_63274 "Constant" + IDS_LEX_STR_63275 "Sub Section" + IDS_LEX_STR_63276 "Section Group" + IDS_LEX_STR_63277 "Function Definition" + IDS_LEX_STR_63278 "PageEx" + IDS_LEX_STR_63279 "If Definition" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63280 "Macro Definition" + IDS_LEX_STR_63281 "Parameter" + IDS_LEX_STR_63282 "Inline Expansion" + IDS_LEX_STR_63283 "Pascal Comment" + IDS_LEX_STR_63284 "Pascal Keyword" + IDS_LEX_STR_63285 "Value Name" + IDS_LEX_STR_63286 "Value Type" + IDS_LEX_STR_63287 "Hex" + IDS_LEX_STR_63288 "Added Key" + IDS_LEX_STR_63289 "Deleted Key" + IDS_LEX_STR_63290 "Escaped" + IDS_LEX_STR_63291 "GUID in Key Path" + IDS_LEX_STR_63292 "POD" + IDS_LEX_STR_63293 "Symbol" + IDS_LEX_STR_63294 "Module Name" + IDS_LEX_STR_63295 "Instance Var" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63296 "Class Var" + IDS_LEX_STR_63297 "Data Section" + IDS_LEX_STR_63298 "Basic Functions" + IDS_LEX_STR_63299 "String, Table & Math Functions" + IDS_LEX_STR_63300 "Input, Output & System Facilities" + IDS_LEX_STR_63301 "Literal String" + IDS_LEX_STR_63302 "Pseudo-Element" + IDS_LEX_STR_63303 "Media" + IDS_LEX_STR_63304 "Global Class" + IDS_LEX_STR_63305 "User-Defined Function" + IDS_LEX_STR_63306 "Special Char" + IDS_LEX_STR_63307 "Verbatim Segment" + IDS_LEX_STR_63308 "Expression Operator" + IDS_LEX_STR_63309 "Variable Dereferencing" + IDS_LEX_STR_63310 "Flow of Control" + IDS_LEX_STR_63311 "Keys & Buttons" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63312 "Built-In Variables" + IDS_LEX_STR_63313 "Variable Keyword" + IDS_LEX_STR_63314 "Filter" + IDS_LEX_STR_63315 "Plugin" + IDS_LEX_STR_63316 "Clip Property" + IDS_LEX_STR_63317 "Line Begin" + IDS_LEX_STR_63318 "Strong" + IDS_LEX_STR_63319 "Emphasis" + IDS_LEX_STR_63320 "Header 1" + IDS_LEX_STR_63321 "Header 2" + IDS_LEX_STR_63322 "Header 3" + IDS_LEX_STR_63323 "Header 4" + IDS_LEX_STR_63324 "Header 5" + IDS_LEX_STR_63325 "Header 6" + IDS_LEX_STR_63326 "Pre Char" + IDS_LEX_STR_63327 "Unordered List" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63328 "Block Quote" + IDS_LEX_STR_63329 "Strikeout" + IDS_LEX_STR_63330 "Horizontal Rule" + IDS_LEX_STR_63331 "Link" + IDS_LEX_STR_63332 "Code" + IDS_LEX_STR_63333 "Reference" + IDS_LEX_STR_63334 "Document" + IDS_LEX_STR_63335 "Text" + IDS_LEX_STR_63336 "Standard Operator" + IDS_LEX_STR_63337 "Attribute" + IDS_LEX_STR_63338 "Standard Function" + IDS_LEX_STR_63339 "Standard Package" + IDS_LEX_STR_63340 "Standard Type" + IDS_LEX_STR_63341 "Word" + IDS_LEX_STR_63342 "Verbatim" + IDS_LEX_STR_63343 "Built-In Type" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63344 "Byte String" + IDS_LEX_STR_63345 "Other Keyword" + IDS_LEX_STR_63346 "Rust Lifetime" + IDS_LEX_STR_63347 "Object" + IDS_LEX_STR_63348 "Key" + IDS_LEX_STR_63349 "HotKey" + IDS_LEX_STR_63350 "HotString" + IDS_LEX_STR_63351 "HotStringOption" + IDS_LEX_STR_63352 "Inline-IME Color" + IDS_LEX_STR_63353 "2nd Inline-IME Color" + IDS_LEX_STR_63354 "Multi Edit Indicator" + IDS_LEX_STR_63355 "2nd Multi Edit Indicator" + IDS_LEX_STR_63356 "Date-Time" +END + +STRINGTABLE +BEGIN + IDS_LEX_STR_63357 "For Each Definition" + IDS_LEX_STR_63358 "While Definition" + IDS_LEX_STR_63359 "Math" + IDS_LEX_STR_63360 "Scalar" + IDS_LEX_STR_63361 "Substitution" + IDS_LEX_STR_63362 "Modifier" + IDS_LEX_STR_63363 "Tag" +END + +STRINGTABLE +BEGIN + IDS_LEX_CSV_COL_0 "Column 0" + IDS_LEX_CSV_COL_1 "Column 1" + IDS_LEX_CSV_COL_2 "Column 2" + IDS_LEX_CSV_COL_3 "Column 3" + IDS_LEX_CSV_COL_4 "Column 4" + IDS_LEX_CSV_COL_5 "Column 5" + IDS_LEX_CSV_COL_6 "Column 6" + IDS_LEX_CSV_COL_7 "Column 7" + IDS_LEX_CSV_COL_8 "Column 8" + IDS_LEX_CSV_COL_9 "Column 9" +END + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/language/np3_pt_pt/menu_pt_pt.rc b/language/np3_pt_pt/menu_pt_pt.rc new file mode 100644 index 000000000..8ab2e2a1c --- /dev/null +++ b/language/np3_pt_pt/menu_pt_pt.rc @@ -0,0 +1,539 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Menu +// + +IDR_MUI_MAINMENU MENU +BEGIN + POPUP "&File" + BEGIN + MENUITEM "&New\tCtrl+N", IDM_FILE_NEW + MENUITEM "&Open...\tCtrl+O", IDM_FILE_OPEN + MENUITEM "Re&vert\tF5", IDM_FILE_REVERT + MENUITEM "&Save\tCtrl+S", IDM_FILE_SAVE + MENUITEM "Save &As...\tF6", IDM_FILE_SAVEAS + MENUITEM "Save &Copy...\tCtrl+F6", IDM_FILE_SAVECOPY + MENUITEM "Save with Original File &Date/Time\tCtrl+Alt+F6", IDM_FILE_PRESERVE_FILEMODTIME + MENUITEM SEPARATOR + MENUITEM "&Read Only", IDM_FILE_READONLY + MENUITEM SEPARATOR + MENUITEM "Set Encr&yption Passphrase...", IDM_SETPASS + MENUITEM SEPARATOR + POPUP "Path to Clipboard" + BEGIN + MENUITEM "Copy &Filename only\tCtrl+F9", IDM_EDIT_INSERT_FILENAME + MENUITEM "Copy &Directory-Path only", IDM_EDIT_INSERT_DIRNAME + MENUITEM "Copy &Full-Path\tCtrl+Shift+F9", IDM_EDIT_INSERT_PATHNAME + END + POPUP "&Launch" + BEGIN + MENUITEM "&Search in Files\tCtrl+Alt+F", IDM_GREP_WIN_SEARCH + MENUITEM SEPARATOR + MENUITEM "&New Window\tAlt+N", IDM_FILE_NEWWINDOW + MENUITEM "&Empty Window\tAlt+Shift+N", IDM_FILE_NEWWINDOW2 + MENUITEM SEPARATOR + MENUITEM "&Relaunch Elevated", IDM_FILE_LAUNCH_ELEVATED + MENUITEM SEPARATOR + MENUITEM "Execute &Document\tCtrl+L", IDM_FILE_LAUNCH + MENUITEM "&Open with...\tAlt+L", IDM_FILE_OPENWITH + MENUITEM "&Command...\tCtrl+R", IDM_FILE_RUN + MENUITEM SEPARATOR + MENUITEM "Web Template &1\tCtrl+Shift+1", CMD_WEBACTION1 + MENUITEM "Web Template &2\tCtrl+Shift+2", CMD_WEBACTION2 + MENUITEM SEPARATOR + MENUITEM "Open File &Explorer", IDM_FILE_EXPLORE_DIR + END + MENUITEM SEPARATOR + POPUP "&Encoding" + BEGIN + MENUITEM "&ANSI", IDM_ENCODING_ANSI + MENUITEM "&Unicode", IDM_ENCODING_UNICODE + MENUITEM "Unicode &Big Endian", IDM_ENCODING_UNICODEREV + MENUITEM "UTF-&8\tShift+F8", IDM_ENCODING_UTF8 + MENUITEM "UTF-8 with &Signature", IDM_ENCODING_UTF8SIGN + MENUITEM "&More...\tF9", IDM_ENCODING_SELECT + MENUITEM SEPARATOR + MENUITEM "Recode to &Default", CMD_RECODEDEFAULT + MENUITEM "Recode to &ANSI\tCtrl+Shift+A", CMD_RECODEANSI + MENUITEM "Recode to &OEM\tCtrl+Shift+O", CMD_RECODEOEM + MENUITEM "Recode to &GB18030\tCtrl+Shift+F10", CMD_RECODEGB18030 + MENUITEM "Recode to UCHARDET Analysis", CMD_RELOADFORCEDETECTION + MENUITEM SEPARATOR + MENUITEM "ASCII as UTF-&8\tCtrl+Shift+F8", CMD_RELOADASCIIASUTF8 + MENUITEM "Ignore Encoding &Tags\tAlt+F8", CMD_RELOADNOFILEVARS + MENUITEM "&Recode...\tF8", IDM_ENCODING_RECODE + MENUITEM SEPARATOR + MENUITEM "Set &Default...", IDM_ENCODING_SETDEFAULT + END + POPUP "Line Endin&gs" + BEGIN + MENUITEM "&Windows (CR+LF)", IDM_LINEENDINGS_CRLF + MENUITEM "&Mac (CR)", IDM_LINEENDINGS_CR + MENUITEM "&Unix (LF)", IDM_LINEENDINGS_LF + MENUITEM SEPARATOR + MENUITEM "&Default...", IDM_LINEENDINGS_SETDEFAULT + END + MENUITEM SEPARATOR + MENUITEM "Check &Indentation...", CMD_CHECK_INDENTATION + MENUITEM SEPARATOR + MENUITEM "Page Se&tup...", IDM_FILE_PAGESETUP + MENUITEM "&Print...\tCtrl+P", IDM_FILE_PRINT + MENUITEM SEPARATOR + MENUITEM "Propert&ies...", IDM_FILE_PROPERTIES + MENUITEM "Create &Desktop Link", IDM_FILE_CREATELINK + MENUITEM SEPARATOR + MENUITEM "&Browse...\tCtrl+M", IDM_FILE_BROWSE + POPUP "&Favourites" + BEGIN + MENUITEM "&Open Favourites...\tAlt+I", IDM_FILE_OPENFAV + MENUITEM "&Add Current File...\tAlt+K", IDM_FILE_ADDTOFAV + MENUITEM "&Manage...\tAlt+F9", IDM_FILE_MANAGEFAV + END + MENUITEM "Recent (&History)...\tCtrl+Alt+H", IDM_FILE_RECENT + MENUITEM SEPARATOR + MENUITEM "E&xit\tAlt+F4", IDM_FILE_EXIT + END + POPUP "&Edit" + BEGIN + MENUITEM "&Undo\tCtrl+Z", IDM_EDIT_UNDO + MENUITEM "&Redo\tCtrl+Y", IDM_EDIT_REDO + MENUITEM SEPARATOR + MENUITEM "Cu&t\tCtrl+X", IDM_EDIT_CUT + MENUITEM "&Copy\tCtrl+C", IDM_EDIT_COPY + MENUITEM "Copy &All\tAlt+C", IDM_EDIT_COPYALL + MENUITEM "Cop&y Add\tCtrl+E", IDM_EDIT_COPYADD + MENUITEM "&Paste\tCtrl+V", IDM_EDIT_PASTE + MENUITEM "S&wap\tCtrl+K", IDM_EDIT_SWAP + MENUITEM "&Delete\tDel", IDM_EDIT_CLEAR + MENUITEM "Cl&ear Clipboard", IDM_EDIT_CLEARCLIPBOARD + MENUITEM "&Select All\tCtrl+A", IDM_EDIT_SELECTALL + MENUITEM SEPARATOR + POPUP "W&ords" + BEGIN + MENUITEM "&Complete Word\tCtrl+Alt+Enter", IDM_EDIT_COMPLETEWORD + MENUITEM SEPARATOR + MENUITEM "Cursor Word &Left\tCtrl+ ←", CMD_CTRLLEFT + MENUITEM "Cursor Word &Right\tCtrl+ →", CMD_CTRLRIGHT + MENUITEM "&Delete Word Left\tCtrl+Back", CMD_CTRLBACK + MENUITEM "Delete &Word Right\tCtrl+Del", CMD_CTRLDEL + END + POPUP "&Lines" + BEGIN + MENUITEM "Move &Up\tAlt+ ↑", IDM_EDIT_MOVELINEUP + MENUITEM "&Move Down\tAlt+ ↓", IDM_EDIT_MOVELINEDOWN + MENUITEM SEPARATOR + MENUITEM "Cut Select&ion or Current Line\tCtrl+X", IDM_EDIT_CUT + MENUITEM "Cut Selection Whole &Line(s)\tCtrl+Shift+X", IDM_EDIT_CUTLINE + MENUITEM "&Copy Selection or Current Line\tCtrl+C", IDM_EDIT_COPY + MENUITEM "Cop&y Selection Whole Line(s)\tCtrl+Shift+C", IDM_EDIT_COPYLINE + MENUITEM SEPARATOR + MENUITEM "&Duplicate Line/Selection\tCtrl+D", IDM_EDIT_DUPLINEORSELECTION + MENUITEM "&Transpose Lines\tAlt+D", IDM_EDIT_LINETRANSPOSE + MENUITEM "D&elete Line\tCtrl+Shift+D", IDM_EDIT_DELETELINE + MENUITEM SEPARATOR + MENUITEM "Delete Line Left\tCtrl+Shift+Back", IDM_EDIT_DELETELINELEFT + MENUITEM "Delete Line Right\tCtrl+Shift+Del", IDM_EDIT_DELETELINERIGHT + MENUITEM SEPARATOR + MENUITEM "Column &Wrap...\tCtrl+Shift+W", IDM_EDIT_COLUMNWRAP + MENUITEM "&Split Lines\tCtrl+I", IDM_EDIT_SPLITLINES + MENUITEM "&Join Lines\tCtrl+J", IDM_EDIT_JOINLINES + MENUITEM "&Fuse Lines\tCtrl+Alt+J", IDM_EDIT_JOINLN_NOSP + MENUITEM "&Preserve Paragraphs\tCtrl+Shift+J", IDM_EDIT_JOINLINES_PARA + MENUITEM SEPARATOR + MENUITEM "Mer&ge Empty Lines\tAlt+Y", IDM_EDIT_MERGEEMPTYLINES + MENUITEM "Merge Blank Lines\tCtrl+Alt+Y", IDM_EDIT_MERGEBLANKLINES + MENUITEM "&Remove Empty Lines\tAlt+R", IDM_EDIT_REMOVEEMPTYLINES + MENUITEM "Remove Blank Lines\tCtrl+Alt+B", IDM_EDIT_REMOVEBLANKLINES + MENUITEM "Rem&ove Duplicate Lines\tCtrl+Alt+D", IDM_EDIT_REMOVEDUPLICATELINES + END + POPUP "&Selection" + BEGIN + MENUITEM "&Indent", IDM_EDIT_INDENT + MENUITEM "&Unindent", IDM_EDIT_UNINDENT + MENUITEM SEPARATOR + MENUITEM "Jump to Sele&ction Start\tCtrl+,", CMD_JUMP2SELSTART + MENUITEM "Jump to Selectio&n End\tCtrl+.", CMD_JUMP2SELEND + MENUITEM SEPARATOR + POPUP "&Enclose Selection" + BEGIN + MENUITEM "&Single Quotes\tCtrl+1", CMD_STRINGIFY + MENUITEM "&Double Quotes\tCtrl+2", CMD_STRINGIFY2 + MENUITEM SEPARATOR + MENUITEM "( )\tCtrl+3", CMD_EMBRACE + MENUITEM "[ ]\tCtrl+4", CMD_EMBRACE2 + MENUITEM "{ }\tCtrl+5", CMD_EMBRACE3 + MENUITEM SEPARATOR + MENUITEM "&Backticks\tCtrl+6", CMD_EMBRACE4 + MENUITEM SEPARATOR + MENUITEM "&With...\tAlt+Q", IDM_EDIT_ENCLOSESELECTION + END + MENUITEM "&Duplicate Selection/Line\tCtrl+D", IDM_EDIT_DUPLINEORSELECTION + MENUITEM SEPARATOR + MENUITEM "&Pad With Blanks\tAlt+B", IDM_EDIT_PADWITHSPACES + MENUITEM "Strip &First Character\tAlt+Z", IDM_EDIT_STRIP1STCHAR + MENUITEM "Strip &Last Character\tAlt+U", IDM_EDIT_STRIPLASTCHAR + MENUITEM "Strip &Trailing Blanks\tAlt+W", IDM_EDIT_TRIMLINES + MENUITEM "Compress &Blanks\tCtrl+Alt+P", IDM_EDIT_COMPRESS_BLANKS + MENUITEM SEPARATOR + MENUITEM "&Modify Lines...\tAlt+M", IDM_EDIT_MODIFYLINES + MENUITEM "&Align Lines...\tAlt+J", IDM_EDIT_ALIGN + MENUITEM "&Sort Lines...\tAlt+O", IDM_EDIT_SORTLINES + END + POPUP "Co&nvert" + BEGIN + MENUITEM "&Uppercase\tCtrl+Shift+U", IDM_EDIT_CONVERTUPPERCASE + MENUITEM "&Lowercase\tCtrl+U", IDM_EDIT_CONVERTLOWERCASE + MENUITEM SEPARATOR + MENUITEM "&Invert Case\tCtrl+Alt+U", IDM_EDIT_INVERTCASE + MENUITEM "Title &Case\tCtrl+Alt+I", IDM_EDIT_TITLECASE + MENUITEM "&Sentence Case\tCtrl+Alt+O", IDM_EDIT_SENTENCECASE + MENUITEM SEPARATOR + MENUITEM "&Tabify Selection\tCtrl+Shift+T", IDM_EDIT_CONVERTSPACES + MENUITEM "U&ntabify Selection\tCtrl+Shift+S", IDM_EDIT_CONVERTTABS + MENUITEM SEPARATOR + MENUITEM "Ta&bify Indent\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2 + MENUITEM "Untabi&fy Indent\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2 + MENUITEM SEPARATOR + MENUITEM "&URL Encode\tCtrl+Shift+E", IDM_EDIT_URLENCODE + MENUITEM "URL &Decode\tCtrl+Shift+R", IDM_EDIT_URLDECODE + MENUITEM SEPARATOR + MENUITEM "&Char To Hex\tCtrl+Alt+X", IDM_EDIT_CHAR2HEX + MENUITEM "&Hex To Char\tCtrl+Alt+C", IDM_EDIT_HEX2CHAR + END + POPUP "&Insert" + BEGIN + MENUITEM "&New Line Above\tCtrl+Enter", CMD_INSERTNEWLINE + MENUITEM SEPARATOR + MENUITEM "&HTML/XML Tag...\tAlt+X", IDM_EDIT_INSERT_TAG + MENUITEM SEPARATOR + MENUITEM "&Encoding Identifier\tCtrl+F8", IDM_EDIT_INSERT_ENCODING + MENUITEM SEPARATOR + MENUITEM "&Time/Date (Short Form)\tCtrl+F5", IDM_EDIT_INSERT_SHORTDATE + MENUITEM "Time/Date (&Long Form)\tCtrl+Shift+F5", IDM_EDIT_INSERT_LONGDATE + MENUITEM "&Update Timestamps\tShift+F5", CMD_TIMESTAMPS + MENUITEM SEPARATOR + MENUITEM "&Line Comment (Toggle)\tCtrl+Q", IDM_EDIT_LINECOMMENT + MENUITEM "&Stream Comment\tCtrl+Shift+Q", IDM_EDIT_STREAMCOMMENT + END + POPUP "&Miscellaneous" + BEGIN + MENUITEM "Copy &GUID to Clipboard\tCtrl+Shift+.", IDM_EDIT_INSERT_GUID + MENUITEM SEPARATOR + MENUITEM "&Escape C Chars\tCtrl+Alt+E", IDM_EDIT_ESCAPECCHARS + MENUITEM "&Unescape C Chars\tCtrl+Alt+R", IDM_EDIT_UNESCAPECCHARS + MENUITEM SEPARATOR + MENUITEM "Increase Number\tCtrl+Alt+NK+", CMD_INCREASENUM + MENUITEM "Decrease Number\tCtrl+Alt+NK-", CMD_DECREASENUM + MENUITEM SEPARATOR + MENUITEM "&Find Matching Brace\tCtrl+B", IDM_EDIT_FINDMATCHINGBRACE + MENUITEM "Select To &Matching Brace\tCtrl+Shift+B", IDM_EDIT_SELTOMATCHINGBRACE + MENUITEM SEPARATOR + MENUITEM "Select To &Next\tCtrl+Alt+F2", IDM_EDIT_SELTONEXT + MENUITEM "Select To &Previous\tCtrl+Alt+Shift+F2", IDM_EDIT_SELTOPREV + MENUITEM SEPARATOR + MENUITEM "Select &Word or Lines\tCtrl+Spc", IDM_EDIT_SELECTWORD + MENUITEM "Multi-Select &All Matches\tCtrl+Shift+Spc", IDM_EDIT_SELECTALLMATCHES + MENUITEM SEPARATOR + MENUITEM "Split Undo &Transaction at Line-Breaks", IDM_VIEW_SPLIT_UNDOTYPSEQ_LNBRK + END + MENUITEM SEPARATOR + POPUP "Boo&kmarks" + BEGIN + MENUITEM "&Toggle\tCtrl+F2", BME_EDIT_BOOKMARKTOGGLE + MENUITEM SEPARATOR + MENUITEM "Goto &Next\tF2", BME_EDIT_BOOKMARKNEXT + MENUITEM "Goto &Previous\tShift+F2", BME_EDIT_BOOKMARKPREV + MENUITEM SEPARATOR + MENUITEM "&Clear All\tAlt+F2", BME_EDIT_BOOKMARKCLEAR + END + MENUITEM SEPARATOR + POPUP "&Search" + BEGIN + MENUITEM "&Find...\tCtrl+F", IDM_EDIT_FIND + MENUITEM "Save Find Text\tAlt+F3", IDM_EDIT_SAVEFIND + MENUITEM "Find Ne&xt\tF3", IDM_EDIT_FINDNEXT + MENUITEM "Find Pre&vious\tShift+F3", IDM_EDIT_FINDPREV + MENUITEM "Find Next Selected\tCtrl+F3", CMD_FINDNEXTSEL + MENUITEM "Find Previous Selected\tCtrl+Shift+F3", CMD_FINDPREVSEL + MENUITEM "&Replace...\tCtrl+H", IDM_EDIT_REPLACE + MENUITEM "Replace Ne&xt\tF4", IDM_EDIT_REPLACENEXT + MENUITEM "&Goto...\tCtrl+G", IDM_EDIT_GOTOLINE + MENUITEM SEPARATOR + MENUITEM "&Search in Files\tCtrl+Alt+F", IDM_GREP_WIN_SEARCH + END + END + POPUP "&View" + BEGIN + MENUITEM "&Word Wrap\tCtrl+W", IDM_VIEW_WORDWRAP + MENUITEM "&Long Line Marker\tCtrl+Alt+L", IDM_VIEW_LONGLINEMARKER + MENUITEM "Indentation &Guides\tCtrl+Shift+G", IDM_VIEW_SHOWINDENTGUIDES + MENUITEM SEPARATOR + MENUITEM "Show W&rap Symbols\tCtrl+Shift+7", IDM_VIEW_WORDWRAPSYMBOLS + MENUITEM "Show &Blanks\tCtrl+Shift+8", IDM_VIEW_SHOWBLANKS + MENUITEM "Show Line &Endings\tCtrl+Shift+9", IDM_VIEW_SHOWEOLS + MENUITEM SEPARATOR + MENUITEM "&Hyperlink Hotspots\tCtrl+Alt+W", IDM_VIEW_HYPERLINKHOTSPOTS + MENUITEM "&Colour Definition Hotspots", IDM_VIEW_COLORDEFHOTSPOTS + MENUITEM "&Visual Brace Matching\tCtrl+Shift+V", IDM_VIEW_MATCHBRACES + POPUP "H&ighlight Current Line\tCtrl+Shift+I" + BEGIN + MENUITEM "&No Highlight", IDM_VIEW_HILITCURLN_NONE + MENUITEM "Background &Color", IDM_VIEW_HILITCURLN_BACK + MENUITEM "Outline &Frame", IDM_VIEW_HILITCURLN_FRAME + END + POPUP "Mark &Occurrences" + BEGIN + MENUITEM "&Active\tAlt+A", IDM_VIEW_MARKOCCUR_ONOFF + MENUITEM SEPARATOR + MENUITEM "Match Visible Only", IDM_VIEW_MARKOCCUR_VISIBLE + MENUITEM SEPARATOR + MENUITEM "Match &Case Sensitive", IDM_VIEW_MARKOCCUR_CASE + POPUP "Match &Whole Word Only" + BEGIN + MENUITEM "OFF", IDM_VIEW_MARKOCCUR_WNONE + MENUITEM "Match &Selected Word", IDM_VIEW_MARKOCCUR_WORD + MENUITEM "Match &Current Word", IDM_VIEW_MARKOCCUR_CURRENT + END + END + MENUITEM SEPARATOR + MENUITEM "Line &Numbers\tCtrl+Shift+N", IDM_VIEW_LINENUMBERS + MENUITEM "Selection &Margin\tCtrl+Shift+M", IDM_VIEW_MARGIN + MENUITEM SEPARATOR + POPUP "&Folding" + BEGIN + MENUITEM "Code &Folding", IDM_VIEW_FOLDING + MENUITEM "&Toggle Folds\tCtrl+Shift+F", IDM_VIEW_TOGGLEFOLDS + MENUITEM SEPARATOR + MENUITEM "Jump &Next Fold\tAlt+ +", CMD_FOLDJUMPDOWN + MENUITEM "Jump &Prev Fold\tAlt+ –", CMD_FOLDJUMPUP + MENUITEM SEPARATOR + MENUITEM "&Collapse Fold\tAlt+ ←", CMD_FOLDCOLLAPSE + MENUITEM "&Expand Fold\tAlt+ →", CMD_FOLDEXPAND + END + POPUP "&Display" + BEGIN + MENUITEM "Focused View\tCtrl+Alt+V", IDM_VIEW_TOGGLE_VIEW + MENUITEM "&Monitoring Log", IDM_VIEW_CHASING_DOCTAIL + MENUITEM "&Scroll Past End of File", IDM_VIEW_SCROLLPASTEOF + MENUITEM "Show &Hyperlink Tooltip", IDM_VIEW_SHOW_HYPLNK_CALLTIP + END + POPUP "P&anels" + BEGIN + MENUITEM "Show &Menubar", IDM_VIEW_MENUBAR + MENUITEM "Show &Toolbar", IDM_VIEW_TOOLBAR + MENUITEM "Show &Statusbar", IDM_VIEW_STATUSBAR + MENUITEM SEPARATOR + MENUITEM "&Load Toolbar Theme...", IDM_VIEW_LOADTHEMETB + MENUITEM "&Customize Toolbar...", IDM_VIEW_CUSTOMIZETB + MENUITEM "To&ggle Toolbars", IDM_VIEW_TOGGLETB + MENUITEM "&DPI Scale Toolbar", IDM_VIEW_DPISCALETB + END + POPUP "&Zoom" + BEGIN + MENUITEM "Zoom &In\tCtrl+ +", IDM_VIEW_ZOOMIN + MENUITEM "Zoom &Out\tCtrl+ –", IDM_VIEW_ZOOMOUT + MENUITEM "Reset &Zoom\tCtrl+0", IDM_VIEW_RESETZOOM + END + POPUP "&Position" + BEGIN + MENUITEM "Copy Position Args\tCtrl+Shift+K", CMD_COPYWINPOS + MENUITEM "Snap to Default Position\tCtrl+Shift+P", CMD_DEFAULTWINPOS + MENUITEM "Save as Default Position", CMD_SAVEASDEFWINPOS + MENUITEM "Clear saved Default Position", CMD_CLEARSAVEDWINPOS + MENUITEM "Snap to Initial Position\tCtrl+F11", CMD_INITIALWINPOS + MENUITEM "Toggle Full Area Position\tF11", CMD_FULLSCRWINPOS + MENUITEM "Sticky Window &Position", IDM_VIEW_STICKYWINPOS + END + END + POPUP "A&ppearance" + BEGIN + MENUITEM "&Customise Schemes...\tCtrl+F12", IDM_VIEW_SCHEMECONFIG + MENUITEM SEPARATOR + MENUITEM "Select Synta&x Scheme...\tF12", IDM_VIEW_SCHEME + MENUITEM "&2nd Common Base\tShift+F12", IDM_VIEW_USE2NDDEFAULT + MENUITEM SEPARATOR + MENUITEM "Global &Default Font...\tAlt+F12", IDM_VIEW_FONT + MENUITEM "Current Sc&heme's Default Font...\tCtrl+Alt+F12", IDM_VIEW_CURRENTSCHEME + END + POPUP "&Settings" + BEGIN + MENUITEM "Insert Tabs as &Spaces", IDM_VIEW_TABSASSPACES + MENUITEM "&Tab Settings...\tCtrl+T", IDM_VIEW_TABSETTINGS + MENUITEM "&Word Wrap Settings...", IDM_VIEW_WORDWRAPSETTINGS + MENUITEM "&Long Line Settings...", IDM_VIEW_LONGLINESETTINGS + MENUITEM "Auto In&dent Text", IDM_VIEW_AUTOINDENTTEXT + MENUITEM "Auto Close &HTML/XML\tCtrl+Shift+H", IDM_VIEW_AUTOCLOSETAGS + MENUITEM "A&uto Complete Words", IDM_VIEW_AUTOCOMPLETEWORDS + MENUITEM "Auto Complete Lexer-&Key-Words", IDM_VIEW_AUTOCLEXKEYWORDS + MENUITEM "Accelerated Word Navi&gation\tCtrl+Alt+A", IDM_VIEW_ACCELWORDNAV + MENUITEM "Enable Line &Comment Block Edit", IDM_VIEW_EDIT_LINECOMMENT + MENUITEM SEPARATOR + MENUITEM "Single &File Instance", IDM_VIEW_SINGLEFILEINSTANCE + MENUITEM "File &Change Notification...\tAlt+F5", IDM_VIEW_CHANGENOTIFY + MENUITEM "Mute Message &Beeps", IDM_VIEW_MUTE_MESSAGEBEEP + POPUP "Esc &Key Function" + BEGIN + MENUITEM "&None", IDM_VIEW_NOESCFUNC + MENUITEM "&Minimise Notepad3", IDM_VIEW_ESCMINIMIZE + MENUITEM "E&xit Notepad3", IDM_VIEW_ESCEXIT + END + MENUITEM "Save &Before Running Tools", IDM_VIEW_SAVEBEFORERUNNINGTOOLS + MENUITEM SEPARATOR + POPUP "&Remember" + BEGIN + MENUITEM "Remember Recent F&iles", IDM_VIEW_NOSAVERECENT + MENUITEM "Preser&ve Caret Position", IDM_VIEW_NOPRESERVECARET + MENUITEM "Remember S&earch Pattern", IDM_VIEW_NOSAVEFINDREPL + END + POPUP "W&indow" + BEGIN + POPUP "Window Title Displa&y" + BEGIN + MENUITEM "Filename &Only", IDM_VIEW_SHOWFILENAMEONLY + MENUITEM "Filename and &Directory", IDM_VIEW_SHOWFILENAMEFIRST + MENUITEM "Full &Pathname", IDM_VIEW_SHOWFULLPATH + MENUITEM "&Text Excerpt\tCtrl+9", IDM_VIEW_SHOWEXCERPT + END + MENUITEM "&Reuse Window\tCtrl+Shift+L", IDM_VIEW_REUSEWINDOW + MENUITEM "&Always On Top\tAlt+T", IDM_VIEW_ALWAYSONTOP + MENUITEM "Minimi&se To Tray", IDM_VIEW_MINTOTRAY + MENUITEM "Transparent &Mode\tAlt+G", IDM_VIEW_TRANSPARENT + END + POPUP "&Technology" + BEGIN + POPUP "&Rendering" + BEGIN + MENUITEM "Default &GDI (no ligatures)", IDM_SET_RENDER_TECH_DEFAULT + MENUITEM "DirectWrite (&Direct2D)", IDM_SET_RENDER_TECH_D2D + MENUITEM "DirectWrite &Retain", IDM_SET_RENDER_TECH_D2DRETAIN + MENUITEM "Direct&Write GDI DC", IDM_SET_RENDER_TECH_D2DDC + END + POPUP "Bidirectional" + BEGIN + MENUITEM "None", IDM_SET_BIDIRECTIONAL_NONE + MENUITEM "Left to Right", IDM_SET_BIDIRECTIONAL_L2R + MENUITEM "Right to Left", IDM_SET_BIDIRECTIONAL_R2L + END + END + POPUP "&Advanced Configuration" + BEGIN + MENUITEM "Save Settings On E&xit", IDM_VIEW_SAVESETTINGS + MENUITEM "Save Settings &Now\tF7", IDM_VIEW_SAVESETTINGSNOW + MENUITEM "&Open Settings File\tCtrl+F7", CMD_OPENINIFILE + END + END + POPUP "&Help" + BEGIN + MENUITEM "&Online Documentation\tF1", IDM_HELP_ONLINEDOCUMENTATION + MENUITEM SEPARATOR + MENUITEM "Launch Administration &Tool...", IDM_HELP_ADMINEXE + MENUITEM "Check &Website for Update", IDM_HELP_UPDATEWEBSITE + MENUITEM SEPARATOR + MENUITEM "&Command Line Help...", IDM_HELP_CMD + MENUITEM "&About...\tShift+F1", IDM_HELP_ABOUT + END +END + +IDR_MUI_POPUPMENU MENU +BEGIN + POPUP "+" + BEGIN + MENUITEM "&Undo", IDM_EDIT_UNDO + MENUITEM "&Redo", IDM_EDIT_REDO + MENUITEM SEPARATOR + MENUITEM "Cu&t", IDM_EDIT_CUT + MENUITEM "&Copy", IDM_EDIT_COPY + MENUITEM "&Paste", IDM_EDIT_PASTE + MENUITEM "&Delete", IDM_EDIT_CLEAR + MENUITEM SEPARATOR + MENUITEM "&Select All", IDM_EDIT_SELECTALL + MENUITEM SEPARATOR + MENUITEM "&Toggle Current Fold", IDM_VIEW_TOGGLE_CURRENT_FOLD + MENUITEM SEPARATOR + MENUITEM "Open Web Action &1", CMD_WEBACTION1 + MENUITEM "Open Web Action &2", CMD_WEBACTION2 + MENUITEM "Open &Hyperlink", CMD_OPEN_HYPERLINK + END + POPUP "+" + BEGIN + MENUITEM "Show &Menubar", IDM_VIEW_MENUBAR + MENUITEM "Show &Toolbar", IDM_VIEW_TOOLBAR + MENUITEM "Show &Statusbar", IDM_VIEW_STATUSBAR + MENUITEM SEPARATOR + MENUITEM "&Load Toolbar Theme...", IDM_VIEW_LOADTHEMETB + MENUITEM "&Customize Toolbar...", IDM_VIEW_CUSTOMIZETB + MENUITEM "To&ggle Toolbars", IDM_VIEW_TOGGLETB + MENUITEM "&DPI Scale Toolbar", IDM_VIEW_DPISCALETB + END + POPUP "+" + BEGIN + MENUITEM "Open Notepad3", IDM_TRAY_RESTORE + MENUITEM "Exit Notepad3", IDM_TRAY_EXIT + END +END + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/language/np3_pt_pt/np3_pt_pt.cpp b/language/np3_pt_pt/np3_pt_pt.cpp new file mode 100644 index 000000000..eb383e53f --- /dev/null +++ b/language/np3_pt_pt/np3_pt_pt.cpp @@ -0,0 +1,7 @@ +// encoding: UTF-8 +// np3_en_gb.cpp: Definiert die exportierten Funktionen für die DLL-Anwendung. +// + +#include "stdafx.h" + + diff --git a/language/np3_pt_pt/np3_pt_pt.rc b/language/np3_pt_pt/np3_pt_pt.rc new file mode 100644 index 000000000..b16129d27 --- /dev/null +++ b/language/np3_pt_pt/np3_pt_pt.rc @@ -0,0 +1,77 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "#include ""../common_res.rc""\r\n" + "#include ""menu_pt_pt.rc""\r\n" + "#include ""strings_pt_pt.rc""\r\n" + "#include ""encode_pt_pt.rc""\r\n" + "#include ""lexer_pt_pt.rc""\r\n" + "#include ""dialogs_pt_pt.rc""\r\n" + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// +#include "../common_res.rc" +#include "menu_pt_pt.rc" +#include "strings_pt_pt.rc" +#include "encode_pt_pt.rc" +#include "lexer_pt_pt.rc" +#include "dialogs_pt_pt.rc" + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/language/np3_pt_pt/np3_pt_pt.vcxproj b/language/np3_pt_pt/np3_pt_pt.vcxproj new file mode 100644 index 000000000..496426327 --- /dev/null +++ b/language/np3_pt_pt/np3_pt_pt.vcxproj @@ -0,0 +1,279 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {B7C9135A-C4AA-4A85-B361-B610B442B57C} + Win32Proj + np3ptpt + 10.0.18362.0 + + + + DynamicLibrary + true + v141 + v142 + Unicode + + + DynamicLibrary + false + v141 + v142 + true + Unicode + + + DynamicLibrary + true + v141 + v142 + Unicode + + + DynamicLibrary + false + v141 + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + ..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\ + ..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\ + false + + + true + ..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\ + ..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\ + false + + + false + ..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\ + ..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\ + false + + + false + ..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\ + ..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\ + false + + + + Use + Level3 + Disabled + true + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + /utf-8 %(AdditionalOptions) + + + Windows + true + + + mkdir "$(TargetDir)..\pt-PT" + if exist "$(TargetDir)..\pt-PT\np3lng.dll.mui" del /f /q "$(TargetDir)..\pt-PT\np3lng.dll.mui" + if exist "$(TargetDir)$(TargetFileName).discard" del /f /q "$(TargetDir)$(TargetFileName).discard" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -q "$(ProjectDir)..\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0816 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\pt-PT\np3lng.dll.mui" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\pt-PT\np3lng.dll.mui" + + MUI Split + + + 0x0816 + $(ProjectDir)..\..\res;%(AdditionalIncludeDirectories) + + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + /utf-8 %(AdditionalOptions) + + + Windows + true + + + mkdir "$(TargetDir)..\pt-PT" + if exist "$(TargetDir)..\pt-PT\np3lng.dll.mui" del /f /q "$(TargetDir)..\pt-PT\np3lng.dll.mui" + if exist "$(TargetDir)$(TargetFileName).discard" del /f /q "$(TargetDir)$(TargetFileName).discard" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -q "$(ProjectDir)..\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0816 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\pt-PT\np3lng.dll.mui" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\pt-PT\np3lng.dll.mui" + + MUI Split + + + 0x0816 + $(ProjectDir)..\..\res;%(AdditionalIncludeDirectories) + + + + + Use + Level3 + MinSpace + true + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + AnySuitable + Size + /utf-8 %(AdditionalOptions) + + + Windows + true + true + true + + + mkdir "$(TargetDir)..\pt-PT" + if exist "$(TargetDir)..\pt-PT\np3lng.dll.mui" del /f /q "$(TargetDir)..\pt-PT\np3lng.dll.mui" + if exist "$(TargetDir)$(TargetFileName).discard" del /f /q "$(TargetDir)$(TargetFileName).discard" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -q "$(ProjectDir)..\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0816 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\pt-PT\np3lng.dll.mui" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\pt-PT\np3lng.dll.mui" + + MUI Split + + + 0x0816 + $(ProjectDir)..\..\res;%(AdditionalIncludeDirectories) + + + + + Use + Level3 + MinSpace + true + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + AnySuitable + Size + /utf-8 %(AdditionalOptions) + + + Windows + true + true + true + + + mkdir "$(TargetDir)..\pt-PT" + if exist "$(TargetDir)..\pt-PT\np3lng.dll.mui" del /f /q "$(TargetDir)..\pt-PT\np3lng.dll.mui" + if exist "$(TargetDir)$(TargetFileName).discard" del /f /q "$(TargetDir)$(TargetFileName).discard" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -q "$(ProjectDir)..\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0816 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\pt-PT\np3lng.dll.mui" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\pt-PT\np3lng.dll.mui" + + MUI Split + + + 0x0816 + $(ProjectDir)..\..\res;%(AdditionalIncludeDirectories) + + + + + + + + + + + + Create + Create + Create + Create + + + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + + true + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/language/np3_pt_pt/np3_pt_pt.vcxproj.filters b/language/np3_pt_pt/np3_pt_pt.vcxproj.filters new file mode 100644 index 000000000..659eb23ad --- /dev/null +++ b/language/np3_pt_pt/np3_pt_pt.vcxproj.filters @@ -0,0 +1,64 @@ + + + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/language/np3_pt_pt/resource.h b/language/np3_pt_pt/resource.h new file mode 100644 index 000000000..1f5cb45e5 --- /dev/null +++ b/language/np3_pt_pt/resource.h @@ -0,0 +1,22 @@ +//{{NO_DEPENDENCIES}} +// Von Microsoft Visual C++ generierte Includedatei. +// Verwendet durch np3_en_gb.rc +// +#ifndef _WIN32_WINNT +#define _WIN32_WINNT 0x601 /*_WIN32_WINNT_WIN7*/ +#endif +#ifndef WINVER +#define WINVER 0x601 /*_WIN32_WINNT_WIN7*/ +#endif + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NO_MFC 1 +#define _APS_NEXT_RESOURCE_VALUE 0 +#define _APS_NEXT_COMMAND_VALUE 0 +#define _APS_NEXT_CONTROL_VALUE 0 +#define _APS_NEXT_SYMED_VALUE 0 +#endif +#endif diff --git a/language/np3_pt_pt/stdafx.cpp b/language/np3_pt_pt/stdafx.cpp new file mode 100644 index 000000000..4d5c3950e --- /dev/null +++ b/language/np3_pt_pt/stdafx.cpp @@ -0,0 +1,9 @@ +// encoding: UTF-8 +// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. +// np3_en_gb.pch ist der vorkompilierte Header. +// stdafx.obj enthält die vorkompilierten Typinformationen. + +#include "stdafx.h" + +// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H +// und nicht in dieser Datei erforderlich sind. diff --git a/language/np3_pt_pt/stdafx.h b/language/np3_pt_pt/stdafx.h new file mode 100644 index 000000000..cbd4e615c --- /dev/null +++ b/language/np3_pt_pt/stdafx.h @@ -0,0 +1,17 @@ +// encoding: UTF-8 +// stdafx.h: Includedatei für Standardsystem-Includedateien +// oder häufig verwendete projektspezifische Includedateien, +// die nur in unregelmäßigen Abständen geändert werden. +// + +#pragma once + +#include "targetver.h" + +#define WIN32_LEAN_AND_MEAN // Selten verwendete Komponenten aus Windows-Headern ausschließen +// Windows-Headerdateien: +#include + + + +// TODO: Hier auf zusätzliche Header, die das Programm erfordert, verweisen. diff --git a/language/np3_pt_pt/strings_pt_pt.rc b/language/np3_pt_pt/strings_pt_pt.rc new file mode 100644 index 000000000..f077c85ce --- /dev/null +++ b/language/np3_pt_pt/strings_pt_pt.rc @@ -0,0 +1,353 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN + IDT_FILE_NEW "New" + IDT_FILE_OPEN "Open" + IDT_FILE_BROWSE "Browse" + IDT_FILE_SAVE "Save" + IDT_FILE_RECENT "History" + IDT_EDIT_UNDO "Undo" + IDT_EDIT_REDO "Redo" + IDT_EDIT_CUT "Cut" + IDT_EDIT_COPY "Copy" +END + +STRINGTABLE +BEGIN + IDT_EDIT_PASTE "Paste" + IDT_EDIT_FIND "Find" + IDT_EDIT_REPLACE "Replace" + IDT_VIEW_WORDWRAP "Word Wrap" + IDT_VIEW_ZOOMIN "Zoom In" + IDT_VIEW_ZOOMOUT "Zoom Out" + IDT_VIEW_SCHEME "Select Scheme" + IDT_VIEW_SCHEMECONFIG "Customise Schemes" + IDT_FILE_EXIT "Exit" + IDT_FILE_SAVEAS "Save As" + IDT_FILE_SAVECOPY "Save Copy" + IDT_EDIT_CLEAR "Delete" + IDT_FILE_PRINT "Print" + IDT_FILE_OPENFAV "Favourites" + IDT_FILE_ADDTOFAV "Add to Favourites" + IDT_VIEW_TOGGLEFOLDS "Toggle Folds" +END + +STRINGTABLE +BEGIN + IDT_FILE_LAUNCH "Execute Document" + IDT_VIEW_TOGGLE_VIEW "Focused View" + IDT_VIEW_CHASING_DOCTAIL "Monitoring Log" + IDT_VIEW_PIN_ON_TOP "Always On Top" +END + +STRINGTABLE +BEGIN + IDS_MUI_APPTITLE "Notepad3" + IDS_MUI_APPTITLE_ELEVATED "%s (Elevated)" + IDS_MUI_APPTITLE_PASTEBOARD "Notepad3 : Clipboard" + IDS_MUI_UNTITLED "Untitled" + IDS_MUI_TITLEEXCERPT """%s""" + IDS_MUI_READONLY "(Read Only)" + IDS_MUI_LOADFILE "Loading ""%s""..." + IDS_MUI_SAVEFILE "Saving ""%s""..." + IDS_MUI_PRINTFILE "Printing page %i..." + IDS_MUI_SAVINGSETTINGS "Saving settings..." + IDS_MUI_LINKDESCRIPTION "Edit with Notepad3" +END + +STRINGTABLE +BEGIN + IDS_MUI_FILTER_ALL "All files (*.*)|*.*|" + IDS_MUI_FILTER_EXE "Executable files (*.exe;*.com;*.bat;*.cmd;*.lnk;*.pif)|*.exe;*.com;*.bat;*.cmd;*.lnk;*.pif|All files (*.*)|*.*|" + IDS_MUI_FILTER_INI "Configuration files (*.ini)|*.ini|All files (*.*)|*.*|" + IDS_MUI_FILTER_BITMAP "Bitmap files (*.bmp)|*.bmp|All files (*.*)|*.*|" + IDS_MUI_OPENWITH "Select the directory with links to your favourite applications." + IDS_MUI_FAVORITES "Select the directory with links to your favourite files." + IDS_MUI_BACKSLASHHELP "Backslash Transformations\n\n\\a\tAlert (BEL, Ascii 7)\n\\b\tBackspace (BS, Ascii 8)\n\\f\tFormfeed (FF, Ascii 12)\n\\n\tNewline (LF, Ascii 10)\n\\r\tCarriage return (CR, Ascii 13)\n\\t\tHorizontal Tab (HT, Ascii 9)\n\\v\tVertical Tab (VT, Ascii 11)\n\\0oo\tOctal Value\n\\u####\tHexadecimal Value\n\\xhh\tHexadecimal Value\n\\\\\tBackslash" + IDS_MUI_REGEXPHELP "RegExp Matching Syntax (Multi Lines)\n\n.\tMatches any character\n^\tEmpty string immediately after Newline\n$\tEmpty string immediately before End of Line\n\\<\tStart of a word\n\\>\tEnd of a word\n\\b\tWord boundary\n[...]\tA set of chars ([abc]) or a range ([a-z])\n[^...]\tChars NOT in the set or range\n\\d\tAny decimal digit\n\\D\tAny non-digit char\n\\s\tAny whitespace char\n\\S\tNot a whitespace char\n\\w\tAny ""word"" char\n\\W\tAny ""non-word"" char\n\\x\tEscape character with otherwise special meaning\n\\xHH\tChar with hex code HH\n?\tMatches preceding 0 or 1 times\n*\tMatches preceding 0 or more times\n+\tMatches preceding 1 or more times\n*? or +?\tNon greedy matching of quantifiers ""?"" and ""+""\n(\tStart of a region\n)\tEnd of a region\n\\n\tRefers to a region when replacing (n is 1-9)\n" + IDS_MUI_WILDCARDHELP "Wildcard Search\n\n*\tMatches zero or more characters.\n?\tMatches exactly one character. " +END + +STRINGTABLE +BEGIN + IDS_MUI_ERR_LOADFILE "Error loading ""%s""." + IDS_MUI_ERR_SAVEFILE "Error saving ""%s""." + IDS_MUI_ERR_DLG_FORMAT "Error '%s', cause:\n%s(ID:%d)\n" + IDS_MUI_ERR_BROWSE "No file browser plugin was found.\nThe MiniPath file browser plugin can be downloaded from https://rizonesoft.com." + IDS_MUI_ERR_GREPWIN "No file search plugin was found.\nThe grepWinNP3 file search plugin can be downloaded from https://rizonesoft.com." + IDS_MUI_ERR_MRUDLG "No access to the selected file!\nWould you like to remove it from the list?" + IDS_MUI_ERR_CREATELINK "Error creating the Desktop link." + IDS_MUI_ERR_PREVWINDISABLED + "Existing Notepad3 window is busy or has an active dialog box.\nWould you like to open another Notepad3 window?" + IDS_MUI_ERR_ENCODINGNA "Code page conversion tables for the selected encoding are not available on your system." + IDS_MUI_ERR_UNICODE "Error converting this Unicode file.\nData will be lost if the file is saved!" + IDS_MUI_ERR_BITMAP "Error loading bitmap ""%s"".\nNeed dimensions: %i x %i (width >= %i x height)." + IDS_MUI_ERR_ELEVATED_RIGHTS + "Error elevating user rights!" +END + +STRINGTABLE +BEGIN + IDS_MUI_ERR_UNICODE2 "Certain characters in the current text are not supported by the selected encoding, and may be replaced by default placeholders when saving. It's recommended to choose another file encoding. Continue?" + IDS_MUI_ERR_DROP "Only one file can be dropped at the same time!" + IDS_MUI_ERR_ACCESSDENIED + "The file ""%s"" cannot be saved and may be protected.\n\nDo you want to launch %s as 'Elevated' application?" + IDS_MUI_ERR_ADMINEXE "No administration executable found.\nCheck website https://rizonesoft.com?" + IDS_MUI_WARN_LOAD_BIG_FILE + "Are you sure you want to open this large file?\n\t(size: %s >= %s)!\n(Styling and Syntax Highlighting will not be applied!)" + IDS_MUI_ERR_FILE_TOO_LARGE + "Can't handle that huge file (size: %s)!" + IDS_MUI_WARN_UNKNOWN_EXT + "Unknown file name extension (%s)!\nLoading data anyway?" + IDS_MUI_INDENT_CONSISTENT "The file has a consistent indentation!" + IDS_MUI_EOLMODENAME_CRLF "Windows (CR+LF)" + IDS_MUI_EOLMODENAME_LF "Unix/Mac (LF)" + IDS_MUI_EOLMODENAME_CR "Old Mac (CR)" +END + +STRINGTABLE +BEGIN + IDS_MUI_SELRECT "This operation can't be performed within a rectangular selection." + IDS_MUI_SELMULTI "This operation can't be performed within a multi-selection." + IDS_MUI_SELRECTORMULTI "This operation can't be performed within a rectangular or multi-selection." + IDS_MUI_BUFFERTOOSMALL "This operation can't be performed (lines too long)." + IDS_MUI_FIND_WRAPFW "Reached the end of the document, restarting search at the beginning." + IDS_MUI_FIND_WRAPRE "Reached the beginning of the document, restarting search at the end." + IDS_MUI_NOTFOUND "The specified text was not found." + IDS_MUI_REPLCOUNT "%i occurrences of the specified text have been replaced." + IDS_MUI_ASK_ENCODING "Switching the file encoding from one encoding to another may replace unsupported text with default characters, and the undo history will be cleared. Continue?" + IDS_MUI_ASK_ENCODING2 "You are about to change the encoding of an empty file. Note that this will clear the undo history, as it can't be synchronised with the new encoding. Continue?" + IDS_MUI_READONLY_SAVE """%s"" is read only. Save to a different file?" + IDS_MUI_FILECHANGENOTIFY + "The current file has been modified by an external program. Reload?" + IDS_MUI_FILECHANGENOTIFY2 "The current file has been deleted. Save now?" + IDS_MUI_STICKYWINPOS "Sticky Window Position is enabled. Any new Notepad3 windows will use the current window placement settings." + IDS_MUI_SAVEDSETTINGS "The current program settings have been saved." + IDS_MUI_CREATEINI_FAIL "Error creating configuration file." + IDS_MUI_WRITEINI_FAIL "Error writing settings to configuration file." + IDS_MUI_SETTINGSNOTSAVED + "No existing configuration file was found.\nTo keep your style modifications, save settings now (F7) or go back to scheme configuration (Ctrl+F12) and export your styles." +END + +STRINGTABLE +BEGIN + IDS_MUI_RELOADSETTINGS "Activate saved settings by application relaunch?\n\n%s" + IDS_MUI_RELOADCFGSEX "On continuing w/o relaunch, saved settings are not applied and will be overridden by internal settings on program exit!" + IDS_MUI_EXPORT_FAIL "Error exporting style settings to ""%s""." + IDS_MUI_REGEX_INVALID "Error evaluating regular expression. Expression is invalid!" + IDS_MUI_DROP_NO_FILE "No valid filename retrieved.\nIf dropping from 32-bit application,\nplease drag and drop to Notepad3's tool bar." + IDS_MUI_URL_OPEN_FILE "\nAlt + Click to open the file." + IDS_MUI_URL_OPEN_BROWSER "\nCtrl + Click to open link in browser." + IDS_MUI_INF_PRSVFILEMODTM + "Preserving original File Modification Timestamp enabled.\nThis option will stay for this session!" +END + +STRINGTABLE +BEGIN + IDS_MUI_ASK_SAVE "Save changes to:\n""%s""?" + IDS_MUI_ASK_REVERT "Revert file to last saved state?" + IDS_MUI_ASK_RECODE "Recoding requires reloading file from disk, unsaved changes will be lost!" + IDS_MUI_ASK_CREATE """%s"" not found.\nWould you like to create this file?" + IDS_MUI_PRINT_HEADER "Filename, Current Date and Time|Filename, Current Date|Filename|Leave blank" + IDS_MUI_PRINT_FOOTER "Page Number|Leave blank" + IDS_MUI_PRINT_COLOR "Normal|Invert light (dark background)|Black on white|Colour on white|Colour on white (except line numbers)|Screen Colours" + IDS_MUI_PRINT_PAGENUM "Page %i" +END + +STRINGTABLE +BEGIN + IDS_MUI_PRINT_EMPTY "This document doesn't contain any text to be printed." + IDS_MUI_PRINT_ERROR "Error printing ""%s""!" + IDS_MUI_FAV_SUCCESS "A shortcut to the current file has been created in the favourites directory." + IDS_MUI_FAV_FAILURE "The shortcut to the current file could not be created.\nMake sure there's no other file with the same name." + IDS_MUI_READONLY_MODIFY "The attributes of ""%s"" could not be modified." + IDS_MUI_SAVEPOS "&Save Position\tCtrl+S" + IDS_MUI_RESETPOS "&Reset Position\tCtrl+R" + IDS_MUI_PREVIEW "&Preview Settings\tCtrl+P" + IDS_MUI_PASS_FAILURE "The Passphrase is incorrect.\nRetry another Passphrase?" + IDS_MUI_NOPASS "Decryption Cancelled!\nRead encrypted raw data?" + IDS_MUI_STY_BASESTD "BASE (Default Style):" + IDS_MUI_STY_BASE2ND "BASE (2nd Default Style):" + IDS_MUI_STY_LEXDEF "%s - Default Style:" + IDS_MUI_STY_LEXSTYLE "%s's Style:" + IDS_MUI_TITLE_RELBASE " +++ BASE (%s) +++" +END + +STRINGTABLE +BEGIN + IDS_MUI_TRANSL_AUTHOR "(pt-PT) Tradução em português por Lacn0755" + IDS_MUI_TITLE_FIXBASE " BASE (%s)" + IDS_MUI_TITLE_RELCUR " +++ %s: %s Style +++" + IDS_MUI_TITLE_FIXCUR " %s: %s Style" + IDS_MUI_TITLE_RELARB " +++ Style '%s' (%s) +++" + IDS_MUI_TITLE_FIXARB " Style '%s' (%s)" + IDS_MUI_ASSOCIATED_EXT "Associated filename extensions:" + IDS_MUI_EXAMPLE_TEXT "The quick brown fox jumps over the lazy dog, 0123456789." + IDS_MUI_ZERO_LEN_MATCH "^ Zero-Length Match" + IDS_MUI_GOTO_LINE "Line (1 - %ti):" + IDS_MUI_GOTO_COLUMN "Column (1 - %ti):" +END + +STRINGTABLE +BEGIN + IDS_MUI_MENU_LANGUAGE "&Language" + IDS_MUI_MENU_THEMES "&Scheme Collection" + IDM_THEMES_DEFAULT "Factory Default" + IDM_THEMES_FILE_ITEM "Standard Settings" + IDS_MUI_STATUSBAR_PREFIXES "Ln ,Col ,Sel ,Sb ,SLn ,Occ ,,,,,,,Ch ,Repl ,Eval ," + IDS_MUI_STATUSBAR_POSTFIXES ",,,,,,,,,,,,,,," +END + +STRINGTABLE +BEGIN +IDS_MUI_CMDLINEHELP "\ +Usage:\r\n\ +Notepad3 \t[/?] [...[Encoding]] [...[Line ending mode]] [/e] [/g] [/m] [/l]\r\n\ + \t[/q] [/s] [/d] [/h] [/x] [/c] [/b] [/n] [/r| [/p] [/t] [/i] [/o]\r\n\ + \t[/f] [/u] [/v] [/vd] [/y] [/z] [[drive:][path]filename[...]]\r\n\r\n\ +file\tMust be the last argument, no quoted spaces by default.\r\n\ ++\tAccept multiple file arguments (with quoted spaces).\r\n\ +-\tAccept single file argument (without quoted spaces).\r\n\r\n\ +Options:\r\n\ +/?\tDispay this help message.\r\n\ +...\tEncoding (/ansi, /unicode, /unicodebe, /utf8, /utf8sig).\r\n\ +...\tLine ending mode (/crlf, /cr, /lf).\r\n\ +/e\tFile source encoding.\r\n\ +/g\tJump to specified position (/g -1 end of file).\r\n\ +/m\tMatch specified text (/m- last, /mr regex, /mb backslash).\r\n\ +/l\tAuto-reload modified files.\r\n\ +/q\tForce creation of new files without prompt.\r\n\ +/s\tSelect specified syntax scheme.\r\n\ +/d\tSelect default text scheme.\r\n\ +/h\tSelect Web Source Code scheme.\r\n\ +/x\tSelect XML Document scheme.\r\n\ +/c\tOpen new window and paste clipboard contents.\r\n\ +/b\tOpen new paste board to collect clipboard entries.\r\n\ +/n\tAlways open a new window (/ns single file instance).\r\n\ +/r\tReuse window (/rs single file instance).\r\n\ +/p\tSet window position and size (/p0, /ps, /pf,l,t,r,b,m)\r\n\ +\tor /p ,,,, [all integers].\r\n\ +/t\tSet window title.\r\n\ +/i\tStart as tray icon.\r\n\ +/o\tKeep window on top.\r\n\ +/f\tSpecify ini-file (/f0 no ini-file).\r\n\ +/u\tLaunch with elevated privileges.\r\n\ +/v\tPrint file immediately and quit.\r\n\ +/vd\tPrint file (open printer dialog).\r\n\ +/y\tSearch environment PATH in case of relative filename.\r\n\ +/z\tSkip next (usable for registry-based Notepad replacement).\r\n\r\n\ +Examples:\r\n\ +Notepad3 /utf8sig /crlf d:\\temp\\Test.txt\r\n\ + \t... Open a new file: ""Test.txt"" Encoding=UTF-8-BOM, EoL=CRLF.\r\n\ +Notepad3 /v d:\\temp\\Test.txt\r\n\ + \t... Print the file: ""Test.txt"" immediately.\ +" + +IDS_MUI_STYLEEDIT_HELP "\ +Filename extensions must be separated by ';'\r\n\ +use \\; to define a filename matching pattern:\r\n\ + \\xyz$; => filenames(basename+ext) with 'xyz' as last chars.\r\n\r\n\ +Style format:\r\n\ +font:Name; size:[+/-]nn.mm; bold; italic; underline;\r\n\ +fore:#ffffff; back:#bbbbbb; eolfilled; indic_gradient\r\n\r\n\ +Style properties can be copied using copy and paste or drag and drop.\ +" + +END + +STRINGTABLE +BEGIN + +IDS_MUI_ABOUT_RTF_0 "{\ +\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fswiss\\fcharset0 Arial;}}\ +{\\colortbl ;\\red80\\green160\\blue80;}\ +\\tx3500\\tx7000\\fs18\ +\\cf0 \\fs20\\b1\\ul1 Development:\\ul0\\b0\\fs18\\par\ +" +IDS_MUI_ABOUT_RTF_1 "\ +\\cf0 \\fs20\\b1\\ul1 Contributors:\\ul0\\b0\\fs18\\par\ +" +IDS_MUI_ABOUT_RTF_2 "\ +\\cf0 \\fs20\\b1\\ul1 Open Source / Libraries:\\ul0\\b0\\fs18\\par\ +" +IDS_MUI_ABOUT_RTF_3 "\ +\\cf0 \\fs20\\b1\\ul1 Acknowledgments:\\ul0\\b0\\fs18\\par\ +" +IDS_MUI_ABOUT_RTF_4 "\ +\\cf0 \\fs20\\b1\\ul1 Resources:\\ul0\\b0\\fs18\\par\ +" +IDS_MUI_ABOUT_RTF_5 "\ +\\cf0 \\fs20\\b1\\ul1 Licences:\\ul0\\b0\\fs18\\par\ +" + +END + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/language/np3_pt_pt/targetver.h b/language/np3_pt_pt/targetver.h new file mode 100644 index 000000000..d23d18b81 --- /dev/null +++ b/language/np3_pt_pt/targetver.h @@ -0,0 +1,9 @@ +// encoding: UTF-8 +#pragma once + +// Durch Einbeziehen von"SDKDDKVer.h" wird die höchste verfügbare Windows-Plattform definiert. + +// Wenn Sie die Anwendung für eine frühere Windows-Plattform erstellen möchten, schließen Sie "WinSDKVer.h" ein, und +// legen Sie das _WIN32_WINNT-Makro auf die zu unterstützende Plattform fest, bevor Sie "SDKDDKVer.h" einschließen. + +#include diff --git a/language/np3_sv_se/dialogs_sv_se.rc b/language/np3_sv_se/dialogs_sv_se.rc index 062c2d928..ed59c8f62 100644 --- a/language/np3_sv_se/dialogs_sv_se.rc +++ b/language/np3_sv_se/dialogs_sv_se.rc @@ -377,7 +377,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSM CAPTION "Långa rader" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - LTEXT "&Multi edge-line pos:",IDC_STATIC,7,10,80,8 + LTEXT "Mulirads gränsposition:",IDC_STATIC,7,10,80,8 EDITTEXT IDC_MULTIEDGELINE,92,7,180,14,ES_AUTOHSCROLL CONTROL "Visa gränsrad.",IDC_SHOWEDGELINE,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,27,140,10 CONTROL "Ändra bakgrundsfärg.",IDC_BACKGRDCOLOR,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,38,140,10 diff --git a/minipath/language/mp_pt_br/strings_pt_br.rc b/minipath/language/mp_pt_br/strings_pt_br.rc index 2af7342c3..a27b430bd 100644 --- a/minipath/language/mp_pt_br/strings_pt_br.rc +++ b/minipath/language/mp_pt_br/strings_pt_br.rc @@ -132,7 +132,7 @@ BEGIN IDS_COPYMOVE "Select a destination directory." IDS_CREATELINK "Select a destination directory for the new link." IDS_SAVESETTINGS "Save Settings\nThe current program settings have been saved." - IDS_MUI_TRANSL_AUTHOR "(pt-BR) Tradução em português brasileiro por Vanderoleo" + IDS_MUI_TRANSL_AUTHOR "(pt-BR) Tradução em português brasileiro por fcgouveia" END diff --git a/minipath/language/mp_pt_pt/dialogs_pt_pt.rc b/minipath/language/mp_pt_pt/dialogs_pt_pt.rc new file mode 100644 index 000000000..cc4b5f66d --- /dev/null +++ b/minipath/language/mp_pt_pt/dialogs_pt_pt.rc @@ -0,0 +1,433 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_ABOUT DIALOGEX 0, 0, 227, 110 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "MiniPath" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + DEFPUSHBUTTON "OK",IDOK,170,90,50,14 + ICON IDI_MINIPATH,IDC_STATIC,7,7,48,48,SS_ICON|SS_REALSIZECONTROL,WS_EX_TRANSPARENT + LTEXT "",IDC_VERSION,65,7,175,12 + LTEXT "",IDC_COPYRIGHT,65,23,175,8 + LTEXT "",IDC_WEBPAGE2,65,26,175,8,NOT WS_VISIBLE | WS_DISABLED + CONTROL "",IDC_WEBPAGE,"SysLink",WS_TABSTOP,65,33,175,10 + LTEXT "",IDC_AUTHORNAME,65,51,116,8 + LTEXT "",IDC_EMAIL2,65,75,116,8,NOT WS_VISIBLE | WS_DISABLED + CONTROL "",IDC_EMAIL,"SysLink",WS_TABSTOP,65,61,116,10 + LTEXT "", IDC_TRANSL_AUTH, 65, 78, 200, 8 +END + +IDD_RUN DIALOGEX 0, 0, 224, 85 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Run" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + ICON IDI_RUN,IDC_STATIC,7,7,20,20 + LTEXT "Enter the name of an executable program file,\na folder or a document to open.",IDC_STATIC,35,7,188,17 + EDITTEXT IDC_COMMANDLINE,35,35,165,13,ES_AUTOHSCROLL + PUSHBUTTON "",IDC_SEARCHEXE,204,35,13,13 + DEFPUSHBUTTON "OK",IDOK,112,64,50,14 + PUSHBUTTON "Cancel",IDCANCEL,167,64,50,14 +END + +IDD_OPENWITH DIALOGEX 0, 0, 165, 129 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Open with..." +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + CONTROL "",IDC_OPENWITHDIR,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,69 + PUSHBUTTON "",IDC_GETOPENWITHDIR,7,83,13,13 + LTEXT "Click here to specify the directory with links to your favourite applications.",IDC_OPENWITHDESCR,26,83,132,18 + DEFPUSHBUTTON "OK",IDOK,52,108,50,14 + PUSHBUTTON "Cancel",IDCANCEL,108,108,50,14 + SCROLLBAR IDC_RESIZEGRIP3,7,112,10,10 +END + +IDD_GOTO DIALOGEX 0, 0, 224, 87 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Goto" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + ICON IDI_GOTO,IDC_STATIC,7,7,20,20 + LTEXT "Enter the name of a file or directory to open,\nor select a recently visited directory from the list.",IDC_STATIC,35,7,182,17 + COMBOBOX IDC_GOTO,35,35,182,126,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP + DEFPUSHBUTTON "OK",IDOK,112,66,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,167,66,50,14 + SCROLLBAR IDC_RESIZEGRIP,7,70,10,10 +END + +IDD_FILTER DIALOGEX 0, 0, 184, 79 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "File Filter" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "Specify a new file &filter. Separate multiple filters by ;",IDC_STATIC,7,7,170,8 + EDITTEXT IDC_FILTER,7,22,153,13,ES_AUTOHSCROLL + PUSHBUTTON "",IDC_BROWSEFILTER,164,22,13,13 + CONTROL "&Exclude files matching the filter.",IDC_NEGFILTER, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,40,118,10 + DEFPUSHBUTTON "OK",IDOK,72,58,50,14 + PUSHBUTTON "Cancel",IDCANCEL,127,58,50,14 +END + +IDD_RENAME DIALOGEX 0, 0, 172, 74 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Rename" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "Current:",IDC_STATIC,7,9,28,8 + EDITTEXT IDC_OLDNAME,39,7,126,13,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP + LTEXT "&New:",IDC_STATIC,7,26,18,8 + EDITTEXT IDC_NEWNAME,39,25,126,13,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,59,53,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,115,53,50,14 +END + +IDD_NEWDIR DIALOGEX 0, 0, 172, 66 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "New Directory" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "Enter the name for the new directory:",IDC_STATIC,7,7,158,8 + EDITTEXT IDC_NEWDIR,7,22,158,13,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,59,45,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,115,45,50,14 +END + +IDD_COPYMOVE DIALOGEX 0, 0, 230, 95 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Copy/Move" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "Source:",IDC_STATIC,7,7,26,8 + EDITTEXT IDC_SOURCE,7,18,216,13,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP + LTEXT "&Destination:",IDC_STATIC,7,37,40,8 + COMBOBOX IDC_DESTINATION,7,48,199,105,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP + PUSHBUTTON "",IDC_BROWSEDESTINATION,210,48,13,13 + LTEXT "Action:",IDC_STATIC,7,66,24,8 + CONTROL "&Copy",IDC_FUNCCOPY,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,35,66,40,10 + CONTROL "&Move",IDC_FUNCMOVE,"Button",BS_AUTORADIOBUTTON,35,78,40,10 + DEFPUSHBUTTON "OK",IDOK,117,74,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,173,74,50,14 + SCROLLBAR IDC_RESIZEGRIP2,7,78,10,10 +END + +IDPP_GENERAL DIALOGEX 0, 0, 225, 185 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "General" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + ICON IDI_OPTIONS,IDC_STATIC,10,10,20,20 + LTEXT "Specify general program settings for MiniPath.",IDC_STATIC,40,15,153,8 + CONTROL "&Allow only single mouse-click to open objects.",IDC_SINGLECLICK, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,46,161,10 + CONTROL "&Enable track selection.",IDC_TRACKSELECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,58,88,10 + CONTROL "Enable &full row selection.",IDC_FULLROWSELECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,70,95,10 + CONTROL "Always a&ctivate target window when a file is opened.",IDC_FOCUSEDIT, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,82,187,10 + CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,100,205,1 + CONTROL "&Keep MiniPath window always on top.",IDC_ALWAYSONTOP, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,109,140,10 + CONTROL "&Minimise to system tray (click to reactivate).",IDC_MINIMIZETOTRAY, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,121,157,10 + CONTROL "&Try to reuse existing window when MiniPath is started.",IDC_REUSEWINDOW, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,133,195,10 + CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,151,205,1 + CONTROL "&Save settings on exit.",IDC_SAVESETTINGS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,160,86,10 +END + +IDPP_ADVANCED DIALOGEX 0, 0, 225, 185 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Advanced" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + ICON IDI_OPTIONS2,IDC_STATIC,10,10,20,20 + LTEXT "Specify advanced program settings for MiniPath.",IDC_STATIC,40,15,160,8 + CONTROL "&Use startup directory:",IDC_STARTUPDIR,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,46,87,10 + CONTROL "Most &recently used.",IDC_GOTOMRU,"Button",BS_AUTORADIOBUTTON,100,46,79,10 + CONTROL """&Favourites"" folder.",IDC_GOTOFAV,"Button",BS_AUTORADIOBUTTON,100,58,75,10 + CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,76,205,1 + CONTROL "&Clear read-only attribute of saved files.",IDC_CLEARREADONLY, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,85,143,10 + CONTROL "Rename copied files on &name collisions.",IDC_RENAMEONCOLLISION, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,97,141,10 + CONTROL "&Move deleted files to the recycle bin.",IDC_USERECYCLEBIN, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,109,134,10 + CONTROL "&Don't confirm file delete (not recommended).",IDC_NOCONFIRMDELETE, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,121,159,10 + CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,139,205,1 + CONTROL "Enable ""&Esc"" key to...",IDC_ESCFUNCTION,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,148,85,10 + CONTROL "Minimise &window.",IDC_ESCMIN,"Button",BS_AUTORADIOBUTTON,100,148,71,10 + CONTROL "E&xit MiniPath.",IDC_ESCEXIT,"Button",BS_AUTORADIOBUTTON,100,160,63,10 +END + +IDPP_ITEMS DIALOGEX 0, 0, 225, 185 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Items" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + ICON IDI_ITEMS,IDC_STATIC,10,10,21,20 + LTEXT "Appearance of items in directory list.",IDC_STATIC,40,15,118,8 + GROUPBOX "Colours",IDC_STATIC,10,41,205,134 + LTEXT "Use this text colour when NO FILTER is set:",IDC_STATIC,20,54,136,8 + CONTROL "Default &windows colour.",IDC_COLOR_DEF1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,20,68,89,10 + CONTROL "Custom &colour:",IDC_COLOR_CUST1,"Button",BS_AUTORADIOBUTTON,20,82,60,10 + EDITTEXT IDC_COLOR_SAMP1,85,80,30,14,ES_AUTOHSCROLL | WS_DISABLED + PUSHBUTTON "Pick Colour...",IDC_COLOR_PICK1,119,80,50,14 + LTEXT "Use this text colour when a FILTER IS ACTIVE:",IDC_STATIC,20,105,146,8 + CONTROL "D&efault windows colour.",IDC_COLOR_DEF2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,20,119,89,10 + CONTROL "C&ustom colour:",IDC_COLOR_CUST2,"Button",BS_AUTORADIOBUTTON,20,133,60,10 + EDITTEXT IDC_COLOR_SAMP2,86,130,30,14,ES_AUTOHSCROLL | WS_DISABLED + PUSHBUTTON "Pick Colour...",IDC_COLOR_PICK2,120,130,50,14 +END + +IDPP_PROG DIALOGEX 0, 0, 226, 185 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Locations" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + ICON IDI_PROGS,IDC_STATIC,10,10,20,20 + LTEXT "Specify external programs and paths.",IDC_STATIC,40,15,122,8 + LTEXT "&Default ""Quick View"" program (Ctrl+Q):",IDC_STATIC,10,41,126,8 + EDITTEXT IDC_QUICKVIEW,10,52,191,13,ES_AUTOHSCROLL + PUSHBUTTON "",IDC_BROWSE_Q,203,52,13,13,BS_BITMAP + LTEXT "&Favourites Folder (F11):",IDC_STATIC,10,76,76,8 + EDITTEXT IDC_FAVORITES,10,87,191,13,ES_AUTOHSCROLL + PUSHBUTTON "",IDC_BROWSE_F,203,87,13,13,BS_BITMAP +END + +IDD_FINDTARGET DIALOGEX 0, 0, 271, 180 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Target Application" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + CONTROL "Don't use any specific target application, simply launch the selected file.",IDC_LAUNCH, + "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,245,10 + CONTROL "Use the following target application:",IDC_TARGET, + "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,21,131,10 + LTEXT "Specify the action if the target application is already running:",IDC_STATIC,7,64,196,8 + EDITTEXT IDC_TARGETPATH,20,35,225,14,ES_AUTOHSCROLL + PUSHBUTTON "",IDC_BROWSE,249,35,15,14,BS_BITMAP + LTEXT "Message:",IDC_STATIC,20,120,32,8 + CONTROL "None, run target application each time a file is opened.",IDC_ALWAYSRUN, + "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,78,191,10 + CONTROL "Send a file open message to target application window:",IDC_SENDDROPMSG, + "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,92,193,10 + CONTROL "Execute the following DDE command:",IDC_USEDDE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,106,135,10 + LTEXT "Application:",IDC_STATIC,128,120,38,8 + PUSHBUTTON "Find Window...",IDC_FINDWIN,204,91,60,14 + LTEXT "Topic:",IDC_STATIC,198,120,20,8 + EDITTEXT IDC_DDEMSG,20,130,104,14,ES_AUTOHSCROLL + EDITTEXT IDC_DDEAPP,128,130,66,14,ES_AUTOHSCROLL + EDITTEXT IDC_DDETOPIC,198,130,66,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,160,159,50,14 + PUSHBUTTON "Cancel",IDCANCEL,214,159,50,14 +END + +IDD_FINDWIN DIALOGEX 0, 0, 210, 85 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Find Window" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + ICON IDI_CROSS1,IDC_CROSSCURSOR,7,7,21,20,SS_CENTERIMAGE + LTEXT "Drag the crosshair over the window you would like to select as the new target, or press Esc to cancel.",IDC_STATIC,35,7,168,22 + EDITTEXT IDC_WINTITLE,35,35,168,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP + LTEXT "Window Class",IDC_WINCLASS,7,60,45,8,NOT WS_VISIBLE + LTEXT "Window Module",IDC_WINMODULE,7,70,51,8,NOT WS_VISIBLE + DEFPUSHBUTTON "OK",IDOK,99,64,50,14,WS_DISABLED + PUSHBUTTON "Cancel",IDCANCEL,153,64,50,14 +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_ABOUT, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 220 + VERTGUIDE, 45 + TOPMARGIN, 7 + BOTTOMMARGIN, 103 + END + + IDD_RUN, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 217 + TOPMARGIN, 7 + BOTTOMMARGIN, 78 + END + + IDD_OPENWITH, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 158 + TOPMARGIN, 7 + BOTTOMMARGIN, 122 + END + + IDD_GOTO, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 217 + TOPMARGIN, 7 + BOTTOMMARGIN, 80 + END + + IDD_FILTER, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 177 + TOPMARGIN, 7 + BOTTOMMARGIN, 71 + END + + IDD_RENAME, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 165 + TOPMARGIN, 7 + BOTTOMMARGIN, 67 + END + + IDD_NEWDIR, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 165 + TOPMARGIN, 7 + BOTTOMMARGIN, 59 + END + + IDD_COPYMOVE, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 223 + TOPMARGIN, 7 + BOTTOMMARGIN, 88 + END + + IDPP_GENERAL, DIALOG + BEGIN + LEFTMARGIN, 10 + RIGHTMARGIN, 215 + TOPMARGIN, 10 + BOTTOMMARGIN, 175 + END + + IDPP_ADVANCED, DIALOG + BEGIN + LEFTMARGIN, 10 + RIGHTMARGIN, 215 + TOPMARGIN, 10 + BOTTOMMARGIN, 175 + END + + IDPP_ITEMS, DIALOG + BEGIN + LEFTMARGIN, 10 + RIGHTMARGIN, 215 + TOPMARGIN, 10 + BOTTOMMARGIN, 175 + END + + IDPP_PROG, DIALOG + BEGIN + LEFTMARGIN, 10 + RIGHTMARGIN, 215 + TOPMARGIN, 10 + BOTTOMMARGIN, 175 + END + + IDD_FINDTARGET, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 264 + TOPMARGIN, 7 + BOTTOMMARGIN, 171 + END + + IDD_FINDWIN, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 203 + TOPMARGIN, 7 + BOTTOMMARGIN, 78 + END +END +#endif // APSTUDIO_INVOKED + + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/minipath/language/mp_pt_pt/dllmain.cpp b/minipath/language/mp_pt_pt/dllmain.cpp new file mode 100644 index 000000000..5c54661f1 --- /dev/null +++ b/minipath/language/mp_pt_pt/dllmain.cpp @@ -0,0 +1,23 @@ +// encoding: UTF-8 +// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung. +#include "stdafx.h" + +BOOL APIENTRY DllMain(HMODULE hModule, + DWORD ul_reason_for_call, + LPVOID lpReserved +) +{ + UNREFERENCED_PARAMETER(hModule); + UNREFERENCED_PARAMETER(lpReserved); + + switch (ul_reason_for_call) + { + case DLL_PROCESS_ATTACH: + case DLL_THREAD_ATTACH: + case DLL_THREAD_DETACH: + case DLL_PROCESS_DETACH: + break; + } + return TRUE; +} + diff --git a/minipath/language/mp_pt_pt/menu_pt_pt.rc b/minipath/language/mp_pt_pt/menu_pt_pt.rc new file mode 100644 index 000000000..c07bf49b5 --- /dev/null +++ b/minipath/language/mp_pt_pt/menu_pt_pt.rc @@ -0,0 +1,143 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Menu +// + +IDR_MAINWND MENU +BEGIN + POPUP "+" + BEGIN + MENUITEM "&Open", IDM_FILE_OPEN + MENUITEM "Open &w/ Alternate App...", IDM_FILE_OPENWITH + MENUITEM "&Quickview", IDM_FILE_QUICKVIEW + MENUITEM SEPARATOR + MENUITEM "&Copy Name", IDM_POP_COPYNAME + MENUITEM "Create Lin&k...", IDM_FILE_CREATELINK + MENUITEM "&Save As...", IDM_FILE_SAVEAS + MENUITEM "Copy/&Move...", IDM_FILE_COPYMOVE + MENUITEM "D&elete...", IDM_FILE_DELETE + MENUITEM "Re&name...", IDM_FILE_RENAME + MENUITEM SEPARATOR + MENUITEM "&Launch", IDM_FILE_LAUNCH + MENUITEM "&Run w/ Arguments...", IDM_FILE_RUN + MENUITEM SEPARATOR + MENUITEM "&Properties", IDM_FILE_PROPERTIES + END + POPUP "+" + BEGIN + MENUITEM "&New File...", IDM_FILE_NEW + MENUITEM "Ne&w Directory...", IDM_FILE_NEWDIR + MENUITEM SEPARATOR + MENUITEM "&File Filter...", IDM_VIEW_FILTER + MENUITEM "&Reset Filter", IDM_VIEW_FILTERALL + POPUP "&Show" + BEGIN + MENUITEM "&Directories", IDM_VIEW_FOLDERS + MENUITEM "&Files", IDM_VIEW_FILES + MENUITEM "&System Objects", IDM_VIEW_HIDDEN + END + POPUP "S&ort" + BEGIN + MENUITEM "by &Name", IDM_SORT_NAME + MENUITEM "by &Size", IDM_SORT_SIZE + MENUITEM "by &Type", IDM_SORT_TYPE + MENUITEM "by &Date", IDM_SORT_DATE + MENUITEM SEPARATOR + MENUITEM "&Reverse", IDM_SORT_REVERSE + END + MENUITEM SEPARATOR + MENUITEM "&Goto Favourites", IDM_VIEW_FAVORITES + MENUITEM "&Edit Favourites", IDM_VIEW_EDITFAVORITES + MENUITEM "&Directory...", IDM_FILE_CHANGEDIR + MENUITEM SEPARATOR + MENUITEM "Show Dri&ves", IDM_VIEW_DRIVEBOX + MENUITEM SEPARATOR + MENUITEM "S&ave Settings", IDM_VIEW_SAVESETTINGS + MENUITEM "Setup &Target...", IDM_VIEW_FINDTARGET + MENUITEM "O&ptions...", IDM_VIEW_OPTIONS + END + POPUP "+" + BEGIN + MENUITEM "&Directory...", IDM_FILE_CHANGEDIR + MENUITEM "Drive &Properties", IDM_FILE_DRIVEPROP + MENUITEM SEPARATOR + MENUITEM "Show Dri&ves", IDM_VIEW_DRIVEBOX + END + POPUP "+" + BEGIN + MENUITEM "Show &Toolbar", IDM_VIEW_TOOLBAR + MENUITEM "&Edit Toolbar...", IDM_VIEW_CUSTOMIZETB + MENUITEM "Show &Statusbar", IDM_VIEW_STATUSBAR + END + POPUP "+" + BEGIN + MENUITEM "Open MiniPath", IDM_TRAY_RESTORE + MENUITEM "Exit MiniPath", IDM_TRAY_EXIT + END +END + + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/minipath/language/mp_pt_pt/mp_pt_pt.cpp b/minipath/language/mp_pt_pt/mp_pt_pt.cpp new file mode 100644 index 000000000..6f426c20b --- /dev/null +++ b/minipath/language/mp_pt_pt/mp_pt_pt.cpp @@ -0,0 +1,7 @@ +// encoding: UTF-8 +// mp_en_gb.cpp: Definiert die exportierten Funktionen für die DLL-Anwendung. +// + +#include "stdafx.h" + + diff --git a/minipath/language/mp_pt_pt/mp_pt_pt.rc b/minipath/language/mp_pt_pt/mp_pt_pt.rc new file mode 100644 index 000000000..3acc3aaee --- /dev/null +++ b/minipath/language/mp_pt_pt/mp_pt_pt.rc @@ -0,0 +1,72 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "#include ""../common_res.rc""\r\n" + "#include ""menu_pt_pt.rc""\r\n" + "#include ""strings_pt_pt.rc""\r\n" + "#include ""dialogs_pt_pt.rc""\r\n" + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// +#include "../common_res.rc" +#include "menu_pt_pt.rc" +#include "strings_pt_pt.rc" +#include "dialogs_pt_pt.rc" + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/minipath/language/mp_pt_pt/mp_pt_pt.vcxproj b/minipath/language/mp_pt_pt/mp_pt_pt.vcxproj new file mode 100644 index 000000000..028ef8c9d --- /dev/null +++ b/minipath/language/mp_pt_pt/mp_pt_pt.vcxproj @@ -0,0 +1,264 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C} + Win32Proj + mpengb + 10.0.18362.0 + + + + DynamicLibrary + true + v141 + v142 + Unicode + + + DynamicLibrary + false + v141 + v142 + true + Unicode + + + DynamicLibrary + true + v141 + v142 + Unicode + + + DynamicLibrary + false + v141 + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + ..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\ + ..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\ + false + + + true + ..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\ + ..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\ + false + + + false + ..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\ + ..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\ + false + + + false + ..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\ + ..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\ + false + + + + Use + Level3 + Disabled + true + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + /utf-8 %(AdditionalOptions) + + + Windows + true + + + mkdir "$(TargetDir)..\pt-PT" + if exist "$(TargetDir)..\pt-PT\mplng.dll.mui" del /f /q "$(TargetDir)..\pt-PT\mplng.dll.mui" + if exist "$(TargetDir)$(TargetFileName).discard" del /f /q "$(TargetDir)$(TargetFileName).discard" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0816 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\pt-PT\mplng.dll.mui" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\pt-PT\mplng.dll.mui" + + MUI Split + + + 0x0816 + $(ProjectDir)..\..\res;%(AdditionalIncludeDirectories) + + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + /utf-8 %(AdditionalOptions) + + + Windows + true + + + mkdir "$(TargetDir)..\pt-PT" + if exist "$(TargetDir)..\pt-PT\mplng.dll.mui" del /f /q "$(TargetDir)..\pt-PT\mplng.dll.mui" + if exist "$(TargetDir)$(TargetFileName).discard" del /f /q "$(TargetDir)$(TargetFileName).discard" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0816 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\pt-PT\mplng.dll.mui" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\pt-PT\mplng.dll.mui" + + MUI Split + + + 0x0816 + $(ProjectDir)..\..\res;%(AdditionalIncludeDirectories) + + + + + Use + Level3 + MinSpace + true + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + AnySuitable + Size + /utf-8 %(AdditionalOptions) + + + Windows + true + true + true + + + mkdir "$(TargetDir)..\pt-PT" + if exist "$(TargetDir)..\pt-PT\mplng.dll.mui" del /f /q "$(TargetDir)..\pt-PT\mplng.dll.mui" + if exist "$(TargetDir)$(TargetFileName).discard" del /f /q "$(TargetDir)$(TargetFileName).discard" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0816 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\pt-PT\mplng.dll.mui" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\pt-PT\mplng.dll.mui" + + MUI Split + + + 0x0816 + $(ProjectDir)..\..\res;%(AdditionalIncludeDirectories) + + + + + Use + Level3 + MinSpace + true + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + AnySuitable + Size + /utf-8 %(AdditionalOptions) + + + Windows + true + true + true + + + mkdir "$(TargetDir)..\pt-PT" + if exist "$(TargetDir)..\pt-PT\mplng.dll.mui" del /f /q "$(TargetDir)..\pt-PT\mplng.dll.mui" + if exist "$(TargetDir)$(TargetFileName).discard" del /f /q "$(TargetDir)$(TargetFileName).discard" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0816 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\pt-PT\mplng.dll.mui" + "$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\$(PlatformShortName)\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\pt-PT\mplng.dll.mui" + + MUI Split + + + 0x0816 + $(ProjectDir)..\..\res;%(AdditionalIncludeDirectories) + + + + + + + + + + + + Create + Create + Create + Create + + + + + true + true + true + true + + + true + true + true + true + + + + true + true + true + true + + + + + + \ No newline at end of file diff --git a/minipath/language/mp_pt_pt/mp_pt_pt.vcxproj.filters b/minipath/language/mp_pt_pt/mp_pt_pt.vcxproj.filters new file mode 100644 index 000000000..5a28ff5de --- /dev/null +++ b/minipath/language/mp_pt_pt/mp_pt_pt.vcxproj.filters @@ -0,0 +1,53 @@ + + + + + {492E8CEF-3C45-418D-95C9-EBAE0CB0DC04} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {347668C9-72BA-408E-B57B-8DF229275D9A} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {77E2E0E3-C32B-478A-AFD1-AB8B4C5D11AD} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/minipath/language/mp_pt_pt/resource.h b/minipath/language/mp_pt_pt/resource.h new file mode 100644 index 000000000..d2a1be918 --- /dev/null +++ b/minipath/language/mp_pt_pt/resource.h @@ -0,0 +1,22 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by mp_en_gb.rc +// +#ifndef _WIN32_WINNT +#define _WIN32_WINNT 0x601 /*_WIN32_WINNT_WIN7*/ +#endif +#ifndef WINVER +#define WINVER 0x601 /*_WIN32_WINNT_WIN7*/ +#endif + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NO_MFC 1 +#define _APS_NEXT_RESOURCE_VALUE 0 +#define _APS_NEXT_COMMAND_VALUE 0 +#define _APS_NEXT_CONTROL_VALUE 0 +#define _APS_NEXT_SYMED_VALUE 0 +#endif +#endif diff --git a/minipath/language/mp_pt_pt/stdafx.cpp b/minipath/language/mp_pt_pt/stdafx.cpp new file mode 100644 index 000000000..ae3e5a5d6 --- /dev/null +++ b/minipath/language/mp_pt_pt/stdafx.cpp @@ -0,0 +1,9 @@ +// encoding: UTF-8 +// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. +// mp_en_gb.pch ist der vorkompilierte Header. +// stdafx.obj enthält die vorkompilierten Typinformationen. + +#include "stdafx.h" + +// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H +// und nicht in dieser Datei erforderlich sind. diff --git a/minipath/language/mp_pt_pt/stdafx.h b/minipath/language/mp_pt_pt/stdafx.h new file mode 100644 index 000000000..cbd4e615c --- /dev/null +++ b/minipath/language/mp_pt_pt/stdafx.h @@ -0,0 +1,17 @@ +// encoding: UTF-8 +// stdafx.h: Includedatei für Standardsystem-Includedateien +// oder häufig verwendete projektspezifische Includedateien, +// die nur in unregelmäßigen Abständen geändert werden. +// + +#pragma once + +#include "targetver.h" + +#define WIN32_LEAN_AND_MEAN // Selten verwendete Komponenten aus Windows-Headern ausschließen +// Windows-Headerdateien: +#include + + + +// TODO: Hier auf zusätzliche Header, die das Programm erfordert, verweisen. diff --git a/minipath/language/mp_pt_pt/strings_pt_pt.rc b/minipath/language/mp_pt_pt/strings_pt_pt.rc new file mode 100644 index 000000000..8e25d8eda --- /dev/null +++ b/minipath/language/mp_pt_pt/strings_pt_pt.rc @@ -0,0 +1,152 @@ +// Microsoft Visual C++ generated resource script. +// encoding: UTF-8 +#pragma code_page(65001) // UTF-8 +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winresrc.h" +#include "../common_res.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Portuguese (Portugal) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTG) +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE +#pragma code_page(65001) // UTF-8 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winresrc.h""\r\n" + "#include ""../common_res.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN + IDT_HISTORY_BACK "Back" + IDT_HISTORY_FORWARD "Forward" + IDT_UPDIR "Upper Directory" + IDT_ROOT "Root Directory" + IDT_VIEW_FAVORITES "Favourites" + IDT_FILE_PREV "Previous File" + IDT_FILE_NEXT "Next File" + IDT_FILE_RUN "Run" + IDT_FILE_QUICKVIEW "Quickview" + IDT_FILE_SAVEAS "Save As" + IDT_FILE_COPYMOVE "Copy/Move" + IDT_FILE_DELETE "Delete" + IDT_FILE_DELETE2 "Delete (No Recycle)" + IDT_VIEW_FILTER "Filter" +END + +STRINGTABLE +BEGIN + IDS_APPTITLE "MiniPath" + IDS_NUMFILES "%s Object(s)" + IDS_NUMFILES2 "%s Object(s) | Filter" + IDS_SAVEFILE "Saving ""%s""..." + IDS_OPEN_FILE_WITH "Open with %s" +END + +STRINGTABLE +BEGIN + IDS_ERR_CD "Directory Access Error\nNo access to specified directory.\nCheck the disk or the network connection." + IDS_ERR_FILE "File Access Error\nNo access to ""%s"".\nThe file may be used by another application.\nCheck the disk or the network connection." + IDS_ERR_NEW "File Access Error\nFile could not be created.\nCheck the disk or the network connection." + IDS_ERR_NEWDIR "Directory Access Error\nDirectory could not be created.\nCheck the disk or the network connection." + IDS_ERR_SAVEAS1 "File Save Error\nError saving ""%s"".\nProbably an already existing file is write-protected." + IDS_ERR_SAVEAS2 "File Save Error\nError removing read-only attribute of saved file." + IDS_ERR_CMDLINE "MiniPath\nError accessing file or directory specified in command line." + IDS_ERR_STARTUPDIR "MiniPath\nNo access to startup directory." + IDS_ERR_DROP1 "MiniPath\nNo access to dropped file or directory." + IDS_ERR_DROP2 "MiniPath\nOnly a single file or directory can be dropped at a time." + IDS_ERR_FAVORITES "Favourites\nNo access to ""Favourites"" folder.\nSpecify a valid directory in the ""Options"" dialog box." + IDS_ERR_LNK_GETPATH "Link Error\nNo valid filesystem-path available for linked object.\nProbably the link doesn't refer to a file or directory." + IDS_ERR_LNK_NOACCESS "Link Error\nNo access to filesystem-path of linked object.\nCheck the disk or the network connection." + IDS_ERR_CREATELINK "Link Error\nError creating the specified link.\nProbably the destination directory is write-protected." + IDS_ERR_FILTER "File Filter Error\nNo additional filters specified.\nPlease refer to the MiniPath readme file for more information." + IDS_ERR_PREVWINDISABLED "MiniPath\nExisting MiniPath window is busy or has an active dialog box.\nDo you want to open another MiniPath window?" +END + +STRINGTABLE +BEGIN + IDS_ERR_TARGETDISABLED "MiniPath\nExisting target window is busy or has an active dialog box.\nWould you like to open a new window?" + IDS_ERR_INVALIDTARGET "MiniPath\nPlease make sure all the required fields are completed.\nYou will also have to find a target window if the appropriate option is enabled." + IDS_ERR_INIOPEN "MiniPath\nNo access to MiniPath configuration file." + IDS_ERR_INICREATE "Save Settings\nError creating configuration file." + IDS_ERR_INIWRITE "Save Settings\nSettings not saved!\nNo write access to configuration file." +END + +STRINGTABLE +BEGIN + IDS_SEARCHEXE "Find Executable" + IDS_GETQUICKVIEWER "Find Quickview" + IDS_GETTARGET "Find Editor" + IDS_NEWFILE "New File" + IDS_FILTER_ALL "All files (*.*)\n*.*\n" + IDS_FILTER_EXE "Executable files (*.exe;*.com;*.bat;*.lnk;*.pif)\n*.exe;*.com;*.bat;*.lnk;*.pif\nAll files (*.*)\n*.*\n" + IDS_GETDIRECTORY "Select a new directory." + IDS_FAVORITES "Specify the ""Favourites"" directory." +END + +STRINGTABLE +BEGIN + SC_ALWAYSONTOP "&Keep on Top" + SC_ABOUT "&Info..." +END + +STRINGTABLE +BEGIN + IDS_OPENWITH "Select the directory with links to your favourite applications." + IDS_COPYMOVE "Select a destination directory." + IDS_CREATELINK "Select a destination directory for the new link." + IDS_SAVESETTINGS "Save Settings\nThe current program settings have been saved." + IDS_MUI_TRANSL_AUTHOR "(pt-PT) Tradução em português por Lacn0755" +END + + +#endif // Portuguese (Portugal) resources +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/minipath/language/mp_pt_pt/targetver.h b/minipath/language/mp_pt_pt/targetver.h new file mode 100644 index 000000000..d23d18b81 --- /dev/null +++ b/minipath/language/mp_pt_pt/targetver.h @@ -0,0 +1,9 @@ +// encoding: UTF-8 +#pragma once + +// Durch Einbeziehen von"SDKDDKVer.h" wird die höchste verfügbare Windows-Plattform definiert. + +// Wenn Sie die Anwendung für eine frühere Windows-Plattform erstellen möchten, schließen Sie "WinSDKVer.h" ein, und +// legen Sie das _WIN32_WINNT-Makro auf die zu unterstützende Plattform fest, bevor Sie "SDKDDKVer.h" einschließen. + +#include diff --git a/minipath/src/minipath.c b/minipath/src/minipath.c index efbea59bc..393b7a66c 100644 --- a/minipath/src/minipath.c +++ b/minipath/src/minipath.c @@ -123,7 +123,7 @@ HMODULE g_hLngResContainer = NULL; WCHAR g_tchPrefLngLocName[LOCALE_NAME_MAX_LENGTH + 1]; LANGID g_iPrefLANGID = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US); // 'en-US' internal default -static WCHAR* const g_tchAvailableLanguages = L"af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pl-PL pt-BR ru-RU sk-SK sv-SE tr-TR zh-CN"; +static WCHAR* const g_tchAvailableLanguages = L"af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pl-PL pt-BR pt-PT ru-RU sk-SK sv-SE tr-TR zh-CN"; //============================================================================= diff --git a/np3portableapp/build_np3portableapp.cmd b/np3portableapp/build_np3portableapp.cmd index 8eaeecf97..bebf447b1 100644 --- a/np3portableapp/build_np3portableapp.cmd +++ b/np3portableapp/build_np3portableapp.cmd @@ -31,7 +31,7 @@ chcp 65001 >nul 2>&1 :: ==================================================================================================================== -set NP3_LANGUAGE_SET=af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pl-PL pt-BR ru-RU sk-SK sv-SE tr-TR zh-CN +set NP3_LANGUAGE_SET=af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pl-PL pt-BR pt-PT ru-RU sk-SK sv-SE tr-TR zh-CN :: ==================================================================================================================== diff --git a/other_sln/Notepad3DLL.sln b/other_sln/Notepad3DLL.sln index 2ee9e38fc..38c8f5206 100644 --- a/other_sln/Notepad3DLL.sln +++ b/other_sln/Notepad3DLL.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.28606.126 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", "..\.nuget", "{D32CB10B-1891-471D-B780-5445BC67C1E2}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D32CB10B-1891-471D-B780-5445BC67C1E2}" ProjectSection(SolutionItems) = preProject .nuget\NuGet.Config = .nuget\NuGet.Config .nuget\NuGet.exe = .nuget\NuGet.exe @@ -20,6 +20,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Notepad3", "..\src\Notepad3 {0FA07345-601B-474E-99C0-7E61E70DA72E} = {0FA07345-601B-474E-99C0-7E61E70DA72E} {C8E80B4C-C0FD-4119-A05A-AB372A61007F} = {C8E80B4C-C0FD-4119-A05A-AB372A61007F} {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF} = {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF} + {B7C9135A-C4AA-4A85-B361-B610B442B57C} = {B7C9135A-C4AA-4A85-B361-B610B442B57C} {15428F5A-16F1-4DA5-9F12-0411183E3DC0} = {15428F5A-16F1-4DA5-9F12-0411183E3DC0} {9B31015C-CB08-4B4B-A957-313A93F862F5} = {9B31015C-CB08-4B4B-A957-313A93F862F5} {EC255B64-2C2F-4CB6-9D40-4542893FE5E6} = {EC255B64-2C2F-4CB6-9D40-4542893FE5E6} @@ -43,6 +44,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minipath", "..\minipath\min {954B9D26-1735-4674-8279-FF2C44E4258B} = {954B9D26-1735-4674-8279-FF2C44E4258B} {6503214A-CE25-45B5-84BB-61EEFB35D1A9} = {6503214A-CE25-45B5-84BB-61EEFB35D1A9} {DA372A4B-7AE0-4C50-97B7-49D5FF953325} = {DA372A4B-7AE0-4C50-97B7-49D5FF953325} + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C} = {8CA91C67-2C5E-4983-8EA1-AF4675211A2C} {3E19AA6A-0935-4320-962A-C1E9378B387C} = {3E19AA6A-0935-4320-962A-C1E9378B387C} {18CD506D-5596-4B58-B868-57FAAC657C6B} = {18CD506D-5596-4B58-B868-57FAAC657C6B} {73B1A06D-F536-4F39-80AA-798A1E8023DE} = {73B1A06D-F536-4F39-80AA-798A1E8023DE} @@ -265,7 +267,17 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_sk_sk", "..\language\np {9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78} EndProjectSection EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "grepWinNP3", "..\grepWinNP3", "{3F7359FE-EC69-42E8-BB21-7E59D622D57D}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "grepWinNP3", "grepWinNP3", "{3F7359FE-EC69-42E8-BB21-7E59D622D57D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_pt_pt", "..\language\np3_pt_pt\np3_pt_pt.vcxproj", "{B7C9135A-C4AA-4A85-B361-B610B442B57C}" + ProjectSection(ProjectDependencies) = postProject + {9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_pt_pt", "..\minipath\language\mp_pt_pt\mp_pt_pt.vcxproj", "{8CA91C67-2C5E-4983-8EA1-AF4675211A2C}" + ProjectSection(ProjectDependencies) = postProject + {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -615,6 +627,22 @@ Global {8BB7B168-FC6D-463A-BBE4-FA595BDD5753}.Release|Win32.Build.0 = Release|Win32 {8BB7B168-FC6D-463A-BBE4-FA595BDD5753}.Release|x64.ActiveCfg = Release|x64 {8BB7B168-FC6D-463A-BBE4-FA595BDD5753}.Release|x64.Build.0 = Release|x64 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Debug|Win32.ActiveCfg = Debug|Win32 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Debug|Win32.Build.0 = Debug|Win32 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Debug|x64.ActiveCfg = Debug|x64 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Debug|x64.Build.0 = Debug|x64 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Release|Win32.ActiveCfg = Release|Win32 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Release|Win32.Build.0 = Release|Win32 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Release|x64.ActiveCfg = Release|x64 + {B7C9135A-C4AA-4A85-B361-B610B442B57C}.Release|x64.Build.0 = Release|x64 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Debug|Win32.ActiveCfg = Debug|Win32 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Debug|Win32.Build.0 = Debug|Win32 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Debug|x64.ActiveCfg = Debug|x64 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Debug|x64.Build.0 = Debug|x64 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Release|Win32.ActiveCfg = Release|Win32 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Release|Win32.Build.0 = Release|Win32 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Release|x64.ActiveCfg = Release|x64 + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -665,6 +693,8 @@ Global {07C218D7-D510-4D63-95E8-F661F62ED418} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2} {8346318F-632A-4514-AAD7-A93593759823} = {8FD783D5-8709-432D-A88E-6E3073AFF220} {8BB7B168-FC6D-463A-BBE4-FA595BDD5753} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2} + {B7C9135A-C4AA-4A85-B361-B610B442B57C} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2} + {8CA91C67-2C5E-4983-8EA1-AF4675211A2C} = {8FD783D5-8709-432D-A88E-6E3073AFF220} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {C0B8FE68-ECBC-4173-9027-E1EC2C9B5BDF} diff --git a/src/MuiLanguage.c b/src/MuiLanguage.c index 830525f7f..5661dc010 100644 --- a/src/MuiLanguage.c +++ b/src/MuiLanguage.c @@ -49,6 +49,7 @@ MUILANGUAGE MUI_LanguageDLLs[] = { IDS_MUI_LANG_NL_NL, L"nl-NL", L"Nederlands (Nederland)\t\t\t[%s]", MAKELANGID(LANG_DUTCH, SUBLANG_DUTCH), false, false }, { IDS_MUI_LANG_PL_PL, L"pl-PL", L"Polski (Polska)\t\t\t[%s]", MAKELANGID(LANG_POLISH, SUBLANG_POLISH_POLAND), false, false }, { IDS_MUI_LANG_PT_BR, L"pt-BR", L"Português (Brasil)\t\t\t[%s]", MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN), false, false }, + { IDS_MUI_LANG_PT_PT, L"pt-PT", L"Português (Portugal)\t\t\t[%s]", MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE), false, false }, { IDS_MUI_LANG_RU_RU, L"ru-RU", L"Русский (Pоссия)\t\t\t[%s]", MAKELANGID(LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA), false, false }, { IDS_MUI_LANG_SK_SK, L"sk-SK", L"Slovenčina (Slovensko)\t\t\t[%s]", MAKELANGID(LANG_SLOVAK, SUBLANG_SLOVAK_SLOVAKIA), false, false }, { IDS_MUI_LANG_SV_SE, L"sv-SE", L"Svenska (Sverige)\t\t\t[%s]", MAKELANGID(LANG_SWEDISH, SUBLANG_SWEDISH), false, false }, @@ -77,6 +78,7 @@ grepWinLng_t grepWinLangResName[] = { MAKELANGID(LANG_DUTCH, SUBLANG_DUTCH), L".\\lng\\gwLng\\Nederlands (Nederland) [nl-NL].lang"}, { MAKELANGID(LANG_POLISH, SUBLANG_POLISH_POLAND), L".\\lng\\gwLng\\Polski (Polska)Polski [pl-PL].lang"}, { MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN), L".\\lng\\gwLng\\Português (Brasil) [pt-BR].lang"}, + { MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE), L".\\lng\\gwLng\\Português (Portugal) [pt-PT].lang"}, { MAKELANGID(LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA), L".\\lng\\gwLng\\Русский (Pоссия) [ru-RU].lang"}, { MAKELANGID(LANG_SLOVAK, SUBLANG_SLOVAK_SLOVAKIA), L".\\lng\\gwLng\\Slovenčina (Slovensko) [sk-SK].lang"}, { MAKELANGID(LANG_SWEDISH, SUBLANG_SWEDISH), L".\\lng\\gwLng\\Svenska (Sverige) [sv-SE].lang"},