diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-05-25 07:29:50 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-05-25 07:29:50 -0400 |
commit | a19ccb50eed9be0aab45cb72ee367fb3cbd47ab2 (patch) | |
tree | 20ff81ad7f5008376c8a24a77beacad0311b7cb5 /languages/en.php | |
parent | adb7af64321c8a80744ac0eaa870fdb38630294d (diff) | |
download | elgg-a19ccb50eed9be0aab45cb72ee367fb3cbd47ab2.tar.gz elgg-a19ccb50eed9be0aab45cb72ee367fb3cbd47ab2.tar.bz2 |
added language file
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..c0b3e5bf5 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,9 @@ +<?php + +$english = array( + 'opensearch:title' => "Search: %s", + 'opensearch:description' => "Search results for \"%s\"", + +); + +add_translation("en", $english); |