From 050117c88b6bde4ac7138bd153fbb11e65e8c4db Mon Sep 17 00:00:00 2001 From: vspader Date: Tue, 12 Jul 2005 18:12:57 +0000 Subject: [PATCH] French! --- Cog.xcodeproj/project.pbxproj | 4 ++++ English.lproj/Localizable.strings | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index a88b06d11..ae494479d 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -211,6 +211,8 @@ 8E4721D208319294001F89FA /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = ""; }; 8E4721D4083192C2001F89FA /* SoundController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SoundController.h; sourceTree = ""; }; 8E4721D5083192C2001F89FA /* SoundController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SoundController.m; sourceTree = ""; }; + 8E546D6808843E7B00E356EE /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/MainMenu.nib; sourceTree = ""; }; + 8E546D6908843E8500E356EE /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/Localizable.strings; sourceTree = ""; }; 8E5A90B0084CBC2F00AE6D62 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; 8E6F2A1808480D010011F126 /* wheel.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = wheel.icns; path = Icons/wheel.icns; sourceTree = ""; }; 8E7FA05508731B49005E8B5F /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = ""; }; @@ -700,6 +702,7 @@ isa = PBXVariantGroup; children = ( 29B97319FDCFA39411CA2CEA /* English */, + 8E546D6808843E7B00E356EE /* French */, ); name = MainMenu.nib; sourceTree = ""; @@ -708,6 +711,7 @@ isa = PBXVariantGroup; children = ( 8EE90D3808830662002238C8 /* English */, + 8E546D6908843E8500E356EE /* French */, ); name = Localizable.strings; sourceTree = ""; diff --git a/English.lproj/Localizable.strings b/English.lproj/Localizable.strings index 911c927c2..040e0165e 100644 --- a/English.lproj/Localizable.strings +++ b/English.lproj/Localizable.strings @@ -3,7 +3,7 @@ "FeedbackSuccessMessageText" = "Success"; "FeedbackSuccessInformativeText" = "Feedback successfully sent!"; -"CheckingForUpdate" = "Checking for update..."; +"CheckingForUpdate" = "Checking for update…"; "UpdateAvailable" = "Update available!"; "UpdateNotFound" = "No updates available."; "UpdateError" = "Error connecting to update server."; @@ -18,6 +18,6 @@ "AddButtonTooltip" = "Add files"; "RemoveButtonTooltip" = "Remove selected files"; -"InformationButtonTooltip" = "Information on the selected file."; +"InfoButtonTooltip" = "Information on the selected file"; "ShuffleButtonTooltip" = "Shuffle mode"; "RepeatButtonTooltip" = "Repeat mode";