Fix missing localized strings in Integration pane

This commit is contained in:
1024jp 2017-11-17 23:00:32 +09:00
parent 908c89fc50
commit 8aef29743b
6 changed files with 8 additions and 7 deletions

View File

@ -14,6 +14,7 @@ Change Log
- Fix an issue where the syntax highlighting indicator could display twice.
- Fix an issue where the separator was selected meanlessly in the Window pane if the window tabbing setting was set to “Manually”.
- Fix some missing localized strings.
- Improve general stability.

View File

@ -101,7 +101,7 @@ final class IntegrationPaneController: NSViewController {
self.warning = NSLocalizedString("The current 'cot' symbolic link doesnt target the running CotEditor.", comment: "")
} else {
// link destination is unreachable
self.warning = NSLocalizedString("The current 'cot' symbolic link may target on an invalid path.", comment: "")
self.warning = NSLocalizedString("The current 'cot' symbolic link may target an invalid path.", comment: "")
}
return true

View File

@ -378,8 +378,8 @@
// Integration pane
// Warnings on Integration pane
"The current 'cot' symbolic link doesnt target on the running CotEditor." = "Der aktuelle 'cot' symbolische Link zielt nicht auf den laufenden CotEditor.";
"The current 'cot' symbolic link may target on an invalid path." = "Der aktuelle 'cot' symbolische Link könnte auf einen ungültigen Pfad zielen.";
"The current 'cot' symbolic link doesnt target the running CotEditor." = "Der aktuelle 'cot' symbolische Link zielt nicht auf den laufenden CotEditor.";
"The current 'cot' symbolic link may target an invalid path." = "Der aktuelle 'cot' symbolische Link könnte auf einen ungültigen Pfad zielen.";

View File

@ -379,8 +379,8 @@
// Integration pane
// Warnings on Integration pane
"The current 'cot' symbolic link doesnt target on the running CotEditor." = "Il link simbolico 'cot' attuale non punta al CotEditor in esecuzione.";
"The current 'cot' symbolic link may target on an invalid path." = "Il link simbolico 'cot' attuale potrebbe puntare ad un percorso non valido.";
"The current 'cot' symbolic link doesnt target the running CotEditor." = "Il link simbolico 'cot' attuale non punta al CotEditor in esecuzione.";
"The current 'cot' symbolic link may target an invalid path." = "Il link simbolico 'cot' attuale potrebbe puntare ad un percorso non valido.";

View File

@ -380,7 +380,7 @@
// Integration pane
// Warnings on Integration pane
"The current 'cot' symbolic link doesnt target the running CotEditor." = "現在の 'cot' シンボリックリンクはこの CotEditor 以外に向けられています。";
"The current 'cot' symbolic link may target on an invalid path." = "現在の 'cot' シンボリックリンクは無効なパスに向けられています。";
"The current 'cot' symbolic link may target an invalid path." = "現在の 'cot' シンボリックリンクは無効なパスに向けられています。";

View File

@ -380,7 +380,7 @@
// Integration pane
// Warnings on Integration pane
"The current 'cot' symbolic link doesnt target the running CotEditor." = "当前的 'cot' 符号链接没有指向正在运行的 CotEditor。";
"The current 'cot' symbolic link may target on an invalid path." = "当前的 'cot' 符号链接可能指向无效路径。";
"The current 'cot' symbolic link may target an invalid path." = "当前的 'cot' 符号链接可能指向无效路径。";