aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-01-14 01:15:40 +0100
committerSem <sembrestels@riseup.net>2012-01-14 01:15:40 +0100
commit46d1727f0e6e5dc32fa703157879be9ff65240be (patch)
tree8eebe65c71bed266041126311ab493f0d68aff04 /mod/notifications
parent85086911c89f456885de4f499d59a434c50fd3f8 (diff)
downloadelgg-46d1727f0e6e5dc32fa703157879be9ff65240be.tar.gz
elgg-46d1727f0e6e5dc32fa703157879be9ff65240be.tar.bz2
Deleted english files. find . -name 'en.php' -exec rm -fr {} \;
Diffstat (limited to 'mod/notifications')
-rw-r--r--mod/notifications/languages/en.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php
deleted file mode 100644
index ac6df7a99..000000000
--- a/mod/notifications/languages/en.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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' => 'The following is an automatic collection made up of your friends. To receive updates select below. This will affect the corresponding users in the main notification settings panel at the bottom of the page. ',
- 'notifications:subscriptions:collections:edit' => 'To edit your shared access notifications, click here.',
-
- 'notifications:subscriptions:changesettings' => 'Notifications',
- 'notifications:subscriptions:changesettings:groups' => 'Group notifications',
- 'notification:method:email' => 'Email',
-
- '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);