mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 22:51:39 +00:00
xibless-ified SE's preferences panel.
--HG-- branch : xibless
This commit is contained in:
@@ -13,6 +13,7 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
#import "Consts.h"
|
||||
#import "Dialogs.h"
|
||||
#import "ValueTransformers.h"
|
||||
#import "PreferencesPanel_UI.h"
|
||||
#import <Sparkle/SUUpdater.h>
|
||||
|
||||
@implementation AppDelegateBase
|
||||
@@ -140,7 +141,7 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
- (IBAction)showPreferencesPanel:(id)sender
|
||||
{
|
||||
if (_preferencesPanel == nil) {
|
||||
_preferencesPanel = [[NSWindowController alloc] initWithWindowNibName:@"Preferences"];
|
||||
_preferencesPanel = [[NSWindowController alloc] initWithWindow:createPreferencesPanel_UI(nil)];
|
||||
}
|
||||
[_preferencesPanel showWindow:sender];
|
||||
}
|
||||
|
||||
@@ -94,3 +94,33 @@
|
||||
"Reveal Selected in Finder" = "Reveal Selected in Finder";
|
||||
"Open Selected with Default Application" = "Open Selected with Default Application";
|
||||
"Quick Look" = "Quick Look";
|
||||
|
||||
/* Preferences */
|
||||
"dupeGuru Preferences" = "dupeGuru Preferences";
|
||||
"More results" = "More results";
|
||||
"Fewer results" = "Fewer results";
|
||||
"Filter hardness:" = "Filter hardness:";
|
||||
"Scan type:" = "Scan type:";
|
||||
"Content" = "Content";
|
||||
"Filename" = "Filename";
|
||||
"Word weighting" = "Word weighting";
|
||||
"Can mix file kind" = "Can mix file kind";
|
||||
"Reset to Defaults" = "Reset to Defaults";
|
||||
"Match similar words" = "Match similar words";
|
||||
"Copy and Move:" = "Copy and Move:";
|
||||
"Recreate relative path" = "Recreate relative path";
|
||||
"Recreate absolute path" = "Recreate absolute path";
|
||||
"Right in destination" = "Right in destination";
|
||||
"Automatically check for updates" = "Automatically check for updates";
|
||||
"Remove empty folders on delete or move" = "Remove empty folders on delete or move";
|
||||
"Ignore files smaller than:" = "Ignore files smaller than:";
|
||||
"KB" = "KB";
|
||||
"Basic" = "Basic";
|
||||
"Advanced" = "Advanced";
|
||||
"Use regular expressions when filtering" = "Use regular expressions when filtering";
|
||||
"Custom command (arguments: %d for dupe, %r for ref):" = "Custom command (arguments: %d for dupe, %r for ref):";
|
||||
"Ignore duplicates hardlinking to the same file" = "Ignore duplicates hardlinking to the same file";
|
||||
"Debug mode (restart required)" = "Debug mode (restart required)";
|
||||
"Folders" = "Folders";
|
||||
"Font size:" = "Font size:";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user