aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/languages
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/languages')
-rw-r--r--mod/notifications/languages/en.php26
-rw-r--r--mod/notifications/languages/es.php27
2 files changed, 26 insertions, 27 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php
new file mode 100644
index 000000000..0f2ba2304
--- /dev/null
+++ b/mod/notifications/languages/en.php
@@ -0,0 +1,26 @@
+<?php
+
+$english = array(
+
+ 'friends:all' => 'All friends',
+
+ 'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
+ 'notifications:subscriptions:personal:title' => 'Personal notifications',
+
+ 'notifications:subscriptions:friends:title' => 'Friends',
+ 'notifications:subscriptions:friends:description' => 'Below are collections of your friends. Selecting a collection turns on notifications for the users in that collection.',
+ 'notifications:subscriptions:collections:edit' => 'To edit your shared access notifications, click here.',
+
+ 'notifications:subscriptions:changesettings' => 'Notifications',
+ 'notifications:subscriptions:changesettings:groups' => 'Group notifications',
+
+ 'notifications:subscriptions:title' => 'Notifications per user',
+ 'notifications:subscriptions:description' => 'To receive notifications from your friends (on an individual basis) when they create new content, find them below and select the notification method you would like to use.',
+
+ 'notifications:subscriptions:groups:description' => 'To receive notifications when new content is added to a group you are a member of, find it below and select the notification method(s) you would like to use.',
+
+ 'notifications:subscriptions:success' => 'Your notifications settings have been saved.',
+
+);
+
+ add_translation("en", $english);
diff --git a/mod/notifications/languages/es.php b/mod/notifications/languages/es.php
deleted file mode 100644
index 47ccafa43..000000000
--- a/mod/notifications/languages/es.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-$spanish = array(
-
- 'friends:all' => 'Todos los amigos',
-
- 'notifications:subscriptions:personal:description' => 'Recibir notificaciones cuando se modifiquen tus contenidos',
- 'notifications:subscriptions:personal:title' => 'Notificaciones personales',
-
- 'notifications:subscriptions:friends:title' => 'Amigos',
- 'notifications:subscriptions:friends:description' => 'La siguiente es una colecci&oacute;n autom&aacute;tica de sus amigos. Para recibir actualizaciones selecciona debajo. Esto afectar&aacute; a los usuarios que se corresopndan con el panel principal de notificaciones al final de la p&aacute;gina',
- 'notifications:subscriptions:collections:edit' => 'Para habilitar notificaciones compartidas haga click aqu&iacute;',
-
- 'notifications:subscriptions:changesettings' => 'Notificaciones',
- 'notifications:subscriptions:changesettings:groups' => 'Notificaciones de grupos',
- 'notification:method:email' => 'Email',
-
- 'notifications:subscriptions:title' => 'Notificaciones por usuario',
- 'notifications:subscriptions:description' => 'Para recibir noticificaciones de tus amigos cuando crean nuevo contenido, b&uacute;scalos en la red y selecciona el tipo de notificaci&oacute;n que quieres recibir',
-
- 'notifications:subscriptions:groups:description' => 'Para recibir noticificaciones cuando se cree nuevo contenido en grupos en los que eres miembro, b&uacute;scalos en la red y selecciona el tipo de notificaci&oacute;n que quieres recibir',
-
- 'notifications:subscriptions:success' => 'Su configuraci&oacute;n de notificaciones ha sido guardada',
-
-);
-
-add_translation("es", $spanish);