From 66f362eaaba993b5ffbfd4b9b13c3731a871f527 Mon Sep 17 00:00:00 2001 From: clobber Date: Tue, 22 Dec 2015 10:52:47 -0700 Subject: [PATCH] Revert "Localization, Auto Layout, etc." --- Interface Graphics/Theme.plist | 42 ++- OpenEmu/Base.lproj/OEGameScanner.xib | 2 +- .../OELibraryGamesViewController.xib | 2 +- OpenEmu/Base.lproj/OEPrefCoresController.xib | 6 +- .../Base.lproj/OEPrefGameplayController.xib | 75 ++--- .../Base.lproj/OEPrefLibraryController.xib | 259 ++++++++---------- OpenEmu/{ => Base.lproj}/Preferences.xib | 0 OpenEmu/OEGameCollectionViewController.m | 8 +- OpenEmu/OELibraryGamesViewController.m | 2 +- OpenEmu/OEPrefDebugController.m | 2 +- OpenEmu/OpenEmu.xcodeproj/project.pbxproj | 68 +++-- OpenEmu/de.lproj/ControlLabels.strings | 4 +- OpenEmu/de.lproj/Localizable.strings | 52 ++-- OpenEmu/de.lproj/MainMenu.strings | 226 +++++++++------ OpenEmu/de.lproj/OEGameScanner.strings | 4 +- .../OELibraryGamesViewController.strings | 2 +- .../de.lproj/OEPrefControlsController.strings | 3 - OpenEmu/de.lproj/OEPrefControlsController.xib | 177 ++++++++++++ .../de.lproj/OEPrefLibraryController.strings | 30 -- OpenEmu/de.lproj/OEPrefLibraryController.xib | 243 ++++++++++++++++ OpenEmu/de.lproj/Preferences.strings | 21 ++ OpenEmu/{ => en.lproj}/Credits.rtf | 0 OpenEmu/en.lproj/Localizable.strings | 34 ++- OpenEmu/es.lproj/Localizable.strings | 34 ++- OpenEmu/es.lproj/MainMenu.strings | 102 +++++++ OpenEmu/es.lproj/OEGameScanner.strings | 4 +- .../OELibraryGamesViewController.strings | 4 +- OpenEmu/es.lproj/Preferences.strings | 21 ++ OpenEmu/fr.lproj/Localizable.strings | 82 +++--- OpenEmu/fr.lproj/MainMenu.strings | 102 +++++++ OpenEmu/fr.lproj/OEGameScanner.strings | 4 +- OpenEmu/fr.lproj/OELibraryController.strings | 4 +- .../OELibraryGamesViewController.strings | 4 +- .../fr.lproj/OEPrefControlsController.strings | 3 - OpenEmu/fr.lproj/OEPrefControlsController.xib | 177 ++++++++++++ .../fr.lproj/OEPrefLibraryController.strings | 30 -- OpenEmu/fr.lproj/OEPrefLibraryController.xib | 243 ++++++++++++++++ OpenEmu/fr.lproj/Preferences.strings | 21 ++ OpenEmu/it.lproj/Localizable.strings | 34 ++- OpenEmu/it.lproj/MainMenu.strings | 102 +++++++ OpenEmu/it.lproj/OEGameScanner.strings | 4 +- .../OELibraryGamesViewController.strings | 4 +- OpenEmu/it.lproj/Preferences.strings | 21 ++ OpenEmu/pt.lproj/Localizable.strings | 34 ++- OpenEmu/pt.lproj/MainMenu.strings | 102 +++++++ OpenEmu/pt.lproj/OEGameScanner.strings | 4 +- .../OELibraryGamesViewController.strings | 4 +- OpenEmu/pt.lproj/Preferences.strings | 21 ++ OpenEmu/ru.lproj/Localizable.strings | 34 ++- OpenEmu/ru.lproj/MainMenu.strings | 104 ++++++- OpenEmu/ru.lproj/OEGameScanner.strings | 4 +- .../OELibraryGamesViewController.strings | 4 +- .../ru.lproj/OEPrefGameplayController.strings | 18 -- OpenEmu/ru.lproj/OEPrefGameplayController.xib | 144 ++++++++++ .../ru.lproj/OEPrefLibraryController.strings | 30 -- OpenEmu/ru.lproj/OEPrefLibraryController.xib | 245 +++++++++++++++++ OpenEmu/ru.lproj/Preferences.strings | 21 ++ 57 files changed, 2439 insertions(+), 592 deletions(-) rename OpenEmu/{ => Base.lproj}/Preferences.xib (100%) mode change 100755 => 100644 OpenEmu/de.lproj/MainMenu.strings delete mode 100755 OpenEmu/de.lproj/OEPrefControlsController.strings create mode 100644 OpenEmu/de.lproj/OEPrefControlsController.xib delete mode 100755 OpenEmu/de.lproj/OEPrefLibraryController.strings create mode 100644 OpenEmu/de.lproj/OEPrefLibraryController.xib create mode 100644 OpenEmu/de.lproj/Preferences.strings rename OpenEmu/{ => en.lproj}/Credits.rtf (100%) mode change 100755 => 100644 OpenEmu/en.lproj/Localizable.strings mode change 100755 => 100644 OpenEmu/es.lproj/Localizable.strings mode change 100755 => 100644 OpenEmu/es.lproj/MainMenu.strings create mode 100644 OpenEmu/es.lproj/Preferences.strings mode change 100755 => 100644 OpenEmu/fr.lproj/Localizable.strings mode change 100755 => 100644 OpenEmu/fr.lproj/MainMenu.strings delete mode 100755 OpenEmu/fr.lproj/OEPrefControlsController.strings create mode 100644 OpenEmu/fr.lproj/OEPrefControlsController.xib delete mode 100755 OpenEmu/fr.lproj/OEPrefLibraryController.strings create mode 100644 OpenEmu/fr.lproj/OEPrefLibraryController.xib create mode 100644 OpenEmu/fr.lproj/Preferences.strings mode change 100755 => 100644 OpenEmu/it.lproj/Localizable.strings mode change 100755 => 100644 OpenEmu/it.lproj/MainMenu.strings create mode 100644 OpenEmu/it.lproj/Preferences.strings mode change 100755 => 100644 OpenEmu/pt.lproj/Localizable.strings mode change 100755 => 100644 OpenEmu/pt.lproj/MainMenu.strings create mode 100644 OpenEmu/pt.lproj/Preferences.strings mode change 100755 => 100644 OpenEmu/ru.lproj/Localizable.strings mode change 100755 => 100644 OpenEmu/ru.lproj/MainMenu.strings delete mode 100755 OpenEmu/ru.lproj/OEPrefGameplayController.strings create mode 100644 OpenEmu/ru.lproj/OEPrefGameplayController.xib delete mode 100755 OpenEmu/ru.lproj/OEPrefLibraryController.strings create mode 100644 OpenEmu/ru.lproj/OEPrefLibraryController.xib create mode 100644 OpenEmu/ru.lproj/Preferences.strings diff --git a/Interface Graphics/Theme.plist b/Interface Graphics/Theme.plist index 3ddc77dbeb..2f2487f148 100644 --- a/Interface Graphics/Theme.plist +++ b/Interface Graphics/Theme.plist @@ -255,6 +255,15 @@ Color white + Shadow + + Blur Radius + 1 + Color + black + Offset + {0,-1} + Mouse Over, Pressed @@ -265,7 +274,7 @@ Blur Radius 5 Color - white + black Offset {0,-1} @@ -278,6 +287,15 @@ rgba(174,173,173,1.0) Family $SYSTEM_FONT_FAMILY + Shadow + + Blur Radius + 1 + Color + rgba(0,0,0,1.0) + Offset + {0,1} + Size 11 Traits @@ -337,6 +355,15 @@ rgba(174,173,173,1.0) Family $SYSTEM_FONT_FAMILY + Shadow + + Blur Radius + 1 + Color + rgba(0,0,0,1.0) + Offset + {0,1} + Size 14 Traits @@ -350,6 +377,15 @@ rgba(156,156,156,1.0) Family $SYSTEM_FONT_FAMILY + Shadow + + Blur Radius + 1 + Color + rgba(0,0,0,0.4) + Offset + {0,-1} + Size 11 Weight @@ -1410,8 +1446,8 @@ Colors - #5a5a5a00 - #5a5a5a + #4a4a4a + #292929 Locations diff --git a/OpenEmu/Base.lproj/OEGameScanner.xib b/OpenEmu/Base.lproj/OEGameScanner.xib index 298f9665fb..cdee7c4ce9 100644 --- a/OpenEmu/Base.lproj/OEGameScanner.xib +++ b/OpenEmu/Base.lproj/OEGameScanner.xib @@ -47,7 +47,7 @@ - + diff --git a/OpenEmu/Base.lproj/OELibraryGamesViewController.xib b/OpenEmu/Base.lproj/OELibraryGamesViewController.xib index d3e6fcada2..0c0815a857 100644 --- a/OpenEmu/Base.lproj/OELibraryGamesViewController.xib +++ b/OpenEmu/Base.lproj/OELibraryGamesViewController.xib @@ -162,7 +162,7 @@ - + diff --git a/OpenEmu/Base.lproj/OEPrefCoresController.xib b/OpenEmu/Base.lproj/OEPrefCoresController.xib index a19f144364..854de3b788 100644 --- a/OpenEmu/Base.lproj/OEPrefCoresController.xib +++ b/OpenEmu/Base.lproj/OEPrefCoresController.xib @@ -24,7 +24,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -84,7 +84,7 @@ - + diff --git a/OpenEmu/Base.lproj/OEPrefGameplayController.xib b/OpenEmu/Base.lproj/OEPrefGameplayController.xib index a22bbcf4f3..bbd3d6c826 100644 --- a/OpenEmu/Base.lproj/OEPrefGameplayController.xib +++ b/OpenEmu/Base.lproj/OEPrefGameplayController.xib @@ -1,5 +1,5 @@ - + @@ -17,15 +17,17 @@ - - + + + - - - - - + + + @@ -78,8 +83,9 @@ - - + + + @@ -90,12 +96,9 @@ - - - - - - + + + @@ -106,12 +109,9 @@ - - - - - - + + + @@ -138,31 +138,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OpenEmu/Base.lproj/OEPrefLibraryController.xib b/OpenEmu/Base.lproj/OEPrefLibraryController.xib index 3e365289d7..7607b33c55 100644 --- a/OpenEmu/Base.lproj/OEPrefLibraryController.xib +++ b/OpenEmu/Base.lproj/OEPrefLibraryController.xib @@ -1,8 +1,8 @@ - + - + @@ -18,48 +18,51 @@ - + + + - + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - + + + + + @@ -68,53 +71,24 @@ - - - + + + + + - + - - - - - + + + + + @@ -123,37 +97,23 @@ - - - - + + + + + - + - - + + + + @@ -190,9 +150,11 @@ - - - + + + + + @@ -201,85 +163,80 @@ - + + + + + - - + + + + - - - - - - + + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/OpenEmu/Preferences.xib b/OpenEmu/Base.lproj/Preferences.xib similarity index 100% rename from OpenEmu/Preferences.xib rename to OpenEmu/Base.lproj/Preferences.xib diff --git a/OpenEmu/OEGameCollectionViewController.m b/OpenEmu/OEGameCollectionViewController.m index 784e143d66..e0bfadf01a 100644 --- a/OpenEmu/OEGameCollectionViewController.m +++ b/OpenEmu/OEGameCollectionViewController.m @@ -639,13 +639,13 @@ - (NSMenu *)menuForItemsAtIndexes:(NSIndexSet*)indexes if([[game status] isEqualTo:@(OEDBGameStatusProcessing)]) [menu addItemWithTitle:NSLocalizedString(@"Cancel Cover Art Download", @"") action:@selector(cancelCoverArtDownload:) keyEquivalent:@""]; - [menu addItemWithTitle:NSLocalizedString(@"Add Cover Art from File…", @"") action:@selector(addCoverArtFromFile:) keyEquivalent:@""]; + [menu addItemWithTitle:NSLocalizedString(@"Add Cover Art From File…", @"") action:@selector(addCoverArtFromFile:) keyEquivalent:@""]; [menu addItemWithTitle:NSLocalizedString(@"Consolidate Files…", @"") action:@selector(consolidateFiles:) keyEquivalent:@""]; //[menu addItemWithTitle:@"Add Save File To Game…" action:@selector(addSaveStateFromFile:) keyEquivalent:@""]; [menu addItem:[NSMenuItem separatorItem]]; // Create Add to collection menu - NSMenuItem *collectionMenuItem = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"Add to Collection", @"") action:NULL keyEquivalent:@""]; + NSMenuItem *collectionMenuItem = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"Add To Collection", @"") action:NULL keyEquivalent:@""]; [collectionMenuItem setSubmenu:[self OE_collectionsMenuForGames:games]]; [menu addItem:collectionMenuItem]; [menu addItem:[NSMenuItem separatorItem]]; @@ -674,12 +674,12 @@ - (NSMenu *)menuForItemsAtIndexes:(NSIndexSet*)indexes [menu addItem:[NSMenuItem separatorItem]]; [menu addItemWithTitle:NSLocalizedString(@"Download Cover Art", @"") action:@selector(downloadCoverArt:) keyEquivalent:@""]; - [menu addItemWithTitle:NSLocalizedString(@"Add Cover Art from File…", @"") action:@selector(addCoverArtFromFile:) keyEquivalent:@""]; + [menu addItemWithTitle:NSLocalizedString(@"Add Cover Art From File…", @"") action:@selector(addCoverArtFromFile:) keyEquivalent:@""]; [menu addItemWithTitle:NSLocalizedString(@"Consolidate Files…", @"") action:@selector(consolidateFiles:) keyEquivalent:@""]; [menu addItem:[NSMenuItem separatorItem]]; // Create Add to collection menu - NSMenuItem *collectionMenuItem = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"Add to Collection", @"") action:NULL keyEquivalent:@""]; + NSMenuItem *collectionMenuItem = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"Add To Collection", @"") action:NULL keyEquivalent:@""]; [collectionMenuItem setSubmenu:[self OE_collectionsMenuForGames:games]]; [menu addItem:collectionMenuItem]; diff --git a/OpenEmu/OELibraryGamesViewController.m b/OpenEmu/OELibraryGamesViewController.m index 9dd3337d8e..93b20a8c4b 100644 --- a/OpenEmu/OELibraryGamesViewController.m +++ b/OpenEmu/OELibraryGamesViewController.m @@ -190,7 +190,7 @@ - (void)_updateCollectionContentsFromSidebar:(id)sender alert.messageText = NSLocalizedString(@"Have you read the guide?", @""); alert.informativeText = NSLocalizedString(@"Disc-based games have special requirements. Please read the disc importing guide.", @""); alert.alertStyle = NSInformationalAlertStyle; - [alert addButtonWithTitle:NSLocalizedString(@"View Guide in Browser", @"")]; + [alert addButtonWithTitle:NSLocalizedString(@"View Guide In Browser", @"")]; [alert addButtonWithTitle:NSLocalizedString(@"Dismiss", @"")]; [alert beginSheetModalForWindow:self.view.window completionHandler:^(NSModalResponse returnCode) { diff --git a/OpenEmu/OEPrefDebugController.m b/OpenEmu/OEPrefDebugController.m index c96d9838e2..b88ff57735 100644 --- a/OpenEmu/OEPrefDebugController.m +++ b/OpenEmu/OEPrefDebugController.m @@ -206,7 +206,7 @@ - (void)OE_setupKeyDescription Button(@"Cancel OpenVGDB Update", @selector(cancelOpenVGDBUpdate:)), Group(@"Database Actions"), - Button(@"Delete artwork that can be downloaded", @selector(removeArtworkWithRemoteBacking:)), + Button(@"Delete Artwork that can be downloaded", @selector(removeArtworkWithRemoteBacking:)), Button(@"Download missing artwork", @selector(downloadMissingArtwork:)), Button(@"Remove untracked artwork files", @selector(removeUntrackedImageFiles:)), Button(@"Cleanup rom hashes", @selector(cleanupHashes:)), diff --git a/OpenEmu/OpenEmu.xcodeproj/project.pbxproj b/OpenEmu/OpenEmu.xcodeproj/project.pbxproj index 26410b5d33..9d69a04dd6 100644 --- a/OpenEmu/OpenEmu.xcodeproj/project.pbxproj +++ b/OpenEmu/OpenEmu.xcodeproj/project.pbxproj @@ -405,6 +405,7 @@ 83AAC32914581699005ADD16 /* OESetupAssistantBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 83AAC32814581699005ADD16 /* OESetupAssistantBackgroundView.m */; }; 83AB259917A6A432009C80BC /* OEControlsSectionTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 83AB259817A6A432009C80BC /* OEControlsSectionTitleView.m */; }; 83AE9F0D14B2725300E91BD8 /* controller_genesis.png in Resources */ = {isa = PBXBuildFile; fileRef = 83AE9F0A14B271E200E91BD8 /* controller_genesis.png */; }; + 83B04E3C196860B800CB985E /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 83B04E3A196860B800CB985E /* Credits.rtf */; }; 83B04E411968610F00CB985E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 83B04E3D1968610F00CB985E /* InfoPlist.strings */; }; 83B04E421968610F00CB985E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 83B04E3F1968610F00CB985E /* Localizable.strings */; }; 83B867BE171D63C70038988C /* DiskArbitration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83B867BD171D63C70038988C /* DiskArbitration.framework */; }; @@ -467,6 +468,7 @@ 83FE9646196859D300DD8DB9 /* OEPrefGameplayController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83FE9648196859D300DD8DB9 /* OEPrefGameplayController.xib */; }; 83FE964A196859F800DD8DB9 /* OEPrefLibraryController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83FE964C196859F800DD8DB9 /* OEPrefLibraryController.xib */; }; 83FE964D19685A0800DD8DB9 /* OELibraryController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83FE964F19685A0800DD8DB9 /* OELibraryController.xib */; }; + 83FE965119685A6A00DD8DB9 /* Preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83FE965319685A6A00DD8DB9 /* Preferences.xib */; }; 83FE965519685F4300DD8DB9 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83FE965719685F4300DD8DB9 /* MainMenu.xib */; }; 83FE965919685F6700DD8DB9 /* OEGameScanner.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83FE965B19685F6700DD8DB9 /* OEGameScanner.xib */; }; 83FE966019685F7D00DD8DB9 /* OECorePicker.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83FE966219685F7D00DD8DB9 /* OECorePicker.xib */; }; @@ -561,8 +563,6 @@ 8CCBC0C9169B323100141631 /* Cg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CCBC0C8169B323100141631 /* Cg.framework */; }; 8D15AC310486D014006FF6A4 /* OEGameDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4ACFDCFA73011CA2CEA /* OEGameDocument.m */; settings = {ATTRIBUTES = (); }; }; 8D15AC320486D014006FF6A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; - 8F071F391C25534E007B76DA /* Preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8F071F381C25534E007B76DA /* Preferences.xib */; }; - 8F071F3B1C255362007B76DA /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 8F071F3A1C255362007B76DA /* Credits.rtf */; }; 8F5074741C10BCEC00F52B83 /* OELibraryGamesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8F5074761C10BCEC00F52B83 /* OELibraryGamesViewController.xib */; }; 8FD905771AA2927100FA7662 /* OEPrefControlsController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8FD905791AA2927100FA7662 /* OEPrefControlsController.xib */; }; 94052EFE172DC1DD00B90DE6 /* controller_nds_mask@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 94052EFC172DC1DD00B90DE6 /* controller_nds_mask@2x.png */; }; @@ -1590,6 +1590,7 @@ 01B035531C090E9900BA80E2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; 01B035541C090E9900BA80E2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = ""; }; 01B035551C090E9A00BA80E2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/ControlLabels.strings; sourceTree = ""; }; + 01B035591C090E9A00BA80E2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ru; path = ru.lproj/OEPrefLibraryController.xib; sourceTree = ""; }; 01B035631C090E9C00BA80E2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; 01B035641C090E9D00BA80E2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; 01B035651C090E9D00BA80E2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; @@ -2163,6 +2164,7 @@ 83AB259717A6A432009C80BC /* OEControlsSectionTitleView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OEControlsSectionTitleView.h; sourceTree = ""; }; 83AB259817A6A432009C80BC /* OEControlsSectionTitleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OEControlsSectionTitleView.m; sourceTree = ""; }; 83AE9F0A14B271E200E91BD8 /* controller_genesis.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = controller_genesis.png; sourceTree = ""; }; + 83B04E3B196860B800CB985E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; 83B04E3E1968610F00CB985E /* en */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83B04E401968610F00CB985E /* en */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; lineEnding = 0; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; }; 83B867BD171D63C70038988C /* DiskArbitration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiskArbitration.framework; path = System/Library/Frameworks/DiskArbitration.framework; sourceTree = SDKROOT; }; @@ -2394,11 +2396,6 @@ 8CBD3AA117D23AA80022399B /* OEGridGameCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OEGridGameCell.m; sourceTree = ""; }; 8CCBC0C8169B323100141631 /* Cg.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Cg.framework; sourceTree = ""; }; 8D15AC370486D014006FF6A4 /* OpenEmu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenEmu.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F024F1D1C18AFD8009B0ED1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/OEPrefLibraryController.strings; sourceTree = ""; }; - 8F024F1E1C18AFDB009B0ED1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/OEPrefLibraryController.strings; sourceTree = ""; }; - 8F024F1F1C18AFDE009B0ED1 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OEPrefLibraryController.strings; sourceTree = ""; }; - 8F071F381C25534E007B76DA /* Preferences.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Preferences.xib; sourceTree = ""; }; - 8F071F3A1C255362007B76DA /* Credits.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = ""; }; 8F40EB781C1072B000683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OEMigrationWindowController.xib; sourceTree = ""; }; 8F40EB791C1072B100683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OEPrefControlsController.xib; sourceTree = ""; }; 8F40EB7A1C1072B100683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OEPrefCoresController.xib; sourceTree = ""; }; @@ -2406,11 +2403,13 @@ 8F40EB7C1C1072B100683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OEPrefLibraryController.xib; sourceTree = ""; }; 8F40EB7D1C1072B100683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OECollectionViewController.xib; sourceTree = ""; }; 8F40EB7E1C1072B200683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OELibraryController.xib; sourceTree = ""; }; + 8F40EB7F1C1072B200683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Preferences.xib; sourceTree = ""; }; 8F40EB801C1072B200683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; 8F40EB811C1072B200683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OEGameScanner.xib; sourceTree = ""; }; 8F40EB821C1072B200683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OESystemPicker.xib; sourceTree = ""; }; 8F40EB831C1072B300683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OECorePicker.xib; sourceTree = ""; }; 8F40EB841C1072B300683055 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/OESetupAssistant.xib; sourceTree = ""; }; + 8F40EB881C10744200683055 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/OEPrefControlsController.xib; sourceTree = ""; }; 8F40EB8B1C1074EC00683055 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/OEPrefCoresController.strings; sourceTree = ""; }; 8F40EB8E1C1074F900683055 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/OEPrefGameplayController.strings; sourceTree = ""; }; 8F40EB8F1C10756B00683055 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/OEPrefCoresController.strings; sourceTree = ""; }; @@ -2418,6 +2417,12 @@ 8F40EB911C10757200683055 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/OEPrefCoresController.strings; sourceTree = ""; }; 8F40EB921C10757600683055 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OEPrefCoresController.strings; sourceTree = ""; }; 8F40EB931C10757A00683055 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OEPrefCoresController.strings; sourceTree = ""; }; + 8F40EB941C10764700683055 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Preferences.strings; sourceTree = ""; }; + 8F40EB951C10765400683055 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Preferences.strings; sourceTree = ""; }; + 8F40EB961C10765E00683055 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Preferences.strings; sourceTree = ""; }; + 8F40EB971C10766500683055 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Preferences.strings; sourceTree = ""; }; + 8F40EB981C10766E00683055 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Preferences.strings; sourceTree = ""; }; + 8F40EB991C10767300683055 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Preferences.strings; sourceTree = ""; }; 8F40EB9D1C10775B00683055 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/OEPrefControlsController.strings; sourceTree = ""; }; 8F40EB9E1C10777100683055 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/OEPrefControlsController.strings; sourceTree = ""; }; 8F40EB9F1C10790F00683055 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/OEPrefGameplayController.strings; sourceTree = ""; }; @@ -2451,8 +2456,10 @@ 8F40EBC51C107CDF00683055 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/OESystemPicker.strings; sourceTree = ""; }; 8F40EBC61C107CE200683055 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OESystemPicker.strings; sourceTree = ""; }; 8F40EBC71C107CE500683055 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OESystemPicker.strings; sourceTree = ""; }; + 8F40EBCB1C10831D00683055 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/OEPrefLibraryController.xib; sourceTree = ""; }; 8F40EBCF1C10853C00683055 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OELibraryController.strings; sourceTree = ""; }; 8F40EBD01C10853F00683055 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OELibraryController.strings; sourceTree = ""; }; + 8F40EBD21C10876C00683055 /* ru */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ru; path = ru.lproj/OEPrefGameplayController.xib; sourceTree = ""; }; 8F40EBD31C10880600683055 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/OESetupAssistant.strings; sourceTree = ""; }; 8F40EBD41C10885B00683055 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/OESetupAssistant.strings; sourceTree = ""; }; 8F40EBD51C10886100683055 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/OESetupAssistant.strings; sourceTree = ""; }; @@ -2460,6 +2467,7 @@ 8F40EBD71C10886900683055 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OESetupAssistant.strings; sourceTree = ""; }; 8F40EBD81C10886E00683055 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OESetupAssistant.strings; sourceTree = ""; }; 8F40EBD91C108D5000683055 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OEGameScanner.strings; sourceTree = ""; }; + 8F40EBE11C10913C00683055 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/OEPrefControlsController.xib; sourceTree = ""; }; 8F40EBE21C10913E00683055 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OEPrefControlsController.strings; sourceTree = ""; }; 8F40EBE31C10914000683055 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OEPrefControlsController.strings; sourceTree = ""; }; 8F40EBE41C10921500683055 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OEPrefLibraryController.strings; sourceTree = ""; }; @@ -2473,9 +2481,6 @@ 8F50747E1C10BD0500F52B83 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/OELibraryGamesViewController.strings; sourceTree = ""; }; 8F5074801C10BD0900F52B83 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OELibraryGamesViewController.strings; sourceTree = ""; }; 8F5074821C10BD0C00F52B83 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OELibraryGamesViewController.strings; sourceTree = ""; }; - 8FABB3AE1C16A1A10087621F /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/OEPrefGameplayController.strings; sourceTree = ""; }; - 8FD59D7E1C1E9BD00055D2D5 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/OEPrefControlsController.strings; sourceTree = ""; }; - 8FD59D7F1C1E9BD20055D2D5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/OEPrefControlsController.strings; sourceTree = ""; }; 8FF29BE51C10A46C00E5E134 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/OEMigrationWindowController.strings; sourceTree = ""; }; 8FF29BE61C10A47200E5E134 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/OEMigrationWindowController.strings; sourceTree = ""; }; 8FF29BE71C10A47500E5E134 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/OEMigrationWindowController.strings; sourceTree = ""; }; @@ -3075,6 +3080,7 @@ F1A2C86D1AAD0B3A00A17C80 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = ""; }; F1A2C86E1AAD0B3B00A17C80 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; F1A2C86F1AAD0B3B00A17C80 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/ControlLabels.strings; sourceTree = ""; }; + F1A2C8731AAD0B3C00A17C80 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/OEPrefLibraryController.xib; sourceTree = ""; }; FEB66250187B62CA00D14713 /* OEMSXSystemController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OEMSXSystemController.h; sourceTree = ""; }; FEB66251187B62CA00D14713 /* OEMSXSystemController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OEMSXSystemController.m; sourceTree = ""; }; FEB66253187B751700D14713 /* OEMSXSystemResponder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OEMSXSystemResponder.h; sourceTree = ""; }; @@ -3762,7 +3768,7 @@ 8382D22C13C5C55200906221 /* Preferences */, 833ADC4F196B078E00217D9A /* OECollectionViewController.xib */, 83FE964F19685A0800DD8DB9 /* OELibraryController.xib */, - 8F071F381C25534E007B76DA /* Preferences.xib */, + 83FE965319685A6A00DD8DB9 /* Preferences.xib */, 83FE965719685F4300DD8DB9 /* MainMenu.xib */, 832D29421451ACF200BDF950 /* MainWindow.xib */, 83FE965B19685F6700DD8DB9 /* OEGameScanner.xib */, @@ -3946,7 +3952,7 @@ 2A37F4B8FDCFA73011CA2CEA /* Resources */ = { isa = PBXGroup; children = ( - 8F071F3A1C255362007B76DA /* Credits.rtf */, + 83B04E3A196860B800CB985E /* Credits.rtf */, 1B32150F14DDD03200C5B50A /* Setup Assistant Animation Resources */, C68A54E41516AD3C001053F2 /* OEDatabase.xcdatamodeld */, 1BEF34741168F8640090F72B /* PLists */, @@ -7219,12 +7225,11 @@ 83FE964D19685A0800DD8DB9 /* OELibraryController.xib in Resources */, 83F607761BD3E4C9001236FC /* hud_screenshot_notification@2x.png in Resources */, 83F607751BD3E4C9001236FC /* hud_screenshot_notification.png in Resources */, - 8F071F3B1C255362007B76DA /* Credits.rtf in Resources */, + 83FE965119685A6A00DD8DB9 /* Preferences.xib in Resources */, 83DEF7C1196C403400C7DF57 /* ControlLabels.strings in Resources */, 83B04E421968610F00CB985E /* Localizable.strings in Resources */, 83FE9642196859B100DD8DB9 /* OEPrefCoresController.xib in Resources */, 83FE9646196859D300DD8DB9 /* OEPrefGameplayController.xib in Resources */, - 8F071F391C25534E007B76DA /* Preferences.xib in Resources */, 83FE964A196859F800DD8DB9 /* OEPrefLibraryController.xib in Resources */, 8FD905771AA2927100FA7662 /* OEPrefControlsController.xib in Resources */, 83FE966419685F8F00DD8DB9 /* OESetupAssistant.xib in Resources */, @@ -7241,6 +7246,7 @@ 83F607741BD3E4C9001236FC /* hud_quicksave_notification@2x.png in Resources */, 83FE963C1968596C00DD8DB9 /* OEMigrationWindowController.xib in Resources */, 83495DD819A38F3D009DB6E5 /* OEPrefBiosController.xib in Resources */, + 83B04E3C196860B800CB985E /* Credits.rtf in Resources */, 83338C2217A281C7007E32E9 /* secret.mp3 in Resources */, 94AE2C1017B07D450018DFBB /* cheats-database.xml in Resources */, ); @@ -8758,6 +8764,14 @@ name = OECollectionViewController.xib; sourceTree = ""; }; + 83B04E3A196860B800CB985E /* Credits.rtf */ = { + isa = PBXVariantGroup; + children = ( + 83B04E3B196860B800CB985E /* en */, + ); + name = Credits.rtf; + sourceTree = ""; + }; 83B04E3D1968610F00CB985E /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( @@ -8837,7 +8851,7 @@ 8F40EBA01C10791800683055 /* es */, 8F40EBA11C10792500683055 /* fr */, 8F40EBA21C10792E00683055 /* it */, - 8FABB3AE1C16A1A10087621F /* ru */, + 8F40EBD21C10876C00683055 /* ru */, ); name = OEPrefGameplayController.xib; sourceTree = ""; @@ -8845,13 +8859,13 @@ 83FE964C196859F800DD8DB9 /* OEPrefLibraryController.xib */ = { isa = PBXVariantGroup; children = ( + F1A2C8731AAD0B3C00A17C80 /* fr */, + 01B035591C090E9A00BA80E2 /* ru */, 8F40EB7C1C1072B100683055 /* Base */, + 8F40EBCB1C10831D00683055 /* de */, 8F40EBE41C10921500683055 /* it */, 8F40EBE51C1092BC00683055 /* pt */, 8F40EBE61C1092D000683055 /* es */, - 8F024F1D1C18AFD8009B0ED1 /* de */, - 8F024F1E1C18AFDB009B0ED1 /* fr */, - 8F024F1F1C18AFDE009B0ED1 /* ru */, ); name = OEPrefLibraryController.xib; sourceTree = ""; @@ -8870,6 +8884,20 @@ name = OELibraryController.xib; sourceTree = ""; }; + 83FE965319685A6A00DD8DB9 /* Preferences.xib */ = { + isa = PBXVariantGroup; + children = ( + 8F40EB7F1C1072B200683055 /* Base */, + 8F40EB941C10764700683055 /* de */, + 8F40EB951C10765400683055 /* es */, + 8F40EB961C10765E00683055 /* fr */, + 8F40EB971C10766500683055 /* pt */, + 8F40EB981C10766E00683055 /* it */, + 8F40EB991C10767300683055 /* ru */, + ); + name = Preferences.xib; + sourceTree = ""; + }; 83FE965719685F4300DD8DB9 /* MainMenu.xib */ = { isa = PBXVariantGroup; children = ( @@ -8958,12 +8986,12 @@ isa = PBXVariantGroup; children = ( 8F40EB791C1072B100683055 /* Base */, + 8F40EB881C10744200683055 /* de */, 8F40EB9D1C10775B00683055 /* es */, 8F40EB9E1C10777100683055 /* pt */, + 8F40EBE11C10913C00683055 /* fr */, 8F40EBE21C10913E00683055 /* it */, 8F40EBE31C10914000683055 /* ru */, - 8FD59D7E1C1E9BD00055D2D5 /* de */, - 8FD59D7F1C1E9BD20055D2D5 /* fr */, ); name = OEPrefControlsController.xib; sourceTree = ""; diff --git a/OpenEmu/de.lproj/ControlLabels.strings b/OpenEmu/de.lproj/ControlLabels.strings index 8def1996d0..b9ed7e5cf9 100755 --- a/OpenEmu/de.lproj/ControlLabels.strings +++ b/OpenEmu/de.lproj/ControlLabels.strings @@ -96,7 +96,7 @@ "Pause" = "Pause"; "Player Start" = "Player Start"; "Quick Load Button" = "Schnell laden"; - "Quick Save Button" = "Schnell sichern"; + "Quick Save Button" = "Schnell speichern"; "R Diff A" = "R Schw. A"; "R Diff B" = "R Schw. B"; "R Diff" = "R Schw."; @@ -111,7 +111,7 @@ "Right" = "Rechts"; "Run" = "Run"; "Save" = "Sichern"; - "Screenshot" = "Screenshot"; + "Screenshot" = "Screen-shot"; "Select" = "Select"; "Service" = "Service"; "Sound" = "Audio"; diff --git a/OpenEmu/de.lproj/Localizable.strings b/OpenEmu/de.lproj/Localizable.strings index dadda4ebfc..562ad2a4f2 100755 --- a/OpenEmu/de.lproj/Localizable.strings +++ b/OpenEmu/de.lproj/Localizable.strings @@ -42,9 +42,9 @@ "Add Cheat" = "Cheat hinzufügen"; -"Add Cover Art from File…" = "Cover aus Datei hinzufügen …"; +"Add Cover Art From File…" = "Cover aus Datei hinzufügen …"; -"Add to Collection" = "Zur Sammlung hinzufügen"; +"Add To Collection" = "Zur Sammlung hinzufügen"; "All Games" = "Alle Spiele"; @@ -84,6 +84,8 @@ "Cancel Cover Art Download" = "Cover-Download abbrechen"; +"Cancel Operation" = "Operation abbrechen"; + "Cancel" = "Abbrechen"; "Change Core" = "Kern wechseln"; @@ -104,6 +106,8 @@ "Code:" = "Code:"; +"Collapse" = "Ein-/Ausklappen"; + "Collections" = "Sammlungen"; "Consoles" = "Konsolen"; @@ -124,7 +128,7 @@ "Copying ROM Files…" = "Kopiere ROM-Dateien …"; -"Core Provided By…" = "Kern basiert auf …"; +"Core Provided By…" = "Kern powered by …"; "Cores" = "Kerne"; @@ -156,13 +160,13 @@ "Delete Save States" = "Spielstände löschen"; -"Delete Save" = "Löschen"; //Spielstand löschen +"Delete Save" = "Spielstand löschen"; -"Delete Saves" = "Löschen"; //Spielstände löschen +"Delete Saves" = "Spielstände löschen"; -"Delete Screenshot" = "Löschen"; //Screenshot löschen +"Delete Screenshot" = "Screenshot löschen"; -"Delete Screenshots" = "Löschen"; //Screenshots löschen +"Delete Screenshots" = "Screenshots löschen"; "Delete" = "Löschen"; @@ -174,12 +178,12 @@ "Device number %lu, %@, has disconnected." = "Gerät %1$lu (%2$@) wurde getrent."; -"Disc %u" = "Disc %u"; - -"Disc-based games have special requirements. Please read the disc importing guide." = "Disc-basierte Spiele erfordern besondere Maßnahmen. Bitte lies die Anleitung über das Importieren von Discs."; +"Disc-based games have special requirements. Please read the disc importing guide." = "Disk-basierte Spiele erfordern besondere Maßnahmen. Bitte lies die Anleitung über das Importieren von Discs."; "Dismiss" = "Ausblenden"; +"Do it!" = "Los!"; + "Do not ask me again" = "Nicht erneut fragen"; "Do Not Save" = "Nicht sichern"; @@ -214,6 +218,8 @@ "Enable now" = "Sofort aktivieren"; +"Enable Retrode support" = "Retrode-Unterstützung aktivieren"; + "Error!" = "Fehler!"; "Everything" = "Alles"; @@ -264,7 +270,7 @@ "Load" = "Laden"; -"Locate '%@'" = "Suche „%@“"; +"Locate '%@'" = "Suche '%@'"; "Locate" = "Suchen"; @@ -296,7 +302,7 @@ "No available controllers" = "Keine Controller verfügbar"; -"No game played yet!" = "Noch kein Spiel gespielt"; +"No game played yet!" = "Noch kein Spiel gespielt."; "No Internet Connection" = "Keine Internetverbindung"; @@ -308,6 +314,8 @@ "None" = "Keine"; +"Not implemented right now" = "Noch nicht implementiert"; + "OK" = "OK"; "Only files in the OpenEmu Library folder will be moved to the Trash." = "Nur Dateien, die sich im OpenEmu-Spieleordner befinden, werden in den Papierkorb gelegt."; @@ -392,7 +400,7 @@ "Save Current Game…" = "Aktuelles Spiel sichern …"; -"Save Game" = "Sichern"; //Spielstand sichern +"Save Game" = "Spielstand sichern"; "Save States" = "Spielstände"; @@ -420,8 +428,6 @@ "Select Core" = "Kern auswählen"; -"Select Disc" = "Disc auswählen"; - "Select Filter" = "Filter auswählen"; "Select Scale" = "Skalierung auswählen"; @@ -438,8 +444,6 @@ "Some migrations failed to complete properly" = "Einige Migrationen konnten nicht korrekt durchgeführt werden"; -"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Vielen Dank an alle, die\nOpenEmu möglich gemacht haben.\nUm mehr über unsere Mitwirkenden, Emulator-Kerne, Dokumentation und Lizenzen zu erfahren oder um Fehler zu melden, besuche uns auf GitHub."; - "Start Scanning" = "Wiimote suchen"; "Stop Emulation" = "Spiel beenden"; @@ -492,6 +496,8 @@ "Toggle Fullscreen" = "Vollbild ein/aus"; +"Toggle Sidebar" = "Seitenleiste ein-/ausblenden"; + "Trash downloaded Files" = "Heruntergeladene Dateien löschen"; "Unmute Audio" = "Ton ein"; @@ -500,10 +506,12 @@ "User guide on BIOS files" = "Benutzerhandbuch über BIOS-Dateien"; -"View Guide in Browser" = "Im Browser anzeigen"; +"View Guide In Browser" = "Im Browser anzeigen"; "Warning" = "Warnung"; +"While performing this operation OpenEmu will be unresponsive." = "Während dieser Aktion wird OpenEmu nicht mehr reagieren."; + "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves." = "Du kannst deinen Fortschritt jederzeit als Spielstand sichern. Beendest du ein Spiel, wird sogar automatisch einer angelegt. Komme später zurück, um dir einen Überblick über deine Spielstände zu verschaffen."; "Won't be able to recognize it as special save state…" = "Wird eine Automatische bzw. Schnelle Sicherung umbenannt, wird sie nicht mehr als solche erkannt werden können."; @@ -619,7 +627,7 @@ "Database Actions" = "Datenbank-Aktionen"; -"Delete artwork that can be downloaded" = "Herunterladbare Cover löschen"; +"Delete Artwork that can be downloaded" = "Herunterladbare Cover löschen"; "Download missing artwork" = "Fehlende Cover herunterladen"; @@ -633,8 +641,4 @@ "Perform Sanity Check on Database" = "Datenbank auf Plausibilität prüfen"; -"While performing this operation OpenEmu will be unresponsive." = "Während dieser Aktion wird OpenEmu nicht mehr reagieren."; - -"Do it!" = "Los!"; - -"Cancel Operation" = "Abbrechen"; +"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub."; // TODO diff --git a/OpenEmu/de.lproj/MainMenu.strings b/OpenEmu/de.lproj/MainMenu.strings old mode 100755 new mode 100644 index 617b402673..95e24b0638 --- a/OpenEmu/de.lproj/MainMenu.strings +++ b/OpenEmu/de.lproj/MainMenu.strings @@ -1,228 +1,300 @@ -/* Class = "NSWindow"; title = "About"; ObjectID = "793"; */ +/* Class = "NSWindow"; title = "Über OpenEmu"; ObjectID = "793"; */ "793.title" = "Über OpenEmu"; -/* Class = "NSMenu"; title = "File"; ObjectID = "980"; */ +/* Class = "NSMenuItem"; title = "Bearbeiten"; ObjectID = "971"; */ +"971.title" = "Bearbeiten"; + +/* Class = "NSMenuItem"; title = "Steuerung"; ObjectID = "972"; */ +"972.title" = "Steuerung"; + +/* Class = "NSMenuItem"; title = "Darstellung"; ObjectID = "973"; */ +"973.title" = "Darstellung"; + +/* Class = "NSMenuItem"; title = "Fenster"; ObjectID = "974"; */ +"974.title" = "Fenster"; + +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "975"; */ +"975.title" = "OpenEmu"; + +/* Class = "NSMenuItem"; title = "Ablage"; ObjectID = "976"; */ +"976.title" = "Ablage"; + +/* Class = "NSMenu"; title = "Ablage"; ObjectID = "980"; */ "980.title" = "Ablage"; -/* Class = "NSMenuItem"; title = "Launch Game…"; ObjectID = "981"; */ +/* Class = "NSMenuItem"; title = "Spiel öffnen …"; ObjectID = "981"; */ "981.title" = "Spiel öffnen …"; -/* Class = "NSMenuItem"; title = "Edit Smart Collection"; ObjectID = "982"; */ +/* Class = "NSMenuItem"; title = "Intelligente Sammlung bearbeiten"; ObjectID = "982"; */ "982.title" = "Intelligente Sammlung bearbeiten"; -/* Class = "NSMenuItem"; title = "New Smart Collection…"; ObjectID = "983"; */ +/* Class = "NSMenuItem"; title = "Neue intelligente Sammlung …"; ObjectID = "983"; */ "983.title" = "Neue intelligente Sammlung …"; -/* Class = "NSMenuItem"; title = "New Collection Folder"; ObjectID = "984"; */ +/* Class = "NSMenuItem"; title = "Neuer Sammlungs-Ordner"; ObjectID = "984"; */ "984.title" = "Neuer Sammlungs-Ordner"; -/* Class = "NSMenuItem"; title = "New Collection"; ObjectID = "985"; */ +/* Class = "NSMenuItem"; title = "Neue Sammlung"; ObjectID = "985"; */ "985.title" = "Neue Sammlung"; -/* Class = "NSMenuItem"; title = "Library"; ObjectID = "986"; */ +/* Class = "NSMenuItem"; title = "Mediathek"; ObjectID = "986"; */ "986.title" = "Mediathek"; -/* Class = "NSMenuItem"; title = "Add to Library…"; ObjectID = "987"; */ +/* Class = "NSMenuItem"; title = "Zur Mediathek hinzufügen …"; ObjectID = "987"; */ "987.title" = "Zur Mediathek hinzufügen …"; -/* Class = "NSMenuItem"; title = "Display Exact Duplicates"; ObjectID = "990"; */ +/* Class = "NSMenuItem"; title = "Identische Objekte anzeigen"; ObjectID = "990"; */ "990.title" = "Identische Objekte anzeigen"; -/* Class = "NSMenuItem"; title = "Display Duplicates"; ObjectID = "991"; */ +/* Class = "NSMenuItem"; title = "Doppelte Objekte anzeigen"; ObjectID = "991"; */ "991.title" = "Doppelte Objekte anzeigen"; -/* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "992"; */ +/* Class = "NSMenuItem"; title = "Im Finder anzeigen"; ObjectID = "992"; */ "992.title" = "Im Finder anzeigen"; -/* Class = "NSMenuItem"; title = "Rating"; ObjectID = "993"; */ +/* Class = "NSMenuItem"; title = "Bewertung"; ObjectID = "993"; */ "993.title" = "Bewertung"; -/* Class = "NSMenuItem"; title = "Get Info"; ObjectID = "994"; */ +/* Class = "NSMenuItem"; title = "Informationen"; ObjectID = "994"; */ "994.title" = "Informationen"; -/* Class = "NSMenuItem"; title = "Close Window"; ObjectID = "995"; */ -"995.title" = "Fenster schließen"; +/* Class = "NSMenuItem"; title = "Schließen"; ObjectID = "995"; */ +"995.title" = "Schließen"; -/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "996"; */ +/* Class = "NSMenuItem"; title = "Drucken …"; ObjectID = "996"; */ "996.title" = "Drucken …"; -/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "997"; */ +/* Class = "NSMenuItem"; title = "Papierformat …"; ObjectID = "997"; */ "997.title" = "Papierformat …"; -/* Class = "NSMenuItem"; title = "None"; ObjectID = "1000"; */ +/* Class = "NSMenu"; title = "Bewertung"; ObjectID = "999"; */ +"999.title" = "Bewertung"; + +/* Class = "NSMenuItem"; title = "Keine"; ObjectID = "1000"; */ "1000.title" = "Keine"; -/* Class = "NSMenuItem"; title = "Back Up…"; ObjectID = "1007"; */ +/* Class = "NSMenuItem"; title = "★★"; ObjectID = "1001"; */ +"1001.title" = "★★"; + +/* Class = "NSMenuItem"; title = "★★★"; ObjectID = "1002"; */ +"1002.title" = "★★★"; + +/* Class = "NSMenuItem"; title = "★★★★"; ObjectID = "1003"; */ +"1003.title" = "★★★★"; + +/* Class = "NSMenuItem"; title = "★"; ObjectID = "1004"; */ +"1004.title" = "★"; + +/* Class = "NSMenuItem"; title = "★★★★★"; ObjectID = "1005"; */ +"1005.title" = "★★★★★"; + +/* Class = "NSMenu"; title = "Mediathek"; ObjectID = "1006"; */ +"1006.title" = "Mediathek"; + +/* Class = "NSMenuItem"; title = "Backup …"; ObjectID = "1007"; */ "1007.title" = "Backup …"; -/* Class = "NSMenuItem"; title = "Organize Library…"; ObjectID = "1008"; */ +/* Class = "NSMenuItem"; title = "Mediathek verwalten …"; ObjectID = "1008"; */ "1008.title" = "Mediathek verwalten …"; -/* Class = "NSMenuItem"; title = "Export Library…"; ObjectID = "1009"; */ +/* Class = "NSMenuItem"; title = "Mediathek exportieren …"; ObjectID = "1009"; */ "1009.title" = "Mediathek exportieren …"; -/* Class = "NSMenuItem"; title = "Import Collection"; ObjectID = "1011"; */ +/* Class = "NSMenuItem"; title = "Sammlung importieren"; ObjectID = "1011"; */ "1011.title" = "Sammlung importieren"; -/* Class = "NSMenuItem"; title = "Export Collection"; ObjectID = "1012"; */ +/* Class = "NSMenuItem"; title = "Sammlung exportieren"; ObjectID = "1012"; */ "1012.title" = "Sammlung exportieren"; -/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "1014"; */ +/* Class = "NSMenu"; title = "OpenEmu"; ObjectID = "1013"; */ +"1013.title" = "OpenEmu"; + +/* Class = "NSMenuItem"; title = "Einstellungen …"; ObjectID = "1014"; */ "1014.title" = "Einstellungen …"; -/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "1016"; */ +/* Class = "NSMenuItem"; title = "Nach Updates suchen …"; ObjectID = "1016"; */ "1016.title" = "Nach Updates suchen …"; -/* Class = "NSMenuItem"; title = "About OpenEmu"; ObjectID = "1017"; */ +/* Class = "NSMenuItem"; title = "Über OpenEmu"; ObjectID = "1017"; */ "1017.title" = "Über OpenEmu"; -/* Class = "NSMenuItem"; title = "Hide OpenEmu"; ObjectID = "1018"; */ +/* Class = "NSMenuItem"; title = "OpenEmu ausblenden"; ObjectID = "1018"; */ "1018.title" = "OpenEmu ausblenden"; -/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "1019"; */ +/* Class = "NSMenuItem"; title = "Alle einblenden"; ObjectID = "1019"; */ "1019.title" = "Alle einblenden"; -/* Class = "NSMenuItem"; title = "Quit OpenEmu"; ObjectID = "1020"; */ +/* Class = "NSMenuItem"; title = "OpenEmu beenden"; ObjectID = "1020"; */ "1020.title" = "OpenEmu beenden"; -/* Class = "NSMenuItem"; title = "Services"; ObjectID = "1024"; */ +/* Class = "NSMenuItem"; title = "Dienste"; ObjectID = "1024"; */ "1024.title" = "Dienste"; -/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "1026"; */ +/* Class = "NSMenuItem"; title = "Andere ausblenden"; ObjectID = "1026"; */ "1026.title" = "Andere ausblenden"; -/* Class = "NSMenu"; title = "Window"; ObjectID = "1028"; */ +/* Class = "NSMenu"; title = "Dienste"; ObjectID = "1027"; */ +"1027.title" = "Dienste"; + +/* Class = "NSMenu"; title = "Fenster"; ObjectID = "1028"; */ "1028.title" = "Fenster"; -/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "1032"; */ +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "1029"; */ +"1029.title" = "OpenEmu"; + +/* Class = "NSMenuItem"; title = "Alle nach vorne bringen"; ObjectID = "1032"; */ "1032.title" = "Alle nach vorne bringen"; -/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "1033"; */ +/* Class = "NSMenuItem"; title = "Zoomen"; ObjectID = "1033"; */ "1033.title" = "Zoomen"; -/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "1034"; */ +/* Class = "NSMenuItem"; title = "Im Dock ablegen"; ObjectID = "1034"; */ "1034.title" = "Im Dock ablegen"; -/* Class = "NSMenu"; title = "View"; ObjectID = "1035"; */ +/* Class = "NSMenu"; title = "Darstellung"; ObjectID = "1035"; */ "1035.title" = "Darstellung"; -/* Class = "NSMenuItem"; title = "as List"; ObjectID = "1036"; */ +/* Class = "NSMenuItem"; title = "Als Liste"; ObjectID = "1036"; */ "1036.title" = "Als Liste"; -/* Class = "NSMenuItem"; title = "Fullscreen"; ObjectID = "1038"; */ +/* Class = "NSMenuItem"; title = "Vollbild"; ObjectID = "1038"; */ "1038.title" = "Vollbild"; -/* Class = "NSMenuItem"; title = "as Grid"; ObjectID = "1040"; */ +/* Class = "NSMenuItem"; title = "Als Symbole"; ObjectID = "1040"; */ "1040.title" = "Als Symbole"; -/* Class = "NSMenuItem"; title = "Undock Game Window"; ObjectID = "1041"; */ +/* Class = "NSMenuItem"; title = "Seperates Spielefenster"; ObjectID = "1041"; */ "1041.title" = "Seperates Spielefenster"; -/* Class = "NSMenu"; title = "Controls"; ObjectID = "1042"; */ +/* Class = "NSMenu"; title = "Steuerung"; ObjectID = "1042"; */ "1042.title" = "Steuerung"; -/* Class = "NSMenuItem"; title = "Pause Gameplay"; ObjectID = "1044"; */ +/* Class = "NSMenuItem"; title = "Spiel pausieren"; ObjectID = "1044"; */ "1044.title" = "Spiel pausieren"; -/* Class = "NSMenuItem"; title = "Volume Down"; ObjectID = "1045"; */ +/* Class = "NSMenuItem"; title = "Lautstärke verringern"; ObjectID = "1045"; */ "1045.title" = "Lautstärke verringern"; -/* Class = "NSMenuItem"; title = "Start Game"; ObjectID = "1046"; */ +/* Class = "NSMenuItem"; title = "Spiel starten"; ObjectID = "1046"; */ "1046.title" = "Spiel starten"; -/* Class = "NSMenuItem"; title = "Volume Up "; ObjectID = "1047"; */ +/* Class = "NSMenuItem"; title = "Lautstärke erhöhen"; ObjectID = "1047"; */ "1047.title" = "Lautstärke erhöhen"; -/* Class = "NSMenuItem"; title = "Last Played"; ObjectID = "1050"; */ +/* Class = "NSMenuItem"; title = "Zuletzt gespielt"; ObjectID = "1050"; */ "1050.title" = "Zuletzt gespielt"; -/* Class = "NSMenuItem"; title = "Save State"; ObjectID = "1052"; */ -"1052.title" = "Spielstand sichern"; +/* Class = "NSMenuItem"; title = "Spielstand speichern"; ObjectID = "1052"; */ +"1052.title" = "Spielstand speichern"; -/* Class = "NSMenuItem"; title = "Load State"; ObjectID = "1053"; */ +/* Class = "NSMenuItem"; title = "Spielstand laden"; ObjectID = "1053"; */ "1053.title" = "Spielstand laden"; -/* Class = "NSMenu"; title = "Edit"; ObjectID = "1061"; */ +/* Class = "NSMenu"; title = "Zuletzt gespielt"; ObjectID = "1054"; */ +"1054.title" = "Zuletzt gespielt"; + +/* Class = "NSMenu"; title = "Bearbeiten"; ObjectID = "1061"; */ "1061.title" = "Bearbeiten"; -/* Class = "NSMenuItem"; title = "Find"; ObjectID = "1066"; */ +/* Class = "NSMenuItem"; title = "Suchen"; ObjectID = "1066"; */ "1066.title" = "Suchen"; -/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "1068"; */ +/* Class = "NSMenuItem"; title = "Alles auswählen"; ObjectID = "1068"; */ "1068.title" = "Alles auswählen"; -/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "1069"; */ +/* Class = "NSMenuItem"; title = "Entfernen"; ObjectID = "1069"; */ "1069.title" = "Entfernen"; -/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "1071"; */ +/* Class = "NSMenuItem"; title = "Einsetzen"; ObjectID = "1071"; */ "1071.title" = "Einsetzen"; -/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "1072"; */ +/* Class = "NSMenuItem"; title = "Kopieren"; ObjectID = "1072"; */ "1072.title" = "Kopieren"; -/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "1073"; */ +/* Class = "NSMenuItem"; title = "Ausschneiden"; ObjectID = "1073"; */ "1073.title" = "Ausschneiden"; -/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "1075"; */ +/* Class = "NSMenuItem"; title = "Wiederholen"; ObjectID = "1075"; */ "1075.title" = "Wiederholen"; -/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "1076"; */ +/* Class = "NSMenuItem"; title = "Widerrufen"; ObjectID = "1076"; */ "1076.title" = "Widerrufen"; -/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "1078"; */ +/* Class = "NSMenu"; title = "Suchen"; ObjectID = "1077"; */ +"1077.title" = "Suchen"; + +/* Class = "NSMenuItem"; title = "Zur Auswahl"; ObjectID = "1078"; */ "1078.title" = "Zur Auswahl"; -/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "1079"; */ +/* Class = "NSMenuItem"; title = "Auswahl suchen"; ObjectID = "1079"; */ "1079.title" = "Auswahl suchen"; -/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "1080"; */ +/* Class = "NSMenuItem"; title = "Weitersuchen (rückwärts)"; ObjectID = "1080"; */ "1080.title" = "Weitersuchen (rückwärts)"; -/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "1081"; */ +/* Class = "NSMenuItem"; title = "Weitersuchen (vorwärts)"; ObjectID = "1081"; */ "1081.title" = "Weitersuchen (vorwärts)"; -/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "1082"; */ +/* Class = "NSMenuItem"; title = "Suchen …"; ObjectID = "1082"; */ "1082.title" = "Suchen …"; -/* Class = "NSMenuItem"; title = "Stop Emulation"; ObjectID = "1167"; */ +/* Class = "NSMenuItem"; title = "Spiel beenden"; ObjectID = "1167"; */ "1167.title" = "Spiel beenden"; +/* Class = "NSTextFieldCell"; title = "Version"; ObjectID = "1182"; */ +"1182.title" = "Version"; + +/* Class = "NSMenuItem"; title = "Debug"; ObjectID = "1208"; */ +"1208.title" = "Debug"; + /* Class = "NSMenu"; title = "Debug"; ObjectID = "1209"; */ "1209.title" = "Debug"; -/* Class = "NSMenuItem"; title = "Log Responder Chain"; ObjectID = "1210"; */ +/* Class = "NSMenuItem"; title = "Responder-Chain loggen"; ObjectID = "1210"; */ "1210.title" = "Responder-Chain loggen"; -/* Class = "NSMenuItem"; title = "Log Grid Info"; ObjectID = "1217"; */ +/* Class = "NSMenuItem"; title = "Grid-Info loggen"; ObjectID = "1217"; */ "1217.title" = "Grid-Info loggen"; -/* Class = "NSMenuItem"; title = "Show ROM Names"; ObjectID = "1293"; */ +/* Class = "NSMenuItem"; title = "Dateinamen anzeigen"; ObjectID = "1293"; */ "1293.title" = "Dateinamen anzeigen"; -/* Class = "NSMenuItem"; title = "Show Library"; ObjectID = "1306"; */ +/* Class = "NSMenuItem"; title = "Mediathek anzeigen"; ObjectID = "1306"; */ "1306.title" = "Mediathek anzeigen"; -/* Class = "NSMenuItem"; title = "Take Screenshot"; ObjectID = "1322"; */ +/* Class = "NSMenuItem"; title = "Screenshot aufnehmen"; ObjectID = "1322"; */ "1322.title" = "Screenshot aufnehmen"; -/* Class = "NSMenu"; title = "Help"; ObjectID = "0ql-Da-Qro"; */ +/* Class = "NSMenu"; title = "Hilfe"; ObjectID = "0ql-Da-Qro"; */ "0ql-Da-Qro.title" = "Hilfe"; -/* Class = "NSMenuItem"; title = "Restart System"; ObjectID = "2rj-Sq-LdF"; */ +/* Class = "NSMenuItem"; title = "Spiel neu starten"; ObjectID = "2rj-Sq-LdF"; */ "2rj-Sq-LdF.title" = "Spiel neu starten"; -/* Class = "NSMenuItem"; title = "Release Notes"; ObjectID = "5YI-Il-P9H"; */ +/* Class = "NSButtonCell"; title = "www.openemu.org"; ObjectID = "50H-ys-sAp"; */ +"50H-ys-sAp.title" = "www.openemu.org"; + +/* Class = "NSMenuItem"; title = "Versionshinweise"; ObjectID = "5YI-Il-P9H"; */ "5YI-Il-P9H.title" = "Versionshinweise"; -/* Class = "NSMenuItem"; title = "OpenEmu Web Site"; ObjectID = "ahk-gp-EN3"; */ +/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "5kO-fw-ARd"; */ +"5kO-fw-ARd.title" = "Seitenleiste einblenden"; + +/* Class = "NSMenuItem"; title = "Hilfe"; ObjectID = "Qhx-nq-JmY"; */ +"Qhx-nq-JmY.title" = "Hilfe"; + +/* Class = "NSMenuItem"; title = "OpenEmu-Website"; ObjectID = "ahk-gp-EN3"; */ "ahk-gp-EN3.title" = "OpenEmu-Website"; -/* Class = "NSMenuItem"; title = "Always Hide HUD"; ObjectID = "ayc-Ld-Nyd"; */ +/* Class = "NSMenuItem"; title = "Bedienelemente ausblenden"; ObjectID = "ayc-Ld-Nyd"; */ "ayc-Ld-Nyd.title" = "Bedienelemente ausblenden"; -/* Class = "NSMenuItem"; title = "Submit Feedback…"; ObjectID = "ftM-3D-CSh"; */ +/* Class = "NSMenuItem"; title = "Feedback senden"; ObjectID = "ftM-3D-CSh"; */ "ftM-3D-CSh.title" = "Feedback senden"; -/* Class = "NSMenuItem"; title = "User Guide"; ObjectID = "q7W-GV-n3p"; */ +/* Class = "NSMenuItem"; title = "Benutzerhandbuch"; ObjectID = "q7W-GV-n3p"; */ "q7W-GV-n3p.title" = "Benutzerhandbuch"; + +/* Class = "NSButtonCell"; title = "www.github.com/openemu"; ObjectID = "y9C-BZ-tbY"; */ +"y9C-BZ-tbY.title" = "www.github.com/openemu"; diff --git a/OpenEmu/de.lproj/OEGameScanner.strings b/OpenEmu/de.lproj/OEGameScanner.strings index 57bef00d5f..653fca76cf 100644 --- a/OpenEmu/de.lproj/OEGameScanner.strings +++ b/OpenEmu/de.lproj/OEGameScanner.strings @@ -1,6 +1,6 @@ -/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "75"; */ -"75.headerCell.title" = "Name"; +/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "75"; */ +"75.headerCell.title" = "Datei"; /* Class = "NSTextFieldCell"; title = "Fix Import Issues:"; ObjectID = "127"; */ "127.title" = "Probleme beheben:"; diff --git a/OpenEmu/de.lproj/OELibraryGamesViewController.strings b/OpenEmu/de.lproj/OELibraryGamesViewController.strings index 55b1968693..ab4e013651 100644 --- a/OpenEmu/de.lproj/OELibraryGamesViewController.strings +++ b/OpenEmu/de.lproj/OELibraryGamesViewController.strings @@ -1,5 +1,5 @@ -/* Class = "NSMenuItem"; title = "Add to Library…"; ObjectID = "1U8-Yu-nH3"; */ +/* Class = "NSMenuItem"; title = "Add To Library…"; ObjectID = "1U8-Yu-nH3"; */ "1U8-Yu-nH3.title" = "Hinzufügen …"; /* Class = "NSMenuItem"; title = "New Collection"; ObjectID = "Lkc-nZ-qig"; */ diff --git a/OpenEmu/de.lproj/OEPrefControlsController.strings b/OpenEmu/de.lproj/OEPrefControlsController.strings deleted file mode 100755 index cf86578a5f..0000000000 --- a/OpenEmu/de.lproj/OEPrefControlsController.strings +++ /dev/null @@ -1,3 +0,0 @@ - -/* Class = "NSTextFieldCell"; title = "Input:"; ObjectID = "11"; */ -"11.title" = "Eing.:"; //Eingabe: diff --git a/OpenEmu/de.lproj/OEPrefControlsController.xib b/OpenEmu/de.lproj/OEPrefControlsController.xib new file mode 100644 index 0000000000..d1a1bc828f --- /dev/null +++ b/OpenEmu/de.lproj/OEPrefControlsController.xib @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenEmu/de.lproj/OEPrefLibraryController.strings b/OpenEmu/de.lproj/OEPrefLibraryController.strings deleted file mode 100755 index 18341a22fa..0000000000 --- a/OpenEmu/de.lproj/OEPrefLibraryController.strings +++ /dev/null @@ -1,30 +0,0 @@ - -/* Class = "NSButtonCell"; title = "Change…"; ObjectID = "15"; */ -"15.title" = "Ändern …"; - -/* Class = "NSButtonCell"; title = "Reset"; ObjectID = "16"; */ -"16.title" = "Zurücksetzen"; - -/* Class = "NSTextFieldCell"; title = "Organization Methods"; ObjectID = "18"; */ -"18.title" = "Organisation"; - -/* Class = "NSTextFieldCell"; title = "Game Library Folder Location:"; ObjectID = "19"; */ -"19.title" = "Speicherort des Spieleordners:"; - -/* Class = "NSButtonCell"; title = "Keep games organized"; ObjectID = "20"; */ -"20.title" = "Spieleordner automatisch verwalten"; - -/* Class = "NSButtonCell"; title = "Copy files to Game Library folder when adding to library"; ObjectID = "21"; */ -"21.title" = "Beim Hinzufügen Dateien in den Spieleordner kopieren"; - -/* Class = "NSButtonCell"; title = "Automatically lookup game information & artwork"; ObjectID = "23"; */ -"23.title" = "Automatisch nach Informationen und Cover suchen"; - -/* Class = "NSTextFieldCell"; title = "Available Libraries:"; ObjectID = "24"; */ -"24.title" = "Verfügbare Konsolen:"; - -/* Class = "NSTextFieldCell"; title = "Reset all dialog warnings:"; ObjectID = "Ua1-J2-mdy"; */ -"Ua1-J2-mdy.title" = "Alle Warnhinweise zurücksetzen:"; - -/* Class = "NSButtonCell"; title = "Reset warnings"; ObjectID = "all-Wd-1Dy"; */ -"all-Wd-1Dy.title" = "Warnungen zurücksetzen"; diff --git a/OpenEmu/de.lproj/OEPrefLibraryController.xib b/OpenEmu/de.lproj/OEPrefLibraryController.xib new file mode 100644 index 0000000000..40246ea3e1 --- /dev/null +++ b/OpenEmu/de.lproj/OEPrefLibraryController.xib @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenEmu/de.lproj/Preferences.strings b/OpenEmu/de.lproj/Preferences.strings new file mode 100644 index 0000000000..5fc5147e9c --- /dev/null +++ b/OpenEmu/de.lproj/Preferences.strings @@ -0,0 +1,21 @@ + +/* Class = "NSWindow"; title = "Preferences"; ObjectID = "36"; */ +"36.title" = "Einstellungen"; + +/* Class = "NSToolbarItem"; label = "System Files"; ObjectID = "0uZ-aM-LnO"; */ +"0uZ-aM-LnO.label" = "BIOS-Dateien"; + +/* Class = "NSToolbarItem"; label = "Secrets"; ObjectID = "AKq-Kz-AwS"; */ +"AKq-Kz-AwS.label" = "Geheim"; + +/* Class = "NSToolbarItem"; label = "Cores"; ObjectID = "CbK-K2-nlJ"; */ +"CbK-K2-nlJ.label" = "Kerne"; + +/* Class = "NSToolbarItem"; label = "Gameplay"; ObjectID = "SnN-ym-OO1"; */ +"SnN-ym-OO1.label" = "Gameplay"; + +/* Class = "NSToolbarItem"; label = "Library"; ObjectID = "dbA-TA-rFD"; */ +"dbA-TA-rFD.label" = "Mediathek"; + +/* Class = "NSToolbarItem"; label = "Controls"; ObjectID = "ilV-yX-dT2"; */ +"ilV-yX-dT2.label" = "Steuerung"; diff --git a/OpenEmu/Credits.rtf b/OpenEmu/en.lproj/Credits.rtf similarity index 100% rename from OpenEmu/Credits.rtf rename to OpenEmu/en.lproj/Credits.rtf diff --git a/OpenEmu/en.lproj/Localizable.strings b/OpenEmu/en.lproj/Localizable.strings old mode 100755 new mode 100644 index 2e176d85b4..3f9651575b --- a/OpenEmu/en.lproj/Localizable.strings +++ b/OpenEmu/en.lproj/Localizable.strings @@ -42,9 +42,9 @@ "Add Cheat" = "Add Cheat"; -"Add Cover Art from File…" = "Add Cover Art from File…"; +"Add Cover Art From File…" = "Add Cover Art From File…"; -"Add to Collection" = "Add to Collection"; +"Add To Collection" = "Add To Collection"; "All Games" = "All Games"; @@ -84,6 +84,8 @@ "Cancel Cover Art Download" = "Cancel Cover Art Download"; +"Cancel Operation" = "Cancel Operation"; + "Cancel" = "Cancel"; "Change Core" = "Change Core"; @@ -104,6 +106,8 @@ "Code:" = "Code:"; +"Collapse" = "Collapse"; + "Collections" = "Collections"; "Consoles" = "Consoles"; @@ -174,12 +178,12 @@ "Device number %lu, %@, has disconnected." = "Device number %1$lu, %2$@, has disconnected."; -"Disc %u" = "Disc %u"; - "Disc-based games have special requirements. Please read the disc importing guide." = "Disc-based games have special requirements. Please read the disc importing guide."; "Dismiss" = "Dismiss"; +"Do it!" = "Do it!"; + "Do not ask me again" = "Do not ask me again"; "Do Not Save" = "Do Not Save"; @@ -214,6 +218,8 @@ "Enable now" = "Enable now"; +"Enable Retrode support" = "Enable Retrode support"; + "Error!" = "Error!"; "Everything" = "Everything"; // Search field menu, search everything item title @@ -308,6 +314,8 @@ "None" = "None"; +"Not implemented right now" = "Not implemented right now"; + "OK" = "OK"; "Only files in the OpenEmu Library folder will be moved to the Trash." = "Only files in the OpenEmu Library folder will be moved to the Trash."; @@ -420,8 +428,6 @@ "Select Core" = "Select Core"; -"Select Disc" = "Select Disc"; - "Select Filter" = "Select Filter"; "Select Scale" = "Select Scale"; @@ -438,8 +444,6 @@ "Some migrations failed to complete properly" = "Some migrations failed to complete properly"; -"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub."; - "Start Scanning" = "Start Scanning"; "Stop Emulation" = "Stop Emulation"; @@ -492,6 +496,8 @@ "Toggle Fullscreen" = "Toggle Fullscreen"; +"Toggle Sidebar" = "Toggle Sidebar"; + "Trash downloaded Files" = "Trash downloaded Files"; "Unmute Audio" = "Unmute Audio"; @@ -500,10 +506,12 @@ "User guide on BIOS files" = "User guide on BIOS files"; -"View Guide in Browser" = "View Guide in Browser"; +"View Guide In Browser" = "View Guide In Browser"; "Warning" = "Warning"; +"While performing this operation OpenEmu will be unresponsive." = "While performing this operation OpenEmu will be unresponsive."; + "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves." = "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves."; "Won't be able to recognize it as special save state…" = "Won't be able to recognize it as special save state…"; @@ -619,7 +627,7 @@ "Database Actions" = "Database Actions"; -"Delete artwork that can be downloaded" = "Delete artwork that can be downloaded"; +"Delete Artwork that can be downloaded" = "Delete Artwork that can be downloaded"; "Download missing artwork" = "Download missing artwork"; @@ -633,8 +641,4 @@ "Perform Sanity Check on Database" = "Perform Sanity Check on Database"; -"While performing this operation OpenEmu will be unresponsive." = "While performing this operation OpenEmu will be unresponsive."; - -"Do it!" = "Do it!"; - -"Cancel Operation" = "Cancel Operation"; +"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub."; diff --git a/OpenEmu/es.lproj/Localizable.strings b/OpenEmu/es.lproj/Localizable.strings old mode 100755 new mode 100644 index b7a04704cf..4e89c92f75 --- a/OpenEmu/es.lproj/Localizable.strings +++ b/OpenEmu/es.lproj/Localizable.strings @@ -42,9 +42,9 @@ "Add Cheat" = "Añadir truco"; -"Add Cover Art from File…" = "Añadir carátula desde archivo…"; +"Add Cover Art From File…" = "Añadir carátula desde archivo…"; -"Add to Collection" = "Añadir a la colección"; +"Add To Collection" = "Añadir a la colección"; "All Games" = "Todos los juegos"; @@ -84,6 +84,8 @@ "Cancel Cover Art Download" = "Cancelar descargar carátula"; +"Cancel Operation" = "Cancelar operación"; + "Cancel" = "Cancelar"; "Change Core" = "Cambiar núcleo"; @@ -104,6 +106,8 @@ "Code:" = "Código:"; +"Collapse" = "Contraer"; + "Collections" = "Colecciones"; "Consoles" = "Consolas"; @@ -174,12 +178,12 @@ "Device number %lu, %@, has disconnected." = "Device number %1$lu, %2$@, has disconnected.";/*****/ -"Disc %u" = "Disc %u"; // TODO - "Disc-based games have special requirements. Please read the disc importing guide." = "Disc-based games have special requirements. Please read the disc importing guide."; // TODO "Dismiss" = "Dismiss"; // TODO +"Do it!" = "¡Hacerlo!"; + "Do not ask me again" = "No volver a preguntar"; "Do Not Save" = "No guardar"; @@ -214,6 +218,8 @@ "Enable now" = "Activar ahora"; +"Enable Retrode support" = "Activar compatibilidad Retrode"; + "Error!" = "¡Error!"; "Everything" = "Todo"; @@ -308,6 +314,8 @@ "None" = "Ninguna"; +"Not implemented right now" = "No implementado actualmente"; + "OK" = "Aceptar"; "Only files in the OpenEmu Library folder will be moved to the Trash." = "Solo los archivos de la carpeta biblioteca de OpenEmu se moverán a la papelera."; @@ -420,8 +428,6 @@ "Select Core" = "Seleccionar núcleo"; -"Select Disc" = "Select Disc"; // TODO - "Select Filter" = "Seleccionar filtro"; "Select Scale" = "Seleccionar escala"; @@ -438,8 +444,6 @@ "Some migrations failed to complete properly" = "Algunas migraciones no se completaron correctamente"; -"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Gracias especialmente a todos los que hacen posible OpenEmu. Para saber más sobre nuestros colaboradores, núcleos del emulador, documentación, licencias y para dar parte de errores por favor visítenos en GitHub."; - "Start Scanning" = "Comenzar búsqueda"; "Stop Emulation" = "Detener emulación"; @@ -492,6 +496,8 @@ "Toggle Fullscreen" = "Cambiar a pantalla completa"; +"Toggle Sidebar" = "Toggle Sidebar";/*****/ + "Trash downloaded Files" = "Desechar archivos descargados"; "Unmute Audio" = "No silenciar audio"; @@ -500,10 +506,12 @@ "User guide on BIOS files" = "Guía de usuario sobre archivos de BIOS"; -"View Guide in Browser" = "View Guide in Browser"; // TODO +"View Guide In Browser" = "View Guide In Browser"; // TODO "Warning" = "Advertencia"; +"While performing this operation OpenEmu will be unresponsive." = "Mientras realiza esta operación OpenEmu no responderá."; + "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves." = "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves."; // TODO "Won't be able to recognize it as special save state…" = "Won't be able to recognize it as special save state…";/*****/ @@ -619,7 +627,7 @@ "Database Actions" = "Opciones de la base de datos"; -"Delete artwork that can be downloaded" = "Eliminar carátula que puede ser descargada"; +"Delete Artwork that can be downloaded" = "Eliminar carátula que puede ser descargada"; "Download missing artwork" = "Descargar carátula no encontrada"; @@ -633,8 +641,4 @@ "Perform Sanity Check on Database" = "Realizar comprobación de integridad en la base de datos"; -"While performing this operation OpenEmu will be unresponsive." = "Mientras realiza esta operación OpenEmu no responderá."; - -"Do it!" = "¡Hacerlo!"; - -"Cancel Operation" = "Cancelar operación"; +"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Gracias especialmente a todos los que hacen\nposible OpenEmu. Para saber más sobre\nnuestros colaboradores, núcleos del emulador,\ndocumentación, licencias y para dar parte de\nerrores por favor visítenos en GitHub."; diff --git a/OpenEmu/es.lproj/MainMenu.strings b/OpenEmu/es.lproj/MainMenu.strings old mode 100755 new mode 100644 index a31f3c0147..aef85f0ee3 --- a/OpenEmu/es.lproj/MainMenu.strings +++ b/OpenEmu/es.lproj/MainMenu.strings @@ -2,6 +2,30 @@ /* Class = "NSWindow"; title = "Acerca"; ObjectID = "793"; */ "793.title" = "Acerca"; +/* Class = "NSTextFieldCell"; title = "Etiqueta"; ObjectID = "803"; */ +"803.title" = "Etiqueta"; + +/* Class = "NSMenu"; title = "bb"; ObjectID = "970"; */ +"970.title" = "bb"; + +/* Class = "NSMenuItem"; title = "Edición"; ObjectID = "971"; */ +"971.title" = "Edición"; + +/* Class = "NSMenuItem"; title = "Controles"; ObjectID = "972"; */ +"972.title" = "Controles"; + +/* Class = "NSMenuItem"; title = "Visualización"; ObjectID = "973"; */ +"973.title" = "Visualización"; + +/* Class = "NSMenuItem"; title = "Ventana"; ObjectID = "974"; */ +"974.title" = "Ventana"; + +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "975"; */ +"975.title" = "OpenEmu"; + +/* Class = "NSMenuItem"; title = "Archivo"; ObjectID = "976"; */ +"976.title" = "Archivo"; + /* Class = "NSMenu"; title = "Archivo"; ObjectID = "980"; */ "980.title" = "Archivo"; @@ -50,9 +74,30 @@ /* Class = "NSMenuItem"; title = "Configurar página…"; ObjectID = "997"; */ "997.title" = "Configurar página…"; +/* Class = "NSMenu"; title = "Puntuación"; ObjectID = "999"; */ +"999.title" = "Puntuación"; + /* Class = "NSMenuItem"; title = "Ninguna"; ObjectID = "1000"; */ "1000.title" = "Ninguna"; +/* Class = "NSMenuItem"; title = "★★"; ObjectID = "1001"; */ +"1001.title" = "★★"; + +/* Class = "NSMenuItem"; title = "★★★"; ObjectID = "1002"; */ +"1002.title" = "★★★"; + +/* Class = "NSMenuItem"; title = "★★★★"; ObjectID = "1003"; */ +"1003.title" = "★★★★"; + +/* Class = "NSMenuItem"; title = "★"; ObjectID = "1004"; */ +"1004.title" = "★"; + +/* Class = "NSMenuItem"; title = "★★★★★"; ObjectID = "1005"; */ +"1005.title" = "★★★★★"; + +/* Class = "NSMenu"; title = "Biblioteca"; ObjectID = "1006"; */ +"1006.title" = "Biblioteca"; + /* Class = "NSMenuItem"; title = "Guardar copia de seguridad…"; ObjectID = "1007"; */ "1007.title" = "Guardar copia de seguridad…"; @@ -68,6 +113,9 @@ /* Class = "NSMenuItem"; title = "Exportar colección"; ObjectID = "1012"; */ "1012.title" = "Exportar colección"; +/* Class = "NSMenu"; title = "OpenEmu"; ObjectID = "1013"; */ +"1013.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Preferencias…"; ObjectID = "1014"; */ "1014.title" = "Preferencias…"; @@ -92,9 +140,15 @@ /* Class = "NSMenuItem"; title = "Ocultar otros"; ObjectID = "1026"; */ "1026.title" = "Ocultar otros"; +/* Class = "NSMenu"; title = "Servicios"; ObjectID = "1027"; */ +"1027.title" = "Servicios"; + /* Class = "NSMenu"; title = "Ventana"; ObjectID = "1028"; */ "1028.title" = "Ventana"; +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "1029"; */ +"1029.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Traer todo al frente"; ObjectID = "1032"; */ "1032.title" = "Traer todo al frente"; @@ -143,6 +197,27 @@ /* Class = "NSMenuItem"; title = "Cargar estado"; ObjectID = "1053"; */ "1053.title" = "Cargar estado"; +/* Class = "NSMenu"; title = "Último jugado"; ObjectID = "1054"; */ +"1054.title" = "Último jugado"; + +/* Class = "NSMenuItem"; title = "SNES"; ObjectID = "1055"; */ +"1055.title" = "SNES"; + +/* Class = "NSMenuItem"; title = "Super Mario World"; ObjectID = "1056"; */ +"1056.title" = "Super Mario World"; + +/* Class = "NSMenuItem"; title = "Mario Kart"; ObjectID = "1057"; */ +"1057.title" = "Mario Kart"; + +/* Class = "NSMenuItem"; title = "Secret Of Mana"; ObjectID = "1058"; */ +"1058.title" = "Secret Of Mana"; + +/* Class = "NSMenuItem"; title = "3DO"; ObjectID = "1059"; */ +"1059.title" = "3DO"; + +/* Class = "NSMenuItem"; title = "Demolition Man"; ObjectID = "1060"; */ +"1060.title" = "Demolition Man"; + /* Class = "NSMenu"; title = "Edición"; ObjectID = "1061"; */ "1061.title" = "Edición"; @@ -170,6 +245,9 @@ /* Class = "NSMenuItem"; title = "Deshacer"; ObjectID = "1076"; */ "1076.title" = "Deshacer"; +/* Class = "NSMenu"; title = "Buscar"; ObjectID = "1077"; */ +"1077.title" = "Buscar"; + /* Class = "NSMenuItem"; title = "Ir a la selección"; ObjectID = "1078"; */ "1078.title" = "Ir a la selección"; @@ -188,6 +266,15 @@ /* Class = "NSMenuItem"; title = "Detener emulación"; ObjectID = "1167"; */ "1167.title" = "Detener emulación"; +/* Class = "NSTextFieldCell"; title = "Versión"; ObjectID = "1182"; */ +"1182.title" = "Versión"; + +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "%{value1}@"; ObjectID = "1185"; */ +"1185.ibShadowedDisplayPattern" = "%{value1}@"; + +/* Class = "NSMenuItem"; title = "Debug"; ObjectID = "1208"; */ +"1208.title" = "Debug"; + /* Class = "NSMenu"; title = "Debug"; ObjectID = "1209"; */ "1209.title" = "Debug"; @@ -212,17 +299,32 @@ /* Class = "NSMenuItem"; title = "Reiniciar sistema"; ObjectID = "2rj-Sq-LdF"; */ "2rj-Sq-LdF.title" = "Reiniciar sistema"; +/* Class = "NSButtonCell"; title = "www.openemu.org"; ObjectID = "50H-ys-sAp"; */ +"50H-ys-sAp.title" = "www.openemu.org"; + /* Class = "NSMenuItem"; title = "Notas de la versión"; ObjectID = "5YI-Il-P9H"; */ "5YI-Il-P9H.title" = "Notas de la versión"; +/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "5kO-fw-ARd"; */ +"5kO-fw-ARd.title" = "Show Sidebar"; // TODO + +/* Class = "NSMenuItem"; title = "Ayuda"; ObjectID = "Qhx-nq-JmY"; */ +"Qhx-nq-JmY.title" = "Ayuda"; + /* Class = "NSMenuItem"; title = "Página web de OpenEmu"; ObjectID = "ahk-gp-EN3"; */ "ahk-gp-EN3.title" = "Página web de OpenEmu"; /* Class = "NSMenuItem"; title = "Siempre mostrar controles"; ObjectID = "ayc-Ld-Nyd"; */ "ayc-Ld-Nyd.title" = "Siempre mostrar controles"; +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "OpenEmu v%{value1}@"; ObjectID = "dC7-Fu-BLw"; */ +"dC7-Fu-BLw.ibShadowedDisplayPattern" = "OpenEmu v%{value1}@"; + /* Class = "NSMenuItem"; title = "Enviar comentarios…"; ObjectID = "ftM-3D-CSh"; */ "ftM-3D-CSh.title" = "Enviar comentarios…"; /* Class = "NSMenuItem"; title = "Guía de usuario"; ObjectID = "q7W-GV-n3p"; */ "q7W-GV-n3p.title" = "Guía de usuario"; + +/* Class = "NSButtonCell"; title = "www.github.com/openemu"; ObjectID = "y9C-BZ-tbY"; */ +"y9C-BZ-tbY.title" = "www.github.com/openemu"; diff --git a/OpenEmu/es.lproj/OEGameScanner.strings b/OpenEmu/es.lproj/OEGameScanner.strings index c98067185b..ae4b544256 100644 --- a/OpenEmu/es.lproj/OEGameScanner.strings +++ b/OpenEmu/es.lproj/OEGameScanner.strings @@ -1,6 +1,6 @@ -/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "75"; */ -"75.headerCell.title" = "Nombre"; +/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "75"; */ +"75.headerCell.title" = "Ruta"; /* Class = "NSTextFieldCell"; title = "Fix Import Issues:"; ObjectID = "127"; */ "127.title" = "Corregir errores de importación:"; diff --git a/OpenEmu/es.lproj/OELibraryGamesViewController.strings b/OpenEmu/es.lproj/OELibraryGamesViewController.strings index b894bb3f3d..27f974acd2 100644 --- a/OpenEmu/es.lproj/OELibraryGamesViewController.strings +++ b/OpenEmu/es.lproj/OELibraryGamesViewController.strings @@ -1,6 +1,6 @@ -/* Class = "NSMenuItem"; title = "Add to Library…"; ObjectID = "1U8-Yu-nH3"; */ -"1U8-Yu-nH3.title" = "Añadir a la biblioteca…"; +/* Class = "NSMenuItem"; title = "Add To Library…"; ObjectID = "1U8-Yu-nH3"; */ +"1U8-Yu-nH3.title" = "Add To Library…"; // TODO /* Class = "NSMenuItem"; title = "New Collection"; ObjectID = "Lkc-nZ-qig"; */ "Lkc-nZ-qig.title" = "Nueva colección"; diff --git a/OpenEmu/es.lproj/Preferences.strings b/OpenEmu/es.lproj/Preferences.strings new file mode 100644 index 0000000000..f9d36282ea --- /dev/null +++ b/OpenEmu/es.lproj/Preferences.strings @@ -0,0 +1,21 @@ + +/* Class = "NSWindow"; title = "Preferences"; ObjectID = "36"; */ +"36.title" = "Preferencias"; + +/* Class = "NSToolbarItem"; label = "System Files"; ObjectID = "0uZ-aM-LnO"; */ +"0uZ-aM-LnO.label" = "Archivos de sistema"; + +/* Class = "NSToolbarItem"; label = "Secrets"; ObjectID = "AKq-Kz-AwS"; */ +"AKq-Kz-AwS.label" = "Secrets"; + +/* Class = "NSToolbarItem"; label = "Cores"; ObjectID = "CbK-K2-nlJ"; */ +"CbK-K2-nlJ.label" = "Núcleos"; + +/* Class = "NSToolbarItem"; label = "Gameplay"; ObjectID = "SnN-ym-OO1"; */ +"SnN-ym-OO1.label" = "Modo de juego"; + +/* Class = "NSToolbarItem"; label = "Library"; ObjectID = "dbA-TA-rFD"; */ +"dbA-TA-rFD.label" = "Biblioteca"; + +/* Class = "NSToolbarItem"; label = "Controls"; ObjectID = "ilV-yX-dT2"; */ +"ilV-yX-dT2.label" = "Mandos"; diff --git a/OpenEmu/fr.lproj/Localizable.strings b/OpenEmu/fr.lproj/Localizable.strings old mode 100755 new mode 100644 index bea6a6090f..7a0750dee5 --- a/OpenEmu/fr.lproj/Localizable.strings +++ b/OpenEmu/fr.lproj/Localizable.strings @@ -28,7 +28,7 @@ "%@ could not be enabled because its plugin was not found." = "Impossible d’activer %@ car son plugin n’a pas été trouvé."; -"%@ games will appear here. Check out %@ on how to add disc-based games." = "Les jeux %@ apparaîtront ici. Lisez %@ pour savoir comment ajouter jeux sur disque."; +"%@ games will appear here. Check out %@ on how to add disc-based games." = "%@ games will appear here. Check out %@ on how to add disc-based games."; // TODO "%@ games you add to OpenEmu will appear in this Console Library" = "Les jeux %@ ajoutés à OpenEmu apparaîtront dans la bibliothèque de la console"; @@ -42,9 +42,9 @@ "Add Cheat" = "Ajouter un code"; -"Add Cover Art from File…" = "Ajouter la jaquette à partir d’un fichier…"; +"Add Cover Art From File…" = "Ajouter la jaquette à partir d’un fichier…"; -"Add to Collection" = "Ajouter à la collection"; +"Add To Collection" = "Ajouter à la collection"; "All Games" = "Tous les jeux"; @@ -84,6 +84,8 @@ "Cancel Cover Art Download" = "Annuler le téléchargement de la jaquette"; +"Cancel Operation" = "Annuler l’opération"; + "Cancel" = "Annuler"; "Change Core" = "Changer le cœur"; @@ -104,6 +106,8 @@ "Code:" = "Code :"; +"Collapse" = "Réduire"; + "Collections" = "Collections"; "Consoles" = "Consoles"; @@ -142,7 +146,7 @@ "Create or Load Save State" = "Créer ou charger une partie sauvegardée"; -"Create your personal collection of screenshots. To take a screenshot, you can use the keyboard shortcut ⌘ + T while playing a game." = "Créer une sélection de captures d’écran personnelle. Pour créer un capture d’écran, appuyez simultanément sur les touches ⌘ + T pendant jouer un jeu."; +"Create your personal collection of screenshots. To take a screenshot, you can use the keyboard shortcut ⌘ + T while playing a game." = "Create your personal collection of screenshots. To take a screenshot, you can use the keyboard shortcut ⌘ + T while playing a game."; // TODO "Default Core" = "Cœur par défaut"; @@ -164,9 +168,9 @@ "Delete Screenshots" = "Supprimer captures"; -"Delete" = "Supprimer"; +"Delete" = "Delete"; // TODO -"Description" = "Description"; +"Description" = "Description"; // TODO // Search field menu, only search description "Deselect All" = "Tout désélectionner"; @@ -174,11 +178,11 @@ "Device number %lu, %@, has disconnected." = "Le périphérique numéro %1$lu, %2$@, a été déconnecté."; -"Disc %u" = "Disque %u"; +"Disc-based games have special requirements. Please read the disc importing guide." = "Disc-based games have special requirements. Please read the disc importing guide."; // TODO -"Disc-based games have special requirements. Please read the disc importing guide." = "Jeux sur disque ont conditions spéciales. S’il vous plaît, lire le guide d’importer disques."; +"Dismiss" = "Dismiss"; // TODO -"Dismiss" = "Ignorer"; +"Do it!" = "Faites-le !"; "Do not ask me again" = "Ne plus me demander"; @@ -206,7 +210,7 @@ "Drag & Drop Games Here" = "Glissez et déposez des jeux ici"; -"Drag & Drop Save States Here" = "Déposez des parties sauvegardées ici"; +"Drag & Drop Save States Here" = "Drag & Drop Save States Here"; // TODO "Duplicate Collection" = "Dupliquer la collection"; @@ -214,19 +218,21 @@ "Enable now" = "Activer maintenant"; +"Enable Retrode support" = "Activer le support de Retrode"; + "Error!" = "Erreur !"; -"Everything" = "Tous"; +"Everything" = "Everything"; // TODO // Search field menu, search everything item title "Featured Games" = "Jeux en vedette"; "Fetching Games…" = "Récupération des jeux…"; -"Filter by:" = "Filtrer par :"; +"Filter by:" = "Filter by:"; // TODO // Search field menu, first item, instructional "Game %ld of %ld" = "Jeu %1$ld sur %2$ld"; -"Game Name" = "Nom de jeu"; +"Game Name" = "Game Name"; // TODO // Search field menu, only search game name "Game requires download" = "Le jeu nécessite un téléchargement"; @@ -234,11 +240,11 @@ "Gameplay" = "Jeu"; -"Have you read the guide?" = "Est-ce que vous avez lu le guide?"; +"Have you read the guide?" = "Have you read the guide?"; // TODO "Hide \"%@\"" = "Masquer « %@ »"; -"Homebrew Games" = "Jeux homebrew"; +"Homebrew Games" = "Homebrew Games"; // TODO "If there is a red button on the back battery cover, press it.\nIf not, hold down buttons ①+②." = "Si un bouton rouge est présent sur le couvercle des piles, appuyez dessus.\nSinon, maintenez enfoncés les boutons ①+②."; @@ -258,7 +264,7 @@ "Keyboard" = "Clavier"; -"Learn More" = "En savoir plus"; +"Learn More" = "Learn More"; // TODO Missing BIOS files modal, Wiimote modal "Library" = "Bibliothèque"; @@ -284,7 +290,7 @@ "Mute Audio" = "Couper le son"; -"Name" = "Nom"; +"Name" = "Name"; // TODO // Search field menu, only search names "New Collection from Selection" = "Nouvelle collection à partir de la sélection"; @@ -298,16 +304,18 @@ "No game played yet!" = "Aucun jeu lancé !"; -"No Internet Connection" = "Aucune connexion internet"; +"No Internet Connection" = "No Internet Connection"; // TODO "No Save States available" = "Aucune sauvegarde disponible"; -"No Screenshots Found" = "Aucune capture d’écran trouvée"; +"No Screenshots Found" = "No Screenshots Found"; // TODO "No" = "Non"; "None" = "Aucune"; +"Not implemented right now" = "Pas encore implémenté"; + "OK" = "OK"; "Only files in the OpenEmu Library folder will be moved to the Trash." = "Seulement les fichiers du dossier de la bibliothèque OpenEmu seront placés sans la corbeille."; @@ -420,13 +428,11 @@ "Select Core" = "Sélectionner le cœur"; -"Select Disc" = "Sélectionner le disque"; - "Select Filter" = "Sélectionner le filtre"; "Select Scale" = "Sélectionner l’échelle"; -"Share" = "Partager"; +"Share" = "Share"; // TODO "Show in Finder" = "Afficher dans le Finder"; @@ -438,8 +444,6 @@ "Some migrations failed to complete properly" = "Quelques migrations ne se sont pas terminées correctement"; -"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Merci à celles et ceux sans qui OpenEmu n’aurait été possible. Pour en savoir plus sur nos contributeurs, cœurs, doc, licences et signalement des bugs, visitez notre GitHub."; - "Start Scanning" = "Démarrer l’analyse"; "Stop Emulation" = "Arrêter l’émulation"; @@ -478,7 +482,7 @@ "The System plugin could not be found!" = "Impossible de trouver le plugin du système !"; -"this guide" = "ce guide"; +"this guide" = "this guide"; // TODO "This save state was created with a different core. Do you want to switch to that core now?" = "Cette partie sauvegardée a été créée avec un cœur différent. Voulez-vous changer le cœur maintenant ?"; @@ -492,6 +496,8 @@ "Toggle Fullscreen" = "Basculer le mode plein écran"; +"Toggle Sidebar" = "Basculer la barre latérale"; + "Trash downloaded Files" = "Placer dans la corbeille les fichiers téléchargés"; "Unmute Audio" = "Réactiver le son"; @@ -500,11 +506,13 @@ "User guide on BIOS files" = "Guide de l’utilisateur des fichiers BIOS"; -"View Guide in Browser" = "Regarder le guide dans le navigateur"; +"View Guide In Browser" = "View Guide In Browser"; // TODO "Warning" = "Avertissement"; -"With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves." = "Avec OpenEmu, vous pouvez sauvegarder votre progrès à tout moment à l’aide des parties sauvegardées. Nous allons même créer des sauvegardes automatiques pour vous après vous quittez le jeu. Revenir plus tard pour regarder toutes vos sauvegardes."; +"While performing this operation OpenEmu will be unresponsive." = "OpenEmu ne répondra pas pendant l’exécution de cette opération."; + +"With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves." = "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves."; // TODO "Won't be able to recognize it as special save state…" = "Cette sauvegarde ne sera pas reconnue comme une sauvegarde spéciale…"; @@ -547,13 +555,13 @@ "Manually choose system on import" = "Choisir manuellement le système lors de l’importation"; -"Show autosave states in save state category" = "Afficher les sauvegardes automatiques dans la catégorie sauvegardes"; +"Show autosave states in save state category" = "Show autosave states in save state category"; // TODO -"Show quicksave states in save state category" = "Afficher les sauvegardes rapides dans la catégorie sauvegardes"; +"Show quicksave states in save state category" = "Show quicksave states in save state category"; // TODO -"Show game scanner view" = "Afficher l’analyse des jeux"; +"Show game scanner view" = "Show game scanner view"; // TODO -"Hide game scanner view" = "Masquer l’analyse des jeux"; +"Hide game scanner view" = "Hide game scanner view"; // TODO "HUD Bar / Gameplay" = "Barre HUD / Jeu"; @@ -567,7 +575,7 @@ "Show quicksave notification during gameplay" = "Afficher la notification de sauvegarde rapide pendant le jeu"; -"Show screenshot notification during gameplay" = "Afficher la notification de capture d’écran pendant le jeu"; +"Show screenshot notification during gameplay" = "Show screenshot notification during gameplay"; // TODO "Use quicksave slots" = "Utiliser les fentes de sauvegarde rapide"; @@ -619,7 +627,7 @@ "Database Actions" = "Actions de la base de données"; -"Delete artwork that can be downloaded" = "Supprimer l’illustration qui peut être téléchargée"; +"Delete Artwork that can be downloaded" = "Supprimer l’illustration qui peut être téléchargée"; "Download missing artwork" = "Télécharger l’illustration manquante"; @@ -629,12 +637,8 @@ "Remove duplicated roms" = "Supprimer les roms dupliquées"; -"Cancel cover sync for all games" = "Annuler la synchronisation des illustrations pour tous les jeux"; +"Cancel cover sync for all games" = "Cancel cover sync for all games"; // TODO "Perform Sanity Check on Database" = "Vérifier l’intégrité de la base de données"; -"While performing this operation OpenEmu will be unresponsive." = "OpenEmu ne répondra pas pendant l’exécution de cette opération."; - -"Do it!" = "Faites-le !"; - -"Cancel Operation" = "Annuler l’opération"; +"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Merci à celles et ceux sans qui\nOpenEmu n’aurait été possible. Pour\nen savoir plus sur nos contributeurs,\ncœurs, doc, licences et signalement\ndes bugs, visitez notre GitHub."; diff --git a/OpenEmu/fr.lproj/MainMenu.strings b/OpenEmu/fr.lproj/MainMenu.strings old mode 100755 new mode 100644 index fb8582527f..eeb5113f11 --- a/OpenEmu/fr.lproj/MainMenu.strings +++ b/OpenEmu/fr.lproj/MainMenu.strings @@ -2,6 +2,30 @@ /* Class = "NSWindow"; title = "À propos"; ObjectID = "793"; */ "793.title" = "À propos"; +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "803"; */ +"803.title" = "Label"; + +/* Class = "NSMenu"; title = "bb"; ObjectID = "970"; */ +"970.title" = "bb"; + +/* Class = "NSMenuItem"; title = "Édition"; ObjectID = "971"; */ +"971.title" = "Édition"; + +/* Class = "NSMenuItem"; title = "Contrôles"; ObjectID = "972"; */ +"972.title" = "Contrôles"; + +/* Class = "NSMenuItem"; title = "Présentation"; ObjectID = "973"; */ +"973.title" = "Présentation"; + +/* Class = "NSMenuItem"; title = "Fenêtre"; ObjectID = "974"; */ +"974.title" = "Fenêtre"; + +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "975"; */ +"975.title" = "OpenEmu"; + +/* Class = "NSMenuItem"; title = "Fichier"; ObjectID = "976"; */ +"976.title" = "Fichier"; + /* Class = "NSMenu"; title = "Fichier"; ObjectID = "980"; */ "980.title" = "Fichier"; @@ -50,9 +74,30 @@ /* Class = "NSMenuItem"; title = "Format d’impression…"; ObjectID = "997"; */ "997.title" = "Format d’impression…"; +/* Class = "NSMenu"; title = "Note"; ObjectID = "999"; */ +"999.title" = "Note"; + /* Class = "NSMenuItem"; title = "Aucune"; ObjectID = "1000"; */ "1000.title" = "Aucune"; +/* Class = "NSMenuItem"; title = "★★"; ObjectID = "1001"; */ +"1001.title" = "★★"; + +/* Class = "NSMenuItem"; title = "★★★"; ObjectID = "1002"; */ +"1002.title" = "★★★"; + +/* Class = "NSMenuItem"; title = "★★★★"; ObjectID = "1003"; */ +"1003.title" = "★★★★"; + +/* Class = "NSMenuItem"; title = "★"; ObjectID = "1004"; */ +"1004.title" = "★"; + +/* Class = "NSMenuItem"; title = "★★★★★"; ObjectID = "1005"; */ +"1005.title" = "★★★★★"; + +/* Class = "NSMenu"; title = "Bibliothèque"; ObjectID = "1006"; */ +"1006.title" = "Bibliothèque"; + /* Class = "NSMenuItem"; title = "Sauvegarder…"; ObjectID = "1007"; */ "1007.title" = "Sauvegarder…"; @@ -68,6 +113,9 @@ /* Class = "NSMenuItem"; title = "Exporter la collection"; ObjectID = "1012"; */ "1012.title" = "Exporter la collection"; +/* Class = "NSMenu"; title = "OpenEmu"; ObjectID = "1013"; */ +"1013.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Préférences…"; ObjectID = "1014"; */ "1014.title" = "Préférences…"; @@ -92,9 +140,15 @@ /* Class = "NSMenuItem"; title = "Masquer les autres"; ObjectID = "1026"; */ "1026.title" = "Masquer les autres"; +/* Class = "NSMenu"; title = "Services"; ObjectID = "1027"; */ +"1027.title" = "Services"; + /* Class = "NSMenu"; title = "Fenêtre"; ObjectID = "1028"; */ "1028.title" = "Fenêtre"; +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "1029"; */ +"1029.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Tout ramener au premier plan"; ObjectID = "1032"; */ "1032.title" = "Tout ramener au premier plan"; @@ -143,6 +197,27 @@ /* Class = "NSMenuItem"; title = "Charger partie"; ObjectID = "1053"; */ "1053.title" = "Charger partie"; +/* Class = "NSMenu"; title = "Derniers jeux lancés"; ObjectID = "1054"; */ +"1054.title" = "Derniers jeux lancés"; + +/* Class = "NSMenuItem"; title = "SNES"; ObjectID = "1055"; */ +"1055.title" = "SNES"; + +/* Class = "NSMenuItem"; title = "Super Mario World"; ObjectID = "1056"; */ +"1056.title" = "Super Mario World"; + +/* Class = "NSMenuItem"; title = "Mario Kart"; ObjectID = "1057"; */ +"1057.title" = "Mario Kart"; + +/* Class = "NSMenuItem"; title = "Secret Of Mana"; ObjectID = "1058"; */ +"1058.title" = "Secret Of Mana"; + +/* Class = "NSMenuItem"; title = "3DO"; ObjectID = "1059"; */ +"1059.title" = "3DO"; + +/* Class = "NSMenuItem"; title = "Demolition Man"; ObjectID = "1060"; */ +"1060.title" = "Demolition Man"; + /* Class = "NSMenu"; title = "Édition"; ObjectID = "1061"; */ "1061.title" = "Édition"; @@ -170,6 +245,9 @@ /* Class = "NSMenuItem"; title = "Annuler"; ObjectID = "1076"; */ "1076.title" = "Annuler"; +/* Class = "NSMenu"; title = "Rechercher"; ObjectID = "1077"; */ +"1077.title" = "Rechercher"; + /* Class = "NSMenuItem"; title = "Aller à la sélection"; ObjectID = "1078"; */ "1078.title" = "Aller à la sélection"; @@ -188,6 +266,15 @@ /* Class = "NSMenuItem"; title = "Arrêter l’émulation"; ObjectID = "1167"; */ "1167.title" = "Arrêter l’émulation"; +/* Class = "NSTextFieldCell"; title = "Version"; ObjectID = "1182"; */ +"1182.title" = "Version"; + +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "%{value1}@"; ObjectID = "1185"; */ +"1185.ibShadowedDisplayPattern" = "%{value1}@"; + +/* Class = "NSMenuItem"; title = "Débogage"; ObjectID = "1208"; */ +"1208.title" = "Débogage"; + /* Class = "NSMenu"; title = "Débogage"; ObjectID = "1209"; */ "1209.title" = "Débogage"; @@ -212,17 +299,32 @@ /* Class = "NSMenuItem"; title = "Redémarrer le système"; ObjectID = "2rj-Sq-LdF"; */ "2rj-Sq-LdF.title" = "Redémarrer le système"; +/* Class = "NSButtonCell"; title = "www.openemu.org"; ObjectID = "50H-ys-sAp"; */ +"50H-ys-sAp.title" = "www.openemu.org"; + /* Class = "NSMenuItem"; title = "Notes de publication"; ObjectID = "5YI-Il-P9H"; */ "5YI-Il-P9H.title" = "Notes de publication"; +/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "5kO-fw-ARd"; */ +"5kO-fw-ARd.title" = "Show Sidebar"; // TODO + +/* Class = "NSMenuItem"; title = "Aide"; ObjectID = "Qhx-nq-JmY"; */ +"Qhx-nq-JmY.title" = "Aide"; + /* Class = "NSMenuItem"; title = "Site web OpenEmu"; ObjectID = "ahk-gp-EN3"; */ "ahk-gp-EN3.title" = "Site web OpenEmu"; /* Class = "NSMenuItem"; title = "Toujours masquer les contrôles"; ObjectID = "ayc-Ld-Nyd"; */ "ayc-Ld-Nyd.title" = "Toujours masquer les contrôles"; +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "OpenEmu v%{value1}@"; ObjectID = "dC7-Fu-BLw"; */ +"dC7-Fu-BLw.ibShadowedDisplayPattern" = "OpenEmu v%{value1}@"; + /* Class = "NSMenuItem"; title = "Émettre un commentaire…"; ObjectID = "ftM-3D-CSh"; */ "ftM-3D-CSh.title" = "Émettre un commentaire…"; /* Class = "NSMenuItem"; title = "Guide de l’utilisateur"; ObjectID = "q7W-GV-n3p"; */ "q7W-GV-n3p.title" = "Guide de l’utilisateur"; + +/* Class = "NSButtonCell"; title = "www.github.com/openemu"; ObjectID = "y9C-BZ-tbY"; */ +"y9C-BZ-tbY.title" = "www.github.com/openemu"; diff --git a/OpenEmu/fr.lproj/OEGameScanner.strings b/OpenEmu/fr.lproj/OEGameScanner.strings index 3107069568..c65828d479 100644 --- a/OpenEmu/fr.lproj/OEGameScanner.strings +++ b/OpenEmu/fr.lproj/OEGameScanner.strings @@ -1,6 +1,6 @@ -/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "75"; */ -"75.headerCell.title" = "Nom"; +/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "75"; */ +"75.headerCell.title" = "Chemin"; /* Class = "NSTextFieldCell"; title = "Fix Import Issues:"; ObjectID = "127"; */ "127.title" = "Réparer problèmes d’importation:"; diff --git a/OpenEmu/fr.lproj/OELibraryController.strings b/OpenEmu/fr.lproj/OELibraryController.strings index ebc5aaf0a7..daa969660c 100644 --- a/OpenEmu/fr.lproj/OELibraryController.strings +++ b/OpenEmu/fr.lproj/OELibraryController.strings @@ -6,10 +6,10 @@ "y2e-ND-lKU.ibShadowedLabels[0]" = "Bibliothèque"; /* Class = "NSSegmentedCell"; y2e-ND-lKU.ibShadowedLabels[1] = "Save States"; ObjectID = "y2e-ND-lKU"; */ -"y2e-ND-lKU.ibShadowedLabels[1]" = "Sauvegardes"; +"y2e-ND-lKU.ibShadowedLabels[1]" = "Save States"; // TODO /* Class = "NSSegmentedCell"; y2e-ND-lKU.ibShadowedLabels[2] = "Screenshots"; ObjectID = "y2e-ND-lKU"; */ -"y2e-ND-lKU.ibShadowedLabels[2]" = "Captures"; +"y2e-ND-lKU.ibShadowedLabels[2]" = "Screenshots"; // TODO /* Class = "NSSegmentedCell"; y2e-ND-lKU.ibShadowedLabels[3] = "Homebrew"; ObjectID = "y2e-ND-lKU"; */ "y2e-ND-lKU.ibShadowedLabels[3]" = "Homebrew"; diff --git a/OpenEmu/fr.lproj/OELibraryGamesViewController.strings b/OpenEmu/fr.lproj/OELibraryGamesViewController.strings index 8f38d6a59e..ef4adb31b6 100644 --- a/OpenEmu/fr.lproj/OELibraryGamesViewController.strings +++ b/OpenEmu/fr.lproj/OELibraryGamesViewController.strings @@ -1,6 +1,6 @@ -/* Class = "NSMenuItem"; title = "Add to Library…"; ObjectID = "1U8-Yu-nH3"; */ -"1U8-Yu-nH3.title" = "Ajouter à la bibliothèque…"; +/* Class = "NSMenuItem"; title = "Add To Library…"; ObjectID = "1U8-Yu-nH3"; */ +"1U8-Yu-nH3.title" = "Add To Library…"; // TODO /* Class = "NSMenuItem"; title = "New Collection"; ObjectID = "Lkc-nZ-qig"; */ "Lkc-nZ-qig.title" = "Nouvelle collection"; diff --git a/OpenEmu/fr.lproj/OEPrefControlsController.strings b/OpenEmu/fr.lproj/OEPrefControlsController.strings deleted file mode 100755 index bdac02a96e..0000000000 --- a/OpenEmu/fr.lproj/OEPrefControlsController.strings +++ /dev/null @@ -1,3 +0,0 @@ - -/* Class = "NSTextFieldCell"; title = "Input:"; ObjectID = "11"; */ -"11.title" = "Entrée :"; diff --git a/OpenEmu/fr.lproj/OEPrefControlsController.xib b/OpenEmu/fr.lproj/OEPrefControlsController.xib new file mode 100644 index 0000000000..59507c0e23 --- /dev/null +++ b/OpenEmu/fr.lproj/OEPrefControlsController.xib @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenEmu/fr.lproj/OEPrefLibraryController.strings b/OpenEmu/fr.lproj/OEPrefLibraryController.strings deleted file mode 100755 index 3f725e4603..0000000000 --- a/OpenEmu/fr.lproj/OEPrefLibraryController.strings +++ /dev/null @@ -1,30 +0,0 @@ - -/* Class = "NSButtonCell"; title = "Change…"; ObjectID = "15"; */ -"15.title" = "Changer…"; - -/* Class = "NSButtonCell"; title = "Reset"; ObjectID = "16"; */ -"16.title" = "Rétablir"; - -/* Class = "NSTextFieldCell"; title = "Organization Methods"; ObjectID = "18"; */ -"18.title" = "Méthodes d’organisation"; - -/* Class = "NSTextFieldCell"; title = "Game Library Folder Location:"; ObjectID = "19"; */ -"19.title" = "Emplacement du dossier de bibliothèque de jeux :"; - -/* Class = "NSButtonCell"; title = "Keep games organized"; ObjectID = "20"; */ -"20.title" = "Conserver l’organisation des jeux"; - -/* Class = "NSButtonCell"; title = "Copy files to Game Library folder when adding to library"; ObjectID = "21"; */ -"21.title" = "Copier fichiers dans la bibliothèque de jeux lors de l’ajout"; - -/* Class = "NSButtonCell"; title = "Automatically lookup game information & artwork"; ObjectID = "23"; */ -"23.title" = "Récupérer automatiquement les infos et illustrations"; - -/* Class = "NSTextFieldCell"; title = "Available Libraries:"; ObjectID = "24"; */ -"24.title" = "Bibliothèques disponibles :"; - -/* Class = "NSTextFieldCell"; title = "Reset all dialog warnings:"; ObjectID = "Ua1-J2-mdy"; */ -"Ua1-J2-mdy.title" = "Réinitialiser les avertissements :"; - -/* Class = "NSButtonCell"; title = "Reset warnings"; ObjectID = "all-Wd-1Dy"; */ -"all-Wd-1Dy.title" = "Rétablir avertissements"; diff --git a/OpenEmu/fr.lproj/OEPrefLibraryController.xib b/OpenEmu/fr.lproj/OEPrefLibraryController.xib new file mode 100644 index 0000000000..bd1eda839d --- /dev/null +++ b/OpenEmu/fr.lproj/OEPrefLibraryController.xib @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenEmu/fr.lproj/Preferences.strings b/OpenEmu/fr.lproj/Preferences.strings new file mode 100644 index 0000000000..9a34f7625c --- /dev/null +++ b/OpenEmu/fr.lproj/Preferences.strings @@ -0,0 +1,21 @@ + +/* Class = "NSWindow"; title = "Preferences"; ObjectID = "36"; */ +"36.title" = "Préférences"; + +/* Class = "NSToolbarItem"; label = "System Files"; ObjectID = "0uZ-aM-LnO"; */ +"0uZ-aM-LnO.label" = "Fichiers système"; + +/* Class = "NSToolbarItem"; label = "Secrets"; ObjectID = "AKq-Kz-AwS"; */ +"AKq-Kz-AwS.label" = "Secrets"; + +/* Class = "NSToolbarItem"; label = "Cores"; ObjectID = "CbK-K2-nlJ"; */ +"CbK-K2-nlJ.label" = "Cœurs"; + +/* Class = "NSToolbarItem"; label = "Gameplay"; ObjectID = "SnN-ym-OO1"; */ +"SnN-ym-OO1.label" = "Jeu"; + +/* Class = "NSToolbarItem"; label = "Library"; ObjectID = "dbA-TA-rFD"; */ +"dbA-TA-rFD.label" = "Bibliothèque"; + +/* Class = "NSToolbarItem"; label = "Controls"; ObjectID = "ilV-yX-dT2"; */ +"ilV-yX-dT2.label" = "Contrôles"; diff --git a/OpenEmu/it.lproj/Localizable.strings b/OpenEmu/it.lproj/Localizable.strings old mode 100755 new mode 100644 index ae622092f9..7d3b9fc95a --- a/OpenEmu/it.lproj/Localizable.strings +++ b/OpenEmu/it.lproj/Localizable.strings @@ -42,9 +42,9 @@ "Add Cheat" = "Nuovo codice"; -"Add Cover Art from File…" = "Seleziona copertina da file…"; +"Add Cover Art From File…" = "Seleziona copertina da file…"; -"Add to Collection" = "Aggiungi a raccolta"; +"Add To Collection" = "Aggiungi a raccolta"; "All Games" = "Tutti i giochi"; @@ -84,6 +84,8 @@ "Cancel Cover Art Download" = "Annulla scaricamento copertine"; +"Cancel Operation" = "Annulla operazione"; // download missing artwork dialog button (debug) - standard nsalert + "Cancel" = "Annulla"; "Change Core" = "Cambia Core"; @@ -104,6 +106,8 @@ "Code:" = "Codice:"; +"Collapse" = "Contrai"; + "Collections" = "Raccolte"; "Consoles" = "Consoles"; @@ -174,12 +178,12 @@ "Device number %lu, %@, has disconnected." = "Il dispositivo n° %1$lu, %2$@, si è scollegato"; -"Disc %u" = "Disc %u"; // TODO - "Disc-based games have special requirements. Please read the disc importing guide." = "Disc-based games have special requirements. Please read the disc importing guide."; // TODO "Dismiss" = "Dismiss"; // TODO +"Do it!" = "Va bene!"; // download missing artwork (debug) - standard nsalert + "Do not ask me again" = "Non chiedermelo più"; "Do Not Save" = "Non salvare"; @@ -214,6 +218,8 @@ "Enable now" = "Attiva adesso"; +"Enable Retrode support" = "Attiva supporto per Retrode"; + "Error!" = "Errore!"; // The core could not be downloaded "Everything" = "Tutto"; // Search field menu, search everything item title @@ -308,6 +314,8 @@ "None" = "Nessuna"; // rating +"Not implemented right now" = "Non ancora implementato"; // unused + "OK" = "OK"; "Only files in the OpenEmu Library folder will be moved to the Trash." = "Solo i file che si trovano nella cartella della libreria di OpenEmu verranno spostati nel cestino."; @@ -420,8 +428,6 @@ "Select Core" = "Core"; -"Select Disc" = "Select Disc"; // TODO - "Select Filter" = "Filtri"; "Select Scale" = "Scala"; @@ -438,8 +444,6 @@ "Some migrations failed to complete properly" = "Non è stato possibile completare correttamente alcune migrazioni"; -"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Ringraziamenti speciali a tutti coloro che hanno reso OpenEmu possibile. Per saperne di più riguardo i contributori, i core di emulazione, la documentazione, le licenze, e per segnalare bachi, visita la nostra pagina GitHub."; - "Start Scanning" = "Avvia scansione"; "Stop Emulation" = "Chiudi emulatore"; @@ -492,6 +496,8 @@ "Toggle Fullscreen" = "Modalità a tutto schermo"; +"Toggle Sidebar" = "Mostra/nascondi barra laterale"; + "Trash downloaded Files" = "Sposta file scaricati nel cestino"; "Unmute Audio" = "Attiva audio"; @@ -500,10 +506,12 @@ "User guide on BIOS files" = "Manuale sui file BIOS"; -"View Guide in Browser" = "View Guide in Browser"; // TODO +"View Guide In Browser" = "View Guide In Browser"; // TODO "Warning" = "Attenzione"; +"While performing this operation OpenEmu will be unresponsive." = "Mentre questa operazione è in corso, OpenEmu smetterà di rispondere."; + "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves." = "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves."; // TODO "Won't be able to recognize it as special save state…" = "Poi non sarà più possibile distinguerlo da un salvataggio normale…"; @@ -619,7 +627,7 @@ "Database Actions" = "Operazioni sul database"; -"Delete artwork that can be downloaded" = "Elimina le immagini che si possono scaricare"; +"Delete Artwork that can be downloaded" = "Elimina le immagini che si possono scaricare"; "Download missing artwork" = "Scarica immagini mancanti"; @@ -633,8 +641,4 @@ "Perform Sanity Check on Database" = "Effettua verifica del database"; -"While performing this operation OpenEmu will be unresponsive." = "Mentre questa operazione è in corso, OpenEmu smetterà di rispondere."; - -"Do it!" = "Va bene!"; // download missing artwork (debug) - standard nsalert - -"Cancel Operation" = "Annulla operazione"; // download missing artwork dialog button (debug) - standard nsalert +"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Ringraziamenti speciali a tutti coloro che hanno\nreso OpenEmu possibile. Per saperne di più\nriguardo i contributori, i core di emulazione,\nla documentazione, le licenze, e per segnalare\nbachi, visita la nostra pagina GitHub."; diff --git a/OpenEmu/it.lproj/MainMenu.strings b/OpenEmu/it.lproj/MainMenu.strings old mode 100755 new mode 100644 index 4cf8cda8aa..ea242cb05d --- a/OpenEmu/it.lproj/MainMenu.strings +++ b/OpenEmu/it.lproj/MainMenu.strings @@ -2,6 +2,30 @@ /* Class = "NSWindow"; title = "Informazioni"; ObjectID = "793"; */ "793.title" = "Informazioni"; +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "803"; */ +"803.title" = "Label"; + +/* Class = "NSMenu"; title = "bb"; ObjectID = "970"; */ +"970.title" = "bb"; + +/* Class = "NSMenuItem"; title = "Modifica"; ObjectID = "971"; */ +"971.title" = "Modifica"; + +/* Class = "NSMenuItem"; title = "Controlli"; ObjectID = "972"; */ +"972.title" = "Controlli"; + +/* Class = "NSMenuItem"; title = "Vista"; ObjectID = "973"; */ +"973.title" = "Vista"; + +/* Class = "NSMenuItem"; title = "Finestra"; ObjectID = "974"; */ +"974.title" = "Finestra"; + +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "975"; */ +"975.title" = "OpenEmu"; + +/* Class = "NSMenuItem"; title = "File"; ObjectID = "976"; */ +"976.title" = "File"; + /* Class = "NSMenu"; title = "File"; ObjectID = "980"; */ "980.title" = "File"; @@ -50,9 +74,30 @@ /* Class = "NSMenuItem"; title = "Formato di stampa…"; ObjectID = "997"; */ "997.title" = "Formato di stampa…"; +/* Class = "NSMenu"; title = "Classifica"; ObjectID = "999"; */ +"999.title" = "Classifica"; + /* Class = "NSMenuItem"; title = "Nessuna"; ObjectID = "1000"; */ "1000.title" = "Nessuna"; +/* Class = "NSMenuItem"; title = "★★"; ObjectID = "1001"; */ +"1001.title" = "★★"; + +/* Class = "NSMenuItem"; title = "★★★"; ObjectID = "1002"; */ +"1002.title" = "★★★"; + +/* Class = "NSMenuItem"; title = "★★★★"; ObjectID = "1003"; */ +"1003.title" = "★★★★"; + +/* Class = "NSMenuItem"; title = "★"; ObjectID = "1004"; */ +"1004.title" = "★"; + +/* Class = "NSMenuItem"; title = "★★★★★"; ObjectID = "1005"; */ +"1005.title" = "★★★★★"; + +/* Class = "NSMenu"; title = "Libreria"; ObjectID = "1006"; */ +"1006.title" = "Libreria"; + /* Class = "NSMenuItem"; title = "Backup…"; ObjectID = "1007"; */ "1007.title" = "Backup…"; @@ -68,6 +113,9 @@ /* Class = "NSMenuItem"; title = "Esporta raccolta"; ObjectID = "1012"; */ "1012.title" = "Esporta raccolta"; +/* Class = "NSMenu"; title = "OpenEmu"; ObjectID = "1013"; */ +"1013.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Preferenze…"; ObjectID = "1014"; */ "1014.title" = "Preferenze…"; @@ -92,9 +140,15 @@ /* Class = "NSMenuItem"; title = "Nascondi altre"; ObjectID = "1026"; */ "1026.title" = "Nascondi altre"; +/* Class = "NSMenu"; title = "Servizi"; ObjectID = "1027"; */ +"1027.title" = "Servizi"; + /* Class = "NSMenu"; title = "Finestra"; ObjectID = "1028"; */ "1028.title" = "Finestra"; +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "1029"; */ +"1029.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Porta tutto in primo piano"; ObjectID = "1032"; */ "1032.title" = "Porta tutto in primo piano"; @@ -143,6 +197,27 @@ /* Class = "NSMenuItem"; title = "Carica stato"; ObjectID = "1053"; */ "1053.title" = "Carica stato"; +/* Class = "NSMenu"; title = "Giocati di recente"; ObjectID = "1054"; */ +"1054.title" = "Giocati di recente"; + +/* Class = "NSMenuItem"; title = "SNES"; ObjectID = "1055"; */ +"1055.title" = "SNES"; + +/* Class = "NSMenuItem"; title = "Super Mario World"; ObjectID = "1056"; */ +"1056.title" = "Super Mario World"; + +/* Class = "NSMenuItem"; title = "Mario Kart"; ObjectID = "1057"; */ +"1057.title" = "Mario Kart"; + +/* Class = "NSMenuItem"; title = "Secret Of Mana"; ObjectID = "1058"; */ +"1058.title" = "Secret Of Mana"; + +/* Class = "NSMenuItem"; title = "3DO"; ObjectID = "1059"; */ +"1059.title" = "3DO"; + +/* Class = "NSMenuItem"; title = "Demolition Man"; ObjectID = "1060"; */ +"1060.title" = "Demolition Man"; + /* Class = "NSMenu"; title = "Composizione"; ObjectID = "1061"; */ "1061.title" = "Modifica"; @@ -170,6 +245,9 @@ /* Class = "NSMenuItem"; title = "Annulla"; ObjectID = "1076"; */ "1076.title" = "Annulla"; +/* Class = "NSMenu"; title = "Cerca"; ObjectID = "1077"; */ +"1077.title" = "Cerca"; + /* Class = "NSMenuItem"; title = "Vai fino alla selezione"; ObjectID = "1078"; */ "1078.title" = "Vai fino alla selezione"; @@ -188,6 +266,15 @@ /* Class = "NSMenuItem"; title = "Chiudi emulatore"; ObjectID = "1167"; */ "1167.title" = "Chiudi emulatore"; +/* Class = "NSTextFieldCell"; title = "Versione"; ObjectID = "1182"; */ +"1182.title" = "Versione"; + +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "%{value1}@"; ObjectID = "1185"; */ +"1185.ibShadowedDisplayPattern" = "%{value1}@"; + +/* Class = "NSMenuItem"; title = "Debug"; ObjectID = "1208"; */ +"1208.title" = "Debug"; + /* Class = "NSMenu"; title = "Debug"; ObjectID = "1209"; */ "1209.title" = "Debug"; @@ -212,17 +299,32 @@ /* Class = "NSMenuItem"; title = "Riavvia sistema"; ObjectID = "2rj-Sq-LdF"; */ "2rj-Sq-LdF.title" = "Riavvia sistema"; +/* Class = "NSButtonCell"; title = "www.openemu.org"; ObjectID = "50H-ys-sAp"; */ +"50H-ys-sAp.title" = "www.openemu.org"; + /* Class = "NSMenuItem"; title = "Note di rilascio"; ObjectID = "5YI-Il-P9H"; */ "5YI-Il-P9H.title" = "Note di rilascio"; +/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "5kO-fw-ARd"; */ +"5kO-fw-ARd.title" = "Mostra barra laterale"; + +/* Class = "NSMenuItem"; title = "Aiuto"; ObjectID = "Qhx-nq-JmY"; */ +"Qhx-nq-JmY.title" = "Aiuto"; + /* Class = "NSMenuItem"; title = "Sito Web OpenEmu"; ObjectID = "ahk-gp-EN3"; */ "ahk-gp-EN3.title" = "Sito Web OpenEmu"; /* Class = "NSMenuItem"; title = "Nascondi sempre i controlli"; ObjectID = "ayc-Ld-Nyd"; */ "ayc-Ld-Nyd.title" = "Nascondi sempre i controlli"; +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "OpenEmu v%{value1}@"; ObjectID = "dC7-Fu-BLw"; */ +"dC7-Fu-BLw.ibShadowedDisplayPattern" = "OpenEmu v%{value1}@"; + /* Class = "NSMenuItem"; title = "Invia commenti…"; ObjectID = "ftM-3D-CSh"; */ "ftM-3D-CSh.title" = "Invia commenti…"; /* Class = "NSMenuItem"; title = "Manuale utente"; ObjectID = "q7W-GV-n3p"; */ "q7W-GV-n3p.title" = "Manuale utente"; + +/* Class = "NSButtonCell"; title = "www.github.com/openemu"; ObjectID = "y9C-BZ-tbY"; */ +"y9C-BZ-tbY.title" = "www.github.com/openemu"; diff --git a/OpenEmu/it.lproj/OEGameScanner.strings b/OpenEmu/it.lproj/OEGameScanner.strings index fc72505d72..9787de84ba 100644 --- a/OpenEmu/it.lproj/OEGameScanner.strings +++ b/OpenEmu/it.lproj/OEGameScanner.strings @@ -1,6 +1,6 @@ -/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "75"; */ -"75.headerCell.title" = "Nome"; +/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "75"; */ +"75.headerCell.title" = "Percorso"; /* Class = "NSTextFieldCell"; title = "Fix Import Issues:"; ObjectID = "127"; */ "127.title" = "Risolvi problemi di importazione:"; diff --git a/OpenEmu/it.lproj/OELibraryGamesViewController.strings b/OpenEmu/it.lproj/OELibraryGamesViewController.strings index 2db60e5b9f..2d57746e68 100644 --- a/OpenEmu/it.lproj/OELibraryGamesViewController.strings +++ b/OpenEmu/it.lproj/OELibraryGamesViewController.strings @@ -1,6 +1,6 @@ -/* Class = "NSMenuItem"; title = "Add to Library…"; ObjectID = "1U8-Yu-nH3"; */ -"1U8-Yu-nH3.title" = "Aggiungi alla libreria…"; +/* Class = "NSMenuItem"; title = "Add To Library…"; ObjectID = "1U8-Yu-nH3"; */ +"1U8-Yu-nH3.title" = "Add To Library…"; // TODO /* Class = "NSMenuItem"; title = "New Collection"; ObjectID = "Lkc-nZ-qig"; */ "Lkc-nZ-qig.title" = "Nuova raccolta"; diff --git a/OpenEmu/it.lproj/Preferences.strings b/OpenEmu/it.lproj/Preferences.strings new file mode 100644 index 0000000000..0e48610de4 --- /dev/null +++ b/OpenEmu/it.lproj/Preferences.strings @@ -0,0 +1,21 @@ + +/* Class = "NSWindow"; title = "Preferences"; ObjectID = "36"; */ +"36.title" = "Preferenze"; + +/* Class = "NSToolbarItem"; label = "System Files"; ObjectID = "0uZ-aM-LnO"; */ +"0uZ-aM-LnO.label" = "File di sistema"; + +/* Class = "NSToolbarItem"; label = "Secrets"; ObjectID = "AKq-Kz-AwS"; */ +"AKq-Kz-AwS.label" = "Segreti"; + +/* Class = "NSToolbarItem"; label = "Cores"; ObjectID = "CbK-K2-nlJ"; */ +"CbK-K2-nlJ.label" = "Core"; + +/* Class = "NSToolbarItem"; label = "Gameplay"; ObjectID = "SnN-ym-OO1"; */ +"SnN-ym-OO1.label" = "Gameplay"; + +/* Class = "NSToolbarItem"; label = "Library"; ObjectID = "dbA-TA-rFD"; */ +"dbA-TA-rFD.label" = "Libreria"; + +/* Class = "NSToolbarItem"; label = "Controls"; ObjectID = "ilV-yX-dT2"; */ +"ilV-yX-dT2.label" = "Controlli"; diff --git a/OpenEmu/pt.lproj/Localizable.strings b/OpenEmu/pt.lproj/Localizable.strings old mode 100755 new mode 100644 index 7061847a63..b0babcf7e8 --- a/OpenEmu/pt.lproj/Localizable.strings +++ b/OpenEmu/pt.lproj/Localizable.strings @@ -42,9 +42,9 @@ "Add Cheat" = "Adicionar Trapaça"; -"Add Cover Art from File…" = "Adicionar Arte de Capa…"; +"Add Cover Art From File…" = "Adicionar Arte de Capa…"; -"Add to Collection" = "Adicionar à Coleção"; +"Add To Collection" = "Adicionar à Coleção"; "All Games" = "Todos os jogos"; @@ -84,6 +84,8 @@ "Cancel Cover Art Download" = "Cancelar Download de Arte de Capa"; +"Cancel Operation" = "Cancel Operation"; + "Cancel" = "Cancelar"; "Change Core" = "Mudar Núcleo"; @@ -104,6 +106,8 @@ "Code:" = "Código:"; +"Collapse" = "Minimizar"; + "Collections" = "Coleções"; "Consoles" = "Consoles"; @@ -174,12 +178,12 @@ "Device number %lu, %@, has disconnected." = "O dispositivo número %1$lu, %2$@, foi desconectado."; -"Disc %u" = "Disc %u"; // TODO - "Disc-based games have special requirements. Please read the disc importing guide." = "Disc-based games have special requirements. Please read the disc importing guide."; // TODO "Dismiss" = "Dismiss"; // TODO +"Do it!" = "Do it!"; + "Do not ask me again" = "Não perguntar mais"; "Do Not Save" = "Não Salvar"; @@ -214,6 +218,8 @@ "Enable now" = "Habilitar agora"; +"Enable Retrode support" = "Habilitar suporte ao Retrode"; + "Error!" = "Erro!"; "Everything" = "Everything"; // TODO // Search field menu, search everything item title @@ -308,6 +314,8 @@ "None" = "Nenhum"; +"Not implemented right now" = "Ainda não implementado"; + "OK" = "OK"; "Only files in the OpenEmu Library folder will be moved to the Trash." = "Somente arquivos na pasta da Biblioteca OpenEmu serão movidos para a Lixeira."; @@ -420,8 +428,6 @@ "Select Core" = "Selecionar Núcleo"; -"Select Disc" = "Select Disc"; // TODO - "Select Filter" = "Selecionar Filtro"; "Select Scale" = "Selecionar Escala"; @@ -438,8 +444,6 @@ "Some migrations failed to complete properly" = "Algumas migrações não foram concluídas com sucesso."; -"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub."; // TODO - "Start Scanning" = "Iniciar Escaneamento"; "Stop Emulation" = "Parar Emulação"; @@ -492,6 +496,8 @@ "Toggle Fullscreen" = "Alterna para Tela Cheia"; +"Toggle Sidebar" = "Alterna Barra Lateral"; + "Trash downloaded Files" = "Trash downloaded Files"; "Unmute Audio" = "Desmutar Áudio"; @@ -500,10 +506,12 @@ "User guide on BIOS files" = "User guide on BIOS files"; -"View Guide in Browser" = "View Guide in Browser"; // TODO +"View Guide In Browser" = "View Guide In Browser"; // TODO "Warning" = "Atenção"; +"While performing this operation OpenEmu will be unresponsive." = "While performing this operation OpenEmu will be unresponsive."; // TODO; + "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves." = "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves."; // TODO "Won't be able to recognize it as special save state…" = "Não foi possível reconhecer como um estado de salvamento especial"; @@ -619,7 +627,7 @@ "Database Actions" = "Ações de Banco de Dados"; -"Delete artwork that can be downloaded" = "Delete artwork that can be downloaded"; //TODO +"Delete Artwork that can be downloaded" = "Delete Artwork that can be downloaded"; //TODO "Download missing artwork" = "Download missing artwork"; //TODO @@ -633,8 +641,4 @@ "Perform Sanity Check on Database" = "Perform Sanity Check on Database"; // TODO -"While performing this operation OpenEmu will be unresponsive." = "While performing this operation OpenEmu will be unresponsive."; // TODO; - -"Do it!" = "Do it!"; - -"Cancel Operation" = "Cancel Operation"; +"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub."; // TODO diff --git a/OpenEmu/pt.lproj/MainMenu.strings b/OpenEmu/pt.lproj/MainMenu.strings old mode 100755 new mode 100644 index bcd46a7a7e..8a22912685 --- a/OpenEmu/pt.lproj/MainMenu.strings +++ b/OpenEmu/pt.lproj/MainMenu.strings @@ -2,6 +2,30 @@ /* Class = "NSWindow"; title = "Sobre"; ObjectID = "793"; */ "793.title" = "Sobre"; +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "803"; */ +"803.title" = "Label"; + +/* Class = "NSMenu"; title = "bb"; ObjectID = "970"; */ +"970.title" = "bb"; + +/* Class = "NSMenuItem"; title = "Editar"; ObjectID = "971"; */ +"971.title" = "Editar"; + +/* Class = "NSMenuItem"; title = "Controles"; ObjectID = "972"; */ +"972.title" = "Controles"; + +/* Class = "NSMenuItem"; title = "Visualizar"; ObjectID = "973"; */ +"973.title" = "Visualizar"; + +/* Class = "NSMenuItem"; title = "Janelas"; ObjectID = "974"; */ +"974.title" = "Janelas"; + +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "975"; */ +"975.title" = "OpenEmu"; + +/* Class = "NSMenuItem"; title = "Arquivo"; ObjectID = "976"; */ +"976.title" = "Arquivo"; + /* Class = "NSMenu"; title = "Arquivo"; ObjectID = "980"; */ "980.title" = "Arquivo"; @@ -50,9 +74,30 @@ /* Class = "NSMenuItem"; title = "Configuração da Página"; ObjectID = "997"; */ "997.title" = "Configuração da Página"; +/* Class = "NSMenu"; title = "Classificação"; ObjectID = "999"; */ +"999.title" = "Classificação"; + /* Class = "NSMenuItem"; title = "Nenhum"; ObjectID = "1000"; */ "1000.title" = "Nenhum"; +/* Class = "NSMenuItem"; title = "★★"; ObjectID = "1001"; */ +"1001.title" = "★★"; + +/* Class = "NSMenuItem"; title = "★★★"; ObjectID = "1002"; */ +"1002.title" = "★★★"; + +/* Class = "NSMenuItem"; title = "★★★★"; ObjectID = "1003"; */ +"1003.title" = "★★★★"; + +/* Class = "NSMenuItem"; title = "★"; ObjectID = "1004"; */ +"1004.title" = "★"; + +/* Class = "NSMenuItem"; title = "★★★★★"; ObjectID = "1005"; */ +"1005.title" = "★★★★★"; + +/* Class = "NSMenu"; title = "Biblioteca"; ObjectID = "1006"; */ +"1006.title" = "Biblioteca"; + /* Class = "NSMenuItem"; title = "Back Up…"; ObjectID = "1007"; */ "1007.title" = "Back Up…"; @@ -68,6 +113,9 @@ /* Class = "NSMenuItem"; title = "Export Collection"; ObjectID = "1012"; */ "1012.title" = "Export Collection"; +/* Class = "NSMenu"; title = "OpenEmu"; ObjectID = "1013"; */ +"1013.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Preferências.."; ObjectID = "1014"; */ "1014.title" = "Preferências.."; @@ -92,9 +140,15 @@ /* Class = "NSMenuItem"; title = "Ocultar Outros"; ObjectID = "1026"; */ "1026.title" = "Ocultar Outros"; +/* Class = "NSMenu"; title = "Serviços"; ObjectID = "1027"; */ +"1027.title" = "Serviços"; + /* Class = "NSMenu"; title = "Janelas"; ObjectID = "1028"; */ "1028.title" = "Janelas"; +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "1029"; */ +"1029.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Trazer para Frente"; ObjectID = "1032"; */ "1032.title" = "Trazer para Frente"; @@ -143,6 +197,27 @@ /* Class = "NSMenuItem"; title = "Carregar Estado"; ObjectID = "1053"; */ "1053.title" = "Carregar Estado"; +/* Class = "NSMenu"; title = "Últimos Jogados"; ObjectID = "1054"; */ +"1054.title" = "Últimos Jogados"; + +/* Class = "NSMenuItem"; title = "SNES"; ObjectID = "1055"; */ +"1055.title" = "SNES"; + +/* Class = "NSMenuItem"; title = "Super Mario World"; ObjectID = "1056"; */ +"1056.title" = "Super Mario World"; + +/* Class = "NSMenuItem"; title = "Mario Kart"; ObjectID = "1057"; */ +"1057.title" = "Mario Kart"; + +/* Class = "NSMenuItem"; title = "Secret Of Mana"; ObjectID = "1058"; */ +"1058.title" = "Secret Of Mana"; + +/* Class = "NSMenuItem"; title = "3DO"; ObjectID = "1059"; */ +"1059.title" = "3DO"; + +/* Class = "NSMenuItem"; title = "Demolition Man"; ObjectID = "1060"; */ +"1060.title" = "Demolition Man"; + /* Class = "NSMenu"; title = "Editar"; ObjectID = "1061"; */ "1061.title" = "Editar"; @@ -170,6 +245,9 @@ /* Class = "NSMenuItem"; title = "Desfazer"; ObjectID = "1076"; */ "1076.title" = "Desfazer"; +/* Class = "NSMenu"; title = "Buscar"; ObjectID = "1077"; */ +"1077.title" = "Buscar"; + /* Class = "NSMenuItem"; title = "Pular para Seleção"; ObjectID = "1078"; */ "1078.title" = "Pular para Seleção"; @@ -188,6 +266,15 @@ /* Class = "NSMenuItem"; title = "Parar Emulação"; ObjectID = "1167"; */ "1167.title" = "Parar Emulação"; +/* Class = "NSTextFieldCell"; title = "Version"; ObjectID = "1182"; */ +"1182.title" = "Version"; + +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "%{value1}@"; ObjectID = "1185"; */ +"1185.ibShadowedDisplayPattern" = "%{value1}@"; + +/* Class = "NSMenuItem"; title = "Debug"; ObjectID = "1208"; */ +"1208.title" = "Debug"; + /* Class = "NSMenu"; title = "Debug"; ObjectID = "1209"; */ "1209.title" = "Debug"; @@ -212,17 +299,32 @@ /* Class = "NSMenuItem"; title = "Reiniciar Sistema"; ObjectID = "2rj-Sq-LdF"; */ "2rj-Sq-LdF.title" = "Reiniciar Sistema"; +/* Class = "NSButtonCell"; title = "www.openemu.org"; ObjectID = "50H-ys-sAp"; */ +"50H-ys-sAp.title" = "www.openemu.org"; + /* Class = "NSMenuItem"; title = "Notas da Versão"; ObjectID = "5YI-Il-P9H"; */ "5YI-Il-P9H.title" = "Notas da Versão"; +/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "5kO-fw-ARd"; */ +"5kO-fw-ARd.title" = "Show Sidebar"; // TODO + +/* Class = "NSMenuItem"; title = "Ajuda"; ObjectID = "Qhx-nq-JmY"; */ +"Qhx-nq-JmY.title" = "Ajuda"; + /* Class = "NSMenuItem"; title = "Web Site OpenEmu"; ObjectID = "ahk-gp-EN3"; */ "ahk-gp-EN3.title" = "Web Site OpenEmu"; /* Class = "NSMenuItem"; title = "Sempre Esconder Controles"; ObjectID = "ayc-Ld-Nyd"; */ "ayc-Ld-Nyd.title" = "Sempre Esconder Controles"; +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "OpenEmu v%{value1}@"; ObjectID = "dC7-Fu-BLw"; */ +"dC7-Fu-BLw.ibShadowedDisplayPattern" = "OpenEmu v%{value1}@"; + /* Class = "NSMenuItem"; title = "Enviar Feedback…"; ObjectID = "ftM-3D-CSh"; */ "ftM-3D-CSh.title" = "Enviar Feedback…"; /* Class = "NSMenuItem"; title = "Guia de Uso"; ObjectID = "q7W-GV-n3p"; */ "q7W-GV-n3p.title" = "Guia de Uso"; + +/* Class = "NSButtonCell"; title = "www.github.com/openemu"; ObjectID = "y9C-BZ-tbY"; */ +"y9C-BZ-tbY.title" = "www.github.com/openemu"; diff --git a/OpenEmu/pt.lproj/OEGameScanner.strings b/OpenEmu/pt.lproj/OEGameScanner.strings index 6f3f53528e..ad27eb255e 100644 --- a/OpenEmu/pt.lproj/OEGameScanner.strings +++ b/OpenEmu/pt.lproj/OEGameScanner.strings @@ -1,6 +1,6 @@ -/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "75"; */ -"75.headerCell.title" = "Nome"; +/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "75"; */ +"75.headerCell.title" = "Caminho"; /* Class = "NSTextFieldCell"; title = "Fix Import Issues:"; ObjectID = "127"; */ "127.title" = "Corrigir conflitos de importação:"; diff --git a/OpenEmu/pt.lproj/OELibraryGamesViewController.strings b/OpenEmu/pt.lproj/OELibraryGamesViewController.strings index 1ff6899f7d..cd749389bf 100644 --- a/OpenEmu/pt.lproj/OELibraryGamesViewController.strings +++ b/OpenEmu/pt.lproj/OELibraryGamesViewController.strings @@ -1,6 +1,6 @@ -/* Class = "NSMenuItem"; title = "Add to Library…"; ObjectID = "1U8-Yu-nH3"; */ -"1U8-Yu-nH3.title" = "Adicionar à Biblioteca…"; +/* Class = "NSMenuItem"; title = "Add To Library…"; ObjectID = "1U8-Yu-nH3"; */ +"1U8-Yu-nH3.title" = "Add To Library…"; // TODO /* Class = "NSMenuItem"; title = "New Collection"; ObjectID = "Lkc-nZ-qig"; */ "Lkc-nZ-qig.title" = "Nova Coleção"; diff --git a/OpenEmu/pt.lproj/Preferences.strings b/OpenEmu/pt.lproj/Preferences.strings new file mode 100644 index 0000000000..18a6791383 --- /dev/null +++ b/OpenEmu/pt.lproj/Preferences.strings @@ -0,0 +1,21 @@ + +/* Class = "NSWindow"; title = "Preferences"; ObjectID = "36"; */ +"36.title" = "Preferências"; + +/* Class = "NSToolbarItem"; label = "System Files"; ObjectID = "0uZ-aM-LnO"; */ +"0uZ-aM-LnO.label" = "Arquivos do Sistema"; + +/* Class = "NSToolbarItem"; label = "Secrets"; ObjectID = "AKq-Kz-AwS"; */ +"AKq-Kz-AwS.label" = "Secrets"; + +/* Class = "NSToolbarItem"; label = "Cores"; ObjectID = "CbK-K2-nlJ"; */ +"CbK-K2-nlJ.label" = "Núcleos"; + +/* Class = "NSToolbarItem"; label = "Gameplay"; ObjectID = "SnN-ym-OO1"; */ +"SnN-ym-OO1.label" = "Gameplay"; + +/* Class = "NSToolbarItem"; label = "Library"; ObjectID = "dbA-TA-rFD"; */ +"dbA-TA-rFD.label" = "Biblioteca"; + +/* Class = "NSToolbarItem"; label = "Controls"; ObjectID = "ilV-yX-dT2"; */ +"ilV-yX-dT2.label" = "Controles"; diff --git a/OpenEmu/ru.lproj/Localizable.strings b/OpenEmu/ru.lproj/Localizable.strings old mode 100755 new mode 100644 index 96a75953f1..de63dd3238 --- a/OpenEmu/ru.lproj/Localizable.strings +++ b/OpenEmu/ru.lproj/Localizable.strings @@ -42,9 +42,9 @@ "Add Cheat" = "Добавить Чит-код"; -"Add Cover Art from File…" = "Добавить обложку из файла…"; +"Add Cover Art From File…" = "Добавить обложку из файла…"; -"Add to Collection" = "Добавить в коллекцию"; +"Add To Collection" = "Добавить в коллекцию"; "All Games" = "Все игры"; @@ -84,6 +84,8 @@ "Cancel Cover Art Download" = "Отменить загрузку обложки"; +"Cancel Operation" = "Отменить операцию"; + "Cancel" = "Отменить"; "Change Core" = "Сменить ядро"; @@ -104,6 +106,8 @@ "Code:" = "Код:"; +"Collapse" = "Свернуть"; + "Collections" = "Коллекции"; "Consoles" = "Консоли"; @@ -174,12 +178,12 @@ "Device number %lu, %@, has disconnected." = "Устройство под номером %1$lu, %2$@, было отключено."; -"Disc %u" = "Disc %u"; // TODO - "Disc-based games have special requirements. Please read the disc importing guide." = "Disc-based games have special requirements. Please read the disc importing guide."; // TODO "Dismiss" = "Dismiss"; // TODO +"Do it!" = "Сделать это!"; + "Do not ask me again" = "Больше не спрашивать"; "Do Not Save" = "Не сохранять"; @@ -214,6 +218,8 @@ "Enable now" = "Включить сейчас"; +"Enable Retrode support" = "Включить поддержку Retrode"; + "Error!" = "Ошибка!"; "Everything" = "Все"; // Search field menu, search everything item title @@ -308,6 +314,8 @@ "None" = "Ничего"; +"Not implemented right now" = "Пока что не используется"; + "OK" = "ОК"; "Only files in the OpenEmu Library folder will be moved to the Trash." = "Только файлы из папки библиотеки OpenEmu будут перемещены в корзину."; @@ -420,8 +428,6 @@ "Select Core" = "Выбрать ядро"; -"Select Disc" = "Select Disc"; // TODO - "Select Filter" = "Выбрать фильтр"; "Select Scale" = "Выберите размер"; @@ -438,8 +444,6 @@ "Some migrations failed to complete properly" = "Не удалось применить некоторые миграции"; -"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub."; // TODO - "Start Scanning" = "Начать сканирование"; "Stop Emulation" = "Остановить эмуляцию"; @@ -492,6 +496,8 @@ "Toggle Fullscreen" = "Полный экран"; +"Toggle Sidebar" = "Сайдбар"; + "Trash downloaded Files" = "Переместить в корзину скаченные файлы"; "Unmute Audio" = "Включить звук"; @@ -500,10 +506,12 @@ "User guide on BIOS files" = "Руководство пользователя по файлам BIOS"; -"View Guide in Browser" = "View Guide in Browser"; // TODO +"View Guide In Browser" = "View Guide In Browser"; // TODO "Warning" = "Внимание"; +"While performing this operation OpenEmu will be unresponsive." = "Во время выполнения данной операции OpenEmu может не отвечать."; + "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves." = "With OpenEmu you can save your progress at any time using save states. We will even make auto saves for you, when you leave a game. Come back here to get an overview of all your saves."; // TODO "Won't be able to recognize it as special save state…" = "Невозможно распознать в качестве сохраненного состояния…"; @@ -619,7 +627,7 @@ "Database Actions" = "Действия с базой данных"; -"Delete artwork that can be downloaded" = "Удалить обложку, которая может быть загружена"; +"Delete Artwork that can be downloaded" = "Удалить обложку, которая может быть загружена"; "Download missing artwork" = "Загрузить отсутствующую обложку"; @@ -633,8 +641,4 @@ "Perform Sanity Check on Database" = "Выполните проверку исправности базы данных"; -"While performing this operation OpenEmu will be unresponsive." = "Во время выполнения данной операции OpenEmu может не отвечать."; - -"Do it!" = "Сделать это!"; - -"Cancel Operation" = "Отменить операцию"; +"Special thanks to everyone that made\nOpenEmu possible. To find out more\nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub." = "Special thanks to everyone that made\nOpenEmu possible. To find out more \nabout our contributors, emulator cores,\ndocumentation, licenses and to issue\nbugs please visit us on our GitHub."; // TODO diff --git a/OpenEmu/ru.lproj/MainMenu.strings b/OpenEmu/ru.lproj/MainMenu.strings old mode 100755 new mode 100644 index 8b37fc06f3..def07f9384 --- a/OpenEmu/ru.lproj/MainMenu.strings +++ b/OpenEmu/ru.lproj/MainMenu.strings @@ -2,6 +2,30 @@ /* Class = "NSWindow"; title = "О программе"; ObjectID = "793"; */ "793.title" = "О программе"; +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "803"; */ +"803.title" = "Label"; + +/* Class = "NSMenu"; title = "bb"; ObjectID = "970"; */ +"970.title" = "bb"; + +/* Class = "NSMenuItem"; title = "Правка"; ObjectID = "971"; */ +"971.title" = "Правка"; + +/* Class = "NSMenuItem"; title = "Управление"; ObjectID = "972"; */ +"972.title" = "Управление"; + +/* Class = "NSMenuItem"; title = "Вид"; ObjectID = "973"; */ +"973.title" = "Вид"; + +/* Class = "NSMenuItem"; title = "Окно"; ObjectID = "974"; */ +"974.title" = "Окно"; + +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "975"; */ +"975.title" = "OpenEmu"; + +/* Class = "NSMenuItem"; title = "Файл"; ObjectID = "976"; */ +"976.title" = "Файл"; + /* Class = "NSMenu"; title = "Файл"; ObjectID = "980"; */ "980.title" = "Файл"; @@ -21,7 +45,7 @@ "985.title" = "Новая коллекция"; /* Class = "NSMenuItem"; title = "Library"; ObjectID = "986"; */ -"986.title" = "Библиотека"; +"986.title" = "Library"; // TODO /* Class = "NSMenuItem"; title = "Добавить в библиотеку…"; ObjectID = "987"; */ "987.title" = "Добавить в библиотеку…"; @@ -50,9 +74,30 @@ /* Class = "NSMenuItem"; title = "Настройка страницы…"; ObjectID = "997"; */ "997.title" = "Настройка страницы…"; +/* Class = "NSMenu"; title = "Рейтинг"; ObjectID = "999"; */ +"999.title" = "Рейтинг"; + /* Class = "NSMenuItem"; title = "Отсутствует"; ObjectID = "1000"; */ "1000.title" = "Отсутствует"; +/* Class = "NSMenuItem"; title = "★★"; ObjectID = "1001"; */ +"1001.title" = "★★"; + +/* Class = "NSMenuItem"; title = "★★★"; ObjectID = "1002"; */ +"1002.title" = "★★★"; + +/* Class = "NSMenuItem"; title = "★★★★"; ObjectID = "1003"; */ +"1003.title" = "★★★★"; + +/* Class = "NSMenuItem"; title = "★"; ObjectID = "1004"; */ +"1004.title" = "★"; + +/* Class = "NSMenuItem"; title = "★★★★★"; ObjectID = "1005"; */ +"1005.title" = "★★★★★"; + +/* Class = "NSMenu"; title = "Library"; ObjectID = "1006"; */ +"1006.title" = "Library"; // TODO + /* Class = "NSMenuItem"; title = "Резервная копия…"; ObjectID = "1007"; */ "1007.title" = "Резервная копия…"; @@ -68,6 +113,9 @@ /* Class = "NSMenuItem"; title = "Экспорт коллекции"; ObjectID = "1012"; */ "1012.title" = "Экспорт коллекции"; +/* Class = "NSMenu"; title = "OpenEmu"; ObjectID = "1013"; */ +"1013.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Настройки…"; ObjectID = "1014"; */ "1014.title" = "Настройки…"; @@ -92,9 +140,15 @@ /* Class = "NSMenuItem"; title = "Скрыть остальные"; ObjectID = "1026"; */ "1026.title" = "Скрыть остальные"; +/* Class = "NSMenu"; title = "Службы"; ObjectID = "1027"; */ +"1027.title" = "Службы"; + /* Class = "NSMenu"; title = "Окно"; ObjectID = "1028"; */ "1028.title" = "Окно"; +/* Class = "NSMenuItem"; title = "OpenEmu"; ObjectID = "1029"; */ +"1029.title" = "OpenEmu"; + /* Class = "NSMenuItem"; title = "Все окна на передний план"; ObjectID = "1032"; */ "1032.title" = "Все окна на передний план"; @@ -143,6 +197,27 @@ /* Class = "NSMenuItem"; title = "Загрузить состояние"; ObjectID = "1053"; */ "1053.title" = "Загрузить состояние"; +/* Class = "NSMenu"; title = "Недавние игры"; ObjectID = "1054"; */ +"1054.title" = "Недавние игры"; + +/* Class = "NSMenuItem"; title = "SNES"; ObjectID = "1055"; */ +"1055.title" = "SNES"; + +/* Class = "NSMenuItem"; title = "Super Mario World"; ObjectID = "1056"; */ +"1056.title" = "Super Mario World"; + +/* Class = "NSMenuItem"; title = "Mario Kart"; ObjectID = "1057"; */ +"1057.title" = "Mario Kart"; + +/* Class = "NSMenuItem"; title = "Secret Of Mana"; ObjectID = "1058"; */ +"1058.title" = "Secret Of Mana"; + +/* Class = "NSMenuItem"; title = "3DO"; ObjectID = "1059"; */ +"1059.title" = "3DO"; + +/* Class = "NSMenuItem"; title = "Demolition Man"; ObjectID = "1060"; */ +"1060.title" = "Demolition Man"; + /* Class = "NSMenu"; title = "Правка"; ObjectID = "1061"; */ "1061.title" = "Правка"; @@ -170,6 +245,9 @@ /* Class = "NSMenuItem"; title = "Отменить"; ObjectID = "1076"; */ "1076.title" = "Отменить"; +/* Class = "NSMenu"; title = "Найти"; ObjectID = "1077"; */ +"1077.title" = "Найти"; + /* Class = "NSMenuItem"; title = "Перейти к выбранному"; ObjectID = "1078"; */ "1078.title" = "Перейти к выбранному"; @@ -188,6 +266,15 @@ /* Class = "NSMenuItem"; title = "Прекратить эмуляцию"; ObjectID = "1167"; */ "1167.title" = "Прекратить эмуляцию"; +/* Class = "NSTextFieldCell"; title = "Version"; ObjectID = "1182"; */ +"1182.title" = "Version"; + +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "%{value1}@"; ObjectID = "1185"; */ +"1185.ibShadowedDisplayPattern" = "%{value1}@"; + +/* Class = "NSMenuItem"; title = "Отладка"; ObjectID = "1208"; */ +"1208.title" = "Отладка"; + /* Class = "NSMenu"; title = "Отладка"; ObjectID = "1209"; */ "1209.title" = "Отладка"; @@ -212,17 +299,32 @@ /* Class = "NSMenuItem"; title = "Перезапустить систему"; ObjectID = "2rj-Sq-LdF"; */ "2rj-Sq-LdF.title" = "Перезапустить систему"; +/* Class = "NSButtonCell"; title = "www.openemu.org"; ObjectID = "50H-ys-sAp"; */ +"50H-ys-sAp.title" = "www.openemu.org"; + /* Class = "NSMenuItem"; title = "Примечания к выпуску"; ObjectID = "5YI-Il-P9H"; */ "5YI-Il-P9H.title" = "Примечания к выпуску"; +/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "5kO-fw-ARd"; */ +"5kO-fw-ARd.title" = "Show Sidebar"; // TODO + +/* Class = "NSMenuItem"; title = "Справка"; ObjectID = "Qhx-nq-JmY"; */ +"Qhx-nq-JmY.title" = "Справка"; + /* Class = "NSMenuItem"; title = "Сайт OpenEmu"; ObjectID = "ahk-gp-EN3"; */ "ahk-gp-EN3.title" = "Сайт OpenEmu"; /* Class = "NSMenuItem"; title = "Прятать управление"; ObjectID = "ayc-Ld-Nyd"; */ "ayc-Ld-Nyd.title" = "Прятать управление"; +/* Class = "BindingConnection"; ibShadowedDisplayPattern = "OpenEmu v%{value1}@"; ObjectID = "dC7-Fu-BLw"; */ +"dC7-Fu-BLw.ibShadowedDisplayPattern" = "OpenEmu v%{value1}@"; + /* Class = "NSMenuItem"; title = "Submit Feedback…"; ObjectID = "ftM-3D-CSh"; */ "ftM-3D-CSh.title" = "Submit Feedback…"; // TODO /* Class = "NSMenuItem"; title = "Руководство пользователя"; ObjectID = "q7W-GV-n3p"; */ "q7W-GV-n3p.title" = "Руководство пользователя"; + +/* Class = "NSButtonCell"; title = "www.github.com/openemu"; ObjectID = "y9C-BZ-tbY"; */ +"y9C-BZ-tbY.title" = "www.github.com/openemu"; diff --git a/OpenEmu/ru.lproj/OEGameScanner.strings b/OpenEmu/ru.lproj/OEGameScanner.strings index 59fa9a2331..7b49c2407d 100644 --- a/OpenEmu/ru.lproj/OEGameScanner.strings +++ b/OpenEmu/ru.lproj/OEGameScanner.strings @@ -1,6 +1,6 @@ -/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "75"; */ -"75.headerCell.title" = "Название"; +/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "75"; */ +"75.headerCell.title" = "Путь"; /* Class = "NSTextFieldCell"; title = "Fix Import Issues:"; ObjectID = "127"; */ "127.title" = "Исправить проблемы импорта:"; diff --git a/OpenEmu/ru.lproj/OELibraryGamesViewController.strings b/OpenEmu/ru.lproj/OELibraryGamesViewController.strings index 9363b7a36f..eaa7005c43 100644 --- a/OpenEmu/ru.lproj/OELibraryGamesViewController.strings +++ b/OpenEmu/ru.lproj/OELibraryGamesViewController.strings @@ -1,6 +1,6 @@ -/* Class = "NSMenuItem"; title = "Add to Library…"; ObjectID = "1U8-Yu-nH3"; */ -"1U8-Yu-nH3.title" = "Добавить в библиотеку…"; +/* Class = "NSMenuItem"; title = "Add To Library…"; ObjectID = "1U8-Yu-nH3"; */ +"1U8-Yu-nH3.title" = "Add To Library…"; // TODO /* Class = "NSMenuItem"; title = "New Collection"; ObjectID = "Lkc-nZ-qig"; */ "Lkc-nZ-qig.title" = "Новая коллекция"; diff --git a/OpenEmu/ru.lproj/OEPrefGameplayController.strings b/OpenEmu/ru.lproj/OEPrefGameplayController.strings deleted file mode 100755 index 38633d03c1..0000000000 --- a/OpenEmu/ru.lproj/OEPrefGameplayController.strings +++ /dev/null @@ -1,18 +0,0 @@ - -/* Class = "NSTextFieldCell"; title = "Window Management"; ObjectID = "14"; */ -"14.title" = "Управление окном"; - -/* Class = "NSTextFieldCell"; title = "Filter:"; ObjectID = "21"; */ -"21.title" = "Фильтр:"; - -/* Class = "NSTextFieldCell"; title = "Display Mode"; ObjectID = "23"; */ -"23.title" = "Режим отображения"; - -/* Class = "NSButtonCell"; title = "Always use popout gameplay window"; ObjectID = "25"; */ -"25.title" = "Использовать всплывающее окно для игр"; - -/* Class = "NSButtonCell"; title = "Always launch games fullscreen"; ObjectID = "26"; */ -"26.title" = "Запускать игры в полноэкранном режиме"; - -/* Class = "NSButtonCell"; title = "Always pause gameplay when in background"; ObjectID = "57"; */ -"57.title" = "Приостанавливать игры при переключении окна"; diff --git a/OpenEmu/ru.lproj/OEPrefGameplayController.xib b/OpenEmu/ru.lproj/OEPrefGameplayController.xib new file mode 100644 index 0000000000..bb58e5a1ee --- /dev/null +++ b/OpenEmu/ru.lproj/OEPrefGameplayController.xib @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linear Interpolation + Linear Interpolation + Linear Interpolation + Linear Interpolation + + + + + + + + + + + diff --git a/OpenEmu/ru.lproj/OEPrefLibraryController.strings b/OpenEmu/ru.lproj/OEPrefLibraryController.strings deleted file mode 100755 index 225bab1e48..0000000000 --- a/OpenEmu/ru.lproj/OEPrefLibraryController.strings +++ /dev/null @@ -1,30 +0,0 @@ - -/* Class = "NSButtonCell"; title = "Change…"; ObjectID = "15"; */ -"15.title" = "Изменить…"; - -/* Class = "NSButtonCell"; title = "Reset"; ObjectID = "16"; */ -"16.title" = "Сбросить"; - -/* Class = "NSTextFieldCell"; title = "Organization Methods"; ObjectID = "18"; */ -"18.title" = "Способы организации"; - -/* Class = "NSTextFieldCell"; title = "Game Library Folder Location:"; ObjectID = "19"; */ -"19.title" = "Расположение папки библиотеки игр:"; - -/* Class = "NSButtonCell"; title = "Keep games organized"; ObjectID = "20"; */ -"20.title" = "Хранить игры организованно"; - -/* Class = "NSButtonCell"; title = "Copy files to Game Library folder when adding to library"; ObjectID = "21"; */ -"21.title" = "Копировать файлы в библиотеку при добавлении"; - -/* Class = "NSButtonCell"; title = "Automatically lookup game information & artwork"; ObjectID = "23"; */ -"23.title" = "Автоматически подгружать информацию и обложки"; - -/* Class = "NSTextFieldCell"; title = "Available Libraries:"; ObjectID = "24"; */ -"24.title" = "Доступные библиотеки:"; - -/* Class = "NSTextFieldCell"; title = "Reset all dialog warnings:"; ObjectID = "Ua1-J2-mdy"; */ -"Ua1-J2-mdy.title" = "Сбросить все окна предупреждений:"; - -/* Class = "NSButtonCell"; title = "Reset warnings"; ObjectID = "all-Wd-1Dy"; */ -"all-Wd-1Dy.title" = "Сбросить предупреждения"; diff --git a/OpenEmu/ru.lproj/OEPrefLibraryController.xib b/OpenEmu/ru.lproj/OEPrefLibraryController.xib new file mode 100644 index 0000000000..e7908104a2 --- /dev/null +++ b/OpenEmu/ru.lproj/OEPrefLibraryController.xib @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Сбросить все окна +предупреждений: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenEmu/ru.lproj/Preferences.strings b/OpenEmu/ru.lproj/Preferences.strings new file mode 100644 index 0000000000..b7aced784c --- /dev/null +++ b/OpenEmu/ru.lproj/Preferences.strings @@ -0,0 +1,21 @@ + +/* Class = "NSWindow"; title = "Preferences"; ObjectID = "36"; */ +"36.title" = "Настройки"; + +/* Class = "NSToolbarItem"; label = "System Files"; ObjectID = "0uZ-aM-LnO"; */ +"0uZ-aM-LnO.label" = "Системные файлы"; + +/* Class = "NSToolbarItem"; label = "Secrets"; ObjectID = "AKq-Kz-AwS"; */ +"AKq-Kz-AwS.label" = "Секреты"; + +/* Class = "NSToolbarItem"; label = "Cores"; ObjectID = "CbK-K2-nlJ"; */ +"CbK-K2-nlJ.label" = "Ядра"; + +/* Class = "NSToolbarItem"; label = "Gameplay"; ObjectID = "SnN-ym-OO1"; */ +"SnN-ym-OO1.label" = "Геймплей"; + +/* Class = "NSToolbarItem"; label = "Library"; ObjectID = "dbA-TA-rFD"; */ +"dbA-TA-rFD.label" = "Библиотека"; + +/* Class = "NSToolbarItem"; label = "Controls"; ObjectID = "ilV-yX-dT2"; */ +"ilV-yX-dT2.label" = "Управление";