mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-16 20:35:15 +02:00
ES translation work THX Albert
This commit is contained in:
parent
673705dcca
commit
631c7724b6
51 changed files with 1981 additions and 227 deletions
80
mailstream/lang/es/messages.po
Normal file
80
mailstream/lang/es/messages.po
Normal file
|
@ -0,0 +1,80 @@
|
|||
# ADDON mailstream
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica mailstream addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Albert, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2016-11-17 20:21+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"
|
||||
|
||||
#: mailstream.php:55
|
||||
msgid "From Address"
|
||||
msgstr "Desde Dirección"
|
||||
|
||||
#: mailstream.php:57
|
||||
msgid "Email address that stream items will appear to be from."
|
||||
msgstr "Aparecerá de dónde viene la dirección de email que transmite artículos"
|
||||
|
||||
#: mailstream.php:60 mailstream.php:282
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar ajustes"
|
||||
|
||||
#: mailstream.php:165
|
||||
msgid "Re:"
|
||||
msgstr "Re:"
|
||||
|
||||
#: mailstream.php:173
|
||||
msgid "Friendica post"
|
||||
msgstr "Entrada de Friendica"
|
||||
|
||||
#: mailstream.php:176
|
||||
msgid "Diaspora post"
|
||||
msgstr "Entrada de Diaspora"
|
||||
|
||||
#: mailstream.php:183
|
||||
msgid "Feed item"
|
||||
msgstr "Surtir artículo"
|
||||
|
||||
#: mailstream.php:186
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: mailstream.php:188
|
||||
msgid "Friendica Item"
|
||||
msgstr "Artículo de Friendica"
|
||||
|
||||
#: mailstream.php:229
|
||||
msgid "Upstream"
|
||||
msgstr "Contracorriente"
|
||||
|
||||
#: mailstream.php:230
|
||||
msgid "Local"
|
||||
msgstr "Local"
|
||||
|
||||
#: mailstream.php:274
|
||||
msgid "Email Address"
|
||||
msgstr "Dirección de email"
|
||||
|
||||
#: mailstream.php:276
|
||||
msgid "Leave blank to use your account email address"
|
||||
msgstr "Dejar en blanco para usar su cuenta de dirección de email"
|
||||
|
||||
#: mailstream.php:279
|
||||
msgid "Enabled"
|
||||
msgstr "Habilitado"
|
||||
|
||||
#: mailstream.php:281
|
||||
msgid "Mail Stream Settings"
|
||||
msgstr "Ajustes de transmisión de Mail"
|
22
mailstream/lang/es/strings.php
Normal file
22
mailstream/lang/es/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "Desde Dirección";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "Aparecerá de dónde viene la dirección de email que transmite artículos";
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
$a->strings["Re:"] = "Re:";
|
||||
$a->strings["Friendica post"] = "Entrada de Friendica";
|
||||
$a->strings["Diaspora post"] = "Entrada de Diaspora";
|
||||
$a->strings["Feed item"] = "Surtir artículo";
|
||||
$a->strings["Email"] = "Email";
|
||||
$a->strings["Friendica Item"] = "Artículo de Friendica";
|
||||
$a->strings["Upstream"] = "Contracorriente";
|
||||
$a->strings["Local"] = "Local";
|
||||
$a->strings["Email Address"] = "Dirección de email";
|
||||
$a->strings["Leave blank to use your account email address"] = "Dejar en blanco para usar su cuenta de dirección de email";
|
||||
$a->strings["Enabled"] = "Habilitado";
|
||||
$a->strings["Mail Stream Settings"] = "Ajustes de transmisión de Mail";
|
Loading…
Add table
Add a link
Reference in a new issue