aboutsummaryrefslogtreecommitdiff
path: root/mod/invitefriends
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-01-14 01:14:29 +0100
committerSem <sembrestels@riseup.net>2012-01-14 01:14:29 +0100
commit85086911c89f456885de4f499d59a434c50fd3f8 (patch)
tree96f5c50831ca306ffebc839409baeab30d646f27 /mod/invitefriends
downloadelgg-85086911c89f456885de4f499d59a434c50fd3f8.tar.gz
elgg-85086911c89f456885de4f499d59a434c50fd3f8.tar.bz2
Original nnimis' plugin.
Diffstat (limited to 'mod/invitefriends')
-rw-r--r--mod/invitefriends/languages/en.php43
-rw-r--r--mod/invitefriends/languages/es.php32
2 files changed, 75 insertions, 0 deletions
diff --git a/mod/invitefriends/languages/en.php b/mod/invitefriends/languages/en.php
new file mode 100644
index 000000000..f31d79bd8
--- /dev/null
+++ b/mod/invitefriends/languages/en.php
@@ -0,0 +1,43 @@
+<?php
+
+/**
+ * Elgg invite language file
+ *
+ * @package ElggInviteFriends
+ */
+
+$english = array(
+
+ 'friends:invite' => 'Invite friends',
+
+ 'invitefriends:registration_disabled' => 'New user registration has been disabled on this site; you are unable to invite new users.',
+
+ 'invitefriends:introduction' => 'To invite friends to join you on this network, enter their email addresses below (one per line):',
+ 'invitefriends:message' => 'Enter a message they will receive with your invitation:',
+ 'invitefriends:subject' => 'Invitation to join %s',
+
+ 'invitefriends:success' => 'Your friends were invited.',
+ 'invitefriends:invitations_sent' => 'Invites sent: %s. There were the following problems:',
+ 'invitefriends:email_error' => 'The following addresses are not valid: %s',
+ 'invitefriends:already_members' => 'The following are already members: %s',
+ 'invitefriends:noemails' => 'No email addresses were entered.',
+
+ 'invitefriends:message:default' => '
+Hi,
+
+I want to invite you to join my network here on %s.',
+
+ 'invitefriends:email' => '
+You have been invited to join %s by %s. They included the following message:
+
+%s
+
+To join, click the following link:
+
+%s
+
+You will automatically add them as a friend when you create your account.',
+
+ );
+
+add_translation("en", $english);
diff --git a/mod/invitefriends/languages/es.php b/mod/invitefriends/languages/es.php
new file mode 100644
index 000000000..7b1da891d
--- /dev/null
+++ b/mod/invitefriends/languages/es.php
@@ -0,0 +1,32 @@
+<?php
+
+// Generado por translationbrowser
+
+$spanish = array(
+ 'friends:invite' => "Invitar amigos" ,
+ 'invitefriends:registration_disabled' => 'El registro de nuevos usuarios se ha deshabilitado, no puede invitar a nuevos usuarios.',
+ 'invitefriends:introduction' => "Para invitar a tus amigos a entrar en la red social, introduce sus direcciones de email en la parte de abajo. Una dirección de email para cada línea:" ,
+ 'invitefriends:message' => "Introduce un mensaje de invitación:" ,
+ 'invitefriends:subject' => "Invitación para %s" ,
+ 'invitefriends:success' => "Las invitaciones han sido enviadas con éxito. Gracias por hacer crecer nuestra familia." ,
+ 'invitefriends:invitations_sent' => 'Invitaciones enviadas: %s. Se econtraron los siguientes problemas:',
+ 'invitefriends:already_members' => 'Los siguientes ya son miembros de la red: %s',
+ 'invitefriends:noemails' => 'No se ingresaron direcciones de Email',
+ 'invitefriends:failure' => "Algo falla!, tus amigos ni puedes ser invitados. Intentalo de nuevo o ponte en contacto con el administrador" ,
+ 'invitefriends:message:default' => "
+Hola,
+
+Quiero invitarte a que entres a la red social %s." ,
+ 'invitefriends:email' => "Se te ha invitado a participar en %s por %s. Te ha enviado el siguiente mensaje:
+
+%s
+
+Para comenzar a tomar parte de la red social, pulsa el siguiente enlace:
+
+ %s
+
+Automáticamente el sistema te pondrá como amigo de la persona que te ha invitado." ,
+ 'invitefriends:email_error' => "Se enviaron invitaciones, pero las siguientes direcciones no son válidas: %s"
+);
+
+add_translation('es', $spanish); \ No newline at end of file