Skip to content

Commit

Permalink
Merge pull request #11 from ololx/develop
Browse files Browse the repository at this point in the history
Rename menu items
  • Loading branch information
ololx authored Oct 5, 2021
2 parents 76fb1eb + 3415368 commit 1d9be79
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
*/

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions";
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Actions with symlinks";

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions";
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Actions with hard links";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders";
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create hard links for selected files and folders";

/* Class = "NSMenuItem"; */
"COPY_PATH_ACTION_NAME" = "Copy path ftom here";
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Refactor application.

## [0.10.2] - 2021-10-05

### Changed

- Change the menu item names for hard link actions - replace `alias` to `hard link`.

## [0.10.1] - 2021-10-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Quick Symlink is a `Finder extension` which provides a `contextual menu item` for the symbolic links creation on macOS.

[![status](https://img.shields.io/badge/status-active-active?style=flat-square)](BADGES_GUIDE.md#status) [![version](https://img.shields.io/badge/version-0.10.1-informational?style=flat-square)](BADGES_GUIDE.md#version) [![oss lifecycle](https://img.shields.io/badge/oss_lifecycle-active-important?style=flat-square)](BADGES_GUIDE.md#oss-lifecycle) [![maintenance](https://img.shields.io/badge/maintenance-yes-informational?style=flat-square)](BADGES_GUIDE.md#maintenance) [![last release](https://img.shields.io/badge/last_release-October_05,_2021-informational?style=flat-square)](BADGES_GUIDE.md#release-date) [![last commit](https://img.shields.io/badge/last_commit-October_05,_2021-informational?style=flat-square)](BADGES_GUIDE.md#commit-date)
[![status](https://img.shields.io/badge/status-active-active?style=flat-square)](BADGES_GUIDE.md#status) [![version](https://img.shields.io/badge/version-0.10.2-informational?style=flat-square)](BADGES_GUIDE.md#version) [![oss lifecycle](https://img.shields.io/badge/oss_lifecycle-active-important?style=flat-square)](BADGES_GUIDE.md#oss-lifecycle) [![maintenance](https://img.shields.io/badge/maintenance-yes-informational?style=flat-square)](BADGES_GUIDE.md#maintenance) [![last release](https://img.shields.io/badge/last_release-October_05,_2021-informational?style=flat-square)](BADGES_GUIDE.md#release-date) [![last commit](https://img.shields.io/badge/last_commit-October_05,_2021-informational?style=flat-square)](BADGES_GUIDE.md#commit-date)

[![license](https://img.shields.io/badge/license-MIT-informational?style=flat-square)](LICENSE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-square)](CODE_OF_CONDUCT.md)

Expand Down
6 changes: 3 additions & 3 deletions en-GB.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
*/

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions";
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Actions with symlinks";

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions";
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Actions with hard links";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders";
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create hard links for selected files and folders";

/* Class = "NSMenuItem"; */
"COPY_PATH_ACTION_NAME" = "Copy path ftom here";
Expand Down
6 changes: 3 additions & 3 deletions en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
*/

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions";
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Actions with symlinks";

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions";
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Actions with hard links";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders";
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create hard links for selected files and folders";

/* Class = "NSMenuItem"; */
"COPY_PATH_ACTION_NAME" = "Copy path ftom here";
Expand Down
2 changes: 1 addition & 1 deletion quick-symlink/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.10.1</string>
<string>0.10.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать символьные ссылки для выбранных файлов и папок";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Действия с псевдонимами";
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Действия с жесткими ссылками";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать псевдонимы для выбранных файлов и папок";
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать жесткие ссылки для выбранных файлов и папок";

/* Class = "NSMenuItem"; */
"COPY_PATH_ACTION_NAME" = "Скопировать путь отсюда";
Expand Down

0 comments on commit 1d9be79

Please sign in to comment.