Created
April 20, 2013 19:15
-
-
Save atxryan/5427045 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!