]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added language file
authorCash Costello <cash.costello@gmail.com>
Tue, 25 May 2010 11:29:50 +0000 (07:29 -0400)
committerCash Costello <cash.costello@gmail.com>
Tue, 25 May 2010 11:29:50 +0000 (07:29 -0400)
languages/en.php [new file with mode: 0644]

diff --git a/languages/en.php b/languages/en.php
new file mode 100644 (file)
index 0000000..c0b3e5b
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+$english = array(
+       'opensearch:title' => "Search: %s",
+       'opensearch:description' => "Search results for \"%s\"",
+       
+);
+
+add_translation("en", $english);