mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
ES translations THX Albert
This commit is contained in:
parent
54cd1d998c
commit
0771c0566f
15 changed files with 594 additions and 241 deletions
48
ijpost/lang/es/messages.po
Normal file
48
ijpost/lang/es/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
|||
# ADDON ijpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica ijpost 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-16 16:55+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"
|
||||
|
||||
#: ijpost.php:39
|
||||
msgid "Post to Insanejournal"
|
||||
msgstr "Publicar en Insanejournal"
|
||||
|
||||
#: ijpost.php:70
|
||||
msgid "InsaneJournal Post Settings"
|
||||
msgstr "Ajustes de Entrada de InsaneJournal"
|
||||
|
||||
#: ijpost.php:72
|
||||
msgid "Enable InsaneJournal Post Plugin"
|
||||
msgstr "Habilitar el Plugin de Entrada InsaneJournal"
|
||||
|
||||
#: ijpost.php:77
|
||||
msgid "InsaneJournal username"
|
||||
msgstr "Nombre de usuario InsaneJournal"
|
||||
|
||||
#: ijpost.php:82
|
||||
msgid "InsaneJournal password"
|
||||
msgstr "Contraseña de InsaneJournal"
|
||||
|
||||
#: ijpost.php:87
|
||||
msgid "Post to InsaneJournal by default"
|
||||
msgstr "Publicar en InsaneJournal por defecto"
|
||||
|
||||
#: ijpost.php:93
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Insanejournal"] = "Publicar en Insanejournal";
|
||||
$a->strings["InsaneJournal Post Settings"] = "Configuración de publicación en Insanejournal";
|
||||
$a->strings["Enable InsaneJournal Post Plugin"] = "Activar el módulo de publicación en Insanejournal";
|
||||
$a->strings["InsaneJournal username"] = "Nombre de usuario de Insanejournal";
|
||||
$a->strings["InsaneJournal password"] = "Contraseña de Insanejournal";
|
||||
$a->strings["Post to InsaneJournal by default"] = "Publicar en Insanejournal por defecto";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Insanejournal"] = "Publicar en Insanejournal";
|
||||
$a->strings["InsaneJournal Post Settings"] = "Ajustes de Entrada de InsaneJournal";
|
||||
$a->strings["Enable InsaneJournal Post Plugin"] = "Habilitar el Plugin de Entrada InsaneJournal";
|
||||
$a->strings["InsaneJournal username"] = "Nombre de usuario InsaneJournal";
|
||||
$a->strings["InsaneJournal password"] = "Contraseña de InsaneJournal";
|
||||
$a->strings["Post to InsaneJournal by default"] = "Publicar en InsaneJournal por defecto";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue