mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
10
nsfw/lang/es/strings.php
Normal file
10
nsfw/lang/es/strings.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Configuración \"Not Safe For Work\" (Filtro de contenido de carácter general)";
|
||||
$a->strings["This plugin 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 complemento busca las palabras clave que especifiques y oculta cualquier comentario que contenga dichas claves, para que no aparezcan en momentos inoportunos, como por ejemplo, material sexual. Se considera de buena educación y correcto etiquetar los desnudos con #NSFW. Este filtro puede servir para filtrar otro contenido, así que te puede servir como un filtro de carácter general, escogiendo las palabras clave adecuadas.";
|
||||
$a->strings["Enable Content filter"] = "Activar el filtro de contenido";
|
||||
$a->strings["Comma separated list of keywords to hide"] = "Palabras clave para ocultar, lista separada por comas";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["Use /expression/ to provide regular expressions"] = "Usa /expresión/ para proporcionar expresiones regulares";
|
||||
$a->strings["NSFW Settings saved."] = "Configuración NSFW guardada.";
|
||||
$a->strings["%s - Click to open/close"] = "%s - Pulsa aquí para abrir/cerrar";
|
Loading…
Add table
Add a link
Reference in a new issue