diff options
author | Teddy Wing | 2023-08-23 00:39:18 +0200 |
---|---|---|
committer | Teddy Wing | 2023-08-23 00:39:18 +0200 |
commit | 10ba80e2d2c39d90411484b823255afa44c94583 (patch) | |
tree | 275919020ce4fe11030bc285926ca32133394a2d /Internationalization/en.lproj | |
parent | a657304b4ae6d346d884a237ad6633a518e747cd (diff) | |
download | Base-Windowed-Application-10ba80e2d2c39d90411484b823255afa44c94583.tar.bz2 |
MainMenu: Add localisation for menu items containing application name
Don't think concatenating is the right approach here, but good enough
for now.
Diffstat (limited to 'Internationalization/en.lproj')
-rw-r--r-- | Internationalization/en.lproj/Localizable.strings | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Internationalization/en.lproj/Localizable.strings b/Internationalization/en.lproj/Localizable.strings index a15d107..be3d2bf 100644 --- a/Internationalization/en.lproj/Localizable.strings +++ b/Internationalization/en.lproj/Localizable.strings @@ -7,6 +7,9 @@ /* Right to Left menu item. */ "\tRight to Left" = "\tRight to Left"; +/* About menu item. */ +"About" = "About"; + /* Align Left menu item. */ "Align Left" = "Align Left"; @@ -91,6 +94,9 @@ /* Help menu title. */ "Help" = "Help"; +/* Hide menu item. */ +"Hide" = "Hide"; + /* Hide Others menu item. */ "Hide Others" = "Hide Others"; @@ -139,6 +145,9 @@ /* Print… menu item. */ "Print…" = "Print…"; +/* Quit menu item. */ +"Quit" = "Quit"; + /* Redo menu item. */ "Redo" = "Redo"; |