From f46e1065077797fdfe6cc10934f4a81493737769 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 14 Mar 2013 13:30:32 -0400 Subject: [PATCH] add yaml file for preset translations --- data/en.yaml => core.yaml | 0 data/presets.yaml | 131 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+) rename data/en.yaml => core.yaml (100%) create mode 100644 data/presets.yaml diff --git a/data/en.yaml b/core.yaml similarity index 100% rename from data/en.yaml rename to core.yaml diff --git a/data/presets.yaml b/data/presets.yaml new file mode 100644 index 000000000..e82831462 --- /dev/null +++ b/data/presets.yaml @@ -0,0 +1,131 @@ +en: + presets: + fields: + access: + label: Access + address: + label: Address + placeholders: + housename: Housename + number: "123" + street: Street + city: City + aeroway: + label: Type + amenity: + label: Type + atm: + label: ATM + bicycle_parking: + label: Type + building: + label: Building + building_area: + label: Building + building_yes: + label: Building + capacity: + label: Capacity + collection_times: + label: Collection Times + construction: + label: Type + crossing: + label: Type + cuisine: + label: Cuisine + denomination: + label: Denomination + denotation: + label: Denotation + elevation: + label: Elevation + emergency: + label: Emergency + fax: + label: Fax + fee: + label: Fee + highway: + label: Type + historic: + label: Type + internet_access: + label: Internet Access + options: + yes: Yes + no: No + wlan: Wifi + wired: Wired + terminal: Terminal + landuse: + label: Type + layer: + label: Layer + leisure: + label: Type + levels: + label: Levels + man_made: + label: Type + maxspeed: + label: Speed Limit + natural: + label: Natural + network: + label: Network + office: + label: Type + oneway: + label: One Way + opening_hours: + label: Hours + operator: + label: Operator + phone: + label: Phone + place: + label: Type + railway: + label: Type + religion: + label: Religion + options: + christian: Christian + muslim: Muslim + buddhist: Buddhist + jewish: Jewish + hindu: Hindu + shinto: Shinto + taoist: Taoist + roadtype: + label: Features + options: + bridge: Bridge + tunnel: Tunnel + embankment: Embankment + cutting: Cutting + service: + label: Type + shelter: + label: Shelter + shop: + label: Type + source: + label: Source + sport: + label: Sport + surface: + label: Surface + tourism: + label: Type + wikipedia: + label: Wikipedia + water: + label: Type + waterway: + label: Type + wetland: + label: Type + wood: + label: Type