mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
ES translation work - muchas gracias Albert
This commit is contained in:
parent
3c56a3ee94
commit
e99e660298
14 changed files with 475 additions and 48 deletions
48
yourls/lang/es/messages.po
Normal file
48
yourls/lang/es/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
|||
# ADDON yourls
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica yourls 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:40+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"
|
||||
|
||||
#: yourls.php:55
|
||||
msgid "YourLS Settings"
|
||||
msgstr "Sus Ajustes LS"
|
||||
|
||||
#: yourls.php:57
|
||||
msgid "URL: http://"
|
||||
msgstr "URL: http://"
|
||||
|
||||
#: yourls.php:62
|
||||
msgid "Username:"
|
||||
msgstr "Nombre de usuario:"
|
||||
|
||||
#: yourls.php:67
|
||||
msgid "Password:"
|
||||
msgstr "Contraseña:"
|
||||
|
||||
#: yourls.php:72
|
||||
msgid "Use SSL "
|
||||
msgstr "Usar SSL "
|
||||
|
||||
#: yourls.php:76
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: yourls.php:92
|
||||
msgid "yourls Settings saved."
|
||||
msgstr "Sus Ajustes de han guardado."
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["YourLS Settings"] = "Tu configuración LS";
|
||||
$a->strings["URL: http://"] = "Dirección: http://";
|
||||
$a->strings["Username:"] = "Nombre de Usuario:";
|
||||
$a->strings["Password:"] = "Contraseña:";
|
||||
$a->strings["Use SSL "] = "Usar SSL ";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["yourls Settings saved."] = "La configuración se ha guardado.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["YourLS Settings"] = "Sus Ajustes LS";
|
||||
$a->strings["URL: http://"] = "URL: http://";
|
||||
$a->strings["Username:"] = "Nombre de usuario:";
|
||||
$a->strings["Password:"] = "Contraseña:";
|
||||
$a->strings["Use SSL "] = "Usar SSL ";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["yourls Settings saved."] = "Sus Ajustes de han guardado.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue