From 2e88375ec7c1ed90ae3aef3b8768e8dc99f00b06 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 25 May 2018 10:27:12 +0200 Subject: [PATCH] =?UTF-8?q?IS=20translation=20openstreetmap=20addon=20THX?= =?UTF-8?q?=20Sveinn=20=C3=AD=20Felli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openstreetmap/lang/is/messages.po | 46 +++++++++++++++++++++++++++++++ openstreetmap/lang/is/strings.php | 22 +++++++++------ 2 files changed, 60 insertions(+), 8 deletions(-) create mode 100644 openstreetmap/lang/is/messages.po diff --git a/openstreetmap/lang/is/messages.po b/openstreetmap/lang/is/messages.po new file mode 100644 index 00000000..77b7cb78 --- /dev/null +++ b/openstreetmap/lang/is/messages.po @@ -0,0 +1,46 @@ +# ADDON openstreetmap +# Copyright (C) +# This file is distributed under the same license as the Friendica openstreetmap addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-05-24 15:14+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: openstreetmap.php:94 +msgid "Submit" +msgstr "Senda inn" + +#: openstreetmap.php:95 +msgid "Tile Server URL" +msgstr "Slóð á kortaflísamiðlara" + +#: openstreetmap.php:95 +msgid "" +"A list of public tile servers" +msgstr "Listi yfir opinbera kortaflísamiðlara" + +#: openstreetmap.php:96 +msgid "Default zoom" +msgstr "Sjálfgefinn aðdráttur" + +#: openstreetmap.php:96 +msgid "The default zoom level. (1:world, 18:highest)" +msgstr "Sjálfgefið aðdráttarstig. (1:heimur, 18:mest)" + +#: openstreetmap.php:104 +msgid "Settings updated." +msgstr "Stillingar uppfærðar." diff --git a/openstreetmap/lang/is/strings.php b/openstreetmap/lang/is/strings.php index dc717efb..d14a7713 100644 --- a/openstreetmap/lang/is/strings.php +++ b/openstreetmap/lang/is/strings.php @@ -1,8 +1,14 @@ -strings["Submit"] = "Senda inn"; -$a->strings["Tile Server URL"] = ""; -$a->strings["A list of public tile servers"] = ""; -$a->strings["Default zoom"] = "Sjálfgefin þysjun"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefna þysjunar sig. (1:heimur, 18:mest)"; -$a->strings["Settings updated."] = "Stillingar uppfærðar"; +strings["Submit"] = "Senda inn"; +$a->strings["Tile Server URL"] = "Slóð á kortaflísamiðlara"; +$a->strings["A list of public tile servers"] = "Listi yfir opinbera kortaflísamiðlara"; +$a->strings["Default zoom"] = "Sjálfgefinn aðdráttur"; +$a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefið aðdráttarstig. (1:heimur, 18:mest)"; +$a->strings["Settings updated."] = "Stillingar uppfærðar.";