mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Localization work
This commit is contained in:
@@ -44,13 +44,13 @@ class ArticleExtractorButton: UIButton {
|
||||
get {
|
||||
switch buttonState {
|
||||
case .error:
|
||||
return NSLocalizedString("Error - Reader View", comment: "Error - Reader View")
|
||||
return NSLocalizedString("button.accessibility.title.error-readerview", comment: "Error - Reader View")
|
||||
case .animated:
|
||||
return NSLocalizedString("Processing - Reader View", comment: "Processing - Reader View")
|
||||
return NSLocalizedString("button.accessibility.title.processing-readerview", comment: "Processing - Reader View")
|
||||
case .on:
|
||||
return NSLocalizedString("Selected - Reader View", comment: "Selected - Reader View")
|
||||
return NSLocalizedString("button.accessibility.title.selected-readerview", comment: "Selected - Reader View")
|
||||
case .off:
|
||||
return NSLocalizedString("Reader View", comment: "Reader View")
|
||||
return NSLocalizedString("button.accessibility.title.readerview", comment: "Reader View")
|
||||
}
|
||||
}
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user