ES translation work - muchas gracias Albert

This commit is contained in:
Tobias Diekershoff 2016-11-20 06:26:42 +01:00
parent 3c56a3ee94
commit e99e660298
14 changed files with 475 additions and 48 deletions

32
krynn/lang/es/messages.po Normal file
View file

@ -0,0 +1,32 @@
# ADDON krynn
# Copyright (C)
# This file is distributed under the same license as the Friendica krynn addon package.
#
#
# Translators:
# Albert, 2016
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: 2016-11-19 11:42+0000\n"
"Last-Translator: Albert\n"
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/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"
#: krynn.php:150
msgid "Krynn Settings"
msgstr "Ajustes de Krynn"
#: krynn.php:152
msgid "Enable Krynn Plugin"
msgstr "Habilitar Plugin de Krynn"
#: krynn.php:158
msgid "Submit"
msgstr "Enviar"

View file

@ -1,5 +1,10 @@
<?php
$a->strings["Krynn Settings"] = "Configuración de Krynn";
$a->strings["Enable Krynn Plugin"] = "Activar el módulo de planetas Krynn";
$a->strings["Submit"] = "Envíar";
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Krynn Settings"] = "Ajustes de Krynn";
$a->strings["Enable Krynn Plugin"] = "Habilitar Plugin de Krynn";
$a->strings["Submit"] = "Enviar";