/* 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";