This commit is contained in:
Yurt Page 2025-05-10 16:46:08 +02:00 committed by GitHub
commit 492ffc7cc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 56 additions and 1 deletions

View file

@ -1,10 +1,12 @@
<!--
This file contains the declaration of all the localizable strings.
Change the Culture and Codepage to appropriate values. Unicode is not supported.
-->
<WixLocalization Culture="en-us" Codepage="1252"
xmlns="http://wixtoolset.org/schemas/v4/wxl">
<!-- Same as codepage above -->
<String Id="SummaryCodepage" Value="1252" />
<!-- Language Code ID (LCID) see https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a -->
<String Id="ProductLanguage" Value="1033" />
<!-- General strings -->

View file

@ -0,0 +1,53 @@
<WixLocalization Culture="ru-ru" Codepage="1252"
xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="SummaryCodepage" Value="1251" />
<String Id="ProductLanguage" Value="1049" />
<!-- General strings -->
<String Id="DowngradeError" Value="Âåðñèÿ íîâåå [ProductName] óæå óñòàíîâëåíà." />
<String Id="AR_Comment" Value="RustDesk" />
<String Id="F_App" Value="RustDesk" />
<String Id="F_App_Desc" Value="RustDesk - Óñòàíîâêè ãëàâíûõ ïðîãðàìì." />
<String Id="SC_Uninstall" Value="Óäàëèòü RustDesk" />
<String Id="SC_Uninstall_Desc" Value="Óäàëÿåò RustDesk èëè åãî ÷àñòè èç ýòîãî êîìïüþòåðà" />
<!-- Client related strings -->
<String Id="F_Client" Value="Êëèåíò" />
<String Id="F_Client_Desc" Value="Èíòåðôåéñ ïîëüçîâàòåëÿ. Ïðîèãðûâàåò ìåäèà ôàéëû." />
<String Id="F_Client_Plugins" Value="Äîïîëíåíèÿ" />
<String Id="F_Client_Plugins_Desc" Value="Ïëàãèíû äëÿ êëèåíòà." />
<String Id="F_LAVFilters" Value="Ôèëüòðû LAV" />
<String Id="F_LAVFilters_Desc" Value="Ðåêîìåíäóåìûå ôèëüòðû DirectShow äëÿ ëó÷øåãî âîñïðîèçâåäåíèÿ àóäèî è âèäåî." />
<String Id="SC_Client" Value="RustDesk" />
<String Id="SC_Client_Desc" Value="Çàïóñòèòü RustDesk." />
<String Id="SC_Client_Tray" Value="Òðýé RustDesk" />
<String Id="SC_Client_Tray_Desc" Value="Çàïóñêàòü RustDesk â ñèñòåìíîì òðýå." />
<!-- Server related strings -->
<String Id="F_Server" Value="Ñåðâåð" />
<String Id="F_Server_Desc" Value="Ýòîò ñåðâåð ÷àñòü îò RustDesk. Ïðåäîñòàâëÿåò MediaLibrary è äðóãèå ñëóæáû." />
<String Id="F_Server_Plugins" Value="Äîïîëíåíèÿ" />
<String Id="F_Server_Plugins_Desc" Value="Ïëàãèíû äëÿ ñåðâåðà." />
<String Id="Service_DisplayName" Value="Ñëóæáà RustDesk" />
<String Id="Service_Description" Value="Ýòîò ñåðâèñ çàïóñêàåò Ñåðâåð RustDesk." />
<!-- Launch Conditions -->
<String Id="LC_OS" Value="[ProductName] òðåáóåò ìèíèìóì Windows 7 / 2008 R2 êàê îïåðàöèîííóþ ñèñòåìó." />
<String Id="LC_ADMIN" Value="Âàì íóæíî áûòü àäìèíèñòðàòîðîì ÷òîáû óñòàíîâèòü [ProductName]." />
<!-- User Interfaces -->
<String Id="AnotherAppDialogTitle" Value="Îòìåíèòü óñòàíîâêó." />
<String Id="AnotherAppDialogDescription" Value="Ïðèëîæåíèå óñòàíîâëåíî ñàìîñòîÿòåëüíî âðó÷íóþ, ïîæàëóéñòà, óäàëèòå åãî ñíà÷àëà." />
<String Id="MyInstallDirDlgDesktopShortcuts" Value="Ñîçäàòü ÿðëûê íà ýêðàíå" />
<String Id="MyInstallDirDlgStartMenuShortcuts" Value="Äîáàâèòü ÿðëûêè â ìåíþ «Ïóñê»" />
<String Id="MyInstallDirDlgPrinter" Value="Óñòàíîâèòü Ïðèíòåð RustDesk" />
</WixLocalization>