]> git.mxchange.org Git - friendica-addons.git/blob - langfilter/lang/es/messages.po
modified: public_server/public_server.php
[friendica-addons.git] / langfilter / lang / es / messages.po
1 # ADDON langfilter
2 # Copyright (C)
3 # This file is distributed under the same license as the Friendica langfilter addon package.
4
5
6 # Translators:
7 # Abraham Pérez Hernández <abrahamph@nauta.cu>, 2019
8 # Albert, 2016,2018
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: friendica\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2018-04-01 11:11-0400\n"
14 "PO-Revision-Date: 2019-01-22 18:31+0000\n"
15 "Last-Translator: Abraham Pérez Hernández <abrahamph@nauta.cu>\n"
16 "Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Language: es\n"
21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
23 #: langfilter.php:58
24 msgid "Language Filter"
25 msgstr "Filtro de Idioma"
26
27 #: langfilter.php:59
28 msgid ""
29 "This addon tries to identify the language posts are writen in. If it does "
30 "not match any language specifed below, posts will be hidden by collapsing "
31 "them."
32 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."
33
34 #: langfilter.php:60
35 msgid "Use the language filter"
36 msgstr "Usar el filtro de idioma"
37
38 #: langfilter.php:61
39 msgid "Able to read"
40 msgstr "Capaz de leer"
41
42 #: langfilter.php:61
43 msgid ""
44 "List of abbreviations (iso2 codes) for languages you speak, comma separated."
45 " For example \"de,it\"."
46 msgstr "Lista de abreviaciones (códigos iso2) para los idiomas que habla, separadas por comas. Por ejemplo \"de,it\"."
47
48 #: langfilter.php:62
49 msgid "Minimum confidence in language detection"
50 msgstr "Confianza mínima en la detección de idioma"
51
52 #: langfilter.php:62
53 msgid ""
54 "Minimum confidence in language detection being correct, from 0 to 100. Posts"
55 " will not be filtered when the confidence of language detection is below "
56 "this percent value."
57 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."
58
59 #: langfilter.php:63
60 msgid "Minimum length of message body"
61 msgstr "Longitud mínima del cuerpo del mensaje"
62
63 #: langfilter.php:63
64 msgid ""
65 "Minimum number of characters in message body for filter to be used. Posts "
66 "shorter than this will not be filtered. Note: Language detection is "
67 "unreliable for short content (<200 characters)."
68 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)."
69
70 #: langfilter.php:64
71 msgid "Save Settings"
72 msgstr "Guardar Ajustes"
73
74 #: langfilter.php:105
75 msgid "Language Filter Settings saved."
76 msgstr "Ajustes de Filtro de Idioma guardados."
77
78 #: langfilter.php:182
79 #, php-format
80 msgid "Filtered language: %s"
81 msgstr "Idioma filtrado: %s"