mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
ES translation of the nsfw addon updated THX Senex Petrovic
This commit is contained in:
parent
c9409ad8a2
commit
bf6a7ab337
2 changed files with 32 additions and 32 deletions
|
@ -6,11 +6,11 @@ function string_plural_select_es($n){
|
|||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Configuración \"No apto para trabajar\" (Filtro genérico de contenido)";
|
||||
$a->strings["This addon looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Este addon se fija por el contenido del texto y colapsa todo tema o respuesta que contiene las palabras establecidas. Como tales pueden ser contenido sexual o de otra índole que no conviene desplegar en el trabajo o ambientes correspondientes. Es de buena educación y recomendado de identificar todo tipo de contenido explicito con #NSFW. Este filtro además puede ser usado con cualquier palabra a especificar y por lo tanto ser usado como un filtro generico de contenido.";
|
||||
$a->strings["Content Filter (NSFW and more)"] = "Filtro de contenido (NSFW y más)";
|
||||
$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Este complemento busca palabras / texto específicos en las publicaciones y las contrae. Se puede utilizar para filtrar contenido etiquetado con, por ejemplo, #NSFW que puede considerarse inapropiado en determinados momentos o lugares, como en el trabajo. También es útil para ocultar contenido irrelevante o molesto de la vista directa.";
|
||||
$a->strings["Enable Content filter"] = "Habilitar filtro de contenido";
|
||||
$a->strings["Comma separated list of keywords to hide"] = "Lista de palabras claves separadas por coma para colapsar el contenido correspondiente.";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Save Settings"] = "Grabar ajustes";
|
||||
$a->strings["Use /expression/ to provide regular expressions"] = "Utiliza /expresión/ para proveer expresiones regulares.";
|
||||
$a->strings["NSFW Settings saved."] = "Configuración NSFW guardada.";
|
||||
$a->strings["%s - Click to open/close"] = "%s - Click aquí para abrir/cerrar";
|
||||
$a->strings["Filtered tag: %s"] = "Etiqueta filtrada: %s";
|
||||
$a->strings["Filtered word: %s"] = "Palabra filtrada: %s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue