9f31a0177f0c5bf266d356959cecfa8844d83fe5
[friendica-addons.git/.git] / advancedcontentfilter / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Method not found"] = "Método no encontrado";
10 $a->strings["Filtered by rule: %s"] = "Filtrado por la regla: %s";
11 $a->strings["Advanced Content Filter"] = "Filtro de contenido avanzado";
12 $a->strings["Back to Addon Settings"] = "Volver a Ajustes de Complemento";
13 $a->strings["Add a Rule"] = "Añadir una regla";
14 $a->strings["Help"] = "Ayuda";
15 $a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page."] = "";
16 $a->strings["Your rules"] = "Tus reglas";
17 $a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "¡Aún no tienes reglas! Empieza añadiendo una haciendo clic en el botón de arriba al lado del título. ";
18 $a->strings["Disabled"] = "Desactivado";
19 $a->strings["Enabled"] = "Activado";
20 $a->strings["Disable this rule"] = "Desactivar esta regla";
21 $a->strings["Enable this rule"] = "Activar esta regla";
22 $a->strings["Edit this rule"] = "Editar esta regla";
23 $a->strings["Edit the rule"] = "Editar regla";
24 $a->strings["Save this rule"] = "Guardar esta regla";
25 $a->strings["Delete this rule"] = "Borrar esta regla";
26 $a->strings["Rule"] = "Regla";
27 $a->strings["Close"] = "Cerrar";
28 $a->strings["Add new rule"] = "Agregar nueva regla";
29 $a->strings["Rule Name"] = "Nombre de la regla";
30 $a->strings["Rule Expression"] = "Expresión de la regla";
31 $a->strings["Cancel"] = "Cancelar";
32 $a->strings["You must be logged in to use this method"] = "Debe estar registrado para usar este método";
33 $a->strings["Invalid form security token, please refresh the page."] = "Token de seguridad de formulario inválido, por favor actualice la página.";
34 $a->strings["The rule name and expression are required."] = "El nombre y la expresión de la regla son obligatorios.";
35 $a->strings["Rule successfully added"] = "Regla añadida exitosamente";
36 $a->strings["Rule doesn't exist or doesn't belong to you."] = "La regla no existe o no te pertenece.";
37 $a->strings["Rule successfully updated"] = "Regla actualizada exitosamente";
38 $a->strings["Rule successfully deleted"] = "Regla eliminada exitosamente";
39 $a->strings["Missing argument: guid."] = "Algumento faltante: guía";
40 $a->strings["Unknown post with guid: %s"] = "Publicacion desconocida con la guía: %s";