Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios, macos] Added Danish localization
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Feb 7, 2018
1 parent 6e7b839 commit e6d6a23
Show file tree
Hide file tree
Showing 12 changed files with 576 additions and 2 deletions.
297 changes: 297 additions & 0 deletions platform/darwin/resources/da.lproj/Foundation.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,297 @@
/* Clock position format, long: {hours} o’clock */
"CLOCK_FMT_LONG" = "%@ klokken";

/* Clock position format, medium: {hours} o’clock */
"CLOCK_FMT_MEDIUM" = "%@ klokken";

/* Clock position format, short: {hours}:00 */
"CLOCK_FMT_SHORT" = "%@:00";

/* East, long */
"COMPASS_E_LONG" = "øst";

/* East, short */
"COMPASS_E_SHORT" = "Ø";

/* East by north, long */
"COMPASS_EbN_LONG" = "øst via nord";

/* East by north, short */
"COMPASS_EbN_SHORT" = "ØvN";

/* East by south, long */
"COMPASS_EbS_LONG" = "øst via syd";

/* East by south, short */
"COMPASS_EbS_SHORT" = "ØvS";

/* East-northeast, long */
"COMPASS_ENE_LONG" = "øst-nordøst";

/* East-northeast, short */
"COMPASS_ENE_SHORT" = "ØNØ";

/* East-southeast, long */
"COMPASS_ESE_LONG" = "øst-sydøst";

/* East-southeast, short */
"COMPASS_ESE_SHORT" = "ØSØ";

/* North, long */
"COMPASS_N_LONG" = "nord";

/* North, short */
"COMPASS_N_SHORT" = "N";

/* North by east, long */
"COMPASS_NbE_LONG" = "nord via øst";

/* North by east, short */
"COMPASS_NbE_SHORT" = "NvØ";

/* North by west, long */
"COMPASS_NbW_LONG" = "nord via vest";

/* North by west, short */
"COMPASS_NbW_SHORT" = "NvV";

/* Northeast, long */
"COMPASS_NE_LONG" = "nordøst";

/* Northeast, short */
"COMPASS_NE_SHORT" = "NØ";

/* Northeast by east, long */
"COMPASS_NEbE_LONG" = "nordøst via øst";

/* Northeast by east, short */
"COMPASS_NEbE_SHORT" = "NØvØ";

/* Northeast by north, long */
"COMPASS_NEbN_LONG" = "nordøst via nord";

/* Northeast by north, short */
"COMPASS_NEbN_SHORT" = "NØvN";

/* North-northeast, long */
"COMPASS_NNE_LONG" = "nord-nordøst";

/* North-northeast, short */
"COMPASS_NNE_SHORT" = "NNØ";

/* North-northwest, long */
"COMPASS_NNW_LONG" = "nord-nordvest";

/* North-northwest, short */
"COMPASS_NNW_SHORT" = "NNV";

/* Northwest, long */
"COMPASS_NW_LONG" = "nordvest";

/* Northwest, short */
"COMPASS_NW_SHORT" = "NV";

/* Northwest by north, long */
"COMPASS_NWbN_LONG" = "nordvest via nord";

/* Northwest by north, short */
"COMPASS_NWbN_SHORT" = "NVvN";

/* Northwest by west, long */
"COMPASS_NWbW_LONG" = "nordvest via vest";

/* Northwest by west, short */
"COMPASS_NWbW_SHORT" = "NVvW";

/* South, long */
"COMPASS_S_LONG" = "syd";

/* South, short */
"COMPASS_S_SHORT" = "S";

/* South by east, long */
"COMPASS_SbE_LONG" = "syd via øst";

/* South by east, short */
"COMPASS_SbE_SHORT" = "SvØ";

/* South by west, long */
"COMPASS_SbW_LONG" = "syd via vest";

/* South by west, short */
"COMPASS_SbW_SHORT" = "SvV";

/* Southeast, long */
"COMPASS_SE_LONG" = "sydøst";

/* Southeast, short */
"COMPASS_SE_SHORT" = "SØ";

/* Southeast by east, long */
"COMPASS_SEbE_LONG" = "sydøst via øst";

/* Southeast by east, short */
"COMPASS_SEbE_SHORT" = "SØvØ";

/* Southeast by south, long */
"COMPASS_SEbS_LONG" = "sydøst via syd";

/* Southeast by south, short */
"COMPASS_SEbS_SHORT" = "SØvS";

/* South-southeast, long */
"COMPASS_SSE_LONG" = "syd-sydøst";

/* South-southeast, short */
"COMPASS_SSE_SHORT" = "SSØ";

/* South-southwest, long */
"COMPASS_SSW_LONG" = "syd-sydvest";

/* South-southwest, short */
"COMPASS_SSW_SHORT" = "SSV";

/* Southwest, long */
"COMPASS_SW_LONG" = "sydvest";

/* Southwest, short */
"COMPASS_SW_SHORT" = "SV";

/* Southwest by south, long */
"COMPASS_SWbS_LONG" = "sydvest via syd";

/* Southwest by south, short */
"COMPASS_SWbS_SHORT" = "SVvS";

/* Southwest by west, long */
"COMPASS_SWbW_LONG" = "sydvest via vest";

/* Southwest by west, short */
"COMPASS_SWbW_SHORT" = "SVvV";

/* West, long */
"COMPASS_W_LONG" = "vest";

/* West, short */
"COMPASS_W_SHORT" = "V";

/* West by north, long */
"COMPASS_WbN_LONG" = "vest via nord";

