-
Notifications
You must be signed in to change notification settings - Fork 16
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
44 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,22 @@ | ||
[Main] | ||
ID_APP_NAME=Name | ||
ID_APP_PATH=Path | ||
ID_SEARCH=Search... | ||
ID_ADD=Add | ||
ID_ADD_FILTER_NAME=Applications | ||
ID_REMOVE=Remove | ||
ID_CHECK=Check | ||
ID_FIREWALL=Firewall | ||
ID_EXIT=Exit | ||
ID_RULE_SUCCESSFULLY_CREATED=Rule for application "%s" successfully created | ||
ID_RULE_ALREADY_EXISTS=Rule for app "%s" already exists | ||
ID_RULE_SUCCESSFULLY_REMOVED=Rule for application "%s" successfully removed | ||
ID_CHOOSE_RULE=Choose rule | ||
ID_RULES_SUCCESSFULLY_CREATED=Rules successfully created: | ||
ID_FAILED_CREATE_RULES=Failed to create rules | ||
ID_REMOVED_RULES_FOR_NONEXISTENT_APPS=Removed rules for nonexistent applications: | ||
ID_RULES_FOR_NONEXISTENT_APPS_NOT_FOUND=Rules for nonexistent applications not found | ||
|
||
;About | ||
ID_ABOUT_TITLE=About... | ||
ID_LAST_UPDATE=Last update: |
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,22 @@ | ||
[Main] | ||
ID_APP_NAME=Название | ||
ID_APP_PATH=Расположение | ||
ID_SEARCH=Поиск... | ||
ID_ADD=Добавить | ||
ID_ADD_FILTER_NAME=Приложения | ||
ID_REMOVE=Удалить | ||
ID_CHECK=Проверить | ||
ID_FIREWALL=Брандмауэр | ||
ID_EXIT=Выход | ||
ID_RULE_SUCCESSFULLY_CREATED=Правило для приложения "%s" успешно создано | ||
ID_RULE_ALREADY_EXISTS=Правило для приложения "%s" уже существует | ||
ID_RULE_SUCCESSFULLY_REMOVED=Правило для приложения "%s" успешно удалено | ||
ID_CHOOSE_RULE=Выберите правило | ||
ID_RULES_SUCCESSFULLY_CREATED=Правил успешно создано: | ||
ID_FAILED_CREATE_RULES=Не удалось создать правила | ||
ID_REMOVED_RULES_FOR_NONEXISTENT_APPS=Удалено правил для несуществующих приложений: | ||
ID_RULES_FOR_NONEXISTENT_APPS_NOT_FOUND=Правил для несуществующих приложений не найдено | ||
|
||
;About | ||
ID_ABOUT_TITLE=О программе... | ||
ID_LAST_UPDATE=Последнее обновление: |