]> git.mxchange.org Git - friendica-addons.git/commitdiff
ES translation of the viewsrc addon updated THX Senex Petrovic
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 6 Apr 2021 04:42:47 +0000 (06:42 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 6 Apr 2021 04:42:47 +0000 (06:42 +0200)
viewsrc/lang/es/messages.po [new file with mode: 0644]
viewsrc/lang/es/strings.php

diff --git a/viewsrc/lang/es/messages.po b/viewsrc/lang/es/messages.po
new file mode 100644 (file)
index 0000000..7e22ccf
--- /dev/null
@@ -0,0 +1,26 @@
+# ADDON viewsrc
+# Copyright (C)
+# This file is distributed under the same license as the Friendica viewsrc addon package.
+# 
+# 
+# Translators:
+# Senex Petrovic <javierruizo@hotmail.com>, 2021
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-02-01 18:16+0100\n"
+"PO-Revision-Date: 2018-03-20 07:26+0000\n"
+"Last-Translator: Senex Petrovic <javierruizo@hotmail.com>, 2021\n"
+"Language-Team: Spanish (https://www.transifex.com/Friendica/teams/12172/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: viewsrc.php:49
+msgid "View Source"
+msgstr "Ver fuente"
index 4252372a11024b0a8931b5fda710a6456cc67f53..fc6fe0b92072384b04670ba969fe9baa8cbf8710 100644 (file)
@@ -1,3 +1,9 @@
-<?php\r
-\r
-$a->strings["View Source"] = "Ver fuente";\r
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+;
+$a->strings["View Source"] = "Ver fuente";