/* West by north, short */
"COMPASS_WbN_SHORT" = "VvN";

/* West by south, long */
"COMPASS_WbS_LONG" = "vest via syd";

/* West by south, short */
"COMPASS_WbS_SHORT" = "VvS";

/* West-northwest, long */
"COMPASS_WNW_LONG" = "vest-nordvest";

/* West-northwest, short */
"COMPASS_WNW_SHORT" = "VNV";

/* West-southwest, long */
"COMPASS_WSW_LONG" = "vest-sydvest";

/* West-southwest, short */
"COMPASS_WSW_SHORT" = "VSV";

/* Degrees format, long */
"COORD_DEG_LONG" = "%d grad(er)";

/* Degrees format, medium: {degrees} */
"COORD_DEG_MEDIUM" = "%d°";

/* Degrees format, short: {degrees} */
"COORD_DEG_SHORT" = "%d°";

/* Coordinate format, long: {degrees}{minutes} */
"COORD_DM_LONG" = "%1$@ og %2$@";

/* Coordinate format, medium: {degrees}{minutes} */
"COORD_DM_MEDIUM" = "%1$@%2$@";

/* Coordinate format, short: {degrees}{minutes} */
"COORD_DM_SHORT" = "%1$@%2$@";

/* Coordinate format, long: {degrees}{minutes}{seconds} */
"COORD_DMS_LONG" = "%1$@, %2$@, og %3$@";

/* Coordinate format, medium: {degrees}{minutes}{seconds} */
"COORD_DMS_MEDIUM" = "%1$@%2$@%3$@";

/* Coordinate format, short: {degrees}{minutes}{seconds} */
"COORD_DMS_SHORT" = "%1$@%2$@%3$@";

/* East longitude format, long: {longitude} */
"COORD_E_LONG" = "%@ øst";

/* East longitude format, medium: {longitude} */
"COORD_E_MEDIUM" = "%@ øst";

/* East longitude format, short: {longitude} */
"COORD_E_SHORT" = "%@Ø";

/* Coordinate pair format, long: {latitude}, {longitude} */
"COORD_FMT_LONG" = "%1$@ via %2$@";

/* Coordinate pair format, medium: {latitude}, {longitude} */
"COORD_FMT_MEDIUM" = "%1$@, %2$@";

/* Coordinate pair format, short: {latitude}, {longitude} */
"COORD_FMT_SHORT" = "%1$@, %2$@";

/* Minutes format, long */
"COORD_MIN_LONG" = "%d minut(ter)";

/* Minutes format, medium: {minutes} */
"COORD_MIN_MEDIUM" = "%d′";

/* Minutes format, short: {minutes} */
"COORD_MIN_SHORT" = "%d′";

/* North latitude format, long: {latitude} */
"COORD_N_LONG" = "%@ nord";

/* North latitude format, medium: {latitude} */
"COORD_N_MEDIUM" = "%@ nord";

/* North latitude format, short: {latitude} */
"COORD_N_SHORT" = "%@N";

/* South latitude format, long: {latitude} */
"COORD_S_LONG" = "%@ syd";

/* South latitude format, medium: {latitude} */
"COORD_S_MEDIUM" = "%@ syd";

/* South latitude format, short: {latitude} */
"COORD_S_SHORT" = "%@S";

/* Seconds format, long */
"COORD_SEC_LONG" = "%d sekunde(r)";

/* Seconds format, medium: {seconds} */
"COORD_SEC_MEDIUM" = "%d″";

/* Seconds format, short: {seconds} */
"COORD_SEC_SHORT" = "%d″";

/* West longitude format, long: {longitude} */
"COORD_W_LONG" = "%@ vest";

/* West longitude format, medium: {longitude} */
"COORD_W_MEDIUM" = "%@ vest";

/* West longitude format, short: {longitude} */
"COORD_W_SHORT" = "%@V";

/* OpenStreetMap full name attribution */
"OSM_FULL_NAME" = "OpenStreetMap";

/* OpenStreetMap short name attribution */
"OSM_SHORT_NAME" = "OSM";

54 changes: 54 additions & 0 deletions platform/darwin/resources/da.lproj/Foundation.stringsdict
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>COORD_DEG_LONG</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@degrees@</string>
<key>degrees</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d grad</string>
<key>other</key>
<string>%d grader</string>
</dict>
</dict>
<key>COORD_MIN_LONG</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@minutes@</string>
<key>minutes</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d minut</string>
<key>other</key>
<string>%d minutter</string>
</dict>
</dict>
<key>COORD_SEC_LONG</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@seconds@</string>
<key>seconds</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d sekund</string>
<key>other</key>
<string>%d sekunder</string>
</dict>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion platform/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
### Packaging

* Removed support for 32-bit simulators. ([#10962](https://github.com/mapbox/mapbox-gl-native/pull/10962))
* Added a Hebrew localization. ([#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967))
* Added Danish and Hebrew localizations. ([#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967), [#11136](https://github.com/mapbox/mapbox-gl-native/pull/11134))

### Styles and rendering

Expand Down
Empty file.
3 changes: 3 additions & 0 deletions platform/ios/framework/Settings.bundle/da.lproj/Root.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"TELEMETRY_GROUP_TITLE" = "Privatlivs indstillinger";
"TELEMETRY_SWITCH_TITLE" = "Mapbox Telemetry";
"TELEMETRY_GROUP_FOOTER" = "Denne indstilling giver app'en tilladelse til at dele anonyme bruger data og position med Mapbox.";
Loading

0 comments on commit e6d6a23

Please sign in to comment.