Skip to content

Commit

Permalink
Fix bug #47033 / Fix msi jump list localization (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
heatray authored Jul 20, 2023
1 parent 4e20647 commit 03e3a95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion win-linux/package/windows/DesktopEditors.aip
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<ROW Property="DeUpdateSvc_ServiceName" Value="ONLYOFFICE Update Service"/>
<ROW Property="GALLERY" Value="1" Type="4" ValueLocId="-"/>
<ROW Property="GALLERY_SHORTCUT_NAME" Value="Gallery"/>
<ROW Property="JUMP_LIST_ARG" Value="New_document New_spreadsheet New_presentation New_form_template"/>
<ROW Property="MANUFACTURER_INSTALL_FOLDER" Value="ONLYOFFICE"/>
<ROW Property="MEDIA_SHORTCUT_NAME" Value="Media"/>
<ROW Property="MSIFASTINSTALL" MultiBuildValue="MsiBuild64:7#MsiBuild32:7"/>
Expand Down Expand Up @@ -818,7 +819,7 @@
<ROW Action="AI_SHOW_LOG" Type="65" Source="aicustact.dll" Target="LaunchLogFile" WithoutSeq="true"/>
<ROW Action="AI_STORE_LOCATION" Type="51" Source="ARPINSTALLLOCATION" Target="[APPDIR]"/>
<ROW Action="AI_VerifyPrereq" Type="1" Source="Prereq.dll" Target="VerifyPrereq"/>
<ROW Action="CreateJumpList" Type="210" Source="DesktopEditors.exe" Target="--create-jump-list"/>
<ROW Action="CreateJumpList" Type="210" Source="DesktopEditors.exe" Target="--create-jump-list [JUMP_LIST_ARG]"/>
<ROW Action="RemoveJumpList" Type="210" Source="DesktopEditors.exe" Target="--remove-jump-list"/>
<ROW Action="SET_APPDIR" Type="307" Source="APPDIR" Target="[ProgramFilesFolder][Manufacturer]\[ProductName]" MultiBuildTarget="MsiBuild64:[ProgramFiles64Folder][MANUFACTURER_INSTALL_FOLDER]\[PRODUCT_INSTALL_FOLDER]#MsiBuild32:[ProgramFilesFolder][MANUFACTURER_INSTALL_FOLDER]\[PRODUCT_INSTALL_FOLDER]"/>
<ROW Action="SET_SHORTCUTDIR" Type="307" Source="SHORTCUTDIR" Target="[ProgramMenuFolder][SHORTCUT_FOLDER_NAME]"/>
Expand Down
11 changes: 11 additions & 0 deletions win-linux/package/windows/dictionary.ail
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,17 @@
<STRING lang="ru" value="Gallery"/>
<STRING lang="sl" value="Gallery"/>
</ENTRY>
<ENTRY id="Property.JUMP_LIST_ARG">
<STRING lang="cs" value="Nový_dokument Nový_sešit Nová_prezentace Nová_šablona_formuláře"/>
<STRING lang="de" value="Neues_Dokument Neue_Tabelle Neue_Präsentation Neue_Formularvorlage"/>
<STRING lang="es" value="Nuevo_Documento Nueva_Hoja_de_Cálculo Nueva_Presentación Nueva_plantilla_de_formulario"/>
<STRING lang="fr" value="Nouveau_document Nouvelle_feuille_de_calcul Nouvelle_présentation Nouveau_modèle_de_formulaire"/>
<STRING lang="ja" value="新しいドキュメント 新しいスプレッドシート 新しいプレゼンテーション 新しいフォームテンプレート"/>
<STRING lang="pt" value=""/>
<STRING lang="pt_BR" value="Novo_Documento Nova_planilha Nova_apresentação Novo_Formulário_Mestre"/>
<STRING lang="ru" value="Новый_документ Новая_таблица Новая_презентация Новый_шаблон_формы"/>
<STRING lang="sl" value="Nov_dokument Nova_razpredelnica Nova_predstavitev Nova_predloga_za_obrazec"/>
</ENTRY>
<ENTRY id="Property.Manufacturer">
<STRING lang="cs" value="Ascensio System SIA"/>
<STRING lang="de" value="Ascensio System SIA"/>
Expand Down

0 comments on commit 03e3a95

Please sign in to comment.