[Localizations] Remove or rename obsolete files
Remove or rename obsolete English.lproj files, renaming where en.lproj does not already exist, or removing if en.lproj has already replaced it. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
636fefaf6f
commit
c2388d2659
|
@ -1,9 +0,0 @@
|
|||
<html>
|
||||
<body style="text-align:center;">
|
||||
Now with 92% more future!
|
||||
<br><br>
|
||||
<em>This program has been made possible through contributions from users like you.</em>
|
||||
<br><br>
|
||||
All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
"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";
|
|
@ -109,7 +109,7 @@
|
|||
/* Begin PBXFileReference section */
|
||||
0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
||||
0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
||||
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
089C1667FE841158C02AAC07 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
||||
17C8F60C0CBEE797008D969D /* dumb.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dumb.h; sourceTree = "<group>"; };
|
||||
17C8F60E0CBEE797008D969D /* dumb.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dumb.h; sourceTree = "<group>"; };
|
||||
|
@ -621,7 +621,7 @@
|
|||
089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
089C1667FE841158C02AAC07 /* English */,
|
||||
089C1667FE841158C02AAC07 /* en */,
|
||||
833F68341CDBCAB100AFB9F0 /* es */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "© __MyCompanyName__, 2006";
|
Binary file not shown.
Binary file not shown.
|
@ -66,7 +66,7 @@
|
|||
|
||||
/* Begin PBXFileReference section */
|
||||
089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
||||
089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
089C167EFE841241C02AAC07 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
||||
1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
||||
17C8F68E0CBEE846008D969D /* DumbDecoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DumbDecoder.h; sourceTree = "<group>"; };
|
||||
|
@ -296,7 +296,7 @@
|
|||
};
|
||||
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "Dumb" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
en,
|
||||
|
@ -368,7 +368,7 @@
|
|||
089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
089C167EFE841241C02AAC07 /* English */,
|
||||
089C167EFE841241C02AAC07 /* en */,
|
||||
833F68331CDBCAB100AFB9F0 /* es */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "© Vincent Spader, 2005-2011\n© mamburu, 2012-2013\n© Christopher Snowhill, 2013-2022";
|
|
@ -1,20 +0,0 @@
|
|||
"Nightly" = "Nightly";
|
||||
"Stable" = "Stable";
|
||||
"Unstable" = "Unstable";
|
||||
|
||||
"File Drawer" = "File Drawer";
|
||||
"Hot Keys" = "Hot Keys";
|
||||
"Output" = "Output";
|
||||
|
||||
"Updates" = "Updates";
|
||||
"Last.fm" = "Last.fm";
|
||||
"Playlist" = "Playlist";
|
||||
"Growl" = "Growl";
|
||||
"Appearance" = "Appearance";
|
||||
"MIDI" = "MIDI";
|
||||
|
||||
"Press Key..." = "Press Key...";
|
||||
|
||||
"Clear playlist and play" = "Clear playlist and play";
|
||||
"Enqueue" = "Enqueue";
|
||||
"Enqueue and play" = "Enqueue and play";
|
Loading…
Reference in New Issue