Locations in South Africa with a Scottish name

This is a list of placenames in Scotland which have subsequently been applied to parts of South Africa by Scottish emigrants or explorers.

Arniston, South Africa's typical fisherman houses
Boers watch the fighting at Dundee in 1899
Pringle Bay at the foot of Hangklip

Eastern Cape

KwaZulu-Natal (native)

Kelso, Kwazulu, South Africa

Gauteng

    • Suburbs of Johannesburg
      • Abbotsford
      • Argyll
      • Balmoral
      • Birnam
      • Blairgowrie
      • Brushwood Haugh (Haugh being a Lowland Scots word for meadow)
      • Buccleuch
      • Craighall
      • Douglasdale
      • Dunkeld
      • Dunnotar
      • Dunvegan
      • Glen Atholl
      • Glen Esk
      • Heriotdale
      • Kelvin
      • Melrose
      • Melville
      • Moffat View
      • Morningside
      • Morningside Manor
      • Strathavon
      • Wattville

Mpumalanga

North West Province

Northern Cape

Western Cape

    • Arniston (Arniston, Midlothian)
    • Clanwilliam
    • Elgin
    • Gordon's Bay
    • McGregor
    • Napier
    • Pringle Bay
    • Robertson (Rev William Robertson)
    • Suburbs of Cape Town
      • Airlie
      • Balvenie
      • Bellville (after Charles Davidson Bell, Surveyor-General of the Cape from 1848 to 1872)
      • Bonnie Brook (Burn is the normal form in Scotland)
      • Brackenfell
      • Clunie
      • Crawford
      • Crofters' Valley
      • Dunoon
      • Dunrobin
      • Glencairn
      • Lochiel
      • Schotsche Kloof - Afrikaans for "Scottish Ravine".
      • St Kilda
      • The Glen
    • Finlay's Point
    • Murray's Bay, on Robben Island, named after John Murray, a Scottish whaler
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.
gollark: CnC? CaC? C&C?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.