From dd20073a9be081f7b48f09d31076adb08cf15eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Lo=CC=81pez=20Brante?= Date: Fri, 1 Jul 2022 13:54:39 -0400 Subject: [PATCH] [Translation] The Big Translation Commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Plugs the Total duration text to macOS's localization technology - Adds a proper Spanish translation - Adapts certain dialogs to make them more suitable for translation Signed-off-by: Kevin López Brante --- Base.lproj/Equalizer.xib | 6 +- Base.lproj/InfoInspector.xib | 36 +- Base.lproj/MainMenu.xib | 34 +- Base.lproj/OpenURLPanel.xib | 4 +- Base.lproj/SpotlightPanel.xib | 4 +- Cog.xcodeproj/project.pbxproj | 14 + Playlist/PlaylistController.m | 76 +-- .../Preferences/Base.lproj/PathSuggester.xib | 5 +- .../Preferences/Base.lproj/Preferences.xib | 80 +-- .../Preferences/en.lproj/Localizable.strings | 4 +- .../Preferences/es.lproj/InfoPlist.strings | 2 +- .../Preferences/es.lproj/Localizable.strings | 107 +++- .../Preferences/es.lproj/Preferences.strings | 195 +++--- Transformers/TotalTimeTransformer.m | 3 +- en.lproj/Localizable.strings | 7 + en.lproj/Localizable.stringsdict | 96 +++ es.lproj/AboutWindowController.strings | 12 +- es.lproj/Credits.html | 11 +- es.lproj/Equalizer.strings | 102 ++-- es.lproj/Feedback.strings | 14 +- es.lproj/FileTree.strings | 19 +- es.lproj/InfoInspector.strings | 90 ++- es.lproj/InfoPlist.strings | 29 +- es.lproj/Localizable.strings | 268 ++++++--- es.lproj/Localizable.stringsdict | 96 +++ es.lproj/MainMenu.strings | 564 +++++++++++------- es.lproj/OpenURLPanel.strings | 8 +- es.lproj/SpectrumWindow.strings | 4 +- es.lproj/SpotlightPanel.strings | 38 +- 29 files changed, 1289 insertions(+), 639 deletions(-) create mode 100644 en.lproj/Localizable.stringsdict create mode 100644 es.lproj/Localizable.stringsdict diff --git a/Base.lproj/Equalizer.xib b/Base.lproj/Equalizer.xib index 9910976fe..4068a0da9 100644 --- a/Base.lproj/Equalizer.xib +++ b/Base.lproj/Equalizer.xib @@ -1,8 +1,8 @@ - + - + @@ -853,7 +853,7 @@ - + diff --git a/Base.lproj/InfoInspector.xib b/Base.lproj/InfoInspector.xib index 5878c361e..a1527beae 100644 --- a/Base.lproj/InfoInspector.xib +++ b/Base.lproj/InfoInspector.xib @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -105,7 +105,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -259,7 +259,7 @@ - + @@ -280,7 +280,7 @@ - + @@ -301,7 +301,7 @@ - + @@ -322,7 +322,7 @@ - + @@ -344,7 +344,7 @@ - + @@ -365,7 +365,7 @@ - + @@ -386,7 +386,7 @@ - + diff --git a/Base.lproj/MainMenu.xib b/Base.lproj/MainMenu.xib index 32c128138..3d7ccd30d 100644 --- a/Base.lproj/MainMenu.xib +++ b/Base.lproj/MainMenu.xib @@ -25,17 +25,17 @@ - + - + - + - + @@ -185,7 +185,7 @@ - + @@ -232,7 +232,7 @@ - + @@ -273,7 +273,7 @@ - + @@ -317,7 +317,7 @@ - + @@ -360,7 +360,7 @@ - + @@ -404,7 +404,7 @@ - + @@ -445,7 +445,7 @@ - + @@ -485,7 +485,7 @@ - + @@ -529,7 +529,7 @@ - + @@ -573,7 +573,7 @@ - + @@ -617,7 +617,7 @@ - + @@ -672,7 +672,7 @@ - + @@ -685,7 +685,7 @@ - + diff --git a/Base.lproj/OpenURLPanel.xib b/Base.lproj/OpenURLPanel.xib index 069c0141e..dcf61cff5 100644 --- a/Base.lproj/OpenURLPanel.xib +++ b/Base.lproj/OpenURLPanel.xib @@ -1,8 +1,8 @@ - + - + diff --git a/Base.lproj/SpotlightPanel.xib b/Base.lproj/SpotlightPanel.xib index 4286c8d97..5b4332e93 100644 --- a/Base.lproj/SpotlightPanel.xib +++ b/Base.lproj/SpotlightPanel.xib @@ -246,9 +246,9 @@ DQ - + - + diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index 69658621b..476114fd0 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -9,6 +9,7 @@ /* Begin PBXBuildFile section */ 07D971E60ED1DAA800E7602E /* TagEditorController.m in Sources */ = {isa = PBXBuildFile; fileRef = 07D971E50ED1DAA800E7602E /* TagEditorController.m */; }; 07E18DF30D62B38400BB0E11 /* NSArray+ShuffleUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 07E18DF20D62B38400BB0E11 /* NSArray+ShuffleUtils.m */; }; + 0A1B412C286F6301008A6A44 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 0A1B412E286F6301008A6A44 /* Localizable.stringsdict */; }; 0A9CEA032861501700E47168 /* AboutWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9CEA012861501700E47168 /* AboutWindowController.swift */; }; 0A9CEA092861506A00E47168 /* AboutCog.jp2 in Resources */ = {isa = PBXBuildFile; fileRef = 0A9CEA082861506A00E47168 /* AboutCog.jp2 */; }; 0A9CEA0B286152DF00E47168 /* DraggableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9CEA0A286152DF00E47168 /* DraggableView.swift */; }; @@ -747,6 +748,8 @@ 07D971E50ED1DAA800E7602E /* TagEditorController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TagEditorController.m; path = TagEditor/TagEditorController.m; sourceTree = ""; }; 07E18DF10D62B38400BB0E11 /* NSArray+ShuffleUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+ShuffleUtils.h"; sourceTree = ""; }; 07E18DF20D62B38400BB0E11 /* NSArray+ShuffleUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+ShuffleUtils.m"; sourceTree = ""; }; + 0A1B412D286F6301008A6A44 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = es; path = es.lproj/Localizable.stringsdict; sourceTree = ""; }; + 0A1B412F286F6307008A6A44 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = en; path = en.lproj/Localizable.stringsdict; sourceTree = ""; }; 0A9CEA012861501700E47168 /* AboutWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AboutWindowController.swift; path = Window/AboutWindowController.swift; sourceTree = ""; }; 0A9CEA082861506A00E47168 /* AboutCog.jp2 */ = {isa = PBXFileReference; lastKnownFileType = file; path = AboutCog.jp2; sourceTree = ""; }; 0A9CEA0A286152DF00E47168 /* DraggableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = DraggableView.swift; path = Window/DraggableView.swift; sourceTree = ""; }; @@ -1506,6 +1509,7 @@ 29B97314FDCFA39411CA2CEA /* Cog */ = { isa = PBXGroup; children = ( + 0A1B412E286F6301008A6A44 /* Localizable.stringsdict */, 83978E28285C5C0A0076ED21 /* GoogleService-Info.plist */, 83D0380E24A40DF2004CF90F /* CogAssets.xcassets */, 83859520234FEB35004E9946 /* Cog.entitlements */, @@ -2456,6 +2460,7 @@ 83BC5AC320E4CE8D00631CD4 /* SpotlightPanel.xib in Resources */, 83BC5AC220E4CE8A00631CD4 /* FileTree.xib in Resources */, 83BC5AC120E4CE8700631CD4 /* OpenURLPanel.xib in Resources */, + 0A1B412C286F6301008A6A44 /* Localizable.stringsdict in Resources */, 83BC5AC020E4CE7D00631CD4 /* MainMenu.xib in Resources */, 83BC5ABF20E4CE7A00631CD4 /* InfoInspector.xib in Resources */, 8384915B18083EAB00E7332D /* navigatorTemplate.pdf in Resources */, @@ -2827,6 +2832,15 @@ name = InfoPlist.strings; sourceTree = ""; }; + 0A1B412E286F6301008A6A44 /* Localizable.stringsdict */ = { + isa = PBXVariantGroup; + children = ( + 0A1B412D286F6301008A6A44 /* es */, + 0A1B412F286F6307008A6A44 /* en */, + ); + name = Localizable.stringsdict; + sourceTree = ""; + }; 17211A7C0D68B7C500911CA9 /* FileTree.xib */ = { isa = PBXVariantGroup; children = ( diff --git a/Playlist/PlaylistController.m b/Playlist/PlaylistController.m index 476346071..332fd4ba3 100644 --- a/Playlist/PlaylistController.m +++ b/Playlist/PlaylistController.m @@ -346,53 +346,59 @@ static void *playlistControllerContext = &playlistControllerContext; long sec = (long)(tt); hoursAndMinutes = ldiv(sec / 60, 60); + + NSString *week = NSLocalizedString(@"%1d week(s)", @"week for total"); + NSString *day = NSLocalizedString(@"%1d day(s)", @"day for total"); + NSString *hour = NSLocalizedString(@"%1d hour(s)", @"hour for total"); + NSString *min = NSLocalizedString(@"%1d minute(s)", @"minute for total"); + NSString *second = NSLocalizedString(@"%1d second(s)", @"second for total"); if(hoursAndMinutes.quot >= 24) { daysAndHours = ldiv(hoursAndMinutes.quot, 24); if(daysAndHours.quot >= 7) { weeksAndDays = ldiv(daysAndHours.quot, 7); - [self setTotalTime:[NSString stringWithFormat:@"%ld week%@ %ld day%@ %ld hour%@ %ld minute%@ %ld second%@", - weeksAndDays.quot, - weeksAndDays.quot != 1 ? @"s" : @"", - weeksAndDays.rem, - weeksAndDays.rem != 1 ? @"s" : @"", - daysAndHours.rem, - daysAndHours.rem != 1 ? @"s" : @"", - hoursAndMinutes.rem, - hoursAndMinutes.rem != 1 ? @"s" : @"", - sec % 60, - (sec % 60) != 1 ? @"s" : @""]]; + + NSString *weekCount = [NSString localizedStringWithFormat:week, weeksAndDays.quot]; + NSString *dayCount = [NSString localizedStringWithFormat:day, weeksAndDays.rem]; + NSString *hourCount = [NSString localizedStringWithFormat:hour, daysAndHours.rem]; + NSString *minuteCount = [NSString localizedStringWithFormat:min, hoursAndMinutes.rem]; + NSString *secCount = [NSString localizedStringWithFormat:second, sec % 60]; + + [self setTotalTime:[NSString stringWithFormat: + NSLocalizedString(@"wdhms", "weeks, days, hours, minutes and seconds"), + weekCount, dayCount, hourCount, minuteCount, secCount]]; } else { - [self setTotalTime:[NSString stringWithFormat:@"%ld day%@ %ld hour%@ %ld minute%@ %ld second%@", - daysAndHours.quot, - daysAndHours.quot != 1 ? @"s" : @"", - daysAndHours.rem, - daysAndHours.rem != 1 ? @"s" : @"", - hoursAndMinutes.rem, - hoursAndMinutes.rem != 1 ? @"s" : @"", - sec % 60, - (sec % 60) != 1 ? @"s" : @""]]; + + NSString *dayCount = [NSString localizedStringWithFormat:day, daysAndHours.quot]; + NSString *hourCount = [NSString localizedStringWithFormat:hour, daysAndHours.rem]; + NSString *minuteCount = [NSString localizedStringWithFormat:min, hoursAndMinutes.rem]; + NSString *secCount = [NSString localizedStringWithFormat:second, sec % 60]; + + [self setTotalTime:[NSString stringWithFormat: + NSLocalizedString(@"dhms", "days, hours, minutes and seconds"), + dayCount, hourCount, minuteCount, secCount]]; } } else { if(hoursAndMinutes.quot > 0) { - [self setTotalTime:[NSString stringWithFormat:@"%ld hour%@ %ld minute%@ %ld second%@", - hoursAndMinutes.quot, - hoursAndMinutes.quot != 1 ? @"s" : @"", - hoursAndMinutes.rem, - hoursAndMinutes.rem != 1 ? @"s" : @"", - sec % 60, - (sec % 60) != 1 ? @"s" : @""]]; + NSString *hourCount = [NSString localizedStringWithFormat:hour, hoursAndMinutes.quot]; + NSString *minuteCount = [NSString localizedStringWithFormat:min, hoursAndMinutes.rem]; + NSString *secCount = [NSString localizedStringWithFormat:second, sec % 60]; + + [self setTotalTime:[NSString stringWithFormat: + NSLocalizedString(@"hms", "hours, minutes and seconds"), + hourCount, minuteCount, secCount]]; } else { if(hoursAndMinutes.rem > 0) { - [self setTotalTime:[NSString stringWithFormat:@"%ld minute%@ %ld second%@", - hoursAndMinutes.rem, - hoursAndMinutes.rem != 1 ? @"s" : @"", - sec % 60, - (sec % 60) != 1 ? @"s" : @""]]; + NSString *minuteCount = [NSString localizedStringWithFormat:min, hoursAndMinutes.rem]; + NSString *secCount = [NSString localizedStringWithFormat:second, sec % 60]; + + [self setTotalTime:[NSString stringWithFormat: + NSLocalizedString(@"ms", "minutes and seconds"), + minuteCount, secCount]]; } else { - [self setTotalTime:[NSString stringWithFormat:@"%ld second%@", - sec, - sec != 1 ? @"s" : @""]]; + NSString *secCount = [NSString localizedStringWithFormat:second, sec]; + + [self setTotalTime:secCount]; } } } diff --git a/Preferences/Preferences/Base.lproj/PathSuggester.xib b/Preferences/Preferences/Base.lproj/PathSuggester.xib index ae28c4d3f..4cf7e4d9e 100644 --- a/Preferences/Preferences/Base.lproj/PathSuggester.xib +++ b/Preferences/Preferences/Base.lproj/PathSuggester.xib @@ -1,8 +1,7 @@ - + - - + diff --git a/Preferences/Preferences/Base.lproj/Preferences.xib b/Preferences/Preferences/Base.lproj/Preferences.xib index 02195b0d5..3fd534d11 100644 --- a/Preferences/Preferences/Base.lproj/Preferences.xib +++ b/Preferences/Preferences/Base.lproj/Preferences.xib @@ -1,8 +1,8 @@ - + - + @@ -25,7 +25,7 @@ - + - + - + - + @@ -96,7 +96,7 @@ - + @@ -211,7 +211,7 @@ - + @@ -232,7 +232,7 @@ - + @@ -241,7 +241,7 @@ - + @@ -262,7 +262,7 @@ - + @@ -271,7 +271,7 @@ - + - + - + - + @@ -633,7 +633,7 @@ - + @@ -642,7 +642,7 @@ - + @@ -651,7 +651,7 @@ - + @@ -672,7 +672,7 @@ - + @@ -681,7 +681,7 @@ - + @@ -702,7 +702,7 @@ - + diff --git a/Preferences/Preferences/en.lproj/Localizable.strings b/Preferences/Preferences/en.lproj/Localizable.strings index f452b06bd..12e4592da 100644 --- a/Preferences/Preferences/en.lproj/Localizable.strings +++ b/Preferences/Preferences/en.lproj/Localizable.strings @@ -10,9 +10,9 @@ "Last.fm" = "Last.fm"; "Scrobble" = "Scrobble"; "Playlist" = "Playlist"; -"Growl" = "Growl"; +"Notifications" = "Notifications"; "Appearance" = "Appearance"; -"MIDI" = "MIDI"; +"Synthesis" = "Synthesis"; "General" = "General"; "Press Key..." = "Press Key..."; diff --git a/Preferences/Preferences/es.lproj/InfoPlist.strings b/Preferences/Preferences/es.lproj/InfoPlist.strings index d7748faae..8270b40f6 100644 --- a/Preferences/Preferences/es.lproj/InfoPlist.strings +++ b/Preferences/Preferences/es.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ +"NSHumanReadableCopyright" = "© Vincent Spader, 2005-2011\n© mamburu, 2012-2013\n© Christopher Snowhill, 2013-2022"; -NSHumanReadableCopyright = "© Vincent Spader, 2005-2011\n© mamburu, 2012-2013\n© Christopher Snowhill, 2013-2022"; diff --git a/Preferences/Preferences/es.lproj/Localizable.strings b/Preferences/Preferences/es.lproj/Localizable.strings index f452b06bd..2b9d315fd 100644 --- a/Preferences/Preferences/es.lproj/Localizable.strings +++ b/Preferences/Preferences/es.lproj/Localizable.strings @@ -1,25 +1,96 @@ -"Nightly" = "Nightly"; -"Stable" = "Stable"; -"Unstable" = "Unstable"; +/* (No Comment) */ +"Appearance" = "Apariencia"; -"File Drawer" = "File Drawer"; -"Hot Keys" = "Hot Keys"; -"Output" = "Output"; +/* No comment provided by engineer. */ +"Blam Synthesis" = "BLAM"; -"Updates" = "Updates"; -"Last.fm" = "Last.fm"; -"Scrobble" = "Scrobble"; -"Playlist" = "Playlist"; -"Growl" = "Growl"; -"Appearance" = "Appearance"; -"MIDI" = "MIDI"; +/* No comment provided by engineer. */ +"Blep Synthesis" = "BLEP"; + +/* (No Comment) */ +"Clear playlist and play" = "Limpiar lista y reproducir"; + +/* No comment provided by engineer. */ +"Cubic Interpolation" = "Interpolación cúbica"; + +/* (No Comment) */ +"Enqueue" = "Agregar a la cola"; + +/* (No Comment) */ +"Enqueue and play" = "Agregar a la cola y reproducir"; + +/* (No Comment) */ +"File Drawer" = "Bandeja de archivos"; + +/* (No Comment) */ "General" = "General"; -"Press Key..." = "Press Key..."; +/* (No Comment) */ +"Hot Keys" = "Atajos"; -"Clear playlist and play" = "Clear playlist and play"; -"Enqueue" = "Enqueue"; -"Enqueue and play" = "Enqueue and play"; +/* (No Comment) */ +"Last.fm" = "Last.fm"; +/* No comment provided by engineer. */ +"Linear Interpolation" = "Interpolación lineal"; + +/* (No Comment) */ +"Nightly" = "Nocturna"; + +/* No comment provided by engineer. */ +"No volume scaling" = "Sin escala de volumen"; + +/* (No Comment) */ +"Notifications" = "Notificaciones"; + +/* (No Comment) */ +"Output" = "Salida"; + +/* (No Comment) */ +"Playlist" = "Lista"; + +/* (No Comment) */ +"Press Key..." = "Presiona una tecla..."; + +/* No comment provided by engineer. */ +"ReplayGain Album Gain" = "Ganancia de álbum ReplayGain"; + +/* No comment provided by engineer. */ +"ReplayGain Album Gain with peak" = "Ganancia de álbum ReplayGain con pico"; + +/* No comment provided by engineer. */ +"ReplayGain Track Gain" = "Ganancia de pista ReplayGain"; + +/* No comment provided by engineer. */ +"ReplayGain Track Gain with peak" = "Ganancia de pista ReplayGain con pico"; + +/* (No Comment) */ +"Scrobble" = "Scrobble"; + +/* No comment provided by engineer. */ +"Sinc Interpolation" = "Interpolación \"sinc\""; + +/* (No Comment) */ +"Stable" = "Estable"; + +/* (No Comment) */ +"Synthesis" = "Síntesis"; + +/* (No Comment) */ +"Unstable" = "Inestable"; + +/* (No Comment) */ +"Updates" = "Actualizaciones"; + +/* (No Comment) */ "ValidNo" = "No"; -"ValidYes" = "Yes"; + +/* (No Comment) */ +"ValidYes" = "Sí"; + +/* No comment provided by engineer. */ +"Volume scale tag only" = "Solo etiqueta de escala de volumen"; + +/* No comment provided by engineer. */ +"Zero Order Hold" = "Retención de orden cero"; + diff --git a/Preferences/Preferences/es.lproj/Preferences.strings b/Preferences/Preferences/es.lproj/Preferences.strings index a8ed1973a..c1a4a4de6 100644 --- a/Preferences/Preferences/es.lproj/Preferences.strings +++ b/Preferences/Preferences/es.lproj/Preferences.strings @@ -1,6 +1,20 @@ +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1Cb-TU-E0q"; */ +"1Cb-TU-E0q.title" = "Item 3"; + +/* Class = "NSButtonCell"; title = "Reset to defaults"; ObjectID = "1y7-iZ-BhE"; */ +"1y7-iZ-BhE.title" = "Volver a valores por defecto"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1Yq-6f-Uho"; */ +"1Yq-6f-Uho.title" = "Item 2"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "3Gx-cs-3B0"; */ +"3Gx-cs-3B0.title" = "Item 1"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "7un-em-D8r"; */ +"7un-em-D8r.title" = "Celda de vista de tabla"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "61"; */ -"61.title" = "OtherViews"; +"61.title" = "Otras vistas"; /* Class = "NSMenuItem"; title = "Item1"; ObjectID = "62"; */ "62.title" = "Item1"; @@ -11,38 +25,23 @@ /* Class = "NSMenuItem"; title = "Item3"; ObjectID = "64"; */ "64.title" = "Item3"; -/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "107"; */ -"107.title" = "OtherViews"; - -/* Class = "NSMenuItem"; title = "Stable"; ObjectID = "108"; */ -"108.title" = "Stable"; - -/* Class = "NSMenuItem"; title = "Unstable"; ObjectID = "109"; */ -"109.title" = "Unstable"; - -/* Class = "NSMenuItem"; title = "Nightly"; ObjectID = "110"; */ -"110.title" = "Nightly"; +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "99B-Tx-dPH"; */ +"99B-Tx-dPH.title" = "Item 2"; /* Class = "NSTextFieldCell"; title = "Play:"; ObjectID = "198"; */ -"198.title" = "Play:"; +"198.title" = "Reproducir:"; /* Class = "NSTextFieldCell"; title = "Previous:"; ObjectID = "199"; */ -"199.title" = "Previous:"; +"199.title" = "Anterior:"; /* Class = "NSTextFieldCell"; title = "Next:"; ObjectID = "200"; */ -"200.title" = "Next:"; - -/* Class = "NSButtonCell"; title = "Automatically check for updates on startup"; ObjectID = "207"; */ -"207.title" = "Automatically check for updates on startup"; - -/* Class = "NSTextFieldCell"; title = "Update Feed:"; ObjectID = "209"; */ -"209.title" = "Update Feed:"; +"200.title" = "Siguiente:"; /* Class = "NSTextFieldCell"; title = "Output Device: "; ObjectID = "211"; */ -"211.title" = "Output Device: "; +"211.title" = "Dispositivo de salida:"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "249"; */ -"249.title" = "OtherViews"; +"249.title" = "Otras vistas"; /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "250"; */ "250.title" = "Item 1"; @@ -54,7 +53,7 @@ "252.title" = "Item 3"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "255"; */ -"255.title" = "OtherViews"; +"255.title" = "Otras vistas"; /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "256"; */ "256.title" = "Item 1"; @@ -66,31 +65,31 @@ "258.title" = "Item 3"; /* Class = "NSTextFieldCell"; title = "When opening files:"; ObjectID = "260"; */ -"260.title" = "When opening files:"; +"260.title" = "Al abrir archivos:"; /* Class = "NSTextFieldCell"; title = "When opening file with ⇧ or ⌃⌘ held:"; ObjectID = "262"; */ -"262.title" = "When opening file with ⇧ or ⌃⌘ held:"; +"262.title" = "Al abrir archivos con las teclas ⇧ o ⌃⌘:"; /* Class = "NSButtonCell"; title = "Read CUE sheets when adding folders to playlist"; ObjectID = "311"; */ -"311.title" = "Read CUE sheets when adding folders to playlist"; +"311.title" = "Leer las hojas CUE al añadir carpetas a la lista de reproducción"; -/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1Cb-TU-E0q"; */ -"1Cb-TU-E0q.title" = "Item 3"; +/* Class = "NSTextFieldCell"; title = "Spectrum bars"; ObjectID = "Bll-IJ-lje"; */ +"Bll-IJ-lje.title" = "Barras del analizador"; -/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1Yq-6f-Uho"; */ -"1Yq-6f-Uho.title" = "Item 2"; +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bWQ-dT-X3w"; */ +"bWQ-dT-X3w.title" = "Celda de texto"; -/* Class = "NSButtonCell"; title = "Enable Last.fm support (Last.fm client must be installed)"; ObjectID = "2N5-DH-IO6"; */ -"2N5-DH-IO6.title" = "Enable Last.fm support (Last.fm client must be installed)"; +/* Class = "NSButtonCell"; title = "Use iTunes style"; ObjectID = "cOb-hQ-7K8"; */ +"cOb-hQ-7K8.title" = "Usar estilo de iTunes"; -/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "3Gx-cs-3B0"; */ -"3Gx-cs-3B0.title" = "Item 1"; +/* Class = "NSTextFieldCell"; title = "Spectrum peaks"; ObjectID = "CQI-YZ-B3V"; */ +"CQI-YZ-B3V.title" = "Picos del analizador"; -/* Class = "NSButtonCell"; title = "Allow Last.fm client to control media keys"; ObjectID = "4Yi-67-ivc"; */ -"4Yi-67-ivc.title" = "Allow Last.fm client to control media keys"; +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Dhd-k8-ZXq"; */ +"Dhd-k8-ZXq.title" = "Celda de texto"; -/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "99B-Tx-dPH"; */ -"99B-Tx-dPH.title" = "Item 2"; +/* Class = "NSButtonCell"; title = "Limit volume control to 100%"; ObjectID = "ds2-aw-ebU"; */ +"ds2-aw-ebU.title" = "Limitar el control de volumen al 100%"; /* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "ECB-P0-pve"; */ "ECB-P0-pve.title" = "Label"; @@ -98,53 +97,50 @@ /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "EQX-aL-uT0"; */ "EQX-aL-uT0.title" = "Item 3"; -/* Class = "NSTextFieldCell"; title = "MIDI Flavor:"; ObjectID = "FQF-vJ-hBx"; */ -"FQF-vJ-hBx.title" = "MIDI Flavor:"; - -/* Class = "NSButtonCell"; title = "Colorful dock icons"; ObjectID = "GdX-5e-NeU"; */ -"GdX-5e-NeU.title" = "Colorful dock icons"; - -/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "HKM-FW-dhH"; */ -"HKM-FW-dhH.title" = "OtherViews"; - -/* Class = "NSTextFieldCell"; title = "Selected:"; ObjectID = "KJz-qS-IcO"; */ -"KJz-qS-IcO.title" = "Selected:"; - -/* Class = "NSButtonCell"; title = "Show album art"; ObjectID = "RGf-4D-3NW"; */ -"RGf-4D-3NW.title" = "Show album art"; - -/* Class = "NSTextFieldCell"; title = "Spam:"; ObjectID = "SMd-GA-jrH"; */ -"SMd-GA-jrH.title" = "Spam:"; - -/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "V8o-Xy-HUW"; */ -"V8o-Xy-HUW.title" = "OtherViews"; - -/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "WWy-iW-3Ct"; */ -"WWy-iW-3Ct.title" = "Item 3"; - -/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "XzK-h2-vIT"; */ -"XzK-h2-vIT.title" = "Item 1"; - -/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "YLi-QX-EgD"; */ -"YLi-QX-EgD.title" = "Item 2"; - -/* Class = "NSButtonCell"; title = "Use iTunes style"; ObjectID = "cOb-hQ-7K8"; */ -"cOb-hQ-7K8.title" = "Use iTunes style"; - /* Class = "NSTextFieldCell"; title = "Resampling Quality:"; ObjectID = "eX0-PC-iVo"; */ -"eX0-PC-iVo.title" = "Resampling Quality:"; +"eX0-PC-iVo.title" = "Calidad del remuestreo:"; + +/* Class = "NSTextFieldCell"; title = "MIDI Flavor:"; ObjectID = "FQF-vJ-hBx"; */ +"FQF-vJ-hBx.title" = "Variedad de MIDI:"; /* Class = "NSButtonCell"; title = "Resume playback on startup"; ObjectID = "fUg-Cg-gXa"; */ -"fUg-Cg-gXa.title" = "Resume playback on startup"; +"fUg-Cg-gXa.title" = "Resumir reproducción al iniciar"; + +/* Class = "NSButtonCell"; title = "Colorful dock icons"; ObjectID = "GdX-5e-NeU"; */ +"GdX-5e-NeU.title" = "Colorear icono del dock"; + +/* Class = "NSButtonCell"; title = "Spectrum 2D view"; ObjectID = "gXL-j6-df0"; */ +"gXL-j6-df0.title" = "Analizador en 2D"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "HKM-FW-dhH"; */ +"HKM-FW-dhH.title" = "Otras vistas"; /* Class = "NSButtonCell"; title = "Enable notifications"; ObjectID = "hqT-nY-NoU"; */ -"hqT-nY-NoU.title" = "Enable notifications"; +"hqT-nY-NoU.title" = "Habilitar notificaciones"; /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "jLL-zc-kYf"; */ "jLL-zc-kYf.title" = "Item 3"; +/* Class = "NSMenuItem"; title = "Delete Invalid Paths"; ObjectID = "JU5-o7-jid"; */ +"JU5-o7-jid.title" = "Eliminar rutas inválidas"; + +/* Class = "NSMenuItem"; title = "Add Path"; ObjectID = "JxP-0t-mTB"; */ +"JxP-0t-mTB.title" = "Agregar ruta"; + +/* Class = "NSTextFieldCell"; title = "Selected:"; ObjectID = "KJz-qS-IcO"; */ +"KJz-qS-IcO.title" = "Seleccionado:"; + +/* Class = "NSTableColumn"; headerCell.title = "Valid"; ObjectID = "lEg-E3-TBs"; */ +"lEg-E3-TBs.headerCell.title" = "Válida"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "LwT-Qb-47r"; */ +"LwT-Qb-47r.title" = "Celda de vista de tabla"; + /* Class = "NSTextFieldCell"; title = "MIDI Plugin:"; ObjectID = "n5F-dq-NZh"; */ -"n5F-dq-NZh.title" = "MIDI Plugin:"; +"n5F-dq-NZh.title" = "Componente MIDI:"; + +/* Class = "NSMenuItem"; title = "Delete Path"; ObjectID = "nva-pz-xSS"; */ +"nva-pz-xSS.title" = "Eliminar ruta"; /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "nzS-3F-jPX"; */ "nzS-3F-jPX.title" = "Item 2"; @@ -152,17 +148,54 @@ /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "oWh-lD-mFH"; */ "oWh-lD-mFH.title" = "Item 1"; +/* Class = "NSMenuItem"; title = "Suggest Paths"; ObjectID = "qjI-dK-nfG"; */ +"qjI-dK-nfG.title" = "Sugerir rutas"; + +/* Class = "NSButtonCell"; title = "Show album art"; ObjectID = "RGf-4D-3NW"; */ +"RGf-4D-3NW.title" = "Mostrar carátula del álbum"; + +/* Class = "NSButtonCell"; title = "Quit when playback completes"; ObjectID = "SBA-J5-rEd"; */ +"SBA-J5-rEd.title" = "Salir al terminar reproducción"; + +/* Class = "NSTextFieldCell"; title = "Spam:"; ObjectID = "SMd-GA-jrH"; */ +"SMd-GA-jrH.title" = "Spam:"; + +/* Class = "NSButtonCell"; title = "Allow insecure SSL connections"; ObjectID = "sva-DV-ina"; */ +"sva-DV-ina.title" = "Permitir conexiones inseguras SSL"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "V8o-Xy-HUW"; */ +"V8o-Xy-HUW.title" = "Otras vistas"; + /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "vaQ-pZ-jXy"; */ "vaQ-pZ-jXy.title" = "Item 1"; +/* Class = "NSButtonCell"; title = "Show stop button"; ObjectID = "vMI-lj-Lrz"; */ +"vMI-lj-Lrz.title" = "Mostrar botón \"Detener\""; + /* Class = "NSTextFieldCell"; title = "Volume Level:"; ObjectID = "wK4-EF-8Wa"; */ -"wK4-EF-8Wa.title" = "Volume Level:"; +"wK4-EF-8Wa.title" = "Nivel de volumen:"; /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "None"; ObjectID = "wNb-bg-cgq"; */ -"wNb-bg-cgq.ibShadowedIsNilPlaceholder" = "None"; +"wNb-bg-cgq.ibShadowedIsNilPlaceholder" = "Ninguna"; + +/* Class = "NSTextFieldCell"; title = "Folder access paths:"; ObjectID = "wWm-AD-cD4"; */ +"wWm-AD-cD4.title" = "Rutas de acceso a carpetas:"; + +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "WWy-iW-3Ct"; */ +"WWy-iW-3Ct.title" = "Item 3"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "XzK-h2-vIT"; */ +"XzK-h2-vIT.title" = "Item 1"; /* Class = "NSButtonCell"; title = "Select a SoundFont"; ObjectID = "yeL-9c-lFq"; */ -"yeL-9c-lFq.title" = "Select a SoundFont"; +"yeL-9c-lFq.title" = "Elige una SoundFont"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "YLi-QX-EgD"; */ +"YLi-QX-EgD.title" = "Item 2"; + +/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "Yz2-Ee-bZ0"; */ +"Yz2-Ee-bZ0.headerCell.title" = "Ruta"; + +/* Class = "NSButtonCell"; title = "Send crash reports and usage data"; ObjectID = "zQ2-6O-3Og"; */ +"zQ2-6O-3Og.title" = "Enviar informes de fallas y datos de uso"; -/* Class = "NSButtonCell"; title = "Automatically launch Last.fm client"; ObjectID = "ze8-9p-SeX"; */ -"ze8-9p-SeX.title" = "Automatically launch Last.fm client"; diff --git a/Transformers/TotalTimeTransformer.m b/Transformers/TotalTimeTransformer.m index a7e566f62..97a597815 100644 --- a/Transformers/TotalTimeTransformer.m +++ b/Transformers/TotalTimeTransformer.m @@ -22,7 +22,8 @@ if([value isKindOfClass:[NSString class]]) { NSString *string = (NSString *)value; if([string length] > 0) { - return [@"Total Duration: " stringByAppendingString:string]; + //return [@"Total Duration: " stringByAppendingString:string]; + return [NSString localizedStringWithFormat:NSLocalizedString(@"Total duration: %@", @"Total duration for status"), string]; } } diff --git a/en.lproj/Localizable.strings b/en.lproj/Localizable.strings index f833d21df..f0a036299 100644 --- a/en.lproj/Localizable.strings +++ b/en.lproj/Localizable.strings @@ -79,3 +79,10 @@ "CrashlyticsConsentText" = "Would you like to allow Crashlytics to submit crash reports? You may turn this off again in Preferences. We won't ask you again."; "ConsentYes" = "Yes"; "ConsentNo" = "No"; + +"Total duration: %@" = "Total duration: %@"; + +"wdhms" = "%@, %@, %@, %@ and %@"; +"dhms" = "%@, %@, %@ and %@"; +"hms" = "%@, %@ and %@"; +"ms" = "%@ and %@"; diff --git a/en.lproj/Localizable.stringsdict b/en.lproj/Localizable.stringsdict new file mode 100644 index 000000000..43f1a668d --- /dev/null +++ b/en.lproj/Localizable.stringsdict @@ -0,0 +1,96 @@ + + + + + %1d week(s) + + NSStringLocalizedFormatKey + %#@weeks@ + weeks + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 weeks + one + 1 week + other + %d weeks + + + %1d day(s) + + NSStringLocalizedFormatKey + %#@days@ + days + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 days + one + 1 day + other + %d days + + + %1d hour(s) + + NSStringLocalizedFormatKey + %#@hours@ + hours + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 hours + one + 1 hour + other + %d hours + + + %1d minute(s) + + NSStringLocalizedFormatKey + %#@minutes@ + minutes + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 minutes + one + 1 minute + other + %d minutes + + + %1d second(s) + + NSStringLocalizedFormatKey + %#@seconds@ + seconds + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 seconds + one + 1 second + other + %d seconds + + + + diff --git a/es.lproj/AboutWindowController.strings b/es.lproj/AboutWindowController.strings index ea92bd7f1..6289f387f 100644 --- a/es.lproj/AboutWindowController.strings +++ b/es.lproj/AboutWindowController.strings @@ -1,12 +1,12 @@ - /* Class = "NSWindow"; title = "About Cog"; ObjectID = "F0z-JX-Cv5"; */ -"F0z-JX-Cv5.title" = "About Cog"; - -/* Class = "NSTextFieldCell"; title = "Version..."; ObjectID = "Wjf-By-C1F"; */ -"Wjf-By-C1F.title" = "Version..."; +"F0z-JX-Cv5.title" = "Acerca de Cog"; /* Class = "NSTextFieldCell"; title = "Cog"; ObjectID = "hzl-Rl-e01"; */ "hzl-Rl-e01.title" = "Cog"; +/* Class = "NSTextFieldCell"; title = "Version..."; ObjectID = "Wjf-By-C1F"; */ +"Wjf-By-C1F.title" = "Versión..."; + /* Class = "NSTextFieldCell"; title = "Copyright..."; ObjectID = "wLU-AJ-J0b"; */ -"wLU-AJ-J0b.title" = "Copyright..."; +"wLU-AJ-J0b.title" = "Derechos de autor..."; + diff --git a/es.lproj/Credits.html b/es.lproj/Credits.html index 6952a3947..8012575e3 100644 --- a/es.lproj/Credits.html +++ b/es.lproj/Credits.html @@ -29,13 +29,14 @@
- Now with 92% more future!

