ES translation of the langfilter addon THX Boris Daniel Martinez Millàn

This commit is contained in:
Tobias Diekershoff 2021-02-06 08:06:48 +01:00
parent 4e54c7948e
commit bada70ebf7
2 changed files with 20 additions and 24 deletions

View File

@ -6,13 +6,14 @@
# Translators: # Translators:
# Abraham Pérez Hernández <abrahamph@nauta.cu>, 2019 # Abraham Pérez Hernández <abrahamph@nauta.cu>, 2019
# Albert, 2016,2018 # Albert, 2016,2018
# Boris Daniel Martinez Millàn <borisdanielmartinezmillan@gmail.com>, 2021
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2019-01-22 18:31+0000\n" "PO-Revision-Date: 2021-02-03 22:42+0000\n"
"Last-Translator: Abraham Pérez Hernández <abrahamph@nauta.cu>\n" "Last-Translator: Boris Daniel Martinez Millàn <borisdanielmartinezmillan@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -20,62 +21,58 @@ msgstr ""
"Language: es\n" "Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: langfilter.php:58 #: langfilter.php:50
msgid "Language Filter" msgid "Language Filter"
msgstr "Filtro de Idioma" msgstr "Filtro de Idioma"
#: langfilter.php:59 #: langfilter.php:51
msgid "" msgid ""
"This addon tries to identify the language posts are writen in. If it does " "This addon tries to identify the language posts are writen in. If it does "
"not match any language specifed below, posts will be hidden by collapsing " "not match any language specifed below, posts will be hidden by collapsing "
"them." "them."
msgstr "Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas." msgstr "Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas."
#: langfilter.php:60 #: langfilter.php:52
msgid "Use the language filter" msgid "Use the language filter"
msgstr "Usar el filtro de idioma" msgstr "Usar el filtro de idioma"
#: langfilter.php:61 #: langfilter.php:53
msgid "Able to read" msgid "Able to read"
msgstr "Capaz de leer" msgstr "Capaz de leer"
#: langfilter.php:61 #: langfilter.php:53
msgid "" msgid ""
"List of abbreviations (iso2 codes) for languages you speak, comma separated." "List of abbreviations (ISO 639-1 codes) for languages you speak, comma "
" For example \"de,it\"." "separated. For example \"de,it\"."
msgstr "Lista de abreviaciones (códigos iso2) para los idiomas que habla, separadas por comas. Por ejemplo \"de,it\"." msgstr "Lista de abreviaciones (Codigo ISO 639-1) de los lenguajes que hablas, separados por comas.Un ejemplo: \"de,it\"."
#: langfilter.php:62 #: langfilter.php:54
msgid "Minimum confidence in language detection" msgid "Minimum confidence in language detection"
msgstr "Confianza mínima en la detección de idioma" msgstr "Confianza mínima en la detección de idioma"
#: langfilter.php:62 #: langfilter.php:54
msgid "" msgid ""
"Minimum confidence in language detection being correct, from 0 to 100. Posts" "Minimum confidence in language detection being correct, from 0 to 100. Posts"
" will not be filtered when the confidence of language detection is below " " will not be filtered when the confidence of language detection is below "
"this percent value." "this percent value."
msgstr "Confianza mínima en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje." msgstr "Confianza mínima en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje."
#: langfilter.php:63 #: langfilter.php:55
msgid "Minimum length of message body" msgid "Minimum length of message body"
msgstr "Longitud mínima del cuerpo del mensaje" msgstr "Longitud mínima del cuerpo del mensaje"
#: langfilter.php:63 #: langfilter.php:55
msgid "" msgid ""
"Minimum number of characters in message body for filter to be used. Posts " "Minimum number of characters in message body for filter to be used. Posts "
"shorter than this will not be filtered. Note: Language detection is " "shorter than this will not be filtered. Note: Language detection is "
"unreliable for short content (<200 characters)." "unreliable for short content (<200 characters)."
msgstr "Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres)." msgstr "Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres)."
#: langfilter.php:64 #: langfilter.php:56
msgid "Save Settings" msgid "Save Settings"
msgstr "Guardar Ajustes" msgstr "Guardar Ajustes"
#: langfilter.php:105 #: langfilter.php:187
msgid "Language Filter Settings saved."
msgstr "Ajustes de Filtro de Idioma guardados."
#: langfilter.php:182
#, php-format #, php-format
msgid "Filtered language: %s" msgid "Filtered language: %s"
msgstr "Idioma filtrado: %s" msgstr "Idioma filtrado: %s"

View File

@ -3,18 +3,17 @@
if(! function_exists("string_plural_select_es")) { if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return ($n != 1);;
}} }}
; ;
$a->strings["Language Filter"] = "Filtro de Idioma"; $a->strings["Language Filter"] = "Filtro de Idioma";
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas."; $a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas.";
$a->strings["Use the language filter"] = "Usar el filtro de idioma"; $a->strings["Use the language filter"] = "Usar el filtro de idioma";
$a->strings["Able to read"] = "Capaz de leer"; $a->strings["Able to read"] = "Capaz de leer";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista de abreviaciones (códigos iso2) para los idiomas que habla, separadas por comas. Por ejemplo \"de,it\"."; $a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista de abreviaciones (Codigo ISO 639-1) de los lenguajes que hablas, separados por comas.Un ejemplo: \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Confianza mínima en la detección de idioma"; $a->strings["Minimum confidence in language detection"] = "Confianza mínima en la detección de idioma";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Confianza mínima en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje."; $a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Confianza mínima en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje.";
$a->strings["Minimum length of message body"] = "Longitud mínima del cuerpo del mensaje"; $a->strings["Minimum length of message body"] = "Longitud mínima del cuerpo del mensaje";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres)."; $a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres).";
$a->strings["Save Settings"] = "Guardar Ajustes"; $a->strings["Save Settings"] = "Guardar Ajustes";
$a->strings["Language Filter Settings saved."] = "Ajustes de Filtro de Idioma guardados.";
$a->strings["Filtered language: %s"] = "Idioma filtrado: %s"; $a->strings["Filtered language: %s"] = "Idioma filtrado: %s";