summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-06-02 23:06:44 +0400
committerAndrew Dolgov <[email protected]>2014-06-02 23:06:44 +0400
commitf1fc911ecfcf6f049ce4096bb646cdc3bd0df80e (patch)
treea31eab1370fc994c9733a87d90d03309c9045018 /include/functions.php
parent34899cf9e87303a5d35d8979b8d790c7a45ea13d (diff)
parentf33e373e59da004ade97643656f99f860cd34ef4 (diff)
Merge pull request #377 from bbraybrook/extra_langs
new translations
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 2e76f157b..344e3e1ea 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -63,10 +63,13 @@
function get_translations() {
$tr = array(
"auto" => "Detect automatically",
+ "da_DA" => "Dansk",
"ca_CA" => "Català",
"cs_CZ" => "Česky",
"en_US" => "English",
- "es_ES" => "Español",
+ "el_GR" => "Ελληνικά",
+ "es_ES" => "Español (España)",
+ "es_LA" => "Español",
"de_DE" => "Deutsch",
"fr_FR" => "Français",
"hu_HU" => "Magyar (Hungarian)",