Skip to content

Commit

Permalink
Fix italian paths
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Jun 1, 2011
1 parent eb2e3af commit 3da3b43
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions Pomodoro.xcodeproj/project.pbxproj
Expand Up @@ -225,15 +225,14 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2CCECF681396319200A8608F /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file; name = "it-IT"; path = "it-IT.lproj/About.xib"; sourceTree = "<group>"; };
2CCECF69139631A100A8608F /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file; name = "it-IT"; path = "it-IT.lproj/Splash.xib"; sourceTree = "<group>"; };
2CCECF6A139631AF00A8608F /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file; name = "it-IT"; path = "it-IT.lproj/Stats.xib"; sourceTree = "<group>"; };
2CCECF6B1396323100A8608F /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file; name = "it-IT"; path = "it-IT.lproj/Localizable.strings"; sourceTree = "<group>"; };
2CCECF6C1396324D00A8608F /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file; name = "it-IT"; path = "it-IT.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
2CCECF6D1396326A00A8608F /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file; name = "it-IT"; path = "it-IT.lproj/splash.html"; sourceTree = "<group>"; };
2CCECF6E1396327C00A8608F /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file; name = "it-IT"; path = "it-IT.lproj/about.html"; sourceTree = "<group>"; };
691E986513769A3E00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/PomodoroTests/it-IT.lproj/InfoPlist.strings"; sourceTree = "<absolute>"; };
691E986D13769A3E00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/Pomodoro/it-IT.lproj/InfoPlist.strings"; sourceTree = "<absolute>"; };
691E986E13769A3E00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/Pomodoro/it-IT.lproj/MainMenu.xib"; sourceTree = "<absolute>"; };
691E986F13769A3F00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/Pomodoro/it-IT.lproj/Localizable.strings"; sourceTree = "<absolute>"; };
691E987013769A3F00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/Pomodoro/it-IT.lproj/About.xib"; sourceTree = "<absolute>"; };
691E987113769A3F00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/Pomodoro/it-IT.lproj/Stats.xib"; sourceTree = "<absolute>"; };
691E987213769A3F00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/Pomodoro/it-IT.lproj/about.html"; sourceTree = "<absolute>"; };
691E987313769A3F00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/Pomodoro/it-IT.lproj/Splash.xib"; sourceTree = "<absolute>"; };
691E987413769A3F00D2A31E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "it-IT"; path = "/Users/ugol/Documents/Source/objective/Pomodoro/Pomodoro/it-IT.lproj/splash.html"; sourceTree = "<absolute>"; };
698F45B8133B5AF900311E34 /* audio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = audio.png; sourceTree = "<group>"; };
698F45B9133B5AF900311E34 /* calendar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = calendar.png; sourceTree = "<group>"; };
698F45BA133B5AF900311E34 /* compile.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = compile.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -904,6 +903,7 @@
en,
English,
German,
"it-IT",
);
mainGroup = 69AE95D8133B4705004DC14D;
productRefGroup = 69AE95E4133B4705004DC14D /* Products */;
Expand Down Expand Up @@ -1199,7 +1199,7 @@
children = (
69ED636E133B9D03003F59BA /* English */,
69ED6385133B9D12003F59BA /* German */,
691E987213769A3F00D2A31E /* it-IT */,
2CCECF6E1396327C00A8608F /* it-IT */,
);
name = about.html;
sourceTree = "<group>";
Expand All @@ -1209,7 +1209,7 @@
children = (
69ED6370133B9D03003F59BA /* English */,
69ED6386133B9D12003F59BA /* German */,
691E987013769A3F00D2A31E /* it-IT */,
2CCECF681396319200A8608F /* it-IT */,
);
name = About.xib;
sourceTree = "<group>";
Expand All @@ -1219,7 +1219,7 @@
children = (
69ED6372133B9D03003F59BA /* English */,
69ED6393133B9D3F003F59BA /* German */,
691E986D13769A3E00D2A31E /* it-IT */,
2CCECF6C1396324D00A8608F /* it-IT */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand All @@ -1229,7 +1229,7 @@
children = (
69ED6374133B9D03003F59BA /* English */,
69ED6387133B9D12003F59BA /* German */,
691E986F13769A3F00D2A31E /* it-IT */,
2CCECF6B1396323100A8608F /* it-IT */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -1239,7 +1239,6 @@
children = (
69ED6376133B9D03003F59BA /* English */,
69ED6388133B9D12003F59BA /* German */,
691E986E13769A3E00D2A31E /* it-IT */,
);
name = MainMenu.xib;
sourceTree = "<group>";
Expand All @@ -1249,7 +1248,7 @@
children = (
69ED6378133B9D03003F59BA /* English */,
69ED6389133B9D12003F59BA /* German */,
691E987413769A3F00D2A31E /* it-IT */,
2CCECF6D1396326A00A8608F /* it-IT */,
);
name = splash.html;
sourceTree = "<group>";
Expand All @@ -1259,7 +1258,7 @@
children = (
69ED637A133B9D03003F59BA /* English */,
69ED638A133B9D12003F59BA /* German */,
691E987313769A3F00D2A31E /* it-IT */,
2CCECF69139631A100A8608F /* it-IT */,
);
name = Splash.xib;
sourceTree = "<group>";
Expand All @@ -1269,7 +1268,7 @@
children = (
69ED637C133B9D03003F59BA /* English */,
69ED638B133B9D12003F59BA /* German */,
691E987113769A3F00D2A31E /* it-IT */,
2CCECF6A139631AF00A8608F /* it-IT */,
);
name = Stats.xib;
sourceTree = "<group>";
Expand Down

0 comments on commit 3da3b43

Please sign in to comment.