diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 01:14:29 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 01:14:29 +0100 |
commit | 85086911c89f456885de4f499d59a434c50fd3f8 (patch) | |
tree | 96f5c50831ca306ffebc839409baeab30d646f27 /mod/profile/languages/en.php | |
download | elgg-85086911c89f456885de4f499d59a434c50fd3f8.tar.gz elgg-85086911c89f456885de4f499d59a434c50fd3f8.tar.bz2 |
Original nnimis' plugin.
Diffstat (limited to 'mod/profile/languages/en.php')
-rw-r--r-- | mod/profile/languages/en.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php new file mode 100644 index 000000000..50f04bb33 --- /dev/null +++ b/mod/profile/languages/en.php @@ -0,0 +1,12 @@ +<?php +/** + * Elgg profile plugin language pack + */ + +$english = array( + 'profile' => 'Profile', + 'profile:notfound' => 'Sorry. We could not find the requested profile.', + +); + +add_translation('en', $english);
\ No newline at end of file |