Changeset 479
- Timestamp:
- 07/28/09 10:30:49 (4 years ago)
- Location:
- apps/iphone/superbook/trunk
- Files:
-
- 7 added
- 5 modified
-
DotTel_SDK/Russian.lproj (added)
-
DotTel_SDK/Russian.lproj/DotTel.strings (added)
-
English.lproj/About.html (modified) (1 diff)
-
English.lproj/Localizable.strings (modified) (1 diff)
-
French.lproj/About.html (modified) (1 diff)
-
French.lproj/Localizable.strings (modified) (1 diff)
-
LocateThem.xcodeproj/project.pbxproj (modified) (6 diffs)
-
Russian.lproj (added)
-
Russian.lproj/About.html (added)
-
Russian.lproj/Localizable.strings (added)
-
Settings.bundle/ru.lproj (added)
-
Settings.bundle/ru.lproj/Root.strings (added)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/English.lproj/About.html
r465 r479 27 27 <li>NLNet Labs for the great ldns library.</li> 28 28 <li>French localization by Philippe Montalbetti</li> 29 <li>Russian localization by Bakhty Khujaev, Nadya Morozova and Vlad Shadrunov</li> 29 30 </ul> 30 31 <p>Henri Asseily, Beirut, Lebanon, June 2009.</p> -
apps/iphone/superbook/trunk/English.lproj/Localizable.strings
r462 r479 101 101 "(country lookup disabled)" = "(country lookup disabled)"; 102 102 103 /* Coordinates */ 104 "Coordinates" = "Coordinates"; 103 105 104 106 -
apps/iphone/superbook/trunk/French.lproj/About.html
r465 r479 27 27 <li>"NLNet Labs" pour la remarquable librairie "ldns".</li> 28 28 <li>Traduction française par Philippe Montalbetti</li> 29 <li>Traduction russe par Bakhty Khujaev, Nadya Morozova et Vlad Shadrunov</li> 29 30 </ul> 30 31 <p>Henri Asseily, Beyrouth, Liban, Juin 2009.</p> -
apps/iphone/superbook/trunk/French.lproj/Localizable.strings
r465 r479 126 126 "(country lookup disabled)" = "(détermination du pays désactivée)"; 127 127 128 /* Coordinates */ 129 "Coordinates" = "Coordonnées"; 128 130 129 131 -
apps/iphone/superbook/trunk/LocateThem.xcodeproj/project.pbxproj
r474 r479 130 130 382F8CFE0F83983D00ED53BF /* TelView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TelView.xib; sourceTree = "<group>"; }; 131 131 38388D78101DF8690059C0EE /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/DotTel.strings; sourceTree = "<group>"; }; 132 38388D9F101ED9060059C0EE /* Russian */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Russian; path = Russian.lproj/DotTel.strings; sourceTree = "<group>"; }; 133 38388DB2101EDF630059C0EE /* Russian */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; name = Russian; path = Russian.lproj/Localizable.strings; sourceTree = "<group>"; }; 132 134 3849097A0FEA786C00F54327 /* routeme.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = routeme.plist; sourceTree = "<group>"; }; 133 135 38527484100A82E9005F4329 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; }; … … 236 238 38DD047A0F7AE8BB000C66F6 /* marker-blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "marker-blue.png"; sourceTree = "<group>"; }; 237 239 38DD04800F7AE8DB000C66F6 /* marker-gps.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "marker-gps.png"; sourceTree = "<group>"; }; 240 38E73EEE101EF643006B5095 /* Russian */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = Russian; path = Russian.lproj/About.html; sourceTree = "<group>"; }; 238 241 38F2EC950F8AB2A2003BE92F /* AboutView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AboutView.xib; sourceTree = "<group>"; }; 239 242 38F2EC970F8AB31A003BE92F /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = English; path = English.lproj/About.html; sourceTree = "<group>"; wrapsLines = 1; }; … … 593 596 compatibilityVersion = "Xcode 3.1"; 594 597 hasScannedForEncodings = 1; 598 knownRegions = ( 599 English, 600 Japanese, 601 French, 602 German, 603 Russian, 604 ); 595 605 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; 596 606 projectDirPath = ""; … … 715 725 38527484100A82E9005F4329 /* English */, 716 726 3896DB8C10107DB500245EB8 /* French */, 727 38388DB2101EDF630059C0EE /* Russian */, 717 728 ); 718 729 name = Localizable.strings; … … 724 735 38F2EC970F8AB31A003BE92F /* English */, 725 736 3896DB8B10107D7B00245EB8 /* French */, 737 38E73EEE101EF643006B5095 /* Russian */, 726 738 ); 727 739 name = About.html; … … 733 745 388926170F7AD1C500855EF9 /* English */, 734 746 38388D78101DF8690059C0EE /* French */, 747 38388D9F101ED9060059C0EE /* Russian */, 735 748 ); 736 749 name = DotTel.strings;