Thanks to my patrons: + ¡Ahora con 92% más de futuro!

Gracias a mis patrocinadores:
Alexander Pecheny, Electric Keet, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite, Louis Martinez V, deef.xyz -

Additional code contributions by Dzmitry Neviadomski and Kevin López Brante. +

Desarrollo adicional por Dzmitry Neviadomski and Kevin López Brante. +
Traducido al español por Kevin López Brante.

- This program has been made possible through contributions from users like you. -

All Cog code is copyrighted by me, and is licensed under the GPL. Cog contains bits of other code from third parties that are under their own licenses. -

Sample rate converter designed by Aleksey Vaneev of Voxengo. + Este programa ha sido posible gracias a las contribuciones de usuarios y usuarias como tú. +

Todo el código de Cog es de mi propiedad, y está licenciado bajo la GPL. Cog contiene código de terceros que están bajo sus propias licencias. +

Convertidor de frecuencia de muestreo diseñado por Aleksey Vaneev de Voxengo.
diff --git a/es.lproj/Equalizer.strings b/es.lproj/Equalizer.strings index 5414cd967..9bb9d4a02 100644 --- a/es.lproj/Equalizer.strings +++ b/es.lproj/Equalizer.strings @@ -1,4 +1,3 @@ - /* Class = "NSTextFieldCell"; title = "63"; ObjectID = "0aZ-qR-VQB"; */ "0aZ-qR-VQB.title" = "63"; @@ -18,61 +17,19 @@ "8bT-Kt-cyl.title" = "8"; /* Class = "NSWindow"; title = "Equalizer"; ObjectID = "9Xl-RA-0SW"; */ -"9Xl-RA-0SW.title" = "Equalizer"; +"9Xl-RA-0SW.title" = "Ecualizador"; /* Class = "NSTextFieldCell"; title = "1.2"; ObjectID = "A7Y-xq-LdW"; */ "A7Y-xq-LdW.title" = "1.2"; +/* Class = "NSButtonCell"; title = "Tracking genre tags"; ObjectID = "aeV-tB-rvh"; */ +"aeV-tB-rvh.title" = "Por género de pista"; + /* Class = "NSTextFieldCell"; title = "100"; ObjectID = "B9P-B7-9bf"; */ "B9P-B7-9bf.title" = "100"; -/* Class = "NSTextFieldCell"; title = "400"; ObjectID = "ERP-9r-xp9"; */ -"ERP-9r-xp9.title" = "400"; - -/* Class = "NSButtonCell"; title = "Enabled"; ObjectID = "Id9-5k-q9Q"; */ -"Id9-5k-q9Q.title" = "Enabled"; - -/* Class = "NSTextFieldCell"; title = "500"; ObjectID = "JVJ-LV-LDc"; */ -"JVJ-LV-LDc.title" = "500"; - -/* Class = "NSTextFieldCell"; title = "20 dB"; ObjectID = "KP1-mo-Quy"; */ -"KP1-mo-Quy.title" = "20 dB"; - -/* Class = "NSTextFieldCell"; title = "20kHz"; ObjectID = "LoH-XP-I4Y"; */ -"LoH-XP-I4Y.title" = "20kHz"; - -/* Class = "NSTextFieldCell"; title = "2.5"; ObjectID = "Nc6-vb-nIc"; */ -"Nc6-vb-nIc.title" = "2.5"; - -/* Class = "NSTextFieldCell"; title = "3 dB"; ObjectID = "SBw-cK-76N"; */ -"SBw-cK-76N.title" = "3 dB"; - -/* Class = "NSTextFieldCell"; title = "2"; ObjectID = "TYp-Ae-UMg"; */ -"TYp-Ae-UMg.title" = "2"; - -/* Class = "NSTextFieldCell"; title = "160"; ObjectID = "TnM-7Z-BUu"; */ -"TnM-7Z-BUu.title" = "160"; - -/* Class = "NSTextFieldCell"; title = "12"; ObjectID = "UEO-zv-YmO"; */ -"UEO-zv-YmO.title" = "12"; - -/* Class = "NSTextFieldCell"; title = "50"; ObjectID = "UOZ-JN-QIr"; */ -"UOZ-JN-QIr.title" = "50"; - -/* Class = "NSTextFieldCell"; title = "20Hz"; ObjectID = "XmE-PI-PFN"; */ -"XmE-PI-PFN.title" = "20Hz"; - -/* Class = "NSTextFieldCell"; title = "200"; ObjectID = "Ze7-D0-V5z"; */ -"Ze7-D0-V5z.title" = "200"; - -/* Class = "NSTextFieldCell"; title = "-6 dB"; ObjectID = "Zlw-xU-QP7"; */ -"Zlw-xU-QP7.title" = "-6 dB"; - -/* Class = "NSButtonCell"; title = "Tracking genre tags"; ObjectID = "aeV-tB-rvh"; */ -"aeV-tB-rvh.title" = "Tracking genre tags"; - /* Class = "NSButtonCell"; title = "Flatten EQ"; ObjectID = "bOS-GE-rwi"; */ -"bOS-GE-rwi.title" = "Flatten EQ"; +"bOS-GE-rwi.title" = "Aplanar"; /* Class = "NSTextFieldCell"; title = "630"; ObjectID = "bqX-Dk-bJ9"; */ "bqX-Dk-bJ9.title" = "630"; @@ -95,6 +52,9 @@ /* Class = "NSTextFieldCell"; title = "250"; ObjectID = "efh-nh-mDD"; */ "efh-nh-mDD.title" = "250"; +/* Class = "NSTextFieldCell"; title = "400"; ObjectID = "ERP-9r-xp9"; */ +"ERP-9r-xp9.title" = "400"; + /* Class = "NSTextFieldCell"; title = "-20 dB"; ObjectID = "fJ3-i8-mw9"; */ "fJ3-i8-mw9.title" = "-20 dB"; @@ -104,17 +64,32 @@ /* Class = "NSTextFieldCell"; title = "315"; ObjectID = "g10-wn-Agu"; */ "g10-wn-Agu.title" = "315"; +/* Class = "NSButtonCell"; title = "Enabled"; ObjectID = "Id9-5k-q9Q"; */ +"Id9-5k-q9Q.title" = "Activado"; + /* Class = "NSTextFieldCell"; title = "40"; ObjectID = "ihA-eC-L0F"; */ "ihA-eC-L0F.title" = "40"; +/* Class = "NSTextFieldCell"; title = "500"; ObjectID = "JVJ-LV-LDc"; */ +"JVJ-LV-LDc.title" = "500"; + /* Class = "NSTextFieldCell"; title = "3.1"; ObjectID = "kdf-iA-xrZ"; */ "kdf-iA-xrZ.title" = "3.1"; /* Class = "NSTextFieldCell"; title = "5"; ObjectID = "ke7-4o-FJG"; */ "ke7-4o-FJG.title" = "5"; +/* Class = "NSTextFieldCell"; title = "20 dB"; ObjectID = "KP1-mo-Quy"; */ +"KP1-mo-Quy.title" = "20 dB"; + +/* Class = "NSTextFieldCell"; title = "20kHz"; ObjectID = "LoH-XP-I4Y"; */ +"LoH-XP-I4Y.title" = "20kHz"; + /* Class = "NSTextFieldCell"; title = "Note: You may use right-click to draw an equalizer shape"; ObjectID = "lwG-Tm-rr1"; */ -"lwG-Tm-rr1.title" = "Note: You may use right-click to draw an equalizer shape"; +"lwG-Tm-rr1.title" = "Nota: Puedes utilizar el botón derecho del ratón para dibujar una forma de ecualizador"; + +/* Class = "NSTextFieldCell"; title = "2.5"; ObjectID = "Nc6-vb-nIc"; */ +"Nc6-vb-nIc.title" = "2.5"; /* Class = "NSTextFieldCell"; title = "6.3"; ObjectID = "neW-5g-R0i"; */ "neW-5g-R0i.title" = "6.3"; @@ -132,7 +107,22 @@ "qj9-4A-tfF.title" = "1.6"; /* Class = "NSButtonCell"; title = "Level Preamp"; ObjectID = "rck-mI-bed"; */ -"rck-mI-bed.title" = "Level Preamp"; +"rck-mI-bed.title" = "Nivel preamp"; + +/* Class = "NSTextFieldCell"; title = "3 dB"; ObjectID = "SBw-cK-76N"; */ +"SBw-cK-76N.title" = "3 dB"; + +/* Class = "NSTextFieldCell"; title = "160"; ObjectID = "TnM-7Z-BUu"; */ +"TnM-7Z-BUu.title" = "160"; + +/* Class = "NSTextFieldCell"; title = "2"; ObjectID = "TYp-Ae-UMg"; */ +"TYp-Ae-UMg.title" = "2"; + +/* Class = "NSTextFieldCell"; title = "12"; ObjectID = "UEO-zv-YmO"; */ +"UEO-zv-YmO.title" = "12"; + +/* Class = "NSTextFieldCell"; title = "50"; ObjectID = "UOZ-JN-QIr"; */ +"UOZ-JN-QIr.title" = "50"; /* Class = "NSTextFieldCell"; title = "Preamp"; ObjectID = "wzI-tF-Y2S"; */ "wzI-tF-Y2S.title" = "Preamp"; @@ -140,5 +130,15 @@ /* Class = "NSTextFieldCell"; title = "1k"; ObjectID = "xM8-HB-8XL"; */ "xM8-HB-8XL.title" = "1k"; +/* Class = "NSTextFieldCell"; title = "20Hz"; ObjectID = "XmE-PI-PFN"; */ +"XmE-PI-PFN.title" = "20Hz"; + /* Class = "NSTextFieldCell"; title = "Preset:"; ObjectID = "xsQ-DN-AcS"; */ -"xsQ-DN-AcS.title" = "Preset:"; +"xsQ-DN-AcS.title" = "Preaj.:"; + +/* Class = "NSTextFieldCell"; title = "200"; ObjectID = "Ze7-D0-V5z"; */ +"Ze7-D0-V5z.title" = "200"; + +/* Class = "NSTextFieldCell"; title = "-6 dB"; ObjectID = "Zlw-xU-QP7"; */ +"Zlw-xU-QP7.title" = "-6 dB"; + diff --git a/es.lproj/Feedback.strings b/es.lproj/Feedback.strings index 7849c8d7e..ee9be9268 100644 --- a/es.lproj/Feedback.strings +++ b/es.lproj/Feedback.strings @@ -1,18 +1,18 @@ - /* Class = "NSWindow"; title = "Send Feedback"; ObjectID = "1"; */ -"1.title" = "Send Feedback"; +"1.title" = "Enviar comentarios"; /* Class = "NSButtonCell"; title = "Send"; ObjectID = "17"; */ -"17.title" = "Send"; +"17.title" = "Enviar"; /* Class = "NSTextFieldCell"; title = "Subject:"; ObjectID = "18"; */ -"18.title" = "Subject:"; +"18.title" = "Asunto:"; /* Class = "NSTextFieldCell"; title = "Message:"; ObjectID = "19"; */ -"19.title" = "Message:"; +"19.title" = "Mensaje:"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "20"; */ -"20.title" = "Cancel"; +"20.title" = "Cancelar"; /* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "22"; */ -"22.title" = "Email:"; +"22.title" = "Correo electrónico:"; + diff --git a/es.lproj/FileTree.strings b/es.lproj/FileTree.strings index 5e90ea13b..253e0cc3e 100644 --- a/es.lproj/FileTree.strings +++ b/es.lproj/FileTree.strings @@ -1,21 +1,24 @@ - /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "71"; */ -"71.title" = "Text Cell"; +"71.title" = "Celda de texto"; /* Class = "NSMenu"; title = "Menu"; ObjectID = "110"; */ -"110.title" = "Menu"; +"110.title" = "Menú"; /* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "112"; */ -"112.title" = "Show in Finder"; +"112.title" = "Mostrar en el Finder"; /* Class = "NSMenuItem"; title = "Add to Playlist"; ObjectID = "119"; */ -"119.title" = "Add to Playlist"; +"119.title" = "Añadir a la lista"; /* Class = "NSMenuItem"; title = "Set as Root"; ObjectID = "124"; */ -"124.title" = "Set as Root"; +"124.title" = "Establecer como raíz"; /* Class = "NSMenuItem"; title = "Set as Playlist"; ObjectID = "129"; */ -"129.title" = "Set as Playlist"; +"129.title" = "Establecer como lista"; /* Class = "NSBox"; title = "Box"; ObjectID = "147"; */ -"147.title" = "Box"; +"147.title" = "Caja"; + +/* Class = "NSButtonCell"; title = "Choose"; ObjectID = "vRe-3U-Nxj"; */ +"vRe-3U-Nxj.title" = "Elegir"; + diff --git a/es.lproj/InfoInspector.strings b/es.lproj/InfoInspector.strings index 48f90b4af..5e772b625 100644 --- a/es.lproj/InfoInspector.strings +++ b/es.lproj/InfoInspector.strings @@ -1,81 +1,111 @@ - /* Class = "NSWindow"; title = "Info Inspector"; ObjectID = "1"; */ -"1.title" = "Info Inspector"; +"1.title" = "Inspector de información"; + +/* Class = "NSTextFieldCell"; title = "Encoding:"; ObjectID = "8e7-lp-K5l"; */ +"8e7-lp-K5l.title" = "Codificación:"; /* Class = "NSTextFieldCell"; title = "Artist:"; ObjectID = "10"; */ -"10.title" = "Artist:"; +"10.title" = "Artista:"; /* Class = "NSTextFieldCell"; title = "Album:"; ObjectID = "12"; */ -"12.title" = "Album:"; +"12.title" = "Álbum:"; /* Class = "NSTextFieldCell"; title = "Track:"; ObjectID = "14"; */ -"14.title" = "Track:"; +"14.title" = "Pista:"; /* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "16"; */ -"16.title" = "Length:"; +"16.title" = "Duración:"; /* Class = "NSTextFieldCell"; title = "Year:"; ObjectID = "18"; */ -"18.title" = "Year:"; +"18.title" = "Año:"; /* Class = "NSTextFieldCell"; title = "Genre:"; ObjectID = "20"; */ -"20.title" = "Genre:"; +"20.title" = "Género:"; /* Class = "NSTextFieldCell"; title = "Sample Rate:"; ObjectID = "22"; */ -"22.title" = "Sample Rate:"; +"22.title" = "Frec. de muestreo:"; /* Class = "NSTextFieldCell"; title = "Title:"; ObjectID = "24"; */ -"24.title" = "Title:"; +"24.title" = "Título:"; /* Class = "NSTextFieldCell"; title = "Channels:"; ObjectID = "28"; */ -"28.title" = "Channels:"; +"28.title" = "Canales:"; /* Class = "NSTextFieldCell"; title = "Bits Per Sample:"; ObjectID = "31"; */ -"31.title" = "Bits Per Sample:"; +"31.title" = "Bits por muestra:"; /* Class = "NSTextFieldCell"; title = "Bitrate:"; ObjectID = "32"; */ -"32.title" = "Bitrate:"; +"32.title" = "Tasa de bits:"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "34"; */ -"34.title" = "N/A"; +"34.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "36"; */ -"36.title" = "N/A"; +"36.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "38"; */ -"38.title" = "N/A"; +"38.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "40"; */ -"40.title" = "N/A"; +"40.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "42"; */ -"42.title" = "N/A"; +"42.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "44"; */ -"44.title" = "N/A"; +"44.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "46"; */ -"46.title" = "N/A"; +"46.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "50"; */ -"50.title" = "N/A"; +"50.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "52"; */ -"52.title" = "N/A"; +"52.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "54"; */ -"54.title" = "N/A"; +"54.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "56"; */ -"56.title" = "N/A"; +"56.title" = "n/d"; /* Class = "NSTextFieldCell"; title = "Filename:"; ObjectID = "85"; */ -"85.title" = "Filename:"; +"85.title" = "Nombre del archivo:"; /* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "87"; */ -"87.title" = "N/A"; +"87.title" = "n/d"; -/* Class = "NSTextFieldCell"; title = "Album Artist:"; ObjectID = "vB6-9J-5qg"; */ -"vB6-9J-5qg.title" = "Album Artist:"; +/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "B8w-o8-ZBw"; */ +"B8w-o8-ZBw.title" = "n/d"; + +/* Class = "NSTextFieldCell"; title = "Codec:"; ObjectID = "cbq-TT-CZX"; */ +"cbq-TT-CZX.title" = "Códec:"; + +/* Class = "NSTextFieldCell"; title = "Cuesheet:"; ObjectID = "Cu5-ia-Z5b"; */ +"Cu5-ia-Z5b.title" = "Cuesheet:"; + +/* Class = "NSTextFieldCell"; title = "Play Count:"; ObjectID = "fiv-eh-w3c"; */ +"fiv-eh-w3c.title" = "Recuento de repr.:"; + +/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "Ial-XI-91y"; */ +"Ial-XI-91y.title" = "n/d"; + +/* Class = "NSTextFieldCell"; title = "Album Artist:"; ObjectID = "LFJ-QQ-gGr"; */ +"LFJ-QQ-gGr.title" = "Artista del álbum:"; + +/* Class = "NSTextFieldCell"; title = "ReplayGain:"; ObjectID = "qBi-M8-kEx"; */ +"qBi-M8-kEx.title" = "ReplayGain:"; + +/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "rAo-AP-lVa"; */ +"rAo-AP-lVa.title" = "n/d"; + +/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "UyE-Mc-e39"; */ +"UyE-Mc-e39.title" = "n/d"; + +/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "v14-AG-B9D"; */ +"v14-AG-B9D.title" = "n/d"; + +/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "Yby-OU-cqP"; */ +"Yby-OU-cqP.title" = "n/d"; -/* Class = "NSTextFieldCell"; title = "Codec:"; ObjectID = "QPg-Mb-Urn"; */ -"QPg-Mb-Urn.title" = "Codec:"; diff --git a/es.lproj/InfoPlist.strings b/es.lproj/InfoPlist.strings index 936c0ee3d..6ca60114c 100644 --- a/es.lproj/InfoPlist.strings +++ b/es.lproj/InfoPlist.strings @@ -1,4 +1,27 @@ -/* Localized versions of Info.plist keys */ +/* Localized versions of Info.plist keys */ +"CFBundleName" = "Cog"; + +/* Privacy - Calendars Usage Description */ +"NSCalendarsUsageDescription" = "Cog no utiliza la información de tu calendario. ¿Por qué intentas abrir tu Calendario con un reproductor de audio?"; + +/* Privacy - Camera Usage Description */ +"NSCameraUsageDescription" = "Cog es un reproductor de audio. Nunca utilizará tu cámara. ¿Por qué te pide permiso para usar tu cámara?"; + +/* Privacy - Contacts Usage Description */ +"NSContactsUsageDescription" = "Cog no utiliza la información de tus contactos. ¿Por qué intentas abrir tus contactos con un reproductor de audio?"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "© Vincent Spader, 2005-2011\n© mamburu, 2012-2013\n© Christopher Snowhill, 2013-2022"; + +/* Privacy - Location Usage Description */ +"NSLocationUsageDescription" = "Cog no utiliza la información de tu ubicación. Algo está obviamente mal con la aplicación."; + +/* Privacy - Microphone Usage Description */ +"NSMicrophoneUsageDescription" = "Cog es un reproductor de audio. Sin embargo, no graba audio. ¿Por qué te pide permiso para usar tu micrófono?"; + +/* Privacy - Photo Library Usage Description */ +"NSPhotoLibraryUsageDescription" = "Cog es un reproductor de audio. ¿Por qué intentas acceder a tu Fototeca con un reproductor de audio?"; + +/* Privacy - Reminders Usage Description */ +"NSRemindersUsageDescription" = "Cog no tiene ningún uso para tus recordatorios. ¿Por qué intentas acceder a ellos con un reproductor de audio?"; -CFBundleName = "Cog"; -NSHumanReadableCopyright = "© Vincent Spader, 2005-2011\n© mamburu, 2012-2013\n© Christopher Snowhill, 2013-2022"; diff --git a/es.lproj/Localizable.strings b/es.lproj/Localizable.strings index f833d21df..c84701c60 100644 --- a/es.lproj/Localizable.strings +++ b/es.lproj/Localizable.strings @@ -1,81 +1,195 @@ -"FeedbackFailedMessageText" = "Failed"; -"FeedbackFailedInformativeText" = "Feedback failed to send."; -"FeedbackSuccessMessageText" = "Success"; -"FeedbackSuccessInformativeText" = "Feedback successfully sent!"; - -"PlayButtonTooltip" = "Play"; -"StopButtonTooltip" = "Stop"; -"PrevButtonTooltip" = "Previous"; -"NextButtonTooltip" = "Next"; - -"TimeElapsed" = "%i:%02i"; -"TimeRemaining" = "-%i:%02i"; - -"AddButtonTooltip" = "Add files"; -"RemoveButtonTooltip" = "Remove selected files"; -"InfoButtonTooltip" = "Information on the selected file"; -"ShuffleButtonTooltip" = "Shuffle mode"; -"RepeatButtonTooltip" = "Repeat mode"; -"RandomizeButtonTooltip" = "Randomize playlist"; -"FileButtonTooltip" = "File drawer"; - -"replayGainAlbumGain" = "The volume level of playback output will be detected through enumeration, \ - re"; - -"InvalidURLShort" = "Invalid URL"; -"InvalidURLLong" = "The URL is not valid."; - -"SwitchToMiniPlayer" = "Switch to Mini Player"; -"SwitchFromMiniPlayer" = "Switch from Mini Player"; - -"PlayingTrackTooltip" = "Playing"; -"QueuedTrackTooltip" = "Queued"; -"ErrorTrackTooltip" = "Error"; -"StopAfterTrackTooltip" = "Stop After Track"; - -"PlaylistHeaderContextMenuTitle" = "Playlist Header Context Menu"; - -"PlaylistStatusColumn" = "Status"; -"PlaylistIndexColumn" = "Index"; - -"PlaylistRandomizationAction" = "Playlist Randomization"; - -"SkipAction" = "Skip"; +/* (No Comment) */ +"AddButtonTooltip" = "Añadir archivos"; +/* (No Comment) */ "CogTitle" = "Cog"; -"PreferencesTitle" = "Preferences"; - -"ProgressActionLoader" = "playlist loader inserting files"; -"ProgressSubActionLoaderListingFiles" = "collecting files"; -"ProgressSubActionLoaderFilteringContainerFiles" = "handling container file types"; -"ProgressSubActionLoaderFilteringFiles" = "eliminating unsupported file types"; -"ProgressSubActionLoaderFilteringContainedFiles" = "eliminating unsupported file types from containers"; -"ProgressSubActionLoaderAddingEntries" = "creating and adding playlist entries"; - -"ProgressActionLoadingMetadata" = "loading metadata for tracks"; -"ProgressSubActionLoadingMetadata" = "processing files"; -"ProgressSubActionMetadataApply" = "applying info to playlist storage"; - -"ErrorMetadata" = "Unable to retrieve metadata."; -"ErrorMessageBadFile" = "Unable to parse metadata for bad file."; -"ErrorInvalidTrackId" = "Invalid track ID sent to SQLite request."; -"ErrorSqliteProblem" = "General problem accessing track from SQLite database."; -"ErrorTrackMissing" = "Track entry is missing from SQLite database."; - -"TimeLastPlayed" = "Last played"; -"TimeFirstSeen" = "First seen"; - -"GainAlbumGain" = "Album Gain"; -"GainAlbumGainPeak" = "Album Gain plus Peak"; -"GainAlbumPeak" = "Album Peak"; -"GainTrackGain" = "Track Gain"; -"GainTrackGainPeak" = "Track Gain plus Peak"; -"GainTrackPeak" = "Track Peak"; -"GainVolumeScale" = "Volume Scale"; -"GainNone" = "None"; - -"CrashlyticsConsentTitle" = "Crashlytics crash collection"; -"CrashlyticsConsentText" = "Would you like to allow Crashlytics to submit crash reports? You may turn this off again in Preferences. We won't ask you again."; -"ConsentYes" = "Yes"; +/* (No Comment) */ "ConsentNo" = "No"; + +/* (No Comment) */ +"ConsentYes" = "Sí"; + +/* (No Comment) */ +"CrashlyticsConsentText" = "¿Te gustaría permitir que Crashlytics envíe informes de fallos? Puedes volver a desactivarlo en Preferencias. No te volveremos a preguntar."; + +/* (No Comment) */ +"CrashlyticsConsentTitle" = "Colección de fallos de Crashlytics"; + +/* (No Comment) */ +"ErrorInvalidTrackId" = "ID de pista inválida enviada a la solicitud de SQLite."; + +/* (No Comment) */ +"ErrorMessageBadFile" = "No se han podido analizar los metadatos de un archivo defectuoso."; + +/* (No Comment) */ +"ErrorMetadata" = "No se pueden recuperar los metadatos."; + +/* (No Comment) */ +"ErrorSqliteProblem" = "Problema general de acceso a la pista desde la base de datos SQLite."; + +/* (No Comment) */ +"ErrorTrackMissing" = "Falta una entrada de pista en la base de datos SQLite."; + +/* (No Comment) */ +"ErrorTrackTooltip" = "Error"; + +/* (No Comment) */ +"FeedbackFailedInformativeText" = "No se pudieron enviar los comentarios."; + +/* (No Comment) */ +"FeedbackFailedMessageText" = "Ha fallado"; + +/* (No Comment) */ +"FeedbackSuccessInformativeText" = "¡Comentarios enviados con éxito!"; + +/* (No Comment) */ +"FeedbackSuccessMessageText" = "Éxito"; + +/* (No Comment) */ +"FileButtonTooltip" = "Bandeja de archivos"; + +/* (No Comment) */ +"GainAlbumGain" = "Ganancia del álbum"; + +/* (No Comment) */ +"GainAlbumGainPeak" = "Ganancia del álbum más pico"; + +/* (No Comment) */ +"GainAlbumPeak" = "Pico del álbum"; + +/* (No Comment) */ +"GainNone" = "Ninguna"; + +/* (No Comment) */ +"GainTrackGain" = "Ganancia de pista"; + +/* (No Comment) */ +"GainTrackGainPeak" = "Ganancia de pista más pico"; + +/* (No Comment) */ +"GainTrackPeak" = "Pico de pista"; + +/* (No Comment) */ +"GainVolumeScale" = "Escala de volumen"; + +/* (No Comment) */ +"InfoButtonTooltip" = "Información sobre el archivo seleccionado"; + +/* (No Comment) */ +"InvalidURLLong" = "La URL no es válida."; + +/* (No Comment) */ +"InvalidURLShort" = "URL no válida"; + +/* (No Comment) */ +"NextButtonTooltip" = "Siguiente"; + +/* No comment provided by engineer. */ +"PauseButtonTooltip" = "Pausar"; + +/* (No Comment) */ +"PlayButtonTooltip" = "Reproducir"; + +/* (No Comment) */ +"PlayingTrackTooltip" = "Reproduciendo"; + +/* (No Comment) */ +"PlaylistHeaderContextMenuTitle" = "Menú contextual del encabezado de la lista de reproducción"; + +/* (No Comment) */ +"PlaylistIndexColumn" = "Índice"; + +/* (No Comment) */ +"PlaylistRandomizationAction" = "Aleatorización de la lista"; + +/* (No Comment) */ +"PlaylistStatusColumn" = "Estado"; + +/* (No Comment) */ +"PreferencesTitle" = "Preferencias"; + +/* (No Comment) */ +"PrevButtonTooltip" = "Anterior"; + +/* (No Comment) */ +"ProgressActionLoader" = "cargador de listas de reproducción insertando archivos"; + +/* (No Comment) */ +"ProgressActionLoadingMetadata" = "cargando metadatos para pistas"; + +/* (No Comment) */ +"ProgressSubActionLoaderAddingEntries" = "creando y agregando entradas en la lista"; + +/* (No Comment) */ +"ProgressSubActionLoaderFilteringContainedFiles" = "eliminando los tipos de archivos no admitidos de los contenedores"; + +/* (No Comment) */ +"ProgressSubActionLoaderFilteringContainerFiles" = "manejando tipos de archivos contenedores"; + +/* (No Comment) */ +"ProgressSubActionLoaderFilteringFiles" = "eliminando tipos de archivos no compatibles"; + +/* (No Comment) */ +"ProgressSubActionLoaderListingFiles" = "recopilando archivos"; + +/* (No Comment) */ +"ProgressSubActionLoadingMetadata" = "procesando archivos"; + +/* (No Comment) */ +"ProgressSubActionMetadataApply" = "aplicando la información al almacenamiento de la listas"; + +/* (No Comment) */ +"QueuedTrackTooltip" = "En cola"; + +/* (No Comment) */ +"RandomizeButtonTooltip" = "Aleatorizar la lista de reproducción"; + +/* (No Comment) */ +"RemoveButtonTooltip" = "Eliminar archivos seleccionados"; + +/* (No Comment) */ +"RepeatButtonTooltip" = "Modo de repetición"; + +/* (No Comment) */ +"replayGainAlbumGain" = "El nivel de volumen de la salida de reproducción se detectará a través de la enumeración, \n re"; + +/* (No Comment) */ +"ShuffleButtonTooltip" = "Modo aleatorio"; + +/* (No Comment) */ +"SkipAction" = "Saltarse"; + +/* (No Comment) */ +"StopAfterTrackTooltip" = "Detener después de esta pista"; + +/* (No Comment) */ +"StopButtonTooltip" = "Detener"; + +/* (No Comment) */ +"SwitchFromMiniPlayer" = "Volver a reproductor completo"; + +/* (No Comment) */ +"SwitchToMiniPlayer" = "Cambiar a minirreproductor"; + +/* (No Comment) */ +"TimeElapsed" = "%i:%02i"; + +/* (No Comment) */ +"TimeFirstSeen" = "Visto por primera vez"; + +/* (No Comment) */ +"TimeLastPlayed" = "Reproducido por última vez"; + +/* (No Comment) */ +"TimeRemaining" = "-%i:%02i"; + +/* Version string */ +"Version %@ (%@)" = "Versión %1$@ (%2$@)"; + +"Total duration: %@" = "Duración total: %@"; + +"wdhms" = "%@, %@, %@, %@ y %@"; +"dhms" = "%@, %@, %@ y %@"; +"hms" = "%@, %@ y %@"; +"ms" = "%@ y %@"; diff --git a/es.lproj/Localizable.stringsdict b/es.lproj/Localizable.stringsdict new file mode 100644 index 000000000..4f63ed9b2 --- /dev/null +++ b/es.lproj/Localizable.stringsdict @@ -0,0 +1,96 @@ + + + + + %1d week(s) + + NSStringLocalizedFormatKey + %#@weeks@ + weeks + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 semanas + one + 1 semana + other + %d semanas + + + %1d day(s) + + NSStringLocalizedFormatKey + %#@days@ + days + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 días + one + 1 día + other + %d días + + + %1d hour(s) + + NSStringLocalizedFormatKey + %#@hours@ + hours + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 horas + one + 1 hora + other + %d horas + + + %1d minute(s) + + NSStringLocalizedFormatKey + %#@minutes@ + minutes + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 minutos + one + 1 minuto + other + %d minutos + + + %1d second(s) + + NSStringLocalizedFormatKey + %#@seconds@ + seconds + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 segundos + one + 1 segundo + other + %d segundos + + + + diff --git a/es.lproj/MainMenu.strings b/es.lproj/MainMenu.strings index 6b6920097..89ff673f2 100644 --- a/es.lproj/MainMenu.strings +++ b/es.lproj/MainMenu.strings @@ -1,21 +1,44 @@ +/* Class = "NSMenuItem"; title = "Remove Duplicate Items"; ObjectID = "2qB-Bq-t2u"; */ +"2qB-Bq-t2u.title" = "Eliminar elementos duplicados"; + +/* Class = "NSTableColumn"; headerCell.title = "Codec"; ObjectID = "3A3-9o-Gh9"; */ +"3A3-9o-Gh9.headerCell.title" = "Códec"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "3QN-Ok-QPu"; */ +"3QN-Ok-QPu.title" = "Celda de vista de tabla"; + +/* Class = "NSToolbarItem"; label = "Remove Duplicate Items"; ObjectID = "4pg-Lq-O8K"; */ +"4pg-Lq-O8K.label" = "Eliminar elementos duplicados"; + +/* Class = "NSToolbarItem"; paletteLabel = "Remove Duplicate Items"; ObjectID = "4pg-Lq-O8K"; */ +"4pg-Lq-O8K.paletteLabel" = "Eliminar elementos duplicados"; /* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "5"; */ -"5.title" = "Bring All to Front"; +"5.title" = "Traer todo al frente"; + +/* Class = "CocoaBindingsConnection"; ibShadowedDisplayPattern = "%{value1}@%{value2}@"; ObjectID = "5bQ-Qy-2KR"; */ +"5bQ-Qy-2KR.ibShadowedDisplayPattern" = "%{value1}@%{value2}@"; + +/* Class = "NSMenuItem"; title = "Reset Play Count"; ObjectID = "5iV-dM-oX2"; */ +"5iV-dM-oX2.title" = "Restablecer el recuento de reproducciones"; /* Class = "NSMenuItem"; title = "Window"; ObjectID = "19"; */ -"19.title" = "Window"; +"19.title" = "Ventana"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "20m-a6-e24"; */ +"20m-a6-e24.title" = "Celda de texto"; /* Class = "NSWindow"; title = "Cog"; ObjectID = "21"; */ "21.title" = "Cog"; /* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "23"; */ -"23.title" = "Minimize"; +"23.title" = "Minimizar"; /* Class = "NSMenu"; title = "Window"; ObjectID = "24"; */ -"24.title" = "Window"; +"24.title" = "Ventana"; /* Class = "NSMenu"; title = "MainMenu"; ObjectID = "29"; */ -"29.title" = "MainMenu"; +"29.title" = "Menú principal"; /* Class = "NSMenuItem"; title = "Cog"; ObjectID = "56"; */ "56.title" = "Cog"; @@ -24,97 +47,97 @@ "57.title" = "Cog"; /* Class = "NSMenuItem"; title = "About Cog"; ObjectID = "58"; */ -"58.title" = "About Cog"; +"58.title" = "Acerca de Cog"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "71l-3L-S3g"; */ +"71l-3L-S3g.title" = "Celda de vista de tabla"; /* Class = "NSMenuItem"; title = "Add File..."; ObjectID = "72"; */ -"72.title" = "Add File..."; +"72.title" = "Añadir archivo..."; /* Class = "NSMenuItem"; title = "Close Window"; ObjectID = "73"; */ -"73.title" = "Close Window"; +"73.title" = "Cerrar ventana"; /* Class = "NSMenuItem"; title = "Save As..."; ObjectID = "75"; */ -"75.title" = "Save As..."; +"75.title" = "Guardar como..."; /* Class = "NSMenu"; title = "File"; ObjectID = "81"; */ -"81.title" = "File"; +"81.title" = "Archivo"; /* Class = "NSMenuItem"; title = "File"; ObjectID = "83"; */ -"83.title" = "File"; +"83.title" = "Archivo"; /* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */ -"103.title" = "Help"; +"103.title" = "Ayuda"; /* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */ -"106.title" = "Help"; +"106.title" = "Ayuda"; /* Class = "NSMenuItem"; title = "Cog Help"; ObjectID = "111"; */ -"111.title" = "Cog Help"; +"111.title" = "Ayuda de Cog"; /* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "129"; */ -"129.title" = "Preferences…"; +"129.title" = "Preferencias..."; /* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */ -"130.title" = "Services"; +"130.title" = "Servicios"; /* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */ -"131.title" = "Services"; +"131.title" = "Servicios"; /* Class = "NSMenuItem"; title = "Hide Cog"; ObjectID = "134"; */ -"134.title" = "Hide Cog"; +"134.title" = "Ocultar Cog"; /* Class = "NSMenuItem"; title = "Quit Cog"; ObjectID = "136"; */ -"136.title" = "Quit Cog"; +"136.title" = "Salir de Cog"; /* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */ -"145.title" = "Hide Others"; +"145.title" = "Ocultar otros"; /* Class = "NSMenuItem"; title = "Show All"; ObjectID = "150"; */ -"150.title" = "Show All"; +"150.title" = "Mostrar todo"; /* Class = "NSMenuItem"; title = "Copy"; ObjectID = "157"; */ -"157.title" = "Copy"; +"157.title" = "Copiar"; /* Class = "NSMenuItem"; title = "Undo"; ObjectID = "158"; */ -"158.title" = "Undo"; +"158.title" = "Deshacer"; /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "160"; */ -"160.title" = "Cut"; +"160.title" = "Cortar"; /* Class = "NSMenuItem"; title = "Edit"; ObjectID = "163"; */ -"163.title" = "Edit"; +"163.title" = "Edición"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "164"; */ -"164.title" = "Delete"; +"164.title" = "Borrar"; /* Class = "NSMenu"; title = "Edit"; ObjectID = "169"; */ -"169.title" = "Edit"; +"169.title" = "Edición"; /* Class = "NSMenuItem"; title = "Paste"; ObjectID = "171"; */ -"171.title" = "Paste"; +"171.title" = "Pegar"; /* Class = "NSMenuItem"; title = "Select All"; ObjectID = "172"; */ -"172.title" = "Select All"; +"172.title" = "Seleccionar todo"; /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "173"; */ -"173.title" = "Redo"; +"173.title" = "Rehacer"; /* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "197"; */ "197.title" = "Zoom"; /* Class = "NSTableColumn"; headerCell.title = "Rating"; ObjectID = "208"; */ -"208.headerCell.title" = "Rating"; +"208.headerCell.title" = "Clasificación"; /* Class = "NSTableColumn"; headerCell.title = "#"; ObjectID = "209"; */ "209.headerCell.title" = "#"; -/* Class = "NSMenuItem"; title = "Check for Updates..."; ObjectID = "302"; */ -"302.title" = "Check for Updates..."; - /* Class = "NSMenuItem"; title = "Send Feedback..."; ObjectID = "303"; */ -"303.title" = "Send Feedback..."; +"303.title" = "Enviar comentarios..."; /* Class = "NSTableColumn"; headerCell.title = "Artist"; ObjectID = "391"; */ -"391.headerCell.title" = "Artist"; +"391.headerCell.title" = "Artista"; /* Class = "NSMenuItem"; title = "Control"; ObjectID = "418"; */ "418.title" = "Control"; @@ -123,325 +146,316 @@ "419.title" = "Control"; /* Class = "NSMenuItem"; title = "Play/Pause"; ObjectID = "420"; */ -"420.title" = "Play/Pause"; +"420.title" = "Reproducir/Pausar"; /* Class = "NSMenuItem"; title = "Next Song"; ObjectID = "422"; */ -"422.title" = "Next Song"; +"422.title" = "Próxima canción"; /* Class = "NSMenuItem"; title = "Previous Song"; ObjectID = "423"; */ -"423.title" = "Previous Song"; +"423.title" = "Canción anterior"; /* Class = "NSMenu"; title = "Menu"; ObjectID = "513"; */ -"513.title" = "Menu"; +"513.title" = "Menú"; /* Class = "NSMenuItem"; title = "Stop"; ObjectID = "517"; */ -"517.title" = "Stop"; +"517.title" = "Detener"; /* Class = "NSMenuItem"; title = "Next Track"; ObjectID = "518"; */ -"518.title" = "Next Track"; +"518.title" = "Próxima pista"; /* Class = "NSMenuItem"; title = "Previous Track"; ObjectID = "519"; */ -"519.title" = "Previous Track"; +"519.title" = "Pista anterior"; /* Class = "NSMenuItem"; title = "Play/Pause"; ObjectID = "520"; */ -"520.title" = "Play/Pause"; +"520.title" = "Reproducir/Pausar"; /* Class = "NSMenuItem"; title = "Cog"; ObjectID = "702"; */ "702.title" = "Cog"; /* Class = "NSMenuItem"; title = "Current Song"; ObjectID = "791"; */ -"791.title" = "Current Song"; +"791.title" = "Canción actual"; /* Class = "NSTableColumn"; headerCell.title = "Album"; ObjectID = "806"; */ -"806.headerCell.title" = "Album"; +"806.headerCell.title" = "Álbum"; /* Class = "NSTableColumn"; headerCell.title = "Length"; ObjectID = "807"; */ -"807.headerCell.title" = "Length"; +"807.headerCell.title" = "Duración"; /* Class = "NSTableColumn"; headerCell.title = "Year"; ObjectID = "848"; */ -"848.headerCell.title" = "Year"; +"848.headerCell.title" = "Año"; /* Class = "NSTableColumn"; headerCell.title = "Genre"; ObjectID = "849"; */ -"849.headerCell.title" = "Genre"; +"849.headerCell.title" = "Género"; /* Class = "NSTableColumn"; headerCell.title = "№"; ObjectID = "850"; */ "850.headerCell.title" = "№"; /* Class = "NSMenuItem"; title = "Playlist"; ObjectID = "881"; */ -"881.title" = "Playlist"; +"881.title" = "Lista"; /* Class = "NSMenu"; title = "Playlist"; ObjectID = "882"; */ -"882.title" = "Playlist"; +"882.title" = "Lista"; /* Class = "NSMenu"; title = "Menu"; ObjectID = "1063"; */ -"1063.title" = "Menu"; +"1063.title" = "Menú"; /* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "1064"; */ -"1064.title" = "Show in Finder"; - -/* Class = "NSMenuItem"; title = "Show All Songs"; ObjectID = "1132"; */ -"1132.title" = "Show All Songs"; +"1064.title" = "Mostrar en el Finder"; /* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "1135"; */ -"1135.title" = "Show in Finder"; +"1135.title" = "Mostrar en el Finder"; /* Class = "NSMenuItem"; title = "Volume Up"; ObjectID = "1136"; */ -"1136.title" = "Volume Up"; +"1136.title" = "Subir el volumen"; /* Class = "NSMenuItem"; title = "Volume Down"; ObjectID = "1137"; */ -"1137.title" = "Volume Down"; +"1137.title" = "Bajar el volumen"; /* Class = "NSMenu"; title = "Menu"; ObjectID = "1324"; */ -"1324.title" = "Menu"; +"1324.title" = "Menú"; /* Class = "NSMenuItem"; title = "Index"; ObjectID = "1337"; */ -"1337.title" = "Index"; +"1337.title" = "Índice"; /* Class = "NSMenuItem"; title = "Title"; ObjectID = "1338"; */ -"1338.title" = "Title"; +"1338.title" = "Título"; /* Class = "NSMenuItem"; title = "Artist"; ObjectID = "1339"; */ -"1339.title" = "Artist"; +"1339.title" = "Artista"; /* Class = "NSMenuItem"; title = "Album"; ObjectID = "1340"; */ -"1340.title" = "Album"; +"1340.title" = "Álbum"; /* Class = "NSMenuItem"; title = "Genre"; ObjectID = "1341"; */ -"1341.title" = "Genre"; +"1341.title" = "Género"; /* Class = "NSMenuItem"; title = "Length"; ObjectID = "1342"; */ -"1342.title" = "Length"; +"1342.title" = "Duración"; /* Class = "NSMenuItem"; title = "Track"; ObjectID = "1343"; */ -"1343.title" = "Track"; +"1343.title" = "Pista"; /* Class = "NSMenuItem"; title = "Year"; ObjectID = "1344"; */ -"1344.title" = "Year"; +"1344.title" = "Año"; /* Class = "NSMenuItem"; title = "Remove"; ObjectID = "1360"; */ -"1360.title" = "Remove"; +"1360.title" = "Eliminar"; /* Class = "NSMenuItem"; title = "Stop"; ObjectID = "1362"; */ -"1362.title" = "Stop"; +"1362.title" = "Detener"; /* Class = "NSMenuItem"; title = "Remove All"; ObjectID = "1402"; */ -"1402.title" = "Remove All"; +"1402.title" = "Eliminar todo"; /* Class = "NSMenuItem"; title = "Add URL..."; ObjectID = "1403"; */ -"1403.title" = "Add URL..."; +"1403.title" = "Añadir URL..."; /* Class = "NSMenuItem"; title = "Remove"; ObjectID = "1408"; */ -"1408.title" = "Remove"; +"1408.title" = "Eliminar"; /* Class = "NSMenuItem"; title = "Current Artist"; ObjectID = "1454"; */ -"1454.title" = "Current Artist"; +"1454.title" = "Artista actual"; /* Class = "NSTextFieldCell"; title = "Total Duration: 00 hours 00 minutes 00 seconds"; ObjectID = "1473"; */ -"1473.title" = "Total Duration: 00 hours 00 minutes 00 seconds"; +"1473.title" = "Duración total: 00 horas 00 minutos 00 segundos"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1506"; */ -"1506.title" = "Text Cell"; +"1506.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1507"; */ -"1507.title" = "Text Cell"; +"1507.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1508"; */ -"1508.title" = "Text Cell"; +"1508.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1509"; */ -"1509.title" = "Text Cell"; +"1509.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1510"; */ -"1510.title" = "Text Cell"; +"1510.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1511"; */ -"1511.title" = "Text Cell"; +"1511.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1512"; */ -"1512.title" = "Text Cell"; +"1512.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1513"; */ -"1513.title" = "Text Cell"; +"1513.title" = "Celda de texto"; /* Class = "NSSearchFieldCell"; placeholderString = "All"; ObjectID = "1532"; */ -"1532.placeholderString" = "All"; +"1532.placeholderString" = "Todo"; /* Class = "NSToolbarItem"; label = "Search"; ObjectID = "1533"; */ -"1533.label" = "Search"; +"1533.label" = "Búsqueda"; /* Class = "NSToolbarItem"; paletteLabel = "Search"; ObjectID = "1533"; */ -"1533.paletteLabel" = "Search"; +"1533.paletteLabel" = "Búsqueda"; /* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[0] = "Previous"; ObjectID = "1538"; */ -"1538.ibShadowedToolTips[0]" = "Previous"; +"1538.ibShadowedToolTips[0]" = "Anterior"; /* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[1] = "Play"; ObjectID = "1538"; */ -"1538.ibShadowedToolTips[1]" = "Play"; +"1538.ibShadowedToolTips[1]" = "Reproducir"; /* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[2] = "Stop"; ObjectID = "1538"; */ -"1538.ibShadowedToolTips[2]" = "Stop"; +"1538.ibShadowedToolTips[2]" = "Detener"; /* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[3] = "Next"; ObjectID = "1538"; */ -"1538.ibShadowedToolTips[3]" = "Next"; +"1538.ibShadowedToolTips[3]" = "Próxima"; /* Class = "NSToolbarItem"; label = "Playback Control"; ObjectID = "1539"; */ -"1539.label" = "Playback Control"; +"1539.label" = "Control de reproducción"; /* Class = "NSToolbarItem"; paletteLabel = "Playback Control"; ObjectID = "1539"; */ -"1539.paletteLabel" = "Playback Control"; +"1539.paletteLabel" = "Control de reproducción"; /* Class = "NSToolbarItem"; label = "Position"; ObjectID = "1551"; */ -"1551.label" = "Position"; +"1551.label" = "Posición"; /* Class = "NSToolbarItem"; paletteLabel = "Position"; ObjectID = "1551"; */ -"1551.paletteLabel" = "Position"; +"1551.paletteLabel" = "Posición"; /* Class = "NSTextFieldCell"; title = "0:00"; ObjectID = "1567"; */ "1567.title" = "0:00"; /* Class = "NSToolbarItem"; label = "Current Time"; ObjectID = "1568"; */ -"1568.label" = "Current Time"; +"1568.label" = "Tiempo actual"; /* Class = "NSToolbarItem"; paletteLabel = "Current Time"; ObjectID = "1568"; */ -"1568.paletteLabel" = "Current Time"; +"1568.paletteLabel" = "Tiempo actual"; /* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "All"; ObjectID = "1576"; */ -"1576.ibShadowedDisplayName" = "All"; +"1576.ibShadowedDisplayName" = "Todo"; /* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "Title"; ObjectID = "1578"; */ -"1578.ibShadowedDisplayName" = "Title"; +"1578.ibShadowedDisplayName" = "Título"; /* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "Artist"; ObjectID = "1580"; */ -"1580.ibShadowedDisplayName" = "Artist"; +"1580.ibShadowedDisplayName" = "Artista"; /* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "Album"; ObjectID = "1582"; */ -"1582.ibShadowedDisplayName" = "Album"; +"1582.ibShadowedDisplayName" = "Álbum"; /* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "Genre"; ObjectID = "1583"; */ -"1583.ibShadowedDisplayName" = "Genre"; +"1583.ibShadowedDisplayName" = "Género"; /* Class = "NSToolbarItem"; label = "Volume"; ObjectID = "1610"; */ -"1610.label" = "Volume"; +"1610.label" = "Volumen"; /* Class = "NSToolbarItem"; paletteLabel = "Volume"; ObjectID = "1610"; */ -"1610.paletteLabel" = "Volume"; +"1610.paletteLabel" = "Volumen"; /* Class = "NSToolbarItem"; label = "Info Inspector"; ObjectID = "1629"; */ -"1629.label" = "Info Inspector"; +"1629.label" = "Inspector de información"; /* Class = "NSToolbarItem"; paletteLabel = "Info Inspector"; ObjectID = "1629"; */ -"1629.paletteLabel" = "Info Inspector"; +"1629.paletteLabel" = "Inspector de información"; /* Class = "NSToolbarItem"; label = "File Tree"; ObjectID = "1630"; */ -"1630.label" = "File Tree"; +"1630.label" = "Árbol de archivos"; /* Class = "NSToolbarItem"; paletteLabel = "File Tree"; ObjectID = "1630"; */ -"1630.paletteLabel" = "File Tree"; +"1630.paletteLabel" = "Árbol de archivos"; /* Class = "NSToolbarItem"; label = "Shuffle"; ObjectID = "1636"; */ -"1636.label" = "Shuffle"; +"1636.label" = "Aleatorio"; /* Class = "NSToolbarItem"; paletteLabel = "Shuffle"; ObjectID = "1636"; */ -"1636.paletteLabel" = "Shuffle"; +"1636.paletteLabel" = "Aleatorio"; /* Class = "NSToolbarItem"; label = "Repeat"; ObjectID = "1639"; */ -"1639.label" = "Repeat"; +"1639.label" = "Repetir"; /* Class = "NSToolbarItem"; paletteLabel = "Repeat"; ObjectID = "1639"; */ -"1639.paletteLabel" = "Repeat"; +"1639.paletteLabel" = "Repetir"; /* Class = "NSMenuItem"; title = "Seek Backward"; ObjectID = "1683"; */ -"1683.title" = "Seek Backward"; +"1683.title" = "Retroceder"; /* Class = "NSMenuItem"; title = "Seek Forward"; ObjectID = "1685"; */ -"1685.title" = "Seek Forward"; +"1685.title" = "Avanzar"; /* Class = "NSMenuItem"; title = "Previous Album"; ObjectID = "1699"; */ -"1699.title" = "Previous Album"; +"1699.title" = "Álbum anterior"; /* Class = "NSMenuItem"; title = "Next Album"; ObjectID = "1701"; */ -"1701.title" = "Next Album"; +"1701.title" = "Próximo álbum"; /* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "1712"; */ -"1712.headerCell.title" = "Path"; +"1712.headerCell.title" = "Ruta"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1713"; */ -"1713.title" = "Text Cell"; +"1713.title" = "Celda de texto"; /* Class = "NSTableColumn"; headerCell.title = "Filename"; ObjectID = "1736"; */ -"1736.headerCell.title" = "Filename"; +"1736.headerCell.title" = "Nombre del archivo"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1737"; */ -"1737.title" = "Text Cell"; +"1737.title" = "Celda de texto"; /* Class = "NSMenuItem"; title = "Repeat"; ObjectID = "1740"; */ -"1740.title" = "Repeat"; +"1740.title" = "Repetir"; /* Class = "NSMenu"; title = "Repeat"; ObjectID = "1741"; */ -"1741.title" = "Repeat"; +"1741.title" = "Repetir"; /* Class = "NSMenuItem"; title = "All"; ObjectID = "1742"; */ -"1742.title" = "All"; +"1742.title" = "Todo"; /* Class = "NSMenuItem"; title = "One"; ObjectID = "1746"; */ -"1746.title" = "One"; +"1746.title" = "Una"; /* Class = "NSMenuItem"; title = "None"; ObjectID = "1749"; */ -"1749.title" = "None"; +"1749.title" = "Ninguna"; /* Class = "NSMenuItem"; title = "Remove All from Queue"; ObjectID = "1791"; */ -"1791.title" = "Remove All from Queue"; +"1791.title" = "Eliminar todo de la cola"; /* Class = "NSMenuItem"; title = "Select Currently Playing"; ObjectID = "1823"; */ -"1823.title" = "Select Currently Playing"; - -/* Class = "NSMenuItem"; title = "Filter Playlist"; ObjectID = "1824"; */ -"1824.title" = "Filter Playlist"; +"1823.title" = "Seleccionar reproducción actual"; /* Class = "NSMenuItem"; title = "View"; ObjectID = "1848"; */ -"1848.title" = "View"; +"1848.title" = "Visualización"; /* Class = "NSMenu"; title = "View"; ObjectID = "1849"; */ -"1849.title" = "View"; +"1849.title" = "Visualización"; /* Class = "NSMenuItem"; title = "Show Spotlight Panel"; ObjectID = "1853"; */ -"1853.title" = "Show Spotlight Panel"; +"1853.title" = "Mostrar panel Spotlight"; /* Class = "NSMenuItem"; title = "Customize Toolbar..."; ObjectID = "1856"; */ -"1856.title" = "Customize Toolbar..."; +"1856.title" = "Personalizar barra de herramientas..."; /* Class = "NSMenuItem"; title = "Increase Font Size"; ObjectID = "1858"; */ -"1858.title" = "Increase Font Size"; +"1858.title" = "Aumentar tamaño de la fuente"; /* Class = "NSMenuItem"; title = "Decrease Font Size"; ObjectID = "1859"; */ -"1859.title" = "Decrease Font Size"; +"1859.title" = "Disminuir tamaño de la fuente"; /* Class = "NSMenuItem"; title = "Add to Queue"; ObjectID = "1864"; */ -"1864.title" = "Add to Queue"; +"1864.title" = "Añadir a la cola"; /* Class = "NSMenuItem"; title = "Remove from Queue"; ObjectID = "1865"; */ -"1865.title" = "Remove from Queue"; +"1865.title" = "Eliminar de la cola"; /* Class = "NSMenuItem"; title = "Search for Songs by Artist"; ObjectID = "1867"; */ -"1867.title" = "Search for Songs by Artist"; +"1867.title" = "Buscar canciones por artista"; /* Class = "NSMenuItem"; title = "Search for Songs from Album"; ObjectID = "1868"; */ -"1868.title" = "Search for Songs from Album"; +"1868.title" = "Buscar canciones del álbum"; /* Class = "NSMenuItem"; title = "Fade In/Out"; ObjectID = "1885"; */ -"1885.title" = "Fade In/Out"; - -/* Class = "CocoaBindingsConnection"; ibShadowedDisplayPattern = "Total Duration: %{value1}@"; ObjectID = "1891"; */ -"1891.ibShadowedDisplayPattern" = "Total Duration: %{value1}@"; +"1885.title" = "Fundido de entrada/salida"; /* Class = "NSMenuItem"; title = "Album"; ObjectID = "1892"; */ -"1892.title" = "Album"; +"1892.title" = "Álbum"; /* Class = "NSMenuItem"; title = "Add to Queue"; ObjectID = "1893"; */ -"1893.title" = "Add to Queue"; +"1893.title" = "Añadir a la cola"; /* Class = "NSMenuItem"; title = "Stop After Current"; ObjectID = "1895"; */ -"1895.title" = "Stop After Current"; +"1895.title" = "Detener después de la pista actual"; /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Cog"; ObjectID = "1903"; */ "1903.ibShadowedIsNilPlaceholder" = "Cog"; @@ -453,88 +467,88 @@ "1903.ibShadowedNotApplicablePlaceholder" = "Cog"; /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Toggle Queued"; ObjectID = "2042"; */ -"2042.ibShadowedIsNilPlaceholder" = "Toggle Queued"; +"2042.ibShadowedIsNilPlaceholder" = "Alternar la cola"; /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Toggle Queued"; ObjectID = "2042"; */ -"2042.ibShadowedMultipleValuesPlaceholder" = "Toggle Queued"; +"2042.ibShadowedMultipleValuesPlaceholder" = "Alternar la cola"; /* Class = "CocoaBindingsConnection"; ibShadowedNoSelectionPlaceholder = "Toggle Queued"; ObjectID = "2042"; */ -"2042.ibShadowedNoSelectionPlaceholder" = "Toggle Queued"; +"2042.ibShadowedNoSelectionPlaceholder" = "Alternar la cola"; /* Class = "CocoaBindingsConnection"; ibShadowedNotApplicablePlaceholder = "Toggle Queued"; ObjectID = "2042"; */ -"2042.ibShadowedNotApplicablePlaceholder" = "Toggle Queued"; +"2042.ibShadowedNotApplicablePlaceholder" = "Alternar la cola"; /* Class = "NSMenuItem"; title = "Search for Artist"; ObjectID = "2045"; */ -"2045.title" = "Search for Artist"; +"2045.title" = "Buscar artista"; /* Class = "NSMenuItem"; title = "Search for Album"; ObjectID = "2046"; */ -"2046.title" = "Search for Album"; +"2046.title" = "Buscar álbum"; /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Not Playing"; ObjectID = "2083"; */ -"2083.ibShadowedIsNilPlaceholder" = "Not Playing"; +"2083.ibShadowedIsNilPlaceholder" = "No hay reproducción"; /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Not Playing"; ObjectID = "2085"; */ -"2085.ibShadowedIsNilPlaceholder" = "Not Playing"; +"2085.ibShadowedIsNilPlaceholder" = "No hay reproducción"; /* Class = "NSMenuItem"; title = "Toggle File Tree Orientation"; ObjectID = "2160"; */ -"2160.title" = "Toggle File Tree Orientation"; +"2160.title" = "Alternar la orientación del árbol de archivos"; /* Class = "NSMenuItem"; title = "Information"; ObjectID = "2212"; */ -"2212.title" = "Information"; +"2212.title" = "Información"; /* Class = "NSWindow"; title = "Cog"; ObjectID = "2234"; */ "2234.title" = "Cog"; /* Class = "NSToolbarItem"; label = "Playback Buttons"; ObjectID = "2272"; */ -"2272.label" = "Playback Buttons"; +"2272.label" = "Botones de reproducción"; /* Class = "NSToolbarItem"; paletteLabel = "Playback Buttons"; ObjectID = "2272"; */ -"2272.paletteLabel" = "Playback Buttons"; +"2272.paletteLabel" = "Botones de reproducción"; /* Class = "NSToolbarItem"; label = "Position"; ObjectID = "2273"; */ -"2273.label" = "Position"; +"2273.label" = "Posición"; /* Class = "NSToolbarItem"; paletteLabel = "Position"; ObjectID = "2273"; */ -"2273.paletteLabel" = "Position"; +"2273.paletteLabel" = "Posición"; /* Class = "NSToolbarItem"; label = "Current Time"; ObjectID = "2274"; */ -"2274.label" = "Current Time"; +"2274.label" = "Tiempo actual"; /* Class = "NSToolbarItem"; paletteLabel = "Current Time"; ObjectID = "2274"; */ -"2274.paletteLabel" = "Current Time"; +"2274.paletteLabel" = "Tiempo actual"; /* Class = "NSToolbarItem"; label = "Volume"; ObjectID = "2275"; */ -"2275.label" = "Volume"; +"2275.label" = "Volumen"; /* Class = "NSToolbarItem"; paletteLabel = "Volume"; ObjectID = "2275"; */ -"2275.paletteLabel" = "Volume"; +"2275.paletteLabel" = "Volumen"; /* Class = "NSToolbarItem"; label = "Shuffle"; ObjectID = "2278"; */ -"2278.label" = "Shuffle"; +"2278.label" = "Aleatorio"; /* Class = "NSToolbarItem"; paletteLabel = "Shuffle"; ObjectID = "2278"; */ -"2278.paletteLabel" = "Shuffle"; +"2278.paletteLabel" = "Aleatorio"; /* Class = "NSToolbarItem"; label = "Repeat"; ObjectID = "2279"; */ -"2279.label" = "Repeat"; +"2279.label" = "Repetir"; /* Class = "NSToolbarItem"; paletteLabel = "Repeat"; ObjectID = "2279"; */ -"2279.paletteLabel" = "Repeat"; +"2279.paletteLabel" = "Repetir"; /* Class = "NSTextFieldCell"; title = "0:00"; ObjectID = "2292"; */ "2292.title" = "0:00"; /* Class = "NSSegmentedCell"; 2296.ibShadowedToolTips[0] = "Previous"; ObjectID = "2296"; */ -"2296.ibShadowedToolTips[0]" = "Previous"; +"2296.ibShadowedToolTips[0]" = "Anterior"; /* Class = "NSSegmentedCell"; 2296.ibShadowedToolTips[1] = "Play"; ObjectID = "2296"; */ -"2296.ibShadowedToolTips[1]" = "Play"; +"2296.ibShadowedToolTips[1]" = "Reproducir"; /* Class = "NSSegmentedCell"; 2296.ibShadowedToolTips[2] = "Stop"; ObjectID = "2296"; */ -"2296.ibShadowedToolTips[2]" = "Stop"; +"2296.ibShadowedToolTips[2]" = "Detener"; /* Class = "NSSegmentedCell"; 2296.ibShadowedToolTips[3] = "Next"; ObjectID = "2296"; */ -"2296.ibShadowedToolTips[3]" = "Next"; +"2296.ibShadowedToolTips[3]" = "Próxima"; /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Cog"; ObjectID = "2374"; */ "2374.ibShadowedIsNilPlaceholder" = "Cog"; @@ -546,85 +560,227 @@ "2374.ibShadowedNotApplicablePlaceholder" = "Cog"; /* Class = "NSMenuItem"; title = "Show File Tree"; ObjectID = "2417"; */ -"2417.title" = "Show File Tree"; +"2417.title" = "Mostrar árbol de archivos"; /* Class = "NSToolbarItem"; label = "Info Inspector"; ObjectID = "2429"; */ -"2429.label" = "Info Inspector"; +"2429.label" = "Inspector de información"; /* Class = "NSToolbarItem"; paletteLabel = "Info Inspector"; ObjectID = "2429"; */ -"2429.paletteLabel" = "Info Inspector"; +"2429.paletteLabel" = "Inspector de información"; /* Class = "NSMenuItem"; title = "Shuffle"; ObjectID = "2438"; */ -"2438.title" = "Shuffle"; +"2438.title" = "Aleatorio"; /* Class = "NSMenu"; title = "Shuffle"; ObjectID = "2439"; */ -"2439.title" = "Shuffle"; +"2439.title" = "Aleatorio"; /* Class = "NSMenuItem"; title = "Off"; ObjectID = "2440"; */ -"2440.title" = "Off"; +"2440.title" = "Apagado"; /* Class = "NSMenuItem"; title = "Albums"; ObjectID = "2442"; */ -"2442.title" = "Albums"; +"2442.title" = "Álbumes"; /* Class = "NSMenuItem"; title = "All"; ObjectID = "2443"; */ -"2443.title" = "All"; +"2443.title" = "Todo"; /* Class = "NSMenuItem"; title = "Show Info Inspector"; ObjectID = "2453"; */ -"2453.title" = "Show Info Inspector"; +"2453.title" = "Mostrar inspector de información"; /* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "2456"; */ -"2456.title" = "Enter Full Screen"; +"2456.title" = "Entrar en pantalla completa"; /* Class = "NSToolbarItem"; label = "Randomize"; ObjectID = "2466"; */ -"2466.label" = "Randomize"; +"2466.label" = "Aleatorizar"; /* Class = "NSToolbarItem"; paletteLabel = "Randomize"; ObjectID = "2466"; */ -"2466.paletteLabel" = "Randomize"; +"2466.paletteLabel" = "Aleatorizar"; /* Class = "NSMenuItem"; title = "Toggle"; ObjectID = "2472"; */ -"2472.title" = "Toggle"; +"2472.title" = "Alternar"; /* Class = "NSMenuItem"; title = "Toggle"; ObjectID = "2476"; */ -"2476.title" = "Toggle"; +"2476.title" = "Alternar"; /* Class = "NSMenuItem"; title = "Stop After Current"; ObjectID = "2483"; */ -"2483.title" = "Stop After Current"; +"2483.title" = "Detener después de la pista actual"; /* Class = "NSMenuItem"; title = "Next Album"; ObjectID = "2485"; */ -"2485.title" = "Next Album"; +"2485.title" = "Próximo álbum"; /* Class = "NSMenuItem"; title = "Previous Album"; ObjectID = "2487"; */ -"2487.title" = "Previous Album"; +"2487.title" = "Álbum anterior"; /* Class = "NSMenuItem"; title = "Toggle Mini Mode"; ObjectID = "2493"; */ -"2493.title" = "Toggle Mini Mode"; +"2493.title" = "Alternar modo Mini"; /* Class = "NSToolbarItem"; label = "Normal Mode"; ObjectID = "2526"; */ -"2526.label" = "Normal Mode"; +"2526.label" = "Modo normal"; /* Class = "NSToolbarItem"; paletteLabel = "Normal Mode"; ObjectID = "2526"; */ -"2526.paletteLabel" = "Normal Mode"; +"2526.paletteLabel" = "Modo normal"; /* Class = "NSToolbarItem"; label = "Mini Mode"; ObjectID = "2532"; */ -"2532.label" = "Mini Mode"; +"2532.label" = "Modo Mini"; /* Class = "NSToolbarItem"; paletteLabel = "Mini Mode"; ObjectID = "2532"; */ -"2532.paletteLabel" = "Mini Mode"; +"2532.paletteLabel" = "Modo Mini"; /* Class = "NSMenuItem"; title = "Randomize"; ObjectID = "2545"; */ -"2545.title" = "Randomize"; - -/* Class = "NSMenuItem"; title = "Remove Duplicate Items"; ObjectID = "2qB-Bq-t2u"; */ -"2qB-Bq-t2u.title" = "Remove Duplicate Items"; +"2545.title" = "Aleatorizar"; /* Class = "NSMenuItem"; title = "Remove Dead Items"; ObjectID = "Ajn-k4-afd"; */ -"Ajn-k4-afd.title" = "Remove Dead Items"; +"Ajn-k4-afd.title" = "Eliminar elementos inexistentes"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "C2Q-qG-dwX"; */ +"C2Q-qG-dwX.title" = "Celda de vista de tabla"; /* Class = "NSMenuItem"; title = "Properties"; ObjectID = "Eds-my-DQr"; */ -"Eds-my-DQr.title" = "Properties"; +"Eds-my-DQr.title" = "Propiedades"; -/* Class = "NSTableColumn"; title = "Album Artist"; ObjectID = "yGV-gP-Wl6"; */ -"yGV-gP-Wl6.title" = "Album Artist"; +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "FMU-QZ-NdQ"; */ +"FMU-QZ-NdQ.title" = "Celda de vista de tabla"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "gKK-cS-RP5"; */ +"gKK-cS-RP5.title" = "Celda de vista de tabla"; + +/* Class = "NSMenuItem"; title = "Reload Info"; ObjectID = "HK9-Am-31h"; */ +"HK9-Am-31h.title" = "Recargar información"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Igo-5f-yim"; */ +"Igo-5f-yim.title" = "Celda de vista de tabla"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "js2-sT-U4M"; */ +"js2-sT-U4M.title" = "Celda de vista de tabla"; + +/* Class = "CocoaBindingsConnection"; ibShadowedDisplayPattern = "%{value1}@%{value2}@"; ObjectID = "Kih-ky-A1h"; */ +"Kih-ky-A1h.ibShadowedDisplayPattern" = "%{value1}@%{value2}@"; + +/* Class = "NSToolbarItem"; label = "Remove Dead Items"; ObjectID = "knJ-aI-sFa"; */ +"knJ-aI-sFa.label" = "Eliminar elementos inexistentes"; + +/* Class = "NSToolbarItem"; paletteLabel = "Remove Dead Items"; ObjectID = "knJ-aI-sFa"; */ +"knJ-aI-sFa.paletteLabel" = "Eliminar elementos inexistentes"; + +/* Class = "NSMenuItem"; title = "Reload Info"; ObjectID = "kq8-9v-zC0"; */ +"kq8-9v-zC0.title" = "Recargar información"; + +/* Class = "NSToolbarItem"; label = "Randomize"; ObjectID = "kVl-aW-mtT"; */ +"kVl-aW-mtT.label" = "Aleatorizar"; + +/* Class = "NSToolbarItem"; paletteLabel = "Randomize"; ObjectID = "kVl-aW-mtT"; */ +"kVl-aW-mtT.paletteLabel" = "Aleatorizar"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "lBy-Uc-vCA"; */ +"lBy-Uc-vCA.title" = "Celda de texto"; + +/* Class = "NSMenuItem"; title = "Show Mini Player On Top"; ObjectID = "lXN-EZ-xg0"; */ +"lXN-EZ-xg0.title" = "Mostrar minirreproductor encima de todo"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "M6d-rj-lEz"; */ +"M6d-rj-lEz.title" = "Celda de texto"; + +/* Class = "NSMenuItem"; title = "Move to Trash"; ObjectID = "mhx-dQ-Kwx"; */ +"mhx-dQ-Kwx.title" = "Mover al Basurero"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "moV-3G-GpB"; */ +"moV-3G-GpB.title" = "Celda de vista de tabla"; + +/* Class = "NSMenuItem"; title = "Privacy Policy..."; ObjectID = "nb7-FW-egH"; */ +"nb7-FW-egH.title" = "Política de privacidad..."; + +/* Class = "NSMenuItem"; title = "Show Equalizer"; ObjectID = "nBU-pH-J3I"; */ +"nBU-pH-J3I.title" = "Mostrar ecualizador"; + +/* Class = "NSToolbarItem"; label = "Spectrum"; ObjectID = "NtB-XF-g07"; */ +"NtB-XF-g07.label" = "Analizador"; + +/* Class = "NSToolbarItem"; paletteLabel = "Spectrum"; ObjectID = "NtB-XF-g07"; */ +"NtB-XF-g07.paletteLabel" = "Analizador"; + +/* Class = "NSMenuItem"; title = "Stop after Selection"; ObjectID = "omb-wi-loX"; */ +"omb-wi-loX.title" = "Detener después de la selección"; + +/* Class = "NSMenuItem"; title = "Show All Songs"; ObjectID = "pU1-ci-9uB"; */ +"pU1-ci-9uB.title" = "Mostrar todas las canciones"; + +/* Class = "NSMenuItem"; title = "Remove Rating"; ObjectID = "PyI-lF-iuz"; */ +"PyI-lF-iuz.title" = "Eliminar clasificación"; + +/* Class = "NSToolbarItem"; label = "HDCD Indicator"; ObjectID = "qfu-F9-bOZ"; */ +"qfu-F9-bOZ.label" = "Indicador HDCD"; + +/* Class = "NSToolbarItem"; paletteLabel = "HDCD Indicator"; ObjectID = "qfu-F9-bOZ"; */ +"qfu-F9-bOZ.paletteLabel" = "Indicador HDCD"; + +/* Class = "NSMenuItem"; title = "Move to Trash"; ObjectID = "qlT-UX-x72"; */ +"qlT-UX-x72.title" = "Mover al Basurero"; + +/* Class = "NSToolbarItem"; label = "Remove Duplicate Items"; ObjectID = "rEg-qk-MbN"; */ +"rEg-qk-MbN.label" = "Eliminar elementos duplicados"; + +/* Class = "NSToolbarItem"; paletteLabel = "Remove Duplicate Items"; ObjectID = "rEg-qk-MbN"; */ +"rEg-qk-MbN.paletteLabel" = "Eliminar elementos duplicados"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "sdo-Sm-KPH"; */ +"sdo-Sm-KPH.title" = "Celda de vista de tabla"; + +/* Class = "NSToolbarItem"; label = "Spectrum"; ObjectID = "sf3-l1-fJw"; */ +"sf3-l1-fJw.label" = "Analizador"; + +/* Class = "NSToolbarItem"; paletteLabel = "Spectrum"; ObjectID = "sf3-l1-fJw"; */ +"sf3-l1-fJw.paletteLabel" = "Analizador"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "tus-lr-RhS"; */ +"tus-lr-RhS.title" = "Celda de vista de tabla"; + +/* Class = "NSMenuItem"; title = "Filter Playlist"; ObjectID = "UAk-Gc-lT4"; */ +"UAk-Gc-lT4.title" = "Filtrar lista"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "vaJ-Bc-ebE"; */ +"vaJ-Bc-ebE.title" = "Celda de vista de tabla"; + +/* Class = "NSMenuItem"; title = "Toggle Toolbar Style"; ObjectID = "vBH-Mr-XWi"; */ +"vBH-Mr-XWi.title" = "Alternar estilo de barra de herramientas"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "VVx-99-roJ"; */ +"VVx-99-roJ.title" = "Celda de vista de tabla"; + +/* Class = "NSToolbarItem"; label = "Show Equalizer"; ObjectID = "vzT-Gb-aGW"; */ +"vzT-Gb-aGW.label" = "Mostrar ecualizador"; + +/* Class = "NSToolbarItem"; paletteLabel = "Show Equalizer"; ObjectID = "vzT-Gb-aGW"; */ +"vzT-Gb-aGW.paletteLabel" = "Mostrar ecualizador"; + +/* Class = "NSToolbarItem"; label = "Remove Dead Items"; ObjectID = "WKt-lM-Bv1"; */ +"WKt-lM-Bv1.label" = "Eliminar elementos inexistentes"; + +/* Class = "NSToolbarItem"; paletteLabel = "Remove Dead Items"; ObjectID = "WKt-lM-Bv1"; */ +"WKt-lM-Bv1.paletteLabel" = "Eliminar elementos inexistentes"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "wky-z8-Cj5"; */ +"wky-z8-Cj5.title" = "Celda de vista de tabla"; + +/* Class = "NSMenuItem"; title = "Show Spectrum Window"; ObjectID = "wl2-Vo-pul"; */ +"wl2-Vo-pul.title" = "Mostrar ventana del analizador"; + +/* Class = "NSTableColumn"; headerCell.title = "Title"; ObjectID = "XBr-ec-D81"; */ +"XBr-ec-D81.headerCell.title" = "Título"; + +/* Class = "NSTableColumn"; headerCell.title = "Album Artist"; ObjectID = "yGV-gP-Wl6"; */ +"yGV-gP-Wl6.headerCell.title" = "Artista del álbum"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "YwT-z9-2d2"; */ +"YwT-z9-2d2.title" = "Celda de vista de tabla"; + +/* Class = "NSToolbarItem"; label = "HDCD Indicator"; ObjectID = "ZH9-ZU-skw"; */ +"ZH9-ZU-skw.label" = "Indicador HDCD"; + +/* Class = "NSToolbarItem"; paletteLabel = "HDCD Indicator"; ObjectID = "ZH9-ZU-skw"; */ +"ZH9-ZU-skw.paletteLabel" = "Indicador HDCD"; + +/* Class = "NSToolbarItem"; label = "Show Equalizer"; ObjectID = "ZOn-sB-FR3"; */ +"ZOn-sB-FR3.label" = "Mostrar ecualizador"; + +/* Class = "NSToolbarItem"; paletteLabel = "Show Equalizer"; ObjectID = "ZOn-sB-FR3"; */ +"ZOn-sB-FR3.paletteLabel" = "Mostrar ecualizador"; -/* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */ -"3A3-9o-Gh9.title" = "Codec"; diff --git a/es.lproj/OpenURLPanel.strings b/es.lproj/OpenURLPanel.strings index 8518883ad..880b696c1 100644 --- a/es.lproj/OpenURLPanel.strings +++ b/es.lproj/OpenURLPanel.strings @@ -1,9 +1,9 @@ - /* Class = "NSWindow"; title = "Open URL"; ObjectID = "5"; */ -"5.title" = "Open URL"; +"5.title" = "Abrir URL"; /* Class = "NSButtonCell"; title = "OK"; ObjectID = "23"; */ -"23.title" = "OK"; +"23.title" = "Aceptar"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "24"; */ -"24.title" = "Cancel"; +"24.title" = "Cancelar"; + diff --git a/es.lproj/SpectrumWindow.strings b/es.lproj/SpectrumWindow.strings index 72ed648cb..5db47b02c 100644 --- a/es.lproj/SpectrumWindow.strings +++ b/es.lproj/SpectrumWindow.strings @@ -1,3 +1,3 @@ - /* Class = "NSWindow"; title = "Spectrum"; ObjectID = "F0z-JX-Cv5"; */ -"F0z-JX-Cv5.title" = "Spectrum"; +"F0z-JX-Cv5.title" = "Analizador"; + diff --git a/es.lproj/SpotlightPanel.strings b/es.lproj/SpotlightPanel.strings index 406628c19..a010693c9 100644 --- a/es.lproj/SpotlightPanel.strings +++ b/es.lproj/SpotlightPanel.strings @@ -1,57 +1,57 @@ - /* Class = "NSWindow"; title = "Spotlight"; ObjectID = "1"; */ "1.title" = "Spotlight"; /* Class = "NSButtonCell"; title = "Add to Playlist"; ObjectID = "6"; */ -"6.title" = "Add to Playlist"; +"6.title" = "Añadir a la lista"; /* Class = "NSTableColumn"; headerCell.title = "Track"; ObjectID = "29"; */ -"29.headerCell.title" = "Track"; +"29.headerCell.title" = "Pista"; /* Class = "NSTableColumn"; headerCell.title = "Genre"; ObjectID = "30"; */ -"30.headerCell.title" = "Genre"; +"30.headerCell.title" = "Género"; /* Class = "NSTableColumn"; headerCell.title = "Year"; ObjectID = "31"; */ -"31.headerCell.title" = "Year"; +"31.headerCell.title" = "Año"; /* Class = "NSTableColumn"; headerCell.title = "Length"; ObjectID = "32"; */ -"32.headerCell.title" = "Length"; +"32.headerCell.title" = "Duración"; /* Class = "NSTableColumn"; headerCell.title = "Album"; ObjectID = "33"; */ -"33.headerCell.title" = "Album"; +"33.headerCell.title" = "Álbum"; /* Class = "NSTableColumn"; headerCell.title = "Artist"; ObjectID = "34"; */ -"34.headerCell.title" = "Artist"; +"34.headerCell.title" = "Artista"; /* Class = "NSTableColumn"; headerCell.title = "Title"; ObjectID = "36"; */ -"36.headerCell.title" = "Title"; +"36.headerCell.title" = "Título"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "37"; */ -"37.title" = "Text Cell"; +"37.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "39"; */ -"39.title" = "Text Cell"; +"39.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "40"; */ -"40.title" = "Text Cell"; +"40.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "41"; */ -"41.title" = "Text Cell"; +"41.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "42"; */ -"42.title" = "Text Cell"; +"42.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; +"43.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "44"; */ -"44.title" = "Text Cell"; +"44.title" = "Celda de texto"; /* Class = "NSTextFieldCell"; title = "Search Location:"; ObjectID = "80"; */ -"80.title" = "Search Location:"; +"80.title" = "Ubicación de la búsqueda:"; /* Class = "NSMenu"; title = "ContextualMenu"; ObjectID = "171"; */ -"171.title" = "ContextualMenu"; +"171.title" = "Menú contextual"; /* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "172"; */ -"172.title" = "Show in Finder"; +"172.title" = "Mostrar en el Finder"; +