Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #83940 #84414

Merged
merged 10 commits into from
Nov 12, 2019
4 changes: 2 additions & 2 deletions build/win32/code.iss
Original file line number Diff line number Diff line change
Expand Up @@ -957,10 +957,10 @@ Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\Applications\{#ExeBas
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\Applications\{#ExeBasename}.exe\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\resources\app\resources\win32\default.ico"
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\Applications\{#ExeBasename}.exe\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#ExeBasename}.exe"" ""%1"""

Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\*\shell\{#RegValueName}"; ValueType: expandsz; ValueName: ""; ValueData: "Open w&ith {#ShellNameShort}"; Tasks: addcontextmenufiles; Flags: uninsdeletekey
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\*\shell\{#RegValueName}"; ValueType: expandsz; ValueName: ""; ValueData: "{cm:OpenWithCodeContextMenu, {#ShellNameShort}}"; Tasks: addcontextmenufiles; Flags: uninsdeletekey
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\*\shell\{#RegValueName}"; ValueType: expandsz; ValueName: "Icon"; ValueData: "{app}\{#ExeBasename}.exe"; Tasks: addcontextmenufiles
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\*\shell\{#RegValueName}\command"; ValueType: expandsz; ValueName: ""; ValueData: """{app}\{#ExeBasename}.exe"" ""%1"""; Tasks: addcontextmenufiles
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\directory\shell\{#RegValueName}"; ValueType: expandsz; ValueName: ""; ValueData: "Open w&ith {#ShellNameShort}"; Tasks: addcontextmenufolders; Flags: uninsdeletekey
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\directory\shell\{#RegValueName}"; ValueType: expandsz; ValueName: ""; ValueData: "{cm:OpenWithCodeContextMenu, {#ShellNameShort}}"; Tasks: addcontextmenufolders; Flags: uninsdeletekey
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\directory\shell\{#RegValueName}"; ValueType: expandsz; ValueName: "Icon"; ValueData: "{app}\{#ExeBasename}.exe"; Tasks: addcontextmenufolders
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\directory\shell\{#RegValueName}\command"; ValueType: expandsz; ValueName: ""; ValueData: """{app}\{#ExeBasename}.exe"" ""%V"""; Tasks: addcontextmenufolders
Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\directory\background\shell\{#RegValueName}"; ValueType: expandsz; ValueName: ""; ValueData: "Open w&ith {#ShellNameShort}"; Tasks: addcontextmenufolders; Flags: uninsdeletekey
Expand Down
13 changes: 7 additions & 6 deletions build/win32/i18n/messages.de.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
hadzhiyski marked this conversation as resolved.
Show resolved Hide resolved
AddContextMenuFiles=Aktion "Mit %1 �ffnen" dem Dateikontextmen� von Windows-Explorer hinzuf�gen
AddContextMenuFolders=Aktion "Mit %1 �ffnen" dem Verzeichniskontextmen� von Windows-Explorer hinzuf�gen
AssociateWithFiles=%1 als Editor f�r unterst�tzte Dateitypen registrieren
AddToPath=Zu PATH hinzuf�gen (nach dem Neustart verf�gbar)
RunAfter=%1 nach der Installation ausf�hren
AddContextMenuFiles=Aktion "Mit %1 öffnen" dem Dateikontextmenü von Windows-Explorer hinzufügen
AddContextMenuFolders=Aktion "Mit %1 öffnen" dem Verzeichniskontextmenü von Windows-Explorer hinzufügen
AssociateWithFiles=%1 als Editor für unterstützte Dateitypen registrieren
AddToPath=Zu PATH hinzufügen (nach dem Neustart verfügbar)
RunAfter=%1 nach der Installation ausführen
Other=Andere:
SourceFile=%1-Quelldatei
SourceFile=%1-Quelldatei
OpenWithCodeContextMenu=Mit %1 öffnen
3 changes: 2 additions & 1 deletion build/win32/i18n/messages.en.isl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ AssociateWithFiles=Register %1 as an editor for supported file types
AddToPath=Add to PATH (requires shell restart)
RunAfter=Run %1 after installation
Other=Other:
SourceFile=%1 Source File
SourceFile=%1 Source File
OpenWithCodeContextMenu=Open with %1
11 changes: 6 additions & 5 deletions build/win32/i18n/messages.es.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles=Agregar la acci�n "Abrir con %1" al men� contextual de archivo del Explorador de Windows
AddContextMenuFolders=Agregar la acci�n "Abrir con %1" al men� contextual de directorio del Explorador de Windows
AddContextMenuFiles=Agregar la acción "Abrir con %1" al menú contextual de archivo del Explorador de Windows
AddContextMenuFolders=Agregar la acción "Abrir con %1" al menú contextual de directorio del Explorador de Windows
AssociateWithFiles=Registrar %1 como editor para tipos de archivo admitidos
AddToPath=Agregar a PATH (disponible despu�s de reiniciar)
RunAfter=Ejecutar %1 despu�s de la instalaci�n
AddToPath=Agregar a PATH (disponible después de reiniciar)
RunAfter=Ejecutar %1 después de la instalación
Other=Otros:
SourceFile=Archivo de origen %1
SourceFile=Archivo de origen %1
OpenWithCodeContextMenu=Abrir con %1
13 changes: 7 additions & 6 deletions build/win32/i18n/messages.fr.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles=Ajouter l'action "Ouvrir avec %1" au menu contextuel de fichier de l'Explorateur Windows
AddContextMenuFolders=Ajouter l'action "Ouvrir avec %1" au menu contextuel de r�pertoire de l'Explorateur Windows
AssociateWithFiles=Inscrire %1 en tant qu'�diteur pour les types de fichier pris en charge
AddToPath=Ajouter � PATH (disponible apr�s le red�marrage)
RunAfter=Ex�cuter %1 apr�s l'installation
Other=Autre�:
SourceFile=Fichier source %1
AddContextMenuFolders=Ajouter l'action "Ouvrir avec %1" au menu contextuel de répertoire de l'Explorateur Windows
AssociateWithFiles=Inscrire %1 en tant qu'éditeur pour les types de fichier pris en charge
AddToPath=Ajouter à PATH (disponible après le redémarrage)
RunAfter=Exécuter %1 après l'installation
Other=Autre :
SourceFile=Fichier source %1
OpenWithCodeContextMenu=Ouvrir avec %1
15 changes: 8 additions & 7 deletions build/win32/i18n/messages.hu.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles="Megnyit�s a k�vetkez�vel: %1" parancs hozz�ad�sa a f�jlok helyi men�j�hez a Windows Int�z�ben
AddContextMenuFolders="Megnyit�s a k�vetkez�vel: %1" parancs hozz�ad�sa a mapp�k helyi men�j�hez a Windows Int�z�ben
AssociateWithFiles=%1 regisztr�l�sa szerkeszt�k�nt a t�mogatott f�jlt�pusokhoz
AddToPath=Hozz�ad�s a PATH-hoz (�jraind�t�s ut�n lesz el�rhet�)
RunAfter=%1 ind�t�sa a telep�t�s ut�n
Other=Egy�b:
SourceFile=%1 forr�sf�jl
AddContextMenuFiles="Megnyitás a következővel: %1" parancs hozzáadása a fájlok helyi menüjéhez a Windows Intézőben
AddContextMenuFolders="Megnyitás a következővel: %1" parancs hozzáadása a mappák helyi menüjéhez a Windows Intézőben
AssociateWithFiles=%1 regisztrálása szerkesztőként a támogatott fájltípusokhoz
AddToPath=Hozzáadás a PATH-hoz (újraindítás után lesz elérhető)
RunAfter=%1 indítása a telepítés után
Other=Egyéb:
SourceFile=%1 forrásfájl
OpenWithCodeContextMenu=Megnyitás a következővel: %1
3 changes: 2 additions & 1 deletion build/win32/i18n/messages.it.isl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ AssociateWithFiles=Registra %1 come editor per i tipi di file supportati
AddToPath=Aggiungi a PATH (disponibile dopo il riavvio)
RunAfter=Esegui %1 dopo l'installazione
Other=Altro:
SourceFile=File di origine %1
SourceFile=File di origine %1
OpenWithCodeContextMenu=Apri con %1
15 changes: 8 additions & 7 deletions build/win32/i18n/messages.ja.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles=�G�N�X�v���[���[�̃t�@�C�� �R���e�L�X�g ���j���[�� [%1 �ŊJ��] �A�N�V������lj�����
AddContextMenuFolders=�G�N�X�v���[���[�̃f�B���N�g�� �R���e�L�X�g ���j���[�� [%1 �ŊJ��] �A�N�V������lj�����
AssociateWithFiles=�T�|�[�g����Ă���t�@�C���̎�ނ̃G�f�B�^�[�Ƃ��āA%1 ��o�^����
AddToPath=PATH �ւ̒lj��i�ċN����Ɏg�p�”\�j
RunAfter=�C���X�g�[����� %1 �����s����
Other=���̑�:
SourceFile=%1 �\�[�X �t�@�C��
AddContextMenuFiles=エクスプローラーのファイル コンテキスト メニューに [%1 で開く] アクションを追加する
AddContextMenuFolders=エクスプローラーのディレクトリ コンテキスト メニューに [%1 で開く] アクションを追加する
AssociateWithFiles=サポートされているファイルの種類のエディターとして、%1 を登録する
AddToPath=PATH への追加(再起動後に使用可能)
RunAfter=インストール後に %1 を実行する
Other=その他:
SourceFile=%1 ソース ファイル
OpenWithCodeContextMenu=%1 で開く
15 changes: 8 additions & 7 deletions build/win32/i18n/messages.ko.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles="%1(��)�� ����" �۾��� Windows Ž���� ������ ��Ȳ�� �´� �޴��� �߰�
AddContextMenuFolders="%1(��)�� ����" �۾��� Windows Ž���� ���͸��� ��Ȳ�� �´� �޴��� �߰�
AssociateWithFiles=%1��(��) �����Ǵ� ���� ���Ŀ� ���� ������� ����մϴ�.
AddToPath=PATH�� �߰�(�ٽ� ������ �� ��� ����)
RunAfter=��ġ �� %1 ����
Other=��Ÿ:
SourceFile=%1 ���� ����
AddContextMenuFiles="%1(으)로 열기" 작업을 Windows 탐색기 파일의 상황에 맞는 메뉴에 추가
AddContextMenuFolders="%1(으)로 열기" 작업을 Windows 탐색기 디렉터리의 상황에 맞는 메뉴에 추가
AssociateWithFiles=%1을(를) 지원되는 파일 형식에 대한 편집기로 등록합니다.
AddToPath=PATH에 추가(다시 시작한 후 사용 가능)
RunAfter=설치 후 %1 실행
Other=기타:
SourceFile=%1 원본 파일
OpenWithCodeContextMenu=%1(으)로 열기
11 changes: 6 additions & 5 deletions build/win32/i18n/messages.pt-br.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles=Adicione a a��o "Abrir com %1" ao menu de contexto de arquivo do Windows Explorer
AddContextMenuFolders=Adicione a a��o "Abrir com %1" ao menu de contexto de diret�rio do Windows Explorer
AddContextMenuFiles=Adicione a ação "Abrir com %1" ao menu de contexto de arquivo do Windows Explorer
AddContextMenuFolders=Adicione a ação "Abrir com %1" ao menu de contexto de diretório do Windows Explorer
AssociateWithFiles=Registre %1 como um editor para tipos de arquivos suportados
AddToPath=Adicione em PATH (dispon�vel ap�s reiniciar)
RunAfter=Executar %1 ap�s a instala��o
AddToPath=Adicione em PATH (disponível após reiniciar)
RunAfter=Executar %1 após a instalação
Other=Outros:
SourceFile=Arquivo Fonte %1
SourceFile=Arquivo Fonte %1
OpenWithCodeContextMenu=Abrir com %1
15 changes: 8 additions & 7 deletions build/win32/i18n/messages.ru.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles=�������� �������� "������� � ������� %1" � ����������� ���� ����� ���������� Windows
AddContextMenuFolders=�������� �������� "������� � ������� %1" � ����������� ���� �������� ����������
AssociateWithFiles=���������������� %1 � �������� ��������� ��� �������������� ����� ������
AddToPath=�������� � PATH (�������� ����� ������������)
RunAfter=��������� %1 ����� ���������
Other=������:
SourceFile=�������� ���� %1
AddContextMenuFiles=Добавить действие "Открыть с помощью %1" в контекстное меню файла проводника Windows
AddContextMenuFolders=Добавить действие "Открыть с помощью %1" в контекстное меню каталога проводника
AssociateWithFiles=Зарегистрировать %1 в качестве редактора для поддерживаемых типов файлов
AddToPath=Добавить в PATH (доступно после перезагрузки)
RunAfter=Запустить %1 после установки
Other=Другое:
SourceFile=Исходный файл %1
OpenWithCodeContextMenu=Открыть с помощью %1
15 changes: 8 additions & 7 deletions build/win32/i18n/messages.tr.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles=Windows Gezgini ba�lam men�s�ne "%1 �le A�" eylemini ekle
AddContextMenuFolders=Windows Gezgini dizin ba�lam men�s�ne "%1 �le A�" eylemini ekle
AssociateWithFiles=%1 uygulamas�n� desteklenen dosya t�rleri i�in bir d�zenleyici olarak kay�t et
AddToPath=PATH'e ekle (yeniden ba�latt�ktan sonra kullan�labilir)
RunAfter=Kurulumdan sonra %1 uygulamas�n� �al��t�r.
Other=Di�er:
SourceFile=%1 Kaynak Dosyas�
AddContextMenuFiles=Windows Gezgini bağlam menüsüne "%1 İle Aç" eylemini ekle
AddContextMenuFolders=Windows Gezgini dizin bağlam menüsüne "%1 İle Aç" eylemini ekle
AssociateWithFiles=%1 uygulamasını desteklenen dosya türleri için bir düzenleyici olarak kayıt et
AddToPath=PATH'e ekle (yeniden başlattıktan sonra kullanılabilir)
RunAfter=Kurulumdan sonra %1 uygulamasını çalıştır.
Other=Diğer:
SourceFile=%1 Kaynak Dosyası
OpenWithCodeContextMenu=%1 İle Aç
15 changes: 8 additions & 7 deletions build/win32/i18n/messages.zh-cn.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles=����ͨ�� %1 �򿪡��������ӵ� Windows ��Դ�������ļ������IJ˵�
AddContextMenuFolders=����ͨ�� %1 �򿪡��������ӵ� Windows ��Դ������Ŀ¼�����IJ˵�
AssociateWithFiles=�� %1 ע��Ϊ��֧�ֵ��ļ����͵ı༭��
AddToPath=���ӵ� PATH (��������Ч)
RunAfter=��װ������ %1
Other=����:
SourceFile=%1 Դ�ļ�
AddContextMenuFiles=将“通过 %1 打开”操作添加到 Windows 资源管理器文件上下文菜单
AddContextMenuFolders=将“通过 %1 打开”操作添加到 Windows 资源管理器目录上下文菜单
AssociateWithFiles=将 %1 注册为受支持的文件类型的编辑器
AddToPath=添加到 PATH (重启后生效)
RunAfter=安装后运行 %1
Other=其他:
SourceFile=%1 源文件
OpenWithCodeContextMenu=通过 %1 打开
15 changes: 8 additions & 7 deletions build/win32/i18n/messages.zh-tw.isl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[CustomMessages]
AddContextMenuFiles=�N [�H %1 �}��] �ʧ@�[�J Windows �ɮ��`���ɮת��ާ@�\�����
AddContextMenuFolders=�N [�H %1 �}��] �ʧ@�[�J Windows �ɮ��`�ޥؿ����ާ@�\�����
AssociateWithFiles=�w��䴩���ɮ������N %1 ���U���s�边
AddToPath=�[�J PATH �� (���s�Ұʫ�ͮ�)
RunAfter=�w�˫���� %1
Other=��L:
SourceFile=%1 �ӷ��ɮ�
AddContextMenuFiles=將 [以 %1 開啟] 動作加入 Windows 檔案總管檔案的操作功能表中
AddContextMenuFolders=將 [以 %1 開啟] 動作加入 Windows 檔案總管目錄的操作功能表中
AssociateWithFiles=針對支援的檔案類型將 %1 註冊為編輯器
AddToPath=加入 PATH 中 (重新啟動後生效)
RunAfter=安裝後執行 %1
Other=其他:
SourceFile=%1 來源檔案
OpenWithCodeContextMenu=以 %1 開啟