root/apps/iphone/superbook/trunk/Localizable.strings
@
451
| Revision 403, 4.4 kB (checked in by henri, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | /* |
| 2 | Localizable.strings |
| 3 | LocateThem |
| 4 | |
| 5 | Created by Henri Asseily on 8/15/08. |
| 6 | Copyright 2008 Telnic Ltd. All rights reserved. |
| 7 | */ |
| 8 | |
| 9 | /* Accuracy Levels */ |
| 10 | "AccuracyBest" = "Best"; |
| 11 | "Accuracy10" = "10 meters"; |
| 12 | "Accuracy100" = "100 meters"; |
| 13 | "Acurracy1000" = "1 kilometer"; |
| 14 | "Accuracy3000" = "3 kilometers"; |
| 15 | |
| 16 | /* Units */ |
| 17 | "MeterPlural" = "meters"; |
| 18 | "MeterSingular" = "meter"; |
| 19 | |
| 20 | /* Button labels */ |
| 21 | "StartButton" = "Start"; |
| 22 | "StopButton" = "Stop"; |
| 23 | "StartFindTelButton" = "Find .tel"; |
| 24 | "StopFindTelButton" = "Stop find"; |
| 25 | "OkButton" = "OK"; |
| 26 | "CancelButton" = "Cancel"; |
| 27 | "QuitButton" = "Quit"; |
| 28 | "BackButton" = "Back"; |
| 29 | |
| 30 | /* Other labels */ |
| 31 | "LastUpdate" = "Last Update: "; |
| 32 | |
| 33 | /* Data unavailable messages */ |
| 34 | "LatLongUnavailable" = "Latitude / Longitude unavailable"; |
| 35 | "AltUnavailable" = "Altitude unavailable"; |
| 36 | |
| 37 | /* Status Messages */ |
| 38 | "LocationNotYetKnown" = "Location not yet known"; |
| 39 | "LocationFound" = "Phone located with GPS"; |
| 40 | |
| 41 | /* Formatting strings for location data output */ |
| 42 | "LatLongFormat" = "Location: %.4f° %@, %.4f° %@"; |
| 43 | "AltitudeFormat" = "Altitude: %.2f meters %@"; |
| 44 | "MeterAccuracyFormat" = "(accuracy %.0f meters)"; |
| 45 | "LocationChangedFormat" = "Location changed %.2f meters "; |
| 46 | "FromPreviousMeasurement" = "since previous measurement"; |
| 47 | "TimeElapsedFormat" = "in %.1f seconds"; |
| 48 | |
| 49 | /* .tel LOC record */ |
| 50 | "LOCLatLongFormat" = ".tel LOC Location: %.4f° %@, %.4f° %@"; |
| 51 | "LOCNotFound" = ".tel LOC record unavailable"; |
| 52 | |
| 53 | /* Directions */ |
| 54 | "North" = "North"; |
| 55 | "South" = "South"; |
| 56 | "East" = "East"; |
| 57 | "West" = "West"; |
| 58 | "AboveSeaLevel" = "above sea level"; |
| 59 | "BelowSeaLevel" = "below sea level"; |
| 60 | |
| 61 | /* Error messages */ |
| 62 | "NoLocationServices" = "Location services are not enabled."; |
| 63 | "LocationDenied" = "Access to use your location was denied."; |
| 64 | "LocationUnknown" = "Your location could not be determined."; |
| 65 | "GenericLocationError" = "Unknown location error code:"; |
| 66 | "MapCreationError" = "Error creating the necessary map data"; |
| 67 | "CancelFindTel" = "Finding .tel canceled!"; |
| 68 | "AppWillQuit" = "The application will now quit"; |
| 69 | |
| 70 | /* Instructions */ |
| 71 | "NoContactsWithTel" = "Welcome!\n\nYour Address Book doesn't have any contacts with a .tel URL.\n\nAdding a .tel to a contact is very easy: Simply enter a .tel in the lookup box below, and you can then save the data to the Address Book."; |
Note: See TracBrowser
for help on using the browser.








