aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/languages
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-03 17:53:05 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-03 17:53:05 +0000
commit4766f36a4d74924f21ff329c4318ce4e069ffa04 (patch)
tree969b84632f2a8b0db79788a8a6db8e41d63e5cb4 /mod/thewire/languages
parent57a217fd6b708844407486046a1faa23b46cac08 (diff)
downloadelgg-4766f36a4d74924f21ff329c4318ce4e069ffa04.tar.gz
elgg-4766f36a4d74924f21ff329c4318ce4e069ffa04.tar.bz2
Pulled in the interface changes.
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/languages')
-rw-r--r--mod/thewire/languages/en.php79
1 files changed, 79 insertions, 0 deletions
diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php
new file mode 100644
index 000000000..da0fc222f
--- /dev/null
+++ b/mod/thewire/languages/en.php
@@ -0,0 +1,79 @@
+<?php
+
+ $english = array(
+
+ /**
+ * Menu items and titles
+ */
+
+ 'thewire' => "The wire",
+ 'thewire:user' => "%s's wire",
+ 'thewire:posttitle' => "%s's notes on the wire: %s",
+ 'thewire:everyone' => "All wire posts",
+
+ 'thewire:read' => "Wire posts",
+
+ 'thewire:strapline' => "%s",
+
+ 'thewire:add' => "Post to the wire",
+ 'thewire:text' => "A note on the wire",
+ 'thewire:reply' => "Reply",
+ 'thewire:via' => "via",
+ 'thewire:wired' => "Posted to the wire",
+ 'thewire:charleft' => "characters left",
+ 'item:object:thewire' => "Wire posts",
+ 'thewire:notedeleted' => "note deleted",
+ 'thewire:doing' => "What are you doing? Tell everyone on the wire:",
+ 'thewire:newpost' => 'New wire post',
+ 'thewire:addpost' => 'Post to the wire',
+
+
+ /**
+ * The wire river
+ **/
+
+ //generic terms to use
+ 'thewire:river:created' => "%s posted",
+
+ //these get inserted into the river links to take the user to the entity
+ 'thewire:river:create' => "on the wire.",
+
+ /**
+ * Wire widget
+ **/
+
+ 'thewire:sitedesc' => 'This widget shows the latest site notes posted to the wire',
+ 'thewire:yourdesc' => 'This widget shows your latest notes posted to the wire',
+ 'thewire:friendsdesc' => 'This widget will show the latest from your friends on the wire',
+ 'thewire:friends' => 'Your friends on the wire',
+ 'thewire:num' => 'Number of items to display',
+
+
+
+ /**
+ * Status messages
+ */
+
+ 'thewire:posted' => "Your message was successfully posted to the wire.",
+ 'thewire:deleted' => "Your wire post was successfully deleted.",
+
+ /**
+ * Error messages
+ */
+
+ 'thewire:blank' => "Sorry; you need to actually put something in the textbox before we can save it.",
+ 'thewire:notfound' => "Sorry; we could not find the specified wire post.",
+ 'thewire:notdeleted' => "Sorry; we could not delete this wire post.",
+
+
+ /**
+ * Settings
+ */
+ 'thewire:smsnumber' => "Your SMS number if different from your mobile number (mobile number must be set to public for the wire to be able to use it). All phone numbers must be in international format.",
+ 'thewire:channelsms' => "The number to send SMS messages to is <b>%s</b>",
+
+ );
+
+ add_translation("en",$english);
+
+?> \ No newline at end of file