diff options
author | Nicolas Liampotis <nliam@grnet.gr> | 2016-03-08 01:47:35 +0200 |
---|---|---|
committer | Nicolas Liampotis <nliam@grnet.gr> | 2016-03-08 01:47:35 +0200 |
commit | 7df41b633e75a9022f4c57672a0dd09869b50e2c (patch) | |
tree | 93de0c28bdb948a82d6f35b00ba309d5b44a0dbd /modules | |
parent | 7ef17d1bd3cf6dcb63dc239f96893e1f0af262e7 (diff) | |
download | simplesamlphp-7df41b633e75a9022f4c57672a0dd09869b50e2c.zip simplesamlphp-7df41b633e75a9022f4c57672a0dd09869b50e2c.tar.gz simplesamlphp-7df41b633e75a9022f4c57672a0dd09869b50e2c.tar.bz2 |
Add Greek translation for disco/discopower modules
Diffstat (limited to 'modules')
-rw-r--r-- | modules/discopower/dictionaries/tabs.definition.json | 5 | ||||
-rw-r--r-- | modules/discopower/dictionaries/tabs.translation.json | 43 |
2 files changed, 36 insertions, 12 deletions
diff --git a/modules/discopower/dictionaries/tabs.definition.json b/modules/discopower/dictionaries/tabs.definition.json index fa098f0..e8ba621 100644 --- a/modules/discopower/dictionaries/tabs.definition.json +++ b/modules/discopower/dictionaries/tabs.definition.json @@ -20,6 +20,9 @@ "switzerland": { "en": "Switzerland" }, + "greece": { + "en": "Greece" + }, "edugain": { "en": "Europe (eduGAIN)" }, @@ -32,4 +35,4 @@ "ukacessfederation": { "en": "UK Access Federation" } -}
\ No newline at end of file +} diff --git a/modules/discopower/dictionaries/tabs.translation.json b/modules/discopower/dictionaries/tabs.translation.json index 7d543ab..db21c1a 100644 --- a/modules/discopower/dictionaries/tabs.translation.json +++ b/modules/discopower/dictionaries/tabs.translation.json @@ -6,7 +6,8 @@ "nl": "Noorwegen", "gl": "Noruega", "da": "Norge", - "af": "Noorwe\u00eb" + "af": "Noorwe\u00eb", + "el": "\u039d\u03bf\u03c1\u03b2\u03b7\u03b3\u03af\u03b1" }, "kalmar": { "es": "Kalmar", @@ -14,7 +15,8 @@ "zh-tw": "\u5361\u723e\u99ac", "nl": "Kalmar", "da": "Kalmar", - "af": "Kalmar" + "af": "Kalmar", + "el": "Kalmar" }, "finland": { "es": "Finlandia", @@ -23,7 +25,8 @@ "nl": "Finland", "gl": "Finlandia", "da": "Finland", - "af": "Finland" + "af": "Finland", + "el": "\u03a6\u03b9\u03bd\u03bb\u03b1\u03bd\u03b4\u03af\u03b1" }, "sweden": { "es": "Suecia", @@ -32,7 +35,8 @@ "nl": "Zweden", "gl": "Suecia", "da": "Sverige", - "af": "Swede" + "af": "Swede", + "el": "\u03a3\u03bf\u03c5\u03b7\u03b4\u03af\u03b1" }, "iceland": { "es": "Islandia", @@ -41,7 +45,8 @@ "nl": "IJsland", "gl": "Islandia", "da": "Island", - "af": "Ysland" + "af": "Ysland", + "el": "\u0399\u03c3\u03bb\u03b1\u03bd\u03b4\u03af\u03b1" }, "denmark": { "es": "Dinamarca", @@ -50,7 +55,8 @@ "nl": "Denemarken", "gl": "Dinamarca", "da": "Danmark", - "af": "Denmark" + "af": "Denmark", + "el": "\u0394\u03b1\u03bd\u03af\u03b1" }, "switzerland": { "es": "Suiza", @@ -59,7 +65,18 @@ "nl": "Zwitserland", "gl": "Suiza", "da": "Schweiz", - "af": "Switserland" + "af": "Switserland", + "el": "\u0395\u03bb\u03b2\u03b5\u03c4\u03af\u03b1" + }, + "greece": { + "es": "Grecia", + "ru": "\u0413\u0440\u0435\u0446\u0438\u044f", + "nl": "Griekenland", + "gl": "Grecia", + "ru": "\u0413\u0440\u0435\u0446\u0438\u044f", + "da": "Gr\u00e6kenland", + "af": "Griekeland", + "el": "\u0395\u03bb\u03bb\u03ac\u03b4\u03b1" }, "edugain": { "es": "Europa (eduGAIN)", @@ -68,7 +85,8 @@ "nl": "Europa (eduGAIN)", "gl": "Europa (eduGAIN)", "da": "Europa (eduGAIN)", - "af": "Europa (eduGAIN)" + "af": "Europa (eduGAIN)", + "el": "\u0395\u03c5\u03c1\u03ce\u03c0\u03b7 (eduGAIN)" }, "misc": { "es": "Otros", @@ -77,20 +95,23 @@ "nl": "Overige", "gl": "Miscelanea", "da": "Forskellige", - "af": "Verskeie" + "af": "Verskeie", + "el": "\u0386\u03bb\u03bb\u03bf\u03b9 \u03c6\u03bf\u03c1\u03b5\u03af\u03c2" }, "incommon": { "es": "InCommon", "zh-tw": "InCommon", "nl": "InCommon", "da": "InCommon", - "af": "In gemeen" + "af": "In gemeen", + "el": "InCommon", }, "ukacessfederation": { "es": "Federación de Acceso de Reino Unido", "zh-tw": "\u82f1\u570b Access Management Federation for Education and Research.", "nl": "UK Access Federation", "da": "Storbritanniens adgangsf\u00f8deration", - "af": "UK Toegangs Federasie" + "af": "UK Toegangs Federasie", + "el": "\u039f\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03af\u03b1 UK Access" } } |