mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-14 12:48:27 +10:00
* Fix stdafx include * Fix basic handling of "Games" folder on Windows10 RS4 (#10) This does the following: - Sets the default state to hidden - Skips the Games folder when searching This does not: - Hide the dead menu entry. I do not currently know how to actively change the user preference setting to forcefully hide it. * Add basic Visual Studio gitignore * Add specific entries to gitignore * Do not set default menu to Win7 on RS4 (#10) * Rename "PC Settings" to "Settings" (#12) * Create distinction between modern and legacy settings in search results * Add more build artifacts to gitignore * Add default paths for toolset and build all languages * Fix several memsize, memtype and nullpointer issues * create trunk branch containing all changes * set fallback and next version to 4.3.2, set resource fallback value to allow loading in IDE * add generated en-US.dll to gitignore * Don't echo script contents, add disabled "git clean -dfx" to build fresh * Initial re-branding work (#21) * Create copy of __MakeFinal to build all languages (Use this file when releasing new versions) * Move the registry key IvoSoft->Passionate-Coder (#21) * Change company/mfg name IvoSoft->Passionate-Coder (#21) * Update some leftover copyright dates (#21) * Fix accidental copy-paste breaking MakeFinal scripts * Fix invalid company name for Wix and change registry keys to match the new string (#21) * Update more copyright and legal text (#21) * Update RTF files format (Wordpad generated those) (#21) * update license text in RTF files (#21) We lost the blue link text in the installer page. Will have to manually re-color all the links later.
34 lines
3.9 KiB
XML
34 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<WixLocalization Culture="fa-IR" Codepage="1256" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
<String Id="Error32bit" Overridable="yes">این برنامه نصب فقط برای نسخههای 32 بیتی ویندوز است. برای ویندوز 64 بیتی باید ClassicStartSetup64 را اجرا کنید.</String>
|
|
<String Id="ErrorWin7" Overridable="yes">Classic Start روی ویندوز 7 یا بالاتر نصب میشود.</String>
|
|
<String Id="ErrorNewVersion" Overridable="yes">هماکنون نسخهی جدیدتری از [ProductName] نصب شده است. برنامه نصب پایان میپذیرد.</String>
|
|
<String Id="ExplorerTitle" Overridable="yes">کاوشگر کلاسیک</String>
|
|
<String Id="ExplorerDesc" Overridable="yes">کاوشگر کلاسیک نوار ابزاری را به کاوشگر ویندوز اضافه میکند، رابط کاربری کپی را جایگزین میکند و ایراداتی را تعمیر میکند.</String>
|
|
<String Id="StartMenuTitle" Overridable="yes">منوی شروع کلاسیک</String>
|
|
<String Id="StartMenuDesc" Overridable="yes">منوی شروع کلاسیک جایگزینی برای منوی شروع ویندوز است که میتوانید آن را به دلخواه تنظیم کنید.</String>
|
|
<String Id="IETitle" Overridable="yes">کاوشگر اینترنت کلاسیک</String>
|
|
<String Id="IEDesc" Overridable="yes">کاوشگر اینترنت کلاسیک امکان تغییر دادن نوار عنوان و نوار وضعیت کاوشگر اینترنت (Internet Explorer) را در اختیار شما میگذارد.</String>
|
|
<String Id="UpdateTitle" Overridable="yes">بهروزرسان Classic Start</String>
|
|
<String Id="UpdateDesc" Overridable="yes">بهروزرسان Classic Start به صورت دورهای وجود نسخههای جدید برنامه را بررسی میکند.</String>
|
|
<String Id="HelpDesc" Overridable="yes">مشاهده مستندات Classic Start</String>
|
|
<String Id="ReadmeDesc" Overridable="yes">مشاهده معرفی Classic Start</String>
|
|
<String Id="ExplorerSettingsDesc" Overridable="yes">تغییر تنظیمات کاوشگر کلاسیک</String>
|
|
<String Id="StartSettingsDesc" Overridable="yes">تغییر تنظیمات منوی شروع کلاسیک</String>
|
|
<String Id="IESettingsDesc" Overridable="yes">تغییر تنظیمات نوار عنوان و وضعیت کاوشگر اینترنت</String>
|
|
<String Id="UpdateSettingsDesc" Overridable="yes">تغییر تنظیمات بهروزرسان Classic Start</String>
|
|
<String Id="StartMenuFolder" Overridable="yes">ایجاد پوشه در منوی شروع</String>
|
|
<String Id="WebLink" Overridable="yes">وبسایت Classic Start</String>
|
|
<String Id="DonateLink" Overridable="yes">به Classic Start هدیه بدهید</String>
|
|
<String Id="FacebookLink" Overridable="yes">ما در فیسبوک</String>
|
|
<String Id="ViewReadme" Overridable="yes">مشاهده پرونده «مرا بخوان»</String>
|
|
<String Id="HelpItem" Overridable="yes">راهنمای Classic Start</String>
|
|
<String Id="ReadmeItem" Overridable="yes">پرونده «مرا بخوان» Classic Start</String>
|
|
<String Id="UpdateItem" Overridable="yes">بهروزرسانی Classic Start</String>
|
|
<String Id="ExplorerItem" Overridable="yes">تنظیمات کاوشگر کلاسیک</String>
|
|
<String Id="StartMenuItem" Overridable="yes">تنظیمات منوی شروع کلاسیک</String>
|
|
<String Id="IEItem" Overridable="yes">تنظیمات کاوشگر اینترنت کلاسیک</String>
|
|
<String Id="StartScreenDesc" Overridable="yes">صفحه شروع را باز کن</String>
|
|
<String Id="ClassicStartDesc" Overridable="yes">Classic Start محجموعهای از قابلیتهای توسعهیافته برای ویندوز است</String>
|
|
</WixLocalization>
|