aboutsummaryrefslogtreecommitdiff
path: root/mod/opensearch/languages/en.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-09 16:15:20 +0100
committerSem <sembrestels@riseup.net>2013-11-09 16:15:20 +0100
commit293fe873dcbedf45571807b722ce859e00a5a3a5 (patch)
tree4ce7adf3dbeed0a4ac2fbefd55f8844f504db499 /mod/opensearch/languages/en.php
parentba0d506ade08ae46ba665474a8b9c81e838f2eee (diff)
parent853cb44b625cbe0e1cae3dff197d54645a1291a1 (diff)
downloadelgg-293fe873dcbedf45571807b722ce859e00a5a3a5.tar.gz
elgg-293fe873dcbedf45571807b722ce859e00a5a3a5.tar.bz2
Add 'mod/opensearch/' from commit '853cb44b625cbe0e1cae3dff197d54645a1291a1'
git-subtree-dir: mod/opensearch git-subtree-mainline: ba0d506ade08ae46ba665474a8b9c81e838f2eee git-subtree-split: 853cb44b625cbe0e1cae3dff197d54645a1291a1
Diffstat (limited to 'mod/opensearch/languages/en.php')
-rw-r--r--mod/opensearch/languages/en.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/mod/opensearch/languages/en.php b/mod/opensearch/languages/en.php
new file mode 100644
index 000000000..9a77f362b
--- /dev/null
+++ b/mod/opensearch/languages/en.php
@@ -0,0 +1,28 @@
+<?php
+/**
+ * OpenSearch English language file
+ */
+
+$english = array(
+ 'opensearch:title' => "Search: %s",
+ 'opensearch:description' => "Search results for \"%s\"",
+ 'opensearch:engine' => "%s Search Engine",
+
+ 'opensearh:settings:shortname' => "Short name",
+ 'opensearh:settings:desc' => "Description",
+ 'opensearh:settings:longname' => "Long name",
+ 'opensearh:settings:icon' => "Icon",
+ 'opensearh:settings:tags' => "Tags",
+ 'opensearh:settings:lang' => "Language",
+ 'opensearh:settings:query' => "Query",
+ 'opensearh:settings:shortname:description' => "Contains a brief human-readable title that identifies this search engine. 16 characters or less of plain text. <strong>Required</strong>",
+ 'opensearh:settings:desc:description' => "Contains a human-readable text description of the search engine. 1024 characters or less of plain text. <strong>Required</strong>",
+ 'opensearh:settings:longname:description' => "Contains an extended human-readable title that identifies this search engine. 48 characters or less of plain text.",
+ 'opensearh:settings:icon:description' => "Contains a URL that identifies the location of an image that can be used in association with this search content. Can be either a 16x16 ico or 64x64 png or both. Clients will choose the image that best fits the display area. The value should be relative to your Elgg root.",
+ 'opensearh:settings:tags:description' => "Contains a set of words that are used as keywords to identify and categorize this search content. Tags must be a single word and are delimited by the space character (' '). 256 characters or less, space delimited tags",
+ 'opensearh:settings:lang:description' => "Contains a string that indicates that the search engine supports search results in the specified language. * or codes according to XML 1.0 Language Identification",
+ 'opensearh:settings:query:description' => "Test query available to clients. Clients can submit this as a test query to ensure that the OpenSearch interface works.",
+
+);
+
+add_translation("en", $english);