make settings and search menus localisable
darcs-hash:20080817150244-84dde-7f2e4dec226aa9754dfc970386e62076f952db72.gz
This commit is contained in:
parent
5b01880685
commit
1ba234a9b6
|
@ -94,17 +94,17 @@ class SearchAction extends Action {
|
||||||
function search_menu() {
|
function search_menu() {
|
||||||
# action => array('prompt', 'title', $args)
|
# action => array('prompt', 'title', $args)
|
||||||
$action = $this->trimmed('action');
|
$action = $this->trimmed('action');
|
||||||
$menu =
|
$menu =
|
||||||
array('peoplesearch' =>
|
array('peoplesearch' =>
|
||||||
array(
|
array(
|
||||||
_('People'),
|
_('People'),
|
||||||
_('Find people on this site'),
|
_('Find people on this site'),
|
||||||
($action != 'peoplesearch' && $this->trimmed('q')) ? array('q' => $this->trimmed('q')) : NULL),
|
($action != 'peoplesearch' && $this->trimmed('q')) ? array('q' => $this->trimmed('q')) : NULL),
|
||||||
'noticesearch' =>
|
'noticesearch' =>
|
||||||
array( _('Text'),
|
array( _('Text'),
|
||||||
_('Find content of notices'),
|
_('Find content of notices'),
|
||||||
($action != 'noticesearch' && $this->trimmed('q')) ? array('q' => $this->trimmed('q')) : NULL)
|
($action != 'noticesearch' && $this->trimmed('q')) ? array('q' => $this->trimmed('q')) : NULL)
|
||||||
);
|
);
|
||||||
$this->nav_menu($menu);
|
$this->nav_menu($menu);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,35 +79,35 @@ class SettingsAction extends Action {
|
||||||
|
|
||||||
function settings_menu() {
|
function settings_menu() {
|
||||||
# action => array('prompt', 'title')
|
# action => array('prompt', 'title')
|
||||||
static $menu =
|
$menu =
|
||||||
array('profilesettings' =>
|
array('profilesettings' =>
|
||||||
array('Profile',
|
array(_('Profile'),
|
||||||
'Change your profile settings'),
|
_('Change your profile settings')),
|
||||||
'emailsettings' =>
|
'emailsettings' =>
|
||||||
array('Email',
|
array(_('Email'),
|
||||||
'Change email handling'),
|
_('Change email handling')),
|
||||||
'avatar' =>
|
'avatar' =>
|
||||||
array('Avatar',
|
array(_('Avatar'),
|
||||||
'Upload a new profile image'),
|
_('Upload a new profile image')),
|
||||||
'password' =>
|
'password' =>
|
||||||
array('Password',
|
array(_('Password'),
|
||||||
'Change your password'),
|
_('Change your password')),
|
||||||
'openidsettings' =>
|
'openidsettings' =>
|
||||||
array('OpenID',
|
array(_('OpenID'),
|
||||||
'Add or remove OpenIDs'),
|
_('Add or remove OpenIDs')),
|
||||||
'smssettings' =>
|
'smssettings' =>
|
||||||
array('SMS',
|
array(_('SMS'),
|
||||||
'Updates by SMS'),
|
_('Updates by SMS')),
|
||||||
'imsettings' =>
|
'imsettings' =>
|
||||||
array('IM',
|
array(_('IM'),
|
||||||
'Updates by instant messenger (IM)'));
|
_('Updates by instant messenger (IM)')));
|
||||||
|
|
||||||
$action = $this->trimmed('action');
|
$action = $this->trimmed('action');
|
||||||
common_element_start('ul', array('id' => 'nav_views'));
|
common_element_start('ul', array('id' => 'nav_views'));
|
||||||
foreach ($menu as $menuaction => $menudesc) {
|
foreach ($menu as $menuaction => $menudesc) {
|
||||||
common_menu_item(common_local_url($menuaction),
|
common_menu_item(common_local_url($menuaction),
|
||||||
_($menudesc[0]),
|
$menudesc[0],
|
||||||
_($menudesc[1]),
|
$menudesc[1],
|
||||||
$action == $menuaction);
|
$action == $menuaction);
|
||||||
}
|
}
|
||||||
common_element_end('ul');
|
common_element_end('ul');
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2008-08-03 19:13-0400\n"
|
"POT-Creation-Date: 2008-08-17 11:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -21,7 +21,7 @@ msgstr ""
|
||||||
msgid " Search Stream for \"%s\""
|
msgid " Search Stream for \"%s\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/finishopenidlogin.php:82 ../actions/register.php:255
|
#: ../actions/finishopenidlogin.php:82 ../actions/register.php:177
|
||||||
msgid ""
|
msgid ""
|
||||||
" except this private data: password, email address, IM address, phone number."
|
" except this private data: password, email address, IM address, phone number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -30,7 +30,7 @@ msgstr ""
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/twitapistatuses.php:456
|
#: ../actions/twitapistatuses.php:470
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s / Updates replying to %2$s"
|
msgid "%1$s / Updates replying to %2$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -51,7 +51,7 @@ msgid ""
|
||||||
"%4$s.\n"
|
"%4$s.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/twitapistatuses.php:460
|
#: ../actions/twitapistatuses.php:474
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s updates that reply to updates from %2$s / %3$s."
|
msgid "%1$s updates that reply to updates from %2$s / %3$s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -92,25 +92,25 @@ msgstr ""
|
||||||
msgid "%s updates from everyone!"
|
msgid "%s updates from everyone!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:277
|
#: ../actions/register.php:199
|
||||||
msgid ""
|
msgid ""
|
||||||
"(You should receive a message by email momentarily, with instructions on how "
|
"(You should receive a message by email momentarily, with instructions on how "
|
||||||
"to confirm your email address.)"
|
"to confirm your email address.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:253
|
#: ../lib/util.php:256
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"**%%site.name%%** is a microblogging service brought to you by [%%site."
|
"**%%site.name%%** is a microblogging service brought to you by [%%site."
|
||||||
"broughtby%%](%%site.broughtbyurl%%). "
|
"broughtby%%](%%site.broughtbyurl%%). "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:255
|
#: ../lib/util.php:258
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "**%%site.name%%** is a microblogging service. "
|
msgid "**%%site.name%%** is a microblogging service. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:270
|
#: ../lib/util.php:273
|
||||||
msgid ". Contributors should be attributed by full name or nickname."
|
msgid ". Contributors should be attributed by full name or nickname."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ msgstr ""
|
||||||
msgid "1-64 lowercase letters or numbers, no punctuation or spaces"
|
msgid "1-64 lowercase letters or numbers, no punctuation or spaces"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:221
|
#: ../actions/register.php:143
|
||||||
msgid "1-64 lowercase letters or numbers, no punctuation or spaces. Required."
|
msgid "1-64 lowercase letters or numbers, no punctuation or spaces. Required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -126,11 +126,11 @@ msgstr ""
|
||||||
msgid "6 or more characters"
|
msgid "6 or more characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:165
|
#: ../actions/recoverpassword.php:180
|
||||||
msgid "6 or more characters, and don't forget it!"
|
msgid "6 or more characters, and don't forget it!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:223
|
#: ../actions/register.php:145
|
||||||
msgid "6 or more characters. Required."
|
msgid "6 or more characters. Required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ msgid ""
|
||||||
"(and spam box!) for the code and instructions on how to use it."
|
"(and spam box!) for the code and instructions on how to use it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:318
|
#: ../lib/util.php:321
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -170,6 +170,10 @@ msgstr ""
|
||||||
msgid "Add OpenID"
|
msgid "Add OpenID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/settingsaction.php:97
|
||||||
|
msgid "Add or remove OpenIDs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/emailsettings.php:38 ../actions/imsettings.php:39
|
#: ../actions/emailsettings.php:38 ../actions/imsettings.php:39
|
||||||
#: ../actions/smssettings.php:39
|
#: ../actions/smssettings.php:39
|
||||||
msgid "Address"
|
msgid "Address"
|
||||||
|
@ -206,7 +210,7 @@ msgstr ""
|
||||||
msgid "Authorize subscription"
|
msgid "Authorize subscription"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/login.php:104 ../actions/register.php:242
|
#: ../actions/login.php:104 ../actions/register.php:164
|
||||||
msgid "Automatically login in the future; not for shared computers!"
|
msgid "Automatically login in the future; not for shared computers!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -215,7 +219,7 @@ msgid ""
|
||||||
"Automatically subscribe to whoever subscribes to me (best for non-humans)"
|
"Automatically subscribe to whoever subscribes to me (best for non-humans)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/avatar.php:32
|
#: ../actions/avatar.php:32 ../lib/settingsaction.php:90
|
||||||
msgid "Avatar"
|
msgid "Avatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -240,11 +244,11 @@ msgstr ""
|
||||||
msgid "Awaiting confirmation on this phone number."
|
msgid "Awaiting confirmation on this phone number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:1298
|
#: ../lib/util.php:1301
|
||||||
msgid "Before »"
|
msgid "Before »"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:49 ../actions/register.php:234
|
#: ../actions/profilesettings.php:49 ../actions/register.php:156
|
||||||
msgid "Bio"
|
msgid "Bio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -262,7 +266,7 @@ msgstr ""
|
||||||
msgid "Can't read avatar URL '%s'"
|
msgid "Can't read avatar URL '%s'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/password.php:85 ../actions/recoverpassword.php:261
|
#: ../actions/password.php:85 ../actions/recoverpassword.php:300
|
||||||
msgid "Can't save new password."
|
msgid "Can't save new password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -287,12 +291,24 @@ msgstr ""
|
||||||
msgid "Change"
|
msgid "Change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/settingsaction.php:88
|
||||||
|
msgid "Change email handling"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/password.php:32
|
#: ../actions/password.php:32
|
||||||
msgid "Change password"
|
msgid "Change password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/password.php:43 ../actions/recoverpassword.php:166
|
#: ../lib/settingsaction.php:94
|
||||||
#: ../actions/register.php:224 ../actions/smssettings.php:65
|
msgid "Change your password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/settingsaction.php:85
|
||||||
|
msgid "Change your profile settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../actions/password.php:43 ../actions/recoverpassword.php:181
|
||||||
|
#: ../actions/register.php:146 ../actions/smssettings.php:65
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -313,7 +329,7 @@ msgstr ""
|
||||||
msgid "Confirmation code not found."
|
msgid "Confirmation code not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:266
|
#: ../actions/register.php:188
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Congratulations, %s! And welcome to %%%%site.name%%%%. From here, you may "
|
"Congratulations, %s! And welcome to %%%%site.name%%%%. From here, you may "
|
||||||
|
@ -340,7 +356,7 @@ msgstr ""
|
||||||
msgid "Connect existing account"
|
msgid "Connect existing account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:326
|
#: ../lib/util.php:329
|
||||||
msgid "Contact"
|
msgid "Contact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -374,6 +390,10 @@ msgstr ""
|
||||||
msgid "Could not subscribe."
|
msgid "Could not subscribe."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../actions/recoverpassword.php:102
|
||||||
|
msgid "Could not update user with confirmed email address."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/finishremotesubscribe.php:99
|
#: ../actions/finishremotesubscribe.php:99
|
||||||
msgid "Couldn't convert request tokens to access tokens."
|
msgid "Couldn't convert request tokens to access tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -400,11 +420,11 @@ msgstr ""
|
||||||
msgid "Couldn't insert new subscription."
|
msgid "Couldn't insert new subscription."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:181 ../actions/twitapiaccount.php:92
|
#: ../actions/profilesettings.php:184 ../actions/twitapiaccount.php:92
|
||||||
msgid "Couldn't save profile."
|
msgid "Couldn't save profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:158
|
#: ../actions/profilesettings.php:161
|
||||||
msgid "Couldn't update user for autosubscribe."
|
msgid "Couldn't update user for autosubscribe."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -456,7 +476,7 @@ msgstr ""
|
||||||
msgid "DB error inserting hashtag: %s"
|
msgid "DB error inserting hashtag: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:1041
|
#: ../lib/util.php:1044
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "DB error inserting reply: %s"
|
msgid "DB error inserting reply: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -465,11 +485,11 @@ msgstr ""
|
||||||
msgid "Delete notice"
|
msgid "Delete notice"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:51 ../actions/register.php:236
|
#: ../actions/profilesettings.php:51 ../actions/register.php:158
|
||||||
msgid "Describe yourself and your interests in 140 chars"
|
msgid "Describe yourself and your interests in 140 chars"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:226
|
#: ../actions/register.php:148 ../lib/settingsaction.php:87
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -493,7 +513,7 @@ msgstr ""
|
||||||
msgid "Email address, like \"UserName@example.org\""
|
msgid "Email address, like \"UserName@example.org\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:176
|
#: ../actions/recoverpassword.php:191
|
||||||
msgid "Enter a nickname or email address."
|
msgid "Enter a nickname or email address."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -505,7 +525,7 @@ msgstr ""
|
||||||
msgid "Error authorizing token"
|
msgid "Error authorizing token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/finishopenidlogin.php:282
|
#: ../actions/finishopenidlogin.php:253
|
||||||
msgid "Error connecting user to OpenID."
|
msgid "Error connecting user to OpenID."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -525,7 +545,7 @@ msgstr ""
|
||||||
msgid "Error inserting remote profile"
|
msgid "Error inserting remote profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:201
|
#: ../actions/recoverpassword.php:240
|
||||||
msgid "Error saving address confirmation."
|
msgid "Error saving address confirmation."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -533,7 +553,7 @@ msgstr ""
|
||||||
msgid "Error saving remote profile"
|
msgid "Error saving remote profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/finishopenidlogin.php:222 ../lib/openid.php:226
|
#: ../lib/openid.php:226
|
||||||
msgid "Error saving the profile."
|
msgid "Error saving the profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -546,7 +566,7 @@ msgid "Error saving user; invalid."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/login.php:47 ../actions/login.php:73
|
#: ../actions/login.php:47 ../actions/login.php:73
|
||||||
#: ../actions/recoverpassword.php:268 ../actions/register.php:92
|
#: ../actions/recoverpassword.php:307 ../actions/register.php:94
|
||||||
msgid "Error setting user."
|
msgid "Error setting user."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -558,7 +578,7 @@ msgstr ""
|
||||||
msgid "Error updating remote profile"
|
msgid "Error updating remote profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:79
|
#: ../actions/recoverpassword.php:80
|
||||||
msgid "Error with confirmation code."
|
msgid "Error with confirmation code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -566,7 +586,7 @@ msgstr ""
|
||||||
msgid "Existing nickname"
|
msgid "Existing nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:320
|
#: ../lib/util.php:323
|
||||||
msgid "FAQ"
|
msgid "FAQ"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -584,7 +604,7 @@ msgstr ""
|
||||||
msgid "Feed for replies to %s"
|
msgid "Feed for replies to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/tag.php:56
|
#: ../actions/tag.php:55
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Feed for tag %s"
|
msgid "Feed for tag %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -603,7 +623,7 @@ msgid ""
|
||||||
"changing your settings."
|
"changing your settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:44 ../actions/register.php:228
|
#: ../actions/profilesettings.php:44 ../actions/register.php:150
|
||||||
msgid "Full name"
|
msgid "Full name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -612,15 +632,15 @@ msgstr ""
|
||||||
msgid "Full name is too long (max 255 chars)."
|
msgid "Full name is too long (max 255 chars)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:316
|
#: ../lib/util.php:319
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:294
|
#: ../lib/util.php:297
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:46 ../actions/register.php:231
|
#: ../actions/profilesettings.php:46 ../actions/register.php:153
|
||||||
msgid "Homepage"
|
msgid "Homepage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -632,6 +652,10 @@ msgstr ""
|
||||||
msgid "I want to post notices by email."
|
msgid "I want to post notices by email."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/settingsaction.php:102
|
||||||
|
msgid "IM"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/imsettings.php:60
|
#: ../actions/imsettings.php:60
|
||||||
msgid "IM Address"
|
msgid "IM Address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -652,7 +676,7 @@ msgid ""
|
||||||
"click \"Add\"."
|
"click \"Add\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:122
|
#: ../actions/recoverpassword.php:137
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you've forgotten or lost your password, you can get a new one sent the "
|
"If you've forgotten or lost your password, you can get a new one sent the "
|
||||||
"email address you have stored in your account."
|
"email address you have stored in your account."
|
||||||
|
@ -674,7 +698,7 @@ msgstr ""
|
||||||
msgid "Incorrect username or password."
|
msgid "Incorrect username or password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:226
|
#: ../actions/recoverpassword.php:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"Instructions for recovering your password have been sent to the email "
|
"Instructions for recovering your password have been sent to the email "
|
||||||
"address registered to your account."
|
"address registered to your account."
|
||||||
|
@ -724,12 +748,12 @@ msgstr ""
|
||||||
msgid "Invalid size."
|
msgid "Invalid size."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/finishopenidlogin.php:264 ../actions/register.php:87
|
#: ../actions/finishopenidlogin.php:235 ../actions/register.php:89
|
||||||
#: ../actions/register.php:103
|
#: ../actions/register.php:107
|
||||||
msgid "Invalid username or password."
|
msgid "Invalid username or password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:257
|
#: ../lib/util.php:260
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"It runs the [Laconica](http://laconi.ca/) microblogging software, version %"
|
"It runs the [Laconica](http://laconi.ca/) microblogging software, version %"
|
||||||
|
@ -756,7 +780,7 @@ msgstr ""
|
||||||
msgid "Language is too long (max 50 chars)."
|
msgid "Language is too long (max 50 chars)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:52 ../actions/register.php:237
|
#: ../actions/profilesettings.php:52 ../actions/register.php:159
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -766,7 +790,7 @@ msgid "Location is too long (max 255 chars)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/login.php:97 ../actions/login.php:106
|
#: ../actions/login.php:97 ../actions/login.php:106
|
||||||
#: ../actions/openidlogin.php:68 ../lib/util.php:304
|
#: ../actions/openidlogin.php:68 ../lib/util.php:307
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -783,11 +807,11 @@ msgid ""
|
||||||
"%). "
|
"%). "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:302
|
#: ../lib/util.php:305
|
||||||
msgid "Logout"
|
msgid "Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:230
|
#: ../actions/register.php:152
|
||||||
msgid "Longer name, preferably your \"real\" name"
|
msgid "Longer name, preferably your \"real\" name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -820,7 +844,7 @@ msgid ""
|
||||||
"email but isn't listed here, send email to let us know at %s."
|
"email but isn't listed here, send email to let us know at %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/finishopenidlogin.php:79 ../actions/register.php:252
|
#: ../actions/finishopenidlogin.php:79 ../actions/register.php:174
|
||||||
msgid "My text and files are available under "
|
msgid "My text and files are available under "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -845,16 +869,16 @@ msgstr ""
|
||||||
msgid "New notice"
|
msgid "New notice"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/password.php:41 ../actions/recoverpassword.php:164
|
#: ../actions/password.php:41 ../actions/recoverpassword.php:179
|
||||||
msgid "New password"
|
msgid "New password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:275
|
#: ../actions/recoverpassword.php:314
|
||||||
msgid "New password successfully saved. You are now logged in."
|
msgid "New password successfully saved. You are now logged in."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/login.php:101 ../actions/profilesettings.php:41
|
#: ../actions/login.php:101 ../actions/profilesettings.php:41
|
||||||
#: ../actions/register.php:220
|
#: ../actions/register.php:142
|
||||||
msgid "Nickname"
|
msgid "Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -876,7 +900,7 @@ msgstr ""
|
||||||
msgid "Nickname of the user you want to follow"
|
msgid "Nickname of the user you want to follow"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:147
|
#: ../actions/recoverpassword.php:162
|
||||||
msgid "Nickname or email"
|
msgid "Nickname or email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -941,7 +965,7 @@ msgstr ""
|
||||||
msgid "No profile URL returned by server."
|
msgid "No profile URL returned by server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:189
|
#: ../actions/recoverpassword.php:226
|
||||||
msgid "No registered email address for that user."
|
msgid "No registered email address for that user."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -980,15 +1004,18 @@ msgstr ""
|
||||||
|
|
||||||
#: ../actions/all.php:34 ../actions/allrss.php:35
|
#: ../actions/all.php:34 ../actions/allrss.php:35
|
||||||
#: ../actions/avatarbynickname.php:43 ../actions/foaf.php:40
|
#: ../actions/avatarbynickname.php:43 ../actions/foaf.php:40
|
||||||
#: ../actions/recoverpassword.php:185 ../actions/remotesubscribe.php:84
|
#: ../actions/remotesubscribe.php:84 ../actions/remotesubscribe.php:91
|
||||||
#: ../actions/remotesubscribe.php:91 ../actions/replies.php:57
|
#: ../actions/replies.php:57 ../actions/repliesrss.php:35
|
||||||
#: ../actions/repliesrss.php:35 ../actions/showstream.php:110
|
#: ../actions/showstream.php:110 ../actions/subscribe.php:44
|
||||||
#: ../actions/subscribe.php:44 ../actions/unsubscribe.php:39
|
#: ../actions/unsubscribe.php:39 ../actions/userbyid.php:36
|
||||||
#: ../actions/userbyid.php:36 ../actions/userrss.php:35 ../actions/xrds.php:35
|
#: ../actions/userrss.php:35 ../actions/xrds.php:35 ../lib/gallery.php:57
|
||||||
#: ../lib/gallery.php:57
|
|
||||||
msgid "No such user."
|
msgid "No such user."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../actions/recoverpassword.php:211
|
||||||
|
msgid "No user with that email address or username."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/gallery.php:80
|
#: ../lib/gallery.php:80
|
||||||
msgid "Nobody to show!"
|
msgid "Nobody to show!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -997,7 +1024,7 @@ msgstr ""
|
||||||
msgid "Not a recovery code."
|
msgid "Not a recovery code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../maildaemon.php:50
|
#: ../scripts/maildaemon.php:50
|
||||||
msgid "Not a registered user."
|
msgid "Not a registered user."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1073,7 +1100,7 @@ msgstr ""
|
||||||
msgid "Notices"
|
msgid "Notices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/tag.php:36 ../actions/tag.php:82
|
#: ../actions/tag.php:35 ../actions/tag.php:81
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Notices tagged with %s"
|
msgid "Notices tagged with %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1082,7 +1109,7 @@ msgstr ""
|
||||||
msgid "Old password"
|
msgid "Old password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:308
|
#: ../lib/settingsaction.php:96 ../lib/util.php:311
|
||||||
msgid "OpenID"
|
msgid "OpenID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1130,23 +1157,23 @@ msgid "Partial upload."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/finishopenidlogin.php:90 ../actions/login.php:102
|
#: ../actions/finishopenidlogin.php:90 ../actions/login.php:102
|
||||||
#: ../actions/register.php:222
|
#: ../actions/register.php:144 ../lib/settingsaction.php:93
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:249
|
#: ../actions/recoverpassword.php:288
|
||||||
msgid "Password and confirmation do not match."
|
msgid "Password and confirmation do not match."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:245
|
#: ../actions/recoverpassword.php:284
|
||||||
msgid "Password must be 6 chars or more."
|
msgid "Password must be 6 chars or more."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:222 ../actions/recoverpassword.php:224
|
#: ../actions/recoverpassword.php:261 ../actions/recoverpassword.php:263
|
||||||
msgid "Password recovery requested"
|
msgid "Password recovery requested"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/password.php:89 ../actions/recoverpassword.php:274
|
#: ../actions/password.php:89 ../actions/recoverpassword.php:313
|
||||||
msgid "Password saved."
|
msgid "Password saved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1199,15 +1226,15 @@ msgstr ""
|
||||||
msgid "Preferred language"
|
msgid "Preferred language"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:322
|
#: ../lib/util.php:325
|
||||||
msgid "Privacy"
|
msgid "Privacy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../classes/Notice.php:94 ../classes/Notice.php:101
|
#: ../classes/Notice.php:95 ../classes/Notice.php:102
|
||||||
msgid "Problem saving notice."
|
msgid "Problem saving notice."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/stream.php:60
|
#: ../lib/settingsaction.php:84 ../lib/stream.php:60
|
||||||
msgid "Profile"
|
msgid "Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1239,15 +1266,15 @@ msgstr ""
|
||||||
msgid "Publish a MicroID for my email address."
|
msgid "Publish a MicroID for my email address."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/tag.php:76 ../actions/tag.php:77
|
#: ../actions/tag.php:75 ../actions/tag.php:76
|
||||||
msgid "Recent Tags"
|
msgid "Recent Tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:151
|
#: ../actions/recoverpassword.php:166
|
||||||
msgid "Recover"
|
msgid "Recover"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:141
|
#: ../actions/recoverpassword.php:156
|
||||||
msgid "Recover password"
|
msgid "Recover password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1255,7 +1282,7 @@ msgstr ""
|
||||||
msgid "Recovery code for unknown user."
|
msgid "Recovery code for unknown user."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:216 ../actions/register.php:257 ../lib/util.php:306
|
#: ../actions/register.php:138 ../actions/register.php:179 ../lib/util.php:309
|
||||||
msgid "Register"
|
msgid "Register"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1263,7 +1290,7 @@ msgstr ""
|
||||||
msgid "Registration not allowed."
|
msgid "Registration not allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:264
|
#: ../actions/register.php:186
|
||||||
msgid "Registration successful"
|
msgid "Registration successful"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1271,7 +1298,7 @@ msgstr ""
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/login.php:103 ../actions/register.php:240
|
#: ../actions/login.php:103 ../actions/register.php:162
|
||||||
msgid "Remember me"
|
msgid "Remember me"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1308,14 +1335,18 @@ msgstr ""
|
||||||
msgid "Replies to %s"
|
msgid "Replies to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:168
|
#: ../actions/recoverpassword.php:183
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:158
|
#: ../actions/recoverpassword.php:173
|
||||||
msgid "Reset password"
|
msgid "Reset password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/settingsaction.php:99
|
||||||
|
msgid "SMS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/smssettings.php:67
|
#: ../actions/smssettings.php:67
|
||||||
msgid "SMS Phone number"
|
msgid "SMS Phone number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1328,11 +1359,11 @@ msgstr ""
|
||||||
msgid "SMS confirmation"
|
msgid "SMS confirmation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:167
|
#: ../actions/recoverpassword.php:182
|
||||||
msgid "Same as password above"
|
msgid "Same as password above"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:225
|
#: ../actions/register.php:147
|
||||||
msgid "Same as password above. Required."
|
msgid "Same as password above. Required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1341,7 +1372,7 @@ msgstr ""
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/searchaction.php:84 ../lib/util.php:296
|
#: ../lib/searchaction.php:84 ../lib/util.php:299
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1367,7 +1398,7 @@ msgstr ""
|
||||||
msgid "Select a carrier"
|
msgid "Select a carrier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:1152
|
#: ../lib/util.php:1155
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1393,15 +1424,15 @@ msgstr ""
|
||||||
msgid "Send me replies through Jabber/GTalk from people I'm not subscribed to."
|
msgid "Send me replies through Jabber/GTalk from people I'm not subscribed to."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:300
|
#: ../lib/util.php:303
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:189
|
#: ../actions/profilesettings.php:192
|
||||||
msgid "Settings saved."
|
msgid "Settings saved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/tag.php:61
|
#: ../actions/tag.php:60
|
||||||
msgid "Showing most popular tags from the last week"
|
msgid "Showing most popular tags from the last week"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1413,15 +1444,15 @@ msgstr ""
|
||||||
msgid "Something weird happened."
|
msgid "Something weird happened."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../maildaemon.php:58
|
#: ../scripts/maildaemon.php:58
|
||||||
msgid "Sorry, no incoming email allowed."
|
msgid "Sorry, no incoming email allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../maildaemon.php:54
|
#: ../scripts/maildaemon.php:54
|
||||||
msgid "Sorry, that is not your incoming email address."
|
msgid "Sorry, that is not your incoming email address."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:324
|
#: ../lib/util.php:327
|
||||||
msgid "Source"
|
msgid "Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1429,7 +1460,7 @@ msgstr ""
|
||||||
msgid "Statistics"
|
msgid "Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/finishopenidlogin.php:182 ../actions/finishopenidlogin.php:275
|
#: ../actions/finishopenidlogin.php:182 ../actions/finishopenidlogin.php:246
|
||||||
msgid "Stored OpenID not found."
|
msgid "Stored OpenID not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1459,7 +1490,7 @@ msgstr ""
|
||||||
msgid "System error uploading file."
|
msgid "System error uploading file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/tag.php:42 ../lib/util.php:297
|
#: ../actions/tag.php:41 ../lib/util.php:300
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1573,7 +1604,7 @@ msgstr ""
|
||||||
msgid "These are the people whose notices you listen to."
|
msgid "These are the people whose notices you listen to."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:87
|
#: ../actions/recoverpassword.php:88
|
||||||
msgid "This confirmation code is too old. Please start again."
|
msgid "This confirmation code is too old. Please start again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1591,7 +1622,7 @@ msgid ""
|
||||||
"your existing account, if you have one."
|
"your existing account, if you have one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:160
|
#: ../lib/util.php:163
|
||||||
msgid "This page is not available in a media type you accept"
|
msgid "This page is not available in a media type you accept"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1615,7 +1646,7 @@ msgstr ""
|
||||||
msgid "Two user ids or screen_names must be supplied."
|
msgid "Two user ids or screen_names must be supplied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:48 ../actions/register.php:233
|
#: ../actions/profilesettings.php:48 ../actions/register.php:155
|
||||||
msgid "URL of your homepage, blog, or profile on another site"
|
msgid "URL of your homepage, blog, or profile on another site"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1628,11 +1659,11 @@ msgstr ""
|
||||||
msgid "Unexpected form submission."
|
msgid "Unexpected form submission."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:237
|
#: ../actions/recoverpassword.php:276
|
||||||
msgid "Unexpected password reset."
|
msgid "Unexpected password reset."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../index.php:49
|
#: ../index.php:57
|
||||||
msgid "Unknown action"
|
msgid "Unknown action"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1640,7 +1671,7 @@ msgstr ""
|
||||||
msgid "Unknown version of OMB protocol."
|
msgid "Unknown version of OMB protocol."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:265
|
#: ../lib/util.php:268
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unless otherwise specified, contents of this site are copyright by the "
|
"Unless otherwise specified, contents of this site are copyright by the "
|
||||||
"contributors and available under the "
|
"contributors and available under the "
|
||||||
|
@ -1663,10 +1694,18 @@ msgstr ""
|
||||||
msgid "Unsupported image file format."
|
msgid "Unsupported image file format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/twitterapi.php:246 ../lib/twitterapi.php:267
|
#: ../lib/twitterapi.php:248 ../lib/twitterapi.php:269
|
||||||
msgid "Unsupported type"
|
msgid "Unsupported type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/settingsaction.php:100
|
||||||
|
msgid "Updates by SMS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/settingsaction.php:103
|
||||||
|
msgid "Updates by instant messenger (IM)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/twitapistatuses.php:238
|
#: ../actions/twitapistatuses.php:238
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Updates from %1$s and friends on %2$s!"
|
msgid "Updates from %1$s and friends on %2$s!"
|
||||||
|
@ -1689,7 +1728,11 @@ msgid ""
|
||||||
"share."
|
"share."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:227
|
#: ../lib/settingsaction.php:91
|
||||||
|
msgid "Upload a new profile image"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../actions/register.php:149
|
||||||
msgid "Used only for updates, announcements, and password recovery"
|
msgid "Used only for updates, announcements, and password recovery"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1700,7 +1743,7 @@ msgstr ""
|
||||||
#: ../actions/all.php:41 ../actions/avatarbynickname.php:48
|
#: ../actions/all.php:41 ../actions/avatarbynickname.php:48
|
||||||
#: ../actions/foaf.php:47 ../actions/replies.php:41
|
#: ../actions/foaf.php:47 ../actions/replies.php:41
|
||||||
#: ../actions/showstream.php:44 ../actions/twitapiaccount.php:78
|
#: ../actions/showstream.php:44 ../actions/twitapiaccount.php:78
|
||||||
#: ../actions/twitapistatuses.php:316 ../actions/twitapistatuses.php:608
|
#: ../actions/twitapistatuses.php:316 ../actions/twitapistatuses.php:622
|
||||||
#: ../actions/twitapiusers.php:82
|
#: ../actions/twitapiusers.php:82
|
||||||
msgid "User has no profile."
|
msgid "User has no profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1713,12 +1756,12 @@ msgstr ""
|
||||||
msgid "What timezone are you normally in?"
|
msgid "What timezone are you normally in?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:1139
|
#: ../lib/util.php:1142
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "What's up, %s?"
|
msgid "What's up, %s?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/profilesettings.php:54 ../actions/register.php:239
|
#: ../actions/profilesettings.php:54 ../actions/register.php:161
|
||||||
msgid "Where you are, like \"City, State (or Region), Country\""
|
msgid "Where you are, like \"City, State (or Region), Country\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1758,7 +1801,7 @@ msgstr ""
|
||||||
msgid "You can change your password here. Choose a good one!"
|
msgid "You can change your password here. Choose a good one!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/register.php:209
|
#: ../actions/register.php:131
|
||||||
msgid "You can create a new account to start posting notices."
|
msgid "You can create a new account to start posting notices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1810,7 +1853,7 @@ msgid ""
|
||||||
"%4$s"
|
"%4$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:134
|
#: ../actions/recoverpassword.php:149
|
||||||
msgid "You've been identified. Enter a new password below. "
|
msgid "You've been identified. Enter a new password below. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1818,7 +1861,7 @@ msgstr ""
|
||||||
msgid "Your OpenID URL"
|
msgid "Your OpenID URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/recoverpassword.php:149
|
#: ../actions/recoverpassword.php:164
|
||||||
msgid "Your nickname on this server, or your registered email address."
|
msgid "Your nickname on this server, or your registered email address."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1829,47 +1872,47 @@ msgid ""
|
||||||
"account. Manage your associated OpenIDs from here."
|
"account. Manage your associated OpenIDs from here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:927
|
#: ../lib/util.php:930
|
||||||
msgid "a few seconds ago"
|
msgid "a few seconds ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:939
|
#: ../lib/util.php:942
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "about %d days ago"
|
msgid "about %d days ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:935
|
#: ../lib/util.php:938
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "about %d hours ago"
|
msgid "about %d hours ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:931
|
#: ../lib/util.php:934
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "about %d minutes ago"
|
msgid "about %d minutes ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:943
|
#: ../lib/util.php:946
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "about %d months ago"
|
msgid "about %d months ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:937
|
#: ../lib/util.php:940
|
||||||
msgid "about a day ago"
|
msgid "about a day ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:929
|
#: ../lib/util.php:932
|
||||||
msgid "about a minute ago"
|
msgid "about a minute ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:941
|
#: ../lib/util.php:944
|
||||||
msgid "about a month ago"
|
msgid "about a month ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:945
|
#: ../lib/util.php:948
|
||||||
msgid "about a year ago"
|
msgid "about a year ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:933
|
#: ../lib/util.php:936
|
||||||
msgid "about an hour ago"
|
msgid "about an hour ago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1877,16 +1920,16 @@ msgstr ""
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/noticesearch.php:126 ../actions/showstream.php:408
|
#: ../actions/noticesearch.php:130 ../actions/showstream.php:408
|
||||||
#: ../lib/stream.php:113
|
#: ../lib/stream.php:113
|
||||||
msgid "in reply to..."
|
msgid "in reply to..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/twitterapi.php:352
|
#: ../lib/twitterapi.php:354
|
||||||
msgid "not a supported data format"
|
msgid "not a supported data format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/noticesearch.php:133 ../actions/showstream.php:415
|
#: ../actions/noticesearch.php:137 ../actions/showstream.php:415
|
||||||
#: ../lib/stream.php:120
|
#: ../lib/stream.php:120
|
||||||
msgid "reply"
|
msgid "reply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1895,10 +1938,10 @@ msgstr ""
|
||||||
msgid "same as password above"
|
msgid "same as password above"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../actions/twitapistatuses.php:678
|
#: ../actions/twitapistatuses.php:692
|
||||||
msgid "unsupported file type"
|
msgid "unsupported file type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/util.php:1289
|
#: ../lib/util.php:1292
|
||||||
msgid "« After"
|
msgid "« After"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user