From 7763269af8086f408a49e8018503b0a48a205281 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 11 Jul 2022 15:26:11 -0700 Subject: [PATCH] Add missing strings to new translations Still in need of translation from their respective authors. Signed-off-by: Christopher Snowhill --- Preferences/Preferences/pl.lproj/Preferences.strings | 3 +++ Preferences/Preferences/ru.lproj/Preferences.strings | 3 +++ ru.lproj/MainMenu.strings | 3 +++ 3 files changed, 9 insertions(+) diff --git a/Preferences/Preferences/pl.lproj/Preferences.strings b/Preferences/Preferences/pl.lproj/Preferences.strings index d1c83b496..4d3c79d65 100644 --- a/Preferences/Preferences/pl.lproj/Preferences.strings +++ b/Preferences/Preferences/pl.lproj/Preferences.strings @@ -20,6 +20,9 @@ /* Class = "NSTextFieldCell"; title = "Next:"; ObjectID = "200"; */ "200.title" = "Next:"; +/* Class = "NSButtonCell"; title = "Automatically check for updates on startup"; ObjectID = "207"; */ +"207.title" = "Automatically check for updates on startup"; + /* Class = "NSTextFieldCell"; title = "Output Device: "; ObjectID = "211"; */ "211.title" = "Output Device: "; diff --git a/Preferences/Preferences/ru.lproj/Preferences.strings b/Preferences/Preferences/ru.lproj/Preferences.strings index b5894d67c..6041fedbb 100644 --- a/Preferences/Preferences/ru.lproj/Preferences.strings +++ b/Preferences/Preferences/ru.lproj/Preferences.strings @@ -20,6 +20,9 @@ /* Class = "NSTextFieldCell"; title = "Next:"; ObjectID = "200"; */ "200.title" = "Следующий:"; +/* Class = "NSButtonCell"; title = "Automatically check for updates on startup"; ObjectID = "207"; */ +"207.title" = "Automatically check for updates on startup"; + /* Class = "NSTextFieldCell"; title = "Output Device: "; ObjectID = "211"; */ "211.title" = "Устройство воспроизведения: "; diff --git a/ru.lproj/MainMenu.strings b/ru.lproj/MainMenu.strings index a3f4f0b5c..0d2ba65e6 100644 --- a/ru.lproj/MainMenu.strings +++ b/ru.lproj/MainMenu.strings @@ -107,6 +107,9 @@ /* Class = "NSTableColumn"; headerCell.title = "#"; ObjectID = "209"; */ "209.headerCell.title" = "#"; +/* Class = "NSMenuItem"; title = "Check for Updates..."; ObjectID = "302"; */ +"302.title" = "Check for Updates..."; + /* Class = "NSMenuItem"; title = "Send Feedback..."; ObjectID = "303"; */ "303.title" = "Отправить обратную связь...";