aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/languages
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-19 15:38:02 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-19 15:38:02 +0000
commitfe4e67d6190d0a0a8dc9db6ea22293fe206835d7 (patch)
tree7efaa78a73d06998df3fe822cdaea9f5b1a53f8c /mod/thewire/languages
parent339c42f966b73652d7e4655443062bf77c7742e0 (diff)
downloadelgg-fe4e67d6190d0a0a8dc9db6ea22293fe206835d7.tar.gz
elgg-fe4e67d6190d0a0a8dc9db6ea22293fe206835d7.tar.bz2
the wire has been moved to core as it now powers profile status and status on member search
git-svn-id: https://code.elgg.org/elgg/trunk@2817 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/languages')
-rw-r--r--mod/thewire/languages/en.php78
1 files changed, 78 insertions, 0 deletions
diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php
new file mode 100644
index 000000000..56bc7d941
--- /dev/null
+++ b/mod/thewire/languages/en.php
@@ -0,0 +1,78 @@
+<?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' => "Site wide wire",
+
+ 'thewire:read' => "Your wire",
+
+ 'thewire:strapline' => "%s",
+
+ 'thewire:add' => "Post to your 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:newpost' => 'New Wire post',
+
+
+ /**
+ * 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 note 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 note.",
+ 'thewire:notdeleted' => "Sorry; we could not delete this shout.",
+
+
+ /**
+ * 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