From 55e28973d1614b9bf988de917c18422b93267aeb Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 23 Feb 2023 18:25:33 -0800 Subject: [PATCH] Main Menu: Add new Lyrics item to strings tables Add item to strings tables for translations of the menu item. English is already done as the base language, awaiting Spanish at least, will await Polish and Russian when the respective translators get to it. Signed-off-by: Christopher Snowhill --- en.lproj/MainMenu.strings | 3 +++ es.lproj/MainMenu.strings | 3 +++ pl.lproj/MainMenu.strings | 3 +++ ru.lproj/MainMenu.strings | 3 +++ 4 files changed, 12 insertions(+) diff --git a/en.lproj/MainMenu.strings b/en.lproj/MainMenu.strings index 0b05b588b..5f22b9366 100644 --- a/en.lproj/MainMenu.strings +++ b/en.lproj/MainMenu.strings @@ -802,3 +802,6 @@ /* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */ "3A3-9o-Gh9.title" = "Codec"; + +/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */ +"Tkb-7M-OiA.title" = "Show Lyrics"; diff --git a/es.lproj/MainMenu.strings b/es.lproj/MainMenu.strings index 75774f058..0ce3cbc6a 100644 --- a/es.lproj/MainMenu.strings +++ b/es.lproj/MainMenu.strings @@ -802,3 +802,6 @@ /* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */ "3A3-9o-Gh9.title" = "Códec"; + +/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */ +"Tkb-7M-OiA.title" = "Show Lyrics"; diff --git a/pl.lproj/MainMenu.strings b/pl.lproj/MainMenu.strings index 0e8143a3c..22d4b494c 100644 --- a/pl.lproj/MainMenu.strings +++ b/pl.lproj/MainMenu.strings @@ -602,3 +602,6 @@ /* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */ "3A3-9o-Gh9.title" = "kodek"; + +/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */ +"Tkb-7M-OiA.title" = "Show Lyrics"; diff --git a/ru.lproj/MainMenu.strings b/ru.lproj/MainMenu.strings index 99eb0b017..0e210b67b 100644 --- a/ru.lproj/MainMenu.strings +++ b/ru.lproj/MainMenu.strings @@ -715,3 +715,6 @@ /* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */ "3A3-9o-Gh9.title" = "Кодек"; + +/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */ +"Tkb-7M-OiA.title" = "Show Lyrics";