]> git.mxchange.org Git - friendica-addons.git/blob - newmemberwidget/lang/es/strings.php
Merge pull request #390 from annando/1612-twitter-api-changes
[friendica-addons.git] / newmemberwidget / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["New Member"] = "Nuevo Miembro";
9 $a->strings["Tips for New Members"] = "Consejos para Nuevos Miembros";
10 $a->strings["Global Support Forum"] = "Foro de Soporte Global";
11 $a->strings["Local Support Forum"] = "Foro de Soporte Local";
12 $a->strings["Save Settings"] = "Guardar Ajustes";
13 $a->strings["Message"] = "Mensaje";
14 $a->strings["Your message for new members. You can use bbcode here."] = "Su mensaje para los nuevos miembros. Puede usar bbcode aquí";
15 $a->strings["Add a link to global support forum"] = "Añadir un enlace al foro de soporte global";
16 $a->strings["Should a link to the global support forum be displayed?"] = "¿Debería mostrarse un enlace al foro de soporte global?";
17 $a->strings["Add a link to the local support forum"] = "Añadir un enlace al foro de soporte local";
18 $a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Si tiene un foro de soporte local y quiere que se muestre un enlace en el widget, chequee esta casilla.";
19 $a->strings["Name of the local support group"] = "Nombre del grupo de soporte local";
20 $a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "Si chequeó arriba, especifique el <em>apodo</em> del grupo de soporte local aquí (asistentes)";