ES translation work THX Albert

This commit is contained in:
Tobias Diekershoff 2016-11-18 07:57:19 +01:00
parent 673705dcca
commit 631c7724b6
51 changed files with 1981 additions and 227 deletions

View file

@ -0,0 +1,44 @@
# ADDON showmore
# Copyright (C)
# This file is distributed under the same license as the Friendica showmore 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-17 22:32+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"
#: showmore.php:38
msgid "\"Show more\" Settings"
msgstr "Ajustes de \"Mostrar más\""
#: showmore.php:41
msgid "Enable Show More"
msgstr "Habilitar Mostrar Más"
#: showmore.php:44
msgid "Cutting posts after how much characters"
msgstr "Cortar entradas después de tantos carácteres"
#: showmore.php:48
msgid "Submit"
msgstr "Enviar"
#: showmore.php:65
msgid "Show More Settings saved."
msgstr "Ajustes de Mostrar Más guardados."
#: showmore.php:119
msgid "show more"
msgstr "mostrar más"

View file

@ -1,8 +1,13 @@
<?php
$a->strings["\"Show more\" Settings"] = "Configuración de \"Muéstrame más\"";
$a->strings["Enable Show More"] = "Activar Muéstrame más";
$a->strings["Cutting posts after how much characters"] = "Cortar las publicaciones después de cuántos caracteres";
$a->strings["Submit"] = "Envíar";
$a->strings["Show More Settings saved."] = "Configuración de Muéstrame más guardada.";
$a->strings["show more"] = "ver más";
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["\"Show more\" Settings"] = "Ajustes de \"Mostrar más\"";
$a->strings["Enable Show More"] = "Habilitar Mostrar Más";
$a->strings["Cutting posts after how much characters"] = "Cortar entradas después de tantos carácteres";
$a->strings["Submit"] = "Enviar";
$a->strings["Show More Settings saved."] = "Ajustes de Mostrar Más guardados.";
$a->strings["show more"] = "mostrar más";