1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-25 16:11:39 +00:00

I had forgot to remove the DeletionOptions XIB and to move localized strings in my last commit.

--HG--
branch : xibless
This commit is contained in:
Virgil Dupras
2012-07-23 10:22:21 -04:00
parent a29ed235f6
commit e21a7e18b4
3 changed files with 9 additions and 577 deletions

View File

@@ -38,3 +38,12 @@
"Close" = "Close";
"Remove Selected" = "Remove Selected";
"Clear" = "Clear";
/* Deletion Options */
"Deletion Options" = "Deletion Options";
"Hardlink deleted files" = "Hardlink deleted files";
"After having deleted a duplicate, place a hardlink targeting the reference file to replace the deleted file." = "After having deleted a duplicate, place a hardlink targeting the reference file to replace the deleted file.";
"Directly delete files" = "Directly delete files";
"Instead of sending files to trash, delete them directly. This option is usually used as a workaround when the normal deletion method doesn't work." = "Instead of sending files to trash, delete them directly. This option is usually used as a workaround when the normal deletion method doesn't work.";
"Proceed" = "Proceed";
"Cancel" = "Cancel";