]> git.mxchange.org Git - friendica-addons.git/commitdiff
IS translation geonames addon THX Sveinn í Felli
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 May 2018 08:49:10 +0000 (10:49 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 May 2018 08:49:10 +0000 (10:49 +0200)
geonames/lang/is/messages.po [new file with mode: 0644]
geonames/lang/is/strings.php

diff --git a/geonames/lang/is/messages.po b/geonames/lang/is/messages.po
new file mode 100644 (file)
index 0000000..a2535ce
--- /dev/null
@@ -0,0 +1,36 @@
+# ADDON geonames
+# Copyright (C)
+# This file is distributed under the same license as the Friendica geonames addon package.
+# 
+# 
+# Translators:
+# Sveinn í Felli <sv1@fellsnet.is>, 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:15+0000\n"
+"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\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"
+
+#: geonames.php:143
+msgid "Geonames settings updated."
+msgstr ""
+
+#: geonames.php:179
+msgid "Geonames Settings"
+msgstr ""
+
+#: geonames.php:181
+msgid "Enable Geonames Addon"
+msgstr ""
+
+#: geonames.php:187
+msgid "Submit"
+msgstr "Senda inn"
index 436d31167b7e93adc441d4bdb62cce3f3447d127..8462f4c36320efedb8d30041507411c862c7a0e3 100644 (file)
@@ -1,6 +1,12 @@
-<?php\r
-\r
-$a->strings["Geonames settings updated."] = "";\r
-$a->strings["Geonames Settings"] = "";\r
-$a->strings["Enable Geonames Addon"] = "";\r
-$a->strings["Submit"] = "Senda inn";\r
+<?php
+
+if(! function_exists("string_plural_select_is")) {
+function string_plural_select_is($n){
+       $n = intval($n);
+       return ($n % 10 != 1 || $n % 100 == 11);;
+}}
+;
+$a->strings["Geonames settings updated."] = "";
+$a->strings["Geonames Settings"] = "";
+$a->strings["Enable Geonames Addon"] = "";
+$a->strings["Submit"] = "Senda inn";