forked from xupefei/Locale-Emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<Strings> | ||
<RunDefault>Запустить с профилем приложения</RunDefault> | ||
<Submenu>Эмулятор локали</Submenu> | ||
<ManageApp>Изменить профиль приложения</ManageApp> | ||
<ManageAll>Изменить общий список профилей</ManageAll> | ||
</Strings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:system="clr-namespace:System;assembly=mscorlib"> | ||
<FontFamily x:Key="UIFont">Segoe UI</FontFamily> | ||
<system:String x:Key="EnterArgument">Аргументы вводить здесь (если есть)</system:String> | ||
<system:String x:Key="Save">Сохранить</system:String> | ||
<system:String x:Key="Shortcut">Создать ярлык</system:String> | ||
<system:String x:Key="Cancel">Отмена</system:String> | ||
<system:String x:Key="SaveAs">Сохранить как ...</system:String> | ||
<system:String x:Key="SaveAsInstruction">Имя нового профиля:</system:String> | ||
<system:String x:Key="Delete">Удалить</system:String> | ||
<system:String x:Key="ConfirmDel">Уверены, что хотите удалить этот профиль?</system:String> | ||
<system:String x:Key="Location">Местоположение</system:String> | ||
<system:String x:Key="LocationSettings">Настройки местоположения</system:String> | ||
<system:String x:Key="TimezoneSettings">Настройки временной зоны</system:String> | ||
<system:String x:Key="Timezone">Временная зона</system:String> | ||
<system:String x:Key="DebugOptions">Дополнительные настройки</system:String> | ||
<system:String x:Key="AsAdmin">Запуск от имени администратора</system:String> | ||
<system:String x:Key="RedirectRegistry">Включить переадресацию реестра</system:String> | ||
<system:String x:Key="WithCREATESUSPENDED">Создать процесс с CREATE__SUSPENDED</system:String> | ||
<system:String x:Key="Miscellaneous">Разное</system:String> | ||
<system:String x:Key="ShowInMainMenu">Показать этот профиль в главном меню</system:String> | ||
</ResourceDictionary> |