]> git.mxchange.org Git - friendica-addons.git/blob - advancedcontentfilter/lang/es/strings.php
regenerated all the strings
[friendica-addons.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 intval($n != 1);
7 }}
8 $a->strings['Method not found'] = 'Método no encontrado';
9 $a->strings['Filtered by rule: %s'] = 'Filtrado por la regla: %s';
10 $a->strings['Advanced Content Filter'] = 'Filtro de contenido avanzado';
11 $a->strings['Back to Addon Settings'] = 'Volver a Ajustes de Complemento';
12 $a->strings['Add a Rule'] = 'Añadir una regla';
13 $a->strings['Help'] = 'Ayuda';
14 $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.'] = 'Agregue y administre sus reglas de filtrado de contenido personal en esta pantalla. Las reglas tienen un nombre y una expresión arbitraria que se comparará con los datos de la publicación. Para obtener una referencia completa de las operaciones y variables disponibles, consulte la página de ayuda.';
15 $a->strings['Your rules'] = 'Tus reglas';
16 $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. ';
17 $a->strings['Disabled'] = 'Desactivado';
18 $a->strings['Enabled'] = 'Activado';
19 $a->strings['Disable this rule'] = 'Desactivar esta regla';
20 $a->strings['Enable this rule'] = 'Activar esta regla';
21 $a->strings['Edit this rule'] = 'Editar esta regla';
22 $a->strings['Edit the rule'] = 'Editar regla';
23 $a->strings['Save this rule'] = 'Guardar esta regla';
24 $a->strings['Delete this rule'] = 'Borrar esta regla';
25 $a->strings['Rule'] = 'Regla';
26 $a->strings['Close'] = 'Cerrar';
27 $a->strings['Add new rule'] = 'Agregar nueva regla';
28 $a->strings['Rule Name'] = 'Nombre de la regla';
29 $a->strings['Rule Expression'] = 'Expresión de la regla';
30 $a->strings['Cancel'] = 'Cancelar';
31 $a->strings['You must be logged in to use this method'] = 'Debe estar registrado para usar este método';
32 $a->strings['Invalid form security token, please refresh the page.'] = 'Token de seguridad de formulario inválido, por favor actualice la página.';
33 $a->strings['The rule name and expression are required.'] = 'El nombre y la expresión de la regla son obligatorios.';
34 $a->strings['Rule successfully added'] = 'Regla añadida exitosamente';
35 $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'La regla no existe o no te pertenece.';
36 $a->strings['Rule successfully updated'] = 'Regla actualizada exitosamente';
37 $a->strings['Rule successfully deleted'] = 'Regla eliminada exitosamente';
38 $a->strings['Missing argument: guid.'] = 'Algumento faltante: guía';
39 $a->strings['Unknown post with guid: %s'] = 'Publicacion desconocida con la guía: %s';