ES translations THX Albert

This commit is contained in:
Tobias Diekershoff 2016-11-17 07:38:41 +01:00
parent 54cd1d998c
commit 0771c0566f
15 changed files with 594 additions and 241 deletions

47
gnot/lang/es/messages.po Normal file
View file

@ -0,0 +1,47 @@
# ADDON gnot
# Copyright (C)
# This file is distributed under the same license as the Friendica gnot 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:38+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"
#: gnot.php:48
msgid "Gnot settings updated."
msgstr "Ajustes de Gnot actualizados."
#: gnot.php:79
msgid "Gnot Settings"
msgstr "Ajustes de Gnot"
#: gnot.php:81
msgid ""
"Allows threading of email comment notifications on Gmail and anonymising the"
" subject line."
msgstr "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema."
#: gnot.php:82
msgid "Enable this plugin/addon?"
msgstr "¿Habilitar este plugin/addon?"
#: gnot.php:88
msgid "Submit"
msgstr "Enviar"
#: gnot.php:97
#, php-format
msgid "[Friendica:Notify] Comment to conversation #%d"
msgstr "[Friendica:Notify] Comentar en conversación #%d"

View file

@ -1,8 +1,13 @@
<?php
$a->strings["Gnot settings updated."] = "Configuración de Gnot actualizada.";
$a->strings["Gnot Settings"] = "Configuración de Gnot";
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permitir el enhebrado en las notificaciones de comentarios de correo en Gmail y hacer anónima la línea de \"Asunto\".";
$a->strings["Enable this plugin/addon?"] = "¿Activar este módulo/extensión?";
$a->strings["Submit"] = "Envíar";
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notificación] Comentario en la conversación de #%d";
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Gnot settings updated."] = "Ajustes de Gnot actualizados.";
$a->strings["Gnot Settings"] = "Ajustes de Gnot";
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema.";
$a->strings["Enable this plugin/addon?"] = "¿Habilitar este plugin/addon?";
$a->strings["Submit"] = "Enviar";
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentar en conversación #%d";