blob: 50f04bb33aafc92aa66128f9514705edcd6f9384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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);
|