From 94218fb5a98d97ca19039b755f78cd9b64154448 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 9 Aug 2015 10:15:16 -0400 Subject: Initial commit: split plants_lib off from plantlife modpack renamed it to biome_lib adapt all functions and references accordingly. --- locale/de.txt | 5 +++++ locale/fr.txt | 5 +++++ locale/template.txt | 5 +++++ locale/tr.txt | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 locale/de.txt create mode 100644 locale/fr.txt create mode 100644 locale/template.txt create mode 100644 locale/tr.txt (limited to 'locale') diff --git a/locale/de.txt b/locale/de.txt new file mode 100644 index 0000000..2886786 --- /dev/null +++ b/locale/de.txt @@ -0,0 +1,5 @@ +# Translation by Xanthin + +someone = jemand +Sorry, %s owns that spot. = Entschuldige, %s gehoert diese Stelle. +[Plantlife Library] Loaded = [Plantlife Library] Geladen diff --git a/locale/fr.txt b/locale/fr.txt new file mode 100644 index 0000000..9070900 --- /dev/null +++ b/locale/fr.txt @@ -0,0 +1,5 @@ +# Template + +someone = quelqu'un +Sorry, %s owns that spot. = Désolé, %s possède cet endroit. +[Plantlife Library] Loaded = [Librairie Plantlife] Chargée. diff --git a/locale/template.txt b/locale/template.txt new file mode 100644 index 0000000..0f5fbbd --- /dev/null +++ b/locale/template.txt @@ -0,0 +1,5 @@ +# Template + +someone = +Sorry, %s owns that spot. = +[Plantlife Library] Loaded = diff --git a/locale/tr.txt b/locale/tr.txt new file mode 100644 index 0000000..4b596f4 --- /dev/null +++ b/locale/tr.txt @@ -0,0 +1,5 @@ +# Turkish translation by mahmutelmas06 + +someone = birisi +Sorry, %s owns that spot. = Üzgünüm, buranın sahibi %s. +[Plantlife Library] Loaded = [Plantlife Library] yüklendi -- cgit v1.2.3