Skip to content

Instantly share code, notes, and snippets.

@atxryan
Created April 20, 2013 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save atxryan/5427045 to your computer and use it in GitHub Desktop.
Save atxryan/5427045 to your computer and use it in GitHub Desktop.
{
// Appbar commands
, "MyLocation" : "My Location"
, "MyLocationTooltip" : "Find your current location"
, "GetAllCars" : "Show all cars"
, "GetAllCarsTooltip" : "Find all available car2go vehicles"
, "ShowParking" : "Show parking spot"
, "ShowParkingTooltip" : "Show parking all car2go parking spots"
, "ChangeCity" : "Change city"
// Settings charms
, "Settings" : "Settings"
, "About" : "About"
, "PrivacyPolicy" : "Privacy policy"
// Settings
, "SignInToYourAccount" : "Sign in to your account"
, "SignInButton" : "Sign in"
, "Choose_your_car2go_city" : "Choose your car2go operating city"
, "City_label" : "City"
, "DisplayLanguageHeader" : "Display Language"
, "Fuel_level" : "Fuel level"
// About
, "About_whatis_header" : "What is MetroCarFinder?"
, "About-whatis_content" : "<p>MetroCarFinder is an app to find available car2go vehicles in supported cities.</p>"
// Privacy policy
, "Privacy_policy_content" : "<p>MetroCarFinder does not track nor does it save any personally identifiable information. In fact, it saves no information at all. All data is passed to Bing Maps and to the car2go location services.</p>"
}
@atxryan
Copy link
Author

atxryan commented Apr 20, 2013

Any native speakers want to help translate to German, Dutch, and French? Additional translations are welcome as well! I'm looking to add additional localized support to my Windows 8 app found here: http://apps.microsoft.com/windows/en-us/app/b5d654e1-3978-4521-b4f9-4edf1776dd06

Or, do you have a translation service recommendation? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment