X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=newmemberwidget%2Flang%2Fes%2Fstrings.php;h=8798813add90f23966a508da90888b06cc85d7e9;hb=3a063f999d3b92e786d8e7d837e91878afb0d954;hp=de5df04f1efae41e1e97c489aff0a915f64ccd7b;hpb=3c56a3ee948daf049f768161139a05d500ede272;p=friendica-addons.git diff --git a/newmemberwidget/lang/es/strings.php b/newmemberwidget/lang/es/strings.php index de5df04f..8798813a 100644 --- a/newmemberwidget/lang/es/strings.php +++ b/newmemberwidget/lang/es/strings.php @@ -2,19 +2,13 @@ if(! function_exists("string_plural_select_es")) { function string_plural_select_es($n){ - return ($n != 1);; + $n = intval($n); + if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; } }} -; -$a->strings["New Member"] = "Nuevo Miembro"; -$a->strings["Tips for New Members"] = "Consejos para Nuevos Miembros"; -$a->strings["Global Support Forum"] = "Foro de Soporte Global"; -$a->strings["Local Support Forum"] = "Foro de Soporte Local"; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["Message"] = "Mensaje"; -$a->strings["Your message for new members. You can use bbcode here."] = "Su mensaje para los nuevos miembros. Puede usar bbcode aquí"; -$a->strings["Add a link to global support forum"] = "Añadir un enlace al foro de soporte global"; -$a->strings["Should a link to the global support forum be displayed?"] = "¿Debería mostrarse un enlace al foro de soporte global?"; -$a->strings["Add a link to the local support forum"] = "Añadir un enlace al foro de soporte local"; -$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."; -$a->strings["Name of the local support group"] = "Nombre del grupo de soporte local"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Si chequeó arriba, especifique el apodo del grupo de soporte local aquí (asistentes)"; +$a->strings['New Member'] = 'Nuevo Miembro'; +$a->strings['Tips for New Members'] = 'Consejos para Nuevos Miembros'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['Message'] = 'Mensaje'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Su mensaje para los nuevos miembros. Puede usar bbcode aquí'; +$a->strings['Name of the local support group'] = 'Nombre del grupo de soporte local'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Si chequeó arriba, especifique el apodo del grupo de soporte local aquí (asistentes)';