summaryrefslogtreecommitdiff
path: root/locale/en_GB/LC_MESSAGES/statusnet.po
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-13 18:24:12 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-13 18:24:12 +0100
commit95a6f2b84e663b73ac0a0be0fa42b480560177d2 (patch)
treeb9aa483d2bba6a1ed1a9fdb1a7927be8abbbf66a /locale/en_GB/LC_MESSAGES/statusnet.po
parentbed4e1c9e96b2bf2208f987479d15e3f624aac6a (diff)
Localisation updates for !StatusNet from !translatewiki.net !sntrans
Diffstat (limited to 'locale/en_GB/LC_MESSAGES/statusnet.po')
-rw-r--r--locale/en_GB/LC_MESSAGES/statusnet.po230
1 files changed, 164 insertions, 66 deletions
diff --git a/locale/en_GB/LC_MESSAGES/statusnet.po b/locale/en_GB/LC_MESSAGES/statusnet.po
index 13172f52a..2f9d40c5e 100644
--- a/locale/en_GB/LC_MESSAGES/statusnet.po
+++ b/locale/en_GB/LC_MESSAGES/statusnet.po
@@ -9,12 +9,12 @@ msgid ""
msgstr ""
"Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-12 17:09+0000\n"
-"PO-Revision-Date: 2009-12-12 17:09:29+0000\n"
+"POT-Creation-Date: 2009-12-13 17:14+0000\n"
+"PO-Revision-Date: 2009-12-13 17:15:19+0000\n"
"Language-Team: British English\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: MediaWiki 1.16alpha (r59992); Translate extension (2009-12-06)\n"
+"X-Generator: MediaWiki 1.16alpha (r60008); Translate extension (2009-12-06)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: en-gb\n"
"X-Message-Group: out-statusnet\n"
@@ -44,9 +44,9 @@ msgstr "No such page"
#: actions/repliesrss.php:38 actions/showfavorites.php:105
#: actions/userbyid.php:74 actions/usergroups.php:91 actions/userrss.php:38
#: actions/xrds.php:71 lib/command.php:163 lib/command.php:311
-#: lib/command.php:364 lib/command.php:411 lib/command.php:467
-#: lib/galleryaction.php:59 lib/mailbox.php:82 lib/profileaction.php:77
-#: lib/subs.php:34 lib/subs.php:116
+#: lib/command.php:364 lib/command.php:409 lib/command.php:470
+#: lib/command.php:526 lib/galleryaction.php:59 lib/mailbox.php:82
+#: lib/profileaction.php:77 lib/subs.php:34 lib/subs.php:116
msgid "No such user."
msgstr "No such user."
@@ -129,7 +129,8 @@ msgstr "API method not found."
#: actions/apifavoritecreate.php:90 actions/apifavoritedestroy.php:91
#: actions/apifriendshipscreate.php:91 actions/apifriendshipsdestroy.php:91
#: actions/apigroupcreate.php:104 actions/apigroupjoin.php:91
-#: actions/apigroupleave.php:91 actions/apistatusesupdate.php:114
+#: actions/apigroupleave.php:91 actions/apistatusesretweet.php:65
+#: actions/apistatusesupdate.php:114
msgid "This method requires a POST."
msgstr "This method requires a POST."
@@ -222,11 +223,14 @@ msgstr "All the direct messages sent to %s"
#: actions/apigrouplist.php:132 actions/apigrouplistall.php:120
#: actions/apigroupmembership.php:106 actions/apigroupshow.php:105
#: actions/apihelptest.php:88 actions/apistatusesdestroy.php:102
-#: actions/apistatusesshow.php:108 actions/apistatusnetconfig.php:133
-#: actions/apistatusnetversion.php:93 actions/apisubscriptions.php:111
-#: actions/apitimelinefavorites.php:146 actions/apitimelinefriends.php:156
-#: actions/apitimelinegroup.php:150 actions/apitimelinementions.php:151
-#: actions/apitimelinepublic.php:131 actions/apitimelinetag.php:141
+#: actions/apistatusesretweets.php:112 actions/apistatusesshow.php:108
+#: actions/apistatusnetconfig.php:133 actions/apistatusnetversion.php:93
+#: actions/apisubscriptions.php:111 actions/apitimelinefavorites.php:146
+#: actions/apitimelinefriends.php:156 actions/apitimelinegroup.php:150
+#: actions/apitimelinementions.php:151 actions/apitimelinepublic.php:131
+#: actions/apitimelineretweetedbyme.php:122
+#: actions/apitimelineretweetedtome.php:121
+#: actions/apitimelineretweetsofme.php:122 actions/apitimelinetag.php:141
#: actions/apitimelineuser.php:165 actions/apiusershow.php:101
msgid "API method not found!"
msgstr "API method not found!"
@@ -419,6 +423,21 @@ msgstr "This method requires a POST or DELETE."
msgid "You may not delete another user's status."
msgstr "You may not delete another user's status."
+#: actions/apistatusesretweet.php:75 actions/apistatusesretweets.php:72
+#, fuzzy
+msgid "No such notice"
+msgstr "No such notice."
+
+#: actions/apistatusesretweet.php:83 lib/command.php:421
+#, fuzzy
+msgid "Cannot repeat your own notice"
+msgstr "Can't turn on notification."
+
+#: actions/apistatusesretweet.php:91 lib/command.php:426
+#, fuzzy
+msgid "Already repeated that notice"
+msgstr "Delete this notice"
+
#: actions/apistatusesshow.php:138
msgid "Status deleted."
msgstr "Status deleted."
@@ -489,6 +508,21 @@ msgstr "%s public timeline"
msgid "%s updates from everyone!"
msgstr "%s updates from everyone!"
+#: actions/apitimelineretweetedbyme.php:112 lib/noticelist.php:566
+#, php-format
+msgid "Repeated by %s"
+msgstr ""
+
+#: actions/apitimelineretweetedtome.php:111
+#, fuzzy, php-format
+msgid "Repeated to %s"
+msgstr "Replies to %s"
+
+#: actions/apitimelineretweetsofme.php:112
+#, fuzzy, php-format
+msgid "Repeats of %s"
+msgstr "Replies to %s"
+
#: actions/apitimelinetag.php:102 actions/tag.php:66
#, php-format
msgid "Notices tagged with %s"
@@ -552,7 +586,7 @@ msgid "Preview"
msgstr "Preview"
#: actions/avatarsettings.php:149 lib/deleteuserform.php:66
-#: lib/noticelist.php:550
+#: lib/noticelist.php:612
msgid "Delete"
msgstr "Delete"
@@ -573,9 +607,10 @@ msgstr "Crop"
#: actions/othersettings.php:145 actions/passwordsettings.php:138
#: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:165 actions/remotesubscribe.php:77
-#: actions/smssettings.php:228 actions/subedit.php:38 actions/subscribe.php:46
-#: actions/tagother.php:166 actions/unsubscribe.php:69
-#: actions/userauthorization.php:52 lib/designsettings.php:294
+#: actions/repeat.php:83 actions/smssettings.php:228 actions/subedit.php:38
+#: actions/subscribe.php:46 actions/tagother.php:166
+#: actions/unsubscribe.php:69 actions/userauthorization.php:52
+#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please."
msgstr "There was a problem with your session token. Try again, please."
@@ -780,7 +815,7 @@ msgstr "Are you sure you want to delete this notice?"
msgid "Do not delete this notice"
msgstr "Do not delete this notice"
-#: actions/deletenotice.php:146 lib/noticelist.php:550
+#: actions/deletenotice.php:146 lib/noticelist.php:612
msgid "Delete this notice"
msgstr "Delete this notice"
@@ -1912,7 +1947,7 @@ msgid "You can't send a message to this user."
msgstr "You can't send a message to this user."
#: actions/newmessage.php:144 actions/newnotice.php:136 lib/command.php:351
-#: lib/command.php:424
+#: lib/command.php:483
msgid "No content!"
msgstr "No content!"
@@ -2021,8 +2056,8 @@ msgstr "Connect"
msgid "Only "
msgstr ""
-#: actions/oembed.php:181 actions/oembed.php:200 lib/api.php:1011
-#: lib/api.php:1039 lib/api.php:1149
+#: actions/oembed.php:181 actions/oembed.php:200 lib/api.php:1028
+#: lib/api.php:1056 lib/api.php:1166
msgid "Not a supported data format."
msgstr "Not a supported data format."
@@ -2813,6 +2848,36 @@ msgstr "That's a local profile! Login to subscribe."
msgid "Couldn’t get a request token."
msgstr "Couldn't get a request token."
+#: actions/repeat.php:57
+#, fuzzy
+msgid "Only logged-in users can repeat notices."
+msgstr "Only the user can read their own mailboxes."
+
+#: actions/repeat.php:64 actions/repeat.php:71
+#, fuzzy
+msgid "No notice specified."
+msgstr "No profile specified."
+
+#: actions/repeat.php:76
+#, fuzzy
+msgid "You can't repeat your own notice."
+msgstr "You can't register if you don't agree to the licence."
+
+#: actions/repeat.php:90
+#, fuzzy
+msgid "You already repeated that notice."
+msgstr "You have already blocked this user."
+
+#: actions/repeat.php:112 lib/noticelist.php:628
+#, fuzzy
+msgid "Repeated"
+msgstr "Created"
+
+#: actions/repeat.php:115
+#, fuzzy
+msgid "Repeated!"
+msgstr "Created"
+
#: actions/replies.php:125 actions/repliesrss.php:68
#: lib/personalgroupnav.php:105
#, php-format
@@ -3117,6 +3182,11 @@ msgstr ""
"wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
"[StatusNet](http://status.net/) tool. "
+#: actions/showstream.php:313
+#, fuzzy, php-format
+msgid "Repeat of %s"
+msgstr "Replies to %s"
+
#: actions/silence.php:65 actions/unsilence.php:65
#, fuzzy
msgid "You cannot silence users on this site."
@@ -3934,27 +4004,27 @@ msgstr "Could not insert message."
msgid "Could not update message with new URI."
msgstr "Could not update message with new URI."
-#: classes/Notice.php:164
+#: classes/Notice.php:172
#, php-format
msgid "DB error inserting hashtag: %s"
msgstr "DB error inserting hashtag: %s"
-#: classes/Notice.php:188
+#: classes/Notice.php:196
#, fuzzy
msgid "Problem saving notice. Too long."
msgstr "Problem saving notice."
-#: classes/Notice.php:192
+#: classes/Notice.php:200
msgid "Problem saving notice. Unknown user."
msgstr "Problem saving notice. Unknown user."
-#: classes/Notice.php:197
+#: classes/Notice.php:205
msgid ""
"Too many notices too fast; take a breather and post again in a few minutes."
msgstr ""
"Too many notices too fast; take a breather and post again in a few minutes."
-#: classes/Notice.php:203
+#: classes/Notice.php:211
#, fuzzy
msgid ""
"Too many duplicate messages too quickly; take a breather and post again in a "
@@ -3962,19 +4032,24 @@ msgid ""
msgstr ""
"Too many notices too fast; take a breather and post again in a few minutes."
-#: classes/Notice.php:209
+#: classes/Notice.php:217
msgid "You are banned from posting notices on this site."
msgstr "You are banned from posting notices on this site."
-#: classes/Notice.php:274 classes/Notice.php:299
+#: classes/Notice.php:289 classes/Notice.php:314
msgid "Problem saving notice."
msgstr "Problem saving notice."
-#: classes/Notice.php:1115
+#: classes/Notice.php:993
#, php-format
msgid "DB error inserting reply: %s"
msgstr "DB error inserting reply: %s"
+#: classes/Notice.php:1320
+#, fuzzy, php-format
+msgid "RT @%1$s %2$s"
+msgstr "%1$s (%2$s)"
+
#: classes/User.php:347
#, php-format
msgid "Welcome to %1$s, @%2$s!"
@@ -4185,19 +4260,19 @@ msgstr "All "
msgid "license."
msgstr "licence."
-#: lib/action.php:1068
+#: lib/action.php:1098
msgid "Pagination"
msgstr "Pagination"
-#: lib/action.php:1077
+#: lib/action.php:1107
msgid "After"
msgstr "After"
-#: lib/action.php:1085
+#: lib/action.php:1115
msgid "Before"
msgstr "Before"
-#: lib/action.php:1133
+#: lib/action.php:1163
msgid "There was a problem with your session token."
msgstr "There was a problem with your session token."
@@ -4294,11 +4369,12 @@ msgid ""
"Notices: %3$s"
msgstr ""
-#: lib/command.php:152 lib/command.php:400
+#: lib/command.php:152 lib/command.php:398 lib/command.php:459
msgid "Notice with that id does not exist"
msgstr ""
-#: lib/command.php:168 lib/command.php:416 lib/command.php:472
+#: lib/command.php:168 lib/command.php:414 lib/command.php:475
+#: lib/command.php:531
msgid "User has no last notice"
msgstr "User has no last notice"
@@ -4340,106 +4416,116 @@ msgstr "Message too long - maximum is %d characters, you sent %d"
msgid "Error sending direct message."
msgstr "Error sending direct message."
-#: lib/command.php:431
+#: lib/command.php:434
+#, fuzzy, php-format
+msgid "Notice from %s repeated"
+msgstr "Notice posted"
+
+#: lib/command.php:436
+#, fuzzy
+msgid "Error repeating notice."
+msgstr "Error saving notice."
+
+#: lib/command.php:490
#, php-format
msgid "Notice too long - maximum is %d characters, you sent %d"
msgstr "Notice too long - maximum is %d characters, you sent %d"
-#: lib/command.php:440
+#: lib/command.php:499
#, php-format
msgid "Reply to %s sent"
msgstr "Reply to %s sent"
-#: lib/command.php:442
+#: lib/command.php:501
msgid "Error saving notice."
msgstr "Error saving notice."
-#: lib/command.php:496
+#: lib/command.php:555
msgid "Specify the name of the user to subscribe to"
msgstr "Specify the name of the user to subscribe to"
-#: lib/command.php:503
+#: lib/command.php:562
#, php-format
msgid "Subscribed to %s"
msgstr "Subscribed to %s"
-#: lib/command.php:524
+#: lib/command.php:583
msgid "Specify the name of the user to unsubscribe from"
msgstr "Specify the name of the user to unsubscribe from"
-#: lib/command.php:531
+#: lib/command.php:590
#, php-format
msgid "Unsubscribed from %s"
msgstr "Unsubscribed from %s"
-#: lib/command.php:549 lib/command.php:572
+#: lib/command.php:608 lib/command.php:631
msgid "Command not yet implemented."
msgstr "Command not yet implemented."
-#: lib/command.php:552
+#: lib/command.php:611
msgid "Notification off."
msgstr "Notification off."
-#: lib/command.php:554
+#: lib/command.php:613
msgid "Can't turn off notification."
msgstr "Can't turn off notification."
-#: lib/command.php:575
+#: lib/command.php:634
msgid "Notification on."
msgstr "Notification on."
-#: lib/command.php:577
+#: lib/command.php:636
msgid "Can't turn on notification."
msgstr "Can't turn on notification."
-#: lib/command.php:590
+#: lib/command.php:649
msgid "Login command is disabled"
msgstr ""
-#: lib/command.php:604
+#: lib/command.php:663
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "Could not create aliases"
-#: lib/command.php:609
+#: lib/command.php:668
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
-#: lib/command.php:625
+#: lib/command.php:684
#, fuzzy
msgid "You are not subscribed to anyone."
msgstr "You are not subscribed to that profile."
-#: lib/command.php:627
+#: lib/command.php:686
msgid "You are subscribed to this person:"
msgid_plural "You are subscribed to these people:"
msgstr[0] "You are already subscribed to these users:"
msgstr[1] "You are already subscribed to these users:"
-#: lib/command.php:647
+#: lib/command.php:706
#, fuzzy
msgid "No one is subscribed to you."
msgstr "Could not subscribe other to you."
-#: lib/command.php:649
+#: lib/command.php:708
msgid "This person is subscribed to you:"
msgid_plural "These people are subscribed to you:"
msgstr[0] "Could not subscribe other to you."
msgstr[1] "Could not subscribe other to you."
-#: lib/command.php:669
+#: lib/command.php:728
#, fuzzy
msgid "You are not a member of any groups."
msgstr "You are not a member of that group."
-#: lib/command.php:671
+#: lib/command.php:730
msgid "You are a member of this group:"
msgid_plural "You are a member of these groups:"
msgstr[0] "You are not a member of that group."
msgstr[1] "You are not a member of that group."
-#: lib/command.php:685
+#: lib/command.php:744
msgid ""
"Commands:\n"
"on - turn on notifications\n"
@@ -4455,6 +4541,8 @@ msgid ""
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"fav #<notice_id> - add notice with the given id as a 'fave'\n"
+"repeat #<notice_id> - repeat a notice with a given id\n"
+"repeat <nickname> - repeat the last notice from user\n"
"reply #<notice_id> - reply to notice with a given id\n"
"reply <nickname> - reply to the last notice from user\n"
"join <group> - join group\n"
@@ -4922,7 +5010,7 @@ msgid ""
"users in conversation. People can send you messages for your eyes only."
msgstr ""
-#: lib/mailbox.php:227 lib/noticelist.php:452
+#: lib/mailbox.php:227 lib/noticelist.php:468
#, fuzzy
msgid "from"
msgstr "from"
@@ -5008,41 +5096,41 @@ msgstr ""
msgid "Attach a file"
msgstr ""
-#: lib/noticelist.php:403
+#: lib/noticelist.php:419
#, php-format
msgid "%1$u°%2$u'%3$u\"%4$s %5$u°%6$u'%7$u\"%8$s"
msgstr ""
-#: lib/noticelist.php:404
+#: lib/noticelist.php:420
#, fuzzy
msgid "N"
msgstr "No"
-#: lib/noticelist.php:404
+#: lib/noticelist.php:420
msgid "S"
msgstr ""
-#: lib/noticelist.php:405
+#: lib/noticelist.php:421
msgid "E"
msgstr ""
-#: lib/noticelist.php:405
+#: lib/noticelist.php:421
msgid "W"
msgstr ""
-#: lib/noticelist.php:411
+#: lib/noticelist.php:427
msgid "at"
msgstr ""
-#: lib/noticelist.php:506
+#: lib/noticelist.php:522
msgid "in context"
msgstr "in context"
-#: lib/noticelist.php:526
+#: lib/noticelist.php:588
msgid "Reply to this notice"
msgstr "Reply to this notice"
-#: lib/noticelist.php:527
+#: lib/noticelist.php:589
msgid "Reply"
msgstr "Reply"
@@ -5172,6 +5260,16 @@ msgstr "Featured"
msgid "Popular"
msgstr "Popular"
+#: lib/repeatform.php:107 lib/repeatform.php:132
+#, fuzzy
+msgid "Repeat this notice"
+msgstr "Reply to this notice"
+
+#: lib/repeatform.php:132
+#, fuzzy
+msgid "Repeat"
+msgstr "Reset"
+
#: lib/sandboxform.php:67
msgid "Sandbox"
msgstr "Sandbox"