/* Localizable.strings Metro Created by Patrice BERNARD on 06/04/09. Copyright 2009 Kinevia. All rights reserved. */ // Classic buttons "YES" = "Yes"; "NO" = "No"; "OK" = "OK"; "CANCEL" = "Cancel"; // Errors "ERROR" = "Error"; "WAIT" = "Wait!"; // %d = placeholder for the error code "ERROR_CONNECT" = "Connection Error (%d), check your network configuration and retry"; "ERROR_VERSION_OLD" = "City file too old, please update it"; "ERROR_VERSION_NEW" = "Program version too old, please update it"; "ERROR_NO_DEP" = "You did not enter your starting point"; "ERROR_NO_ARR" = "You did not enter your destination"; "ERROR_ROUTE_DEP" = "Starting point unknown"; "ERROR_ROUTE_ARR" = "Destination unknown"; "ERROR_ROUTE_HDEP" = "Starting point closed"; "ERROR_ROUTE_HARR" = "Destination closed"; "ERROR_ROUTE_ADEP" = "Starting point address not located"; "ERROR_ROUTE_AARR" = "Destination address not located"; "ERROR_ROUTE_WDEP" = "Please wait, locating the starting point address..."; "ERROR_ROUTE_WARR" = "Please wait, locating the destination address..."; "ERROR_ROUTE_CALC" = "The route could not be computed"; "ERROR_NO_LOC" = "Location unavailable"; "ERROR_WAIT_LOC" = "Please wait, searching for your location..."; // City delete confirmation (%@ = placeholder for city name) "CONFIRM_CITY_DELETE" = "Do you really want to delete\n'%@'?"; // Information message "INFORMATION" = "Information"; "NO_CITY" = "*** No city installed ***"; // %@ = placeholder for city name "NO_UPDATE" = "No update available for\n'%@'"; // %@ = placeholder for city name "NOT_FOUND" = "File not found for\n'%@'\n(may be obsolete)"; // %d = placeholder for numbers "FULL_REPORT" = "Full update completed.\n%d file(s) updated\n%d file(s) unchanged\n%d file(s) in error"; "LINE_CLOSED" = "*** Line closed ***"; // User interface "PH_START" = "From"; "PH_END" = "To"; "BT_FULLIST" = "Get Cities"; "BT_LOCLIST" = "My Cities"; "BT_OTHLIST" = "Other Cities"; "BT_UPDATE" = "Update All"; "BT_PREFCNX" = "Show route with least changes first"; "BT_PREFDST" = "Max distance from my location"; "TITLE_PREF" = "Preferences"; "TITLE_DETAIL" = "Details"; "TITLE_TIME" = "Day & Time"; "DETAIL_INFO" = "Information"; "DETAIL_MAP" = "Map"; "DETAIL_STOP" = "Nearby stops"; "DETAIL_POI" = "Nearby POIs"; "DETAIL_LINE" = "Available routes"; "DETAIL_ROUTE" = "Detailed route"; "SHOW_MAP" = "Show (internet connection required)"; "MY_LOC" = "@My location"; // Route description "RT_SHORT" = "Shortest route"; "RT_CONX" = "Fewest changes"; // %@ = placeholder for numbers "RT_STAT" = "%d stop(s) - %d change(s)"; "RT_TIME" = "Time about %d min."; // %@ = placeholder for stop and route names, and directions "RT_AT" = "At %@"; "RT_TAKE" = "Take %@"; "RT_DIR" = "Direction %@"; "RT_OFF" = "Get off at %@"; "RT_CHG" = "Change at %@"; "RT_WALK" = "Walk to %@"; "RT_LIM" = "(limited operating hours)"; // Miscellaneous strings "STR_CITIES" = "Cities"; "STR_POI" = "Places of Interest"; "STR_GROUP" = "Groups"; "STR_LINE" = "Routes"; "STR_HIST" = "History"; // Accessibility labels "AL_ABOUTM" = "About MetrO"; // %@ = placeholder for city name "AL_DELETE" = "Delete %@"; "AL_UPDATE" = "Update %@"; "AL_ABOUTC" = "About %@"; "AL_INFO" = "Get information"; "AL_GO" = "Compute route"; "AL_BACK" = "Compute back route"; "AL_CLEAR" = "Reset screen"; "AL_MYLOC" = "Set my location"; "AL_TIME" = "Select day and time"; "AL_STOP" = "Show stop list"; "AL_LINE" = "Show line list"; "AL_SITE" = "Show POI list"; "AL_CONTACT" = "Show contact list"; "AL_PREF" = "Set preferences"; "AL_ACTIV" = "Activate"; "AL_DEACT" = "Deactivate"; // About "AB_TITLE" = "Navigation in public transportation systems" "AB_AUTHOR" = "Written by Patrice BERNARD & Frank VAN CAENEGEM" // Set your name for the translation "AB_TRANSLATE" = "Translation by xxx" "AB_NEWS" = "News: http://metromobile.blogspot.com"