/* Clock position format, long: {hours} o’clock */ "CLOCK_FMT_LONG" = "%@ Uhr"; /* Clock position format, medium: {hours} o’clock */ "CLOCK_FMT_MEDIUM" = "%@ Uhr"; /* Clock position format, short: {hours}:00 */ "CLOCK_FMT_SHORT" = "%@:00"; /* East, long */ "COMPASS_E_LONG" = "Osten"; /* East, short */ "COMPASS_E_SHORT" = "O"; /* East by north, long */ "COMPASS_EbN_LONG" = "Ost zu Nord"; /* East by north, short */ "COMPASS_EbN_SHORT" = "OzN"; /* East by south, long */ "COMPASS_EbS_LONG" = "Ost zu Süd"; /* East by south, short */ "COMPASS_EbS_SHORT" = "OzS"; /* East-northeast, long */ "COMPASS_ENE_LONG" = "Ostnordost"; /* East-northeast, short */ "COMPASS_ENE_SHORT" = "ONO"; /* East-southeast, long */ "COMPASS_ESE_LONG" = "Ostsüdost"; /* East-southeast, short */ "COMPASS_ESE_SHORT" = "OSO"; /* North, long */ "COMPASS_N_LONG" = "Nord"; /* North, short */ "COMPASS_N_SHORT" = "N"; /* North by east, long */ "COMPASS_NbE_LONG" = "Nord zu Ost"; /* North by east, short */ "COMPASS_NbE_SHORT" = "NzO"; /* North by west, long */ "COMPASS_NbW_LONG" = "Nord zu West"; /* North by west, short */ "COMPASS_NbW_SHORT" = "NzW"; /* Northeast, long */ "COMPASS_NE_LONG" = "Nordost"; /* Northeast, short */ "COMPASS_NE_SHORT" = "NO"; /* Northeast by east, long */ "COMPASS_NEbE_LONG" = "Nordost zu Ost"; /* Northeast by east, short */ "COMPASS_NEbE_SHORT" = "NOzO"; /* Northeast by north, long */ "COMPASS_NEbN_LONG" = "Nordost zu Nord"; /* Northeast by north, short */ "COMPASS_NEbN_SHORT" = "NOzN"; /* North-northeast, long */ "COMPASS_NNE_LONG" = "Nordnordost"; /* North-northeast, short */ "COMPASS_NNE_SHORT" = "NNO"; /* North-northwest, long */ "COMPASS_NNW_LONG" = "Nordnordwest"; /* North-northwest, short */ "COMPASS_NNW_SHORT" = "NNW"; /* Northwest, long */ "COMPASS_NW_LONG" = "Nordwest"; /* Northwest, short */ "COMPASS_NW_SHORT" = "NW"; /* Northwest by north, long */ "COMPASS_NWbN_LONG" = "Nordwest zu Nord"; /* Northwest by north, short */ "COMPASS_NWbN_SHORT" = "NWzN"; /* Northwest by west, long */ "COMPASS_NWbW_LONG" = "Nordwest zu West"; /* Northwest by west, short */ "COMPASS_NWbW_SHORT" = "NWzW"; /* South, long */ "COMPASS_S_LONG" = "Süd"; /* South, short */ "COMPASS_S_SHORT" = "S"; /* South by east, long */ "COMPASS_SbE_LONG" = "Süd zu Ost"; /* South by east, short */ "COMPASS_SbE_SHORT" = "SzO"; /* South by west, long */ "COMPASS_SbW_LONG" = "Süd zu West"; /* South by west, short */ "COMPASS_SbW_SHORT" = "SzW"; /* Southeast, long */ "COMPASS_SE_LONG" = "Südost"; /* Southeast, short */ "COMPASS_SE_SHORT" = "SO"; /* Southeast by east, long */ "COMPASS_SEbE_LONG" = "Südost zu Ost"; /* Southeast by east, short */ "COMPASS_SEbE_SHORT" = "SOzO"; /* Southeast by south, long */ "COMPASS_SEbS_LONG" = "Südost zu Süd"; /* Southeast by south, short */ "COMPASS_SEbS_SHORT" = "SOzS"; /* South-southeast, long */ "COMPASS_SSE_LONG" = "Südsüdost"; /* South-southeast, short */ "COMPASS_SSE_SHORT" = "SSO"; /* South-southwest, long */ "COMPASS_SSW_LONG" = "Südsüdwest"; /* South-southwest, short */ "COMPASS_SSW_SHORT" = "SSW"; /* Southwest, long */ "COMPASS_SW_LONG" = "Südwest"; /* Southwest, short */ "COMPASS_SW_SHORT" = "SW"; /* Southwest by south, long */ "COMPASS_SWbS_LONG" = "Südwest zu Süd"; /* Southwest by south, short */ "COMPASS_SWbS_SHORT" = "SWzS"; /* Southwest by west, long */ "COMPASS_SWbW_LONG" = "Südwest zu West"; /* Southwest by west, short */ "COMPASS_SWbW_SHORT" = "SWzW"; /* West, long */ "COMPASS_W_LONG" = "West"; /* West, short */ "COMPASS_W_SHORT" = "W"; /* West by north, long */ "COMPASS_WbN_LONG" = "West zu Nord"; /* West by north, short */ "COMPASS_WbN_SHORT" = "WzN"; /* West by south, long */ "COMPASS_WbS_LONG" = "West zu Süd"; /* West by south, short */ "COMPASS_WbS_SHORT" = "WzS"; /* West-northwest, long */ "COMPASS_WNW_LONG" = "Westnordwest"; /* West-northwest, short */ "COMPASS_WNW_SHORT" = "WNW"; /* West-southwest, long */ "COMPASS_WSW_LONG" = "Westsüdwest"; /* West-southwest, short */ "COMPASS_WSW_SHORT" = "WSW"; /* Degrees format, long */ "COORD_DEG_LONG" = "%d Grad"; /* 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$@ und %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$@ und %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" = "%@ Ost"; /* East longitude format, medium: {longitude} */ "COORD_E_MEDIUM" = "%@ Ost"; /* East longitude format, short: {longitude} */ "COORD_E_SHORT" = "%@O"; /* Coordinate pair format, long: {latitude}, {longitude} */ "COORD_FMT_LONG" = "%1$@ zu %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 Minute(n)"; /* 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" = "%@ Süd"; /* South latitude format, medium: {latitude} */ "COORD_S_MEDIUM" = "%@ Süd"; /* South latitude format, short: {latitude} */ "COORD_S_SHORT" = "%@S"; /* Seconds format, long */ "COORD_SEC_LONG" = "%d Sekunde(n)"; /* Seconds format, medium: {seconds} */ "COORD_SEC_MEDIUM" = "%d″"; /* Seconds format, short: {seconds} */ "COORD_SEC_SHORT" = "%d″"; /* West longitude format, long: {longitude} */ "COORD_W_LONG" = "%@ West"; /* West longitude format, medium: {longitude} */ "COORD_W_MEDIUM" = "%@ West"; /* West longitude format, short: {longitude} */ "COORD_W_SHORT" = "%@W";