aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 22:41:25 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 22:41:25 +0000
commitda90ff55725a9118ce6111ab2b6371650bf78ade (patch)
tree937da734d50c8147ca8f2cc52791dabf430464c6 /mod/thewire/languages
parentcc6b7d1d223241e397e0d41354924e74606eeffc (diff)
downloadelgg-da90ff55725a9118ce6111ab2b6371650bf78ade.tar.gz
elgg-da90ff55725a9118ce6111ab2b6371650bf78ade.tar.bz2
a mostly completed port of JHU/APL wire plugin to 1.8
git-svn-id: http://code.elgg.org/elgg/trunk@8183 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/languages')
-rw-r--r--mod/thewire/languages/en.php120
1 files changed, 42 insertions, 78 deletions
diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php
index 581ac5506..8978c6739 100644
--- a/mod/thewire/languages/en.php
+++ b/mod/thewire/languages/en.php
@@ -1,82 +1,46 @@
<?php
+/**
+ * The Wire English language file
+ */
- $english = array(
-
- /**
- * Menu items and titles
- */
-
- 'thewire:title' => "The Wire",
- 'thewire:my_posts' => "My wire posts",
- 'thewire:user' => "%s's wire posts",
- 'thewire:posttitle' => "%s's notes on the wire: %s",
- 'thewire:everyone' => "All wire posts",
-
- 'thewire:read' => "My wire posts",
-
- 'thewire:strapline' => "%s",
-
- 'thewire:add' => "Post to the wire",
- 'thewire:text' => "A note on the wire",
- 'thewire:reply' => "Reply",
- 'thewire:via_method' => "via %s",
- 'thewire:wired' => "Posted to the wire",
- 'thewire:charleft' => "characters remaining",
- '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',
- 'thewire:by' => "Wire post by %s",
- 'thewire:update' => 'update',
+$english = array(
-
- /**
- * 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' => "posted to the wire",
-
- /**
- * Wire widget
- **/
-
- 'thewire:sitedesc' => 'This widget shows the latest site notes posted to the wire',
- 'thewire:yourdesc' => 'This widget displays your latest wire posts',
- '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',
- 'thewire:moreposts' => 'More wire posts',
-
-
- /**
- * 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);
+ /**
+ * Menu items and titles
+ */
+ 'thewire' => "The Wire",
+ 'thewire:everyone' => "All wire posts",
+ 'thewire:user' => "%s's wire posts",
+ 'thewire:friends' => "Friends' wire posts",
+ 'thewire:reply' => "Reply",
+ 'thewire:replying' => "Replying to %s who wrote",
+ 'thewire:thread' => "Thread",
+ 'thewire:previous' => "Previous",
+ 'thewire:charleft' => "characters remaining",
+ 'thewire:tags' => "Wire posts tagged with '%s'",
+ 'thewire:noposts' => "No wire posts yet",
-?>
+ /**
+ * The wire river
+ */
+ 'thewire:river:create' => "posted to the wire",
+
+ /**
+ * Wire widget
+ */
+ 'thewire:widget:desc' => 'Display your latest wire posts',
+ 'thewire:num' => 'Number of posts to display',
+ 'thewire:moreposts' => 'More wire posts',
+
+ /**
+ * Status messages
+ */
+ 'thewire:posted' => "Your message was successfully posted to the wire.",
+ 'thewire:deleted' => "The wire post was successfully deleted.",
+ '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.",
+
+);
+
+add_translation("en", $english);