Merge branch '0.9.x' into adminpanel

This commit is contained in:
Evan Prodromou 2009-11-08 21:23:09 -05:00
commit 76b0e6e6f4
98 changed files with 13904 additions and 5249 deletions

View File

@ -298,99 +298,99 @@ CheckSchema: chance to check the schema
StartProfilePageProfileSection: Starting to show the section of the StartProfilePageProfileSection: Starting to show the section of the
profile page with the actual profile data; profile page with the actual profile data;
hook to prevent showing the profile (e.g.) hook to prevent showing the profile (e.g.)
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageProfileElements: inside the section, before the first StartProfilePageProfileElements: inside the section, before the first
element; prepend elements here element; prepend elements here
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageProfileElements: inside the section, after the last element; EndProfilePageProfileElements: inside the section, after the last element;
append elements here append elements here
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageProfileSection: After showing the section of the profile EndProfilePageProfileSection: After showing the section of the profile
page with the profile elements page with the profile elements
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageActionsSection: Starting to show the section of the StartProfilePageActionsSection: Starting to show the section of the
profile page with action links; hook profile page with action links; hook
to hide them (for example) to hide them (for example)
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageActionsElements: inside the list, before the first StartProfilePageActionsElements: inside the list, before the first
element; prepend elements here element; prepend elements here
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageActionsElements: inside the list, after the last element; EndProfilePageActionsElements: inside the list, after the last element;
append elements here append elements here
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageActionsSection: After showing the section of the profile EndProfilePageActionsSection: After showing the section of the profile
page with the entity actions page with the entity actions
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageAvatar: before showing the avatar on the profile page StartProfilePageAvatar: before showing the avatar on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageAvatar: after showing the avatar on the profile page EndProfilePageAvatar: after showing the avatar on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageNickname: before showing the nickname on the profile page StartProfilePageNickname: before showing the nickname on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageNickname: after showing the nickname on the profile page EndProfilePageNickname: after showing the nickname on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageFullName: before showing the fullname on the profile page StartProfilePageFullName: before showing the fullname on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageFullName: after showing the fullname on the profile page EndProfilePageFullName: after showing the fullname on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageLocation: before showing the location on the profile page StartProfilePageLocation: before showing the location on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageLocation: after showing the location on the profile page EndProfilePageLocation: after showing the location on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageHomepage: before showing the homepage link on the profile page StartProfilePageHomepage: before showing the homepage link on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageHomepage: after showing the homepage on the profile page EndProfilePageHomepage: after showing the homepage on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageBio: before showing the bio on the profile page StartProfilePageBio: before showing the bio on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageBio: after showing the bio on the profile page EndProfilePageBio: after showing the bio on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfilePageProfileTags: before showing the tags on the profile page StartProfilePageProfileTags: before showing the tags on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
EndProfilePageProfileTags: after showing the tags on the profile page EndProfilePageProfileTags: after showing the tags on the profile page
- $action: the current action - $userprofile: UserProfile widget
- &$profile: the profile being shown - &$profile: the profile being shown
StartProfileList: when starting a list of profiles (before <ul>) StartProfileList: when starting a list of profiles (before <ul>)
@ -489,3 +489,6 @@ ChangePassword: Handle a password change request
- $newpassword: the desired new password - $newpassword: the desired new password
- &$errormsg: set this to an error message if the password could not be changed. If the password was changed, leave this as false - &$errormsg: set this to an error message if the password could not be changed. If the password was changed, leave this as false
UserDeleteRelated: Specify additional tables to delete entries from when deleting users
- $user: User object
- &$related: array of DB_DataObject class names to delete entries on matching user_id.

View File

@ -129,7 +129,7 @@ class AllAction extends ProfileAction
if (common_logged_in()) { if (common_logged_in()) {
$current_user = common_current_user(); $current_user = common_current_user();
if ($this->user->id === $current_user->id) { if ($this->user->id === $current_user->id) {
$message .= _('Try subscribing to more people, [join a group](%%action.groups%%) or post something yourself.'); $message .= _('Try subscribing to more users, [join a group](%%action.groups%%) or post something yourself.');
} else { } else {
$message .= sprintf(_('You can try to [nudge %s](../%s) from his profile or [post something to his or her attention](%%%%action.newnotice%%%%?status_textarea=%s).'), $this->user->nickname, $this->user->nickname, '@' . $this->user->nickname); $message .= sprintf(_('You can try to [nudge %s](../%s) from his profile or [post something to his or her attention](%%%%action.newnotice%%%%?status_textarea=%s).'), $this->user->nickname, $this->user->nickname, '@' . $this->user->nickname);
} }

View File

@ -136,7 +136,7 @@ class FoafAction extends Action
$person = $this->showMicrobloggingAccount($this->profile, $person = $this->showMicrobloggingAccount($this->profile,
common_root_url(), $this->user->uri, false); common_root_url(), $this->user->uri, false);
// Get people who subscribe to user // Get users who subscribe to user
$sub = new Subscription(); $sub = new Subscription();
$sub->subscribed = $this->profile->id; $sub->subscribed = $this->profile->id;
@ -250,7 +250,7 @@ class FoafAction extends Action
if ($isSubscriber) { if ($isSubscriber) {
$this->element('sioc:follows', array('rdf:resource'=>$this->user->uri . '#acct')); $this->element('sioc:follows', array('rdf:resource'=>$this->user->uri . '#acct'));
} else { } else {
// Get people user is subscribed to // Get users user is subscribed to
$sub = new Subscription(); $sub = new Subscription();
$sub->subscriber = $profile->id; $sub->subscriber = $profile->id;
$sub->whereAdd('subscriber != subscribed'); $sub->whereAdd('subscriber != subscribed');

View File

@ -88,11 +88,12 @@ class GroupsAction extends Action
{ {
$notice = $notice =
sprintf(_('%%%%site.name%%%% groups let you find and talk with ' . sprintf(_('%%%%site.name%%%% groups let you find and talk with ' .
'people of similar interests. After you join a group ' . 'users of similar interests. After you join a group ' .
'you can send messages to all other members using the ' . 'you can send messages to all other members using the ' .
'syntax "!groupname". Don\'t see a group you like? Try ' . 'syntax "!groupname". Are you not seeing any groups ' .
'you like? Try ' .
'[searching for one](%%%%action.groupsearch%%%%) or ' . '[searching for one](%%%%action.groupsearch%%%%) or ' .
'[start your own!](%%%%action.newgroup%%%%)')); '[start your own](%%%%action.newgroup%%%%)!'));
$this->elementStart('div', 'instructions'); $this->elementStart('div', 'instructions');
$this->raw(common_markup_to_html($notice)); $this->raw(common_markup_to_html($notice));
$this->elementEnd('div'); $this->elementEnd('div');

View File

@ -69,7 +69,7 @@ class ImsettingsAction extends ConnectSettingsAction
{ {
return _('You can send and receive notices through '. return _('You can send and receive notices through '.
'Jabber/GTalk [instant messages](%%doc.im%%). '. 'Jabber/GTalk [instant messages](%%doc.im%%). '.
'Configure your address and settings below.'); 'Configure your instant messages address and settings below.');
} }
/** /**
@ -97,7 +97,7 @@ class ImsettingsAction extends ConnectSettingsAction
'action' => 'action' =>
common_local_url('imsettings'))); common_local_url('imsettings')));
$this->elementStart('fieldset', array('id' => 'settings_im_address')); $this->elementStart('fieldset', array('id' => 'settings_im_address'));
$this->element('legend', null, _('Address')); $this->element('legend', null, _('IM address'));
$this->hidden('token', common_session_token()); $this->hidden('token', common_session_token());
if ($user->jabber) { if ($user->jabber) {
@ -111,7 +111,7 @@ class ImsettingsAction extends ConnectSettingsAction
if ($confirm) { if ($confirm) {
$this->element('p', 'form_unconfirmed', $confirm->address); $this->element('p', 'form_unconfirmed', $confirm->address);
$this->element('p', 'form_note', $this->element('p', 'form_note',
sprintf(_('Awaiting confirmation on this address. '. sprintf(_('Awaiting confirmation on this IM address. '.
'Check your Jabber/GTalk account for a '. 'Check your Jabber/GTalk account for a '.
'message with further instructions. '. 'message with further instructions. '.
'(Did you add %s to your buddy list?)'), '(Did you add %s to your buddy list?)'),
@ -151,7 +151,7 @@ class ImsettingsAction extends ConnectSettingsAction
$this->elementStart('li'); $this->elementStart('li');
$this->checkbox('jabberreplies', $this->checkbox('jabberreplies',
_('Send me replies through Jabber/GTalk '. _('Send me replies through Jabber/GTalk '.
'from people I\'m not subscribed to.'), 'from users I am not subscribed to.'),
$user->jabberreplies); $user->jabberreplies);
$this->elementEnd('li'); $this->elementEnd('li');
$this->elementStart('li'); $this->elementStart('li');

View File

@ -133,7 +133,7 @@ class InviteAction extends CurrentUserDesignAction
$this->elementEnd('ul'); $this->elementEnd('ul');
} }
if ($this->subbed) { if ($this->subbed) {
$this->element('p', null, _('These people are already users and you were automatically subscribed to them:')); $this->element('p', null, _('These are already users and you were automatically subscribed to them:'));
$this->elementStart('ul'); $this->elementStart('ul');
foreach ($this->subbed as $other) { foreach ($this->subbed as $other) {
$this->element('li', null, sprintf(_('%s (%s)'), $other->nickname, $other->email)); $this->element('li', null, sprintf(_('%s (%s)'), $other->nickname, $other->email));
@ -141,7 +141,7 @@ class InviteAction extends CurrentUserDesignAction
$this->elementEnd('ul'); $this->elementEnd('ul');
} }
if ($this->sent) { if ($this->sent) {
$this->element('p', null, _('Invitation(s) sent to the following people:')); $this->element('p', null, _('Invitation(s) sent to the following e-mail addresses:'));
$this->elementStart('ul'); $this->elementStart('ul');
foreach ($this->sent as $other) { foreach ($this->sent as $other) {
$this->element('li', null, $other); $this->element('li', null, $other);
@ -226,9 +226,9 @@ class InviteAction extends CurrentUserDesignAction
$headers['Subject'] = sprintf(_('%1$s has invited you to join them on %2$s'), $bestname, $sitename); $headers['Subject'] = sprintf(_('%1$s has invited you to join them on %2$s'), $bestname, $sitename);
$body = sprintf(_("%1\$s has invited you to join them on %2\$s (%3\$s).\n\n". $body = sprintf(_("%1\$s has invited you to join them on %2\$s (%3\$s).\n\n".
"%2\$s is a micro-blogging service that lets you keep up-to-date with people you know and people who interest you.\n\n". "%2\$s is a micro-blogging service that lets you keep up-to-date with those you know and those who interest you.\n\n".
"You can also share news about yourself, your thoughts, or your life online with people who know about you. ". "You can also share news about yourself, your thoughts, or your life online with users who know about you. ".
"It's also great for meeting new people who share your interests.\n\n". "It is also great for meeting others who share your interests.\n\n".
"%1\$s said:\n\n%4\$s\n\n". "%1\$s said:\n\n%4\$s\n\n".
"You can see %1\$s's profile page on %2\$s here:\n\n". "You can see %1\$s's profile page on %2\$s here:\n\n".
"%5\$s\n\n". "%5\$s\n\n".

View File

@ -44,7 +44,7 @@ require_once INSTALLDIR.'/lib/searchaction.php';
* @author Robin Millette <millette@status.net> * @author Robin Millette <millette@status.net>
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://status.net/ * @link http://status.net/
* @todo common parent for people and content search? * @todo common parent for user and content search?
*/ */
class NoticesearchAction extends SearchAction class NoticesearchAction extends SearchAction
{ {

View File

@ -61,7 +61,7 @@ class OpensearchAction extends Action
$short_name = ''; $short_name = '';
if ($type == 'people') { if ($type == 'people') {
$type = 'peoplesearch'; $type = 'peoplesearch';
$short_name = _('People Search'); $short_name = _('User Search');
} else { } else {
$type = 'noticesearch'; $type = 'noticesearch';
$short_name = _('Notice Search'); $short_name = _('Notice Search');
@ -75,7 +75,7 @@ class OpensearchAction extends Action
$this->element('Url', array('type' => 'text/html', 'method' => 'get', $this->element('Url', array('type' => 'text/html', 'method' => 'get',
'template' => str_replace('---', '{searchTerms}', common_local_url($type, array('q' => '---'))))); 'template' => str_replace('---', '{searchTerms}', common_local_url($type, array('q' => '---')))));
$this->element('Image', array('height' => 16, 'width' => 16, 'type' => 'image/vnd.microsoft.icon'), common_path('favicon.ico')); $this->element('Image', array('height' => 16, 'width' => 16, 'type' => 'image/vnd.microsoft.icon'), common_path('favicon.ico'));
$this->element('Image', array('height' => 50, 'width' => 50, 'type' => 'image/png'), theme_path('logo.png')); $this->element('Image', array('height' => 50, 'width' => 50, 'type' => 'image/png'), Theme::path('logo.png'));
$this->element('AdultContent', null, 'false'); $this->element('AdultContent', null, 'false');
$this->element('Language', null, common_language()); $this->element('Language', null, common_language());
$this->element('OutputEncoding', null, 'UTF-8'); $this->element('OutputEncoding', null, 'UTF-8');

View File

@ -49,7 +49,7 @@ class PeoplesearchAction extends SearchAction
{ {
function getInstructions() function getInstructions()
{ {
return _('Search for people on %%site.name%% by their name, location, or interests. ' . return _('Search for users on %%site.name%% by their name, location, or interests. ' .
'Separate the terms by spaces; they must be 3 characters or more.'); 'Separate the terms by spaces; they must be 3 characters or more.');
} }

View File

@ -67,7 +67,7 @@ class PeopletagAction extends Action
$this->tag = $this->trimmed('tag'); $this->tag = $this->trimmed('tag');
if (!common_valid_profile_tag($this->tag)) { if (!common_valid_profile_tag($this->tag)) {
$this->clientError(sprintf(_('Not a valid people tag: %s'), $this->clientError(sprintf(_('Not a valid user tag: %s'),
$this->tag)); $this->tag));
return; return;
} }

View File

@ -69,7 +69,7 @@ class ProfilesettingsAction extends AccountSettingsAction
function getInstructions() function getInstructions()
{ {
return _('You can update your personal profile info here ' . return _('You can update your personal profile info here ' .
'so people know more about you.'); 'so readers know more about you.');
} }
function showScripts() function showScripts()

View File

@ -149,13 +149,13 @@ class RecoverpasswordAction extends Action
$this->elementStart('div', 'instructions'); $this->elementStart('div', 'instructions');
if ($this->mode == 'recover') { if ($this->mode == 'recover') {
$this->element('p', null, $this->element('p', null,
_('If you\'ve forgotten or lost your' . _('If you have forgotten or lost your' .
' password, you can get a new one sent to' . ' password, you can get a new one sent to' .
' the email address you have stored' . ' the email address you have stored' .
' in your account.')); ' in your account.'));
} else if ($this->mode == 'reset') { } else if ($this->mode == 'reset') {
$this->element('p', null, $this->element('p', null,
_('You\'ve been identified. Enter a' . _('You have been identified. Enter a' .
' new password below. ')); ' new password below. '));
} }
$this->elementEnd('div'); $this->elementEnd('div');
@ -185,10 +185,10 @@ class RecoverpasswordAction extends Action
'class' => 'form_settings', 'class' => 'form_settings',
'action' => common_local_url('recoverpassword'))); 'action' => common_local_url('recoverpassword')));
$this->elementStart('fieldset'); $this->elementStart('fieldset');
$this->element('legend', null, _('Password recover')); $this->element('legend', null, _('Password recovery'));
$this->elementStart('ul', 'form_data'); $this->elementStart('ul', 'form_data');
$this->elementStart('li'); $this->elementStart('li');
$this->input('nicknameoremail', _('Nickname or email'), $this->input('nicknameoremail', _('Nickname or email address'),
$this->trimmed('nicknameoremail'), $this->trimmed('nicknameoremail'),
_('Your nickname on this server, ' . _('Your nickname on this server, ' .
'or your registered email address.')); 'or your registered email address.'));

View File

@ -82,14 +82,14 @@ class RegisterAction extends Action
} }
if (common_config('site', 'inviteonly') && empty($this->code)) { if (common_config('site', 'inviteonly') && empty($this->code)) {
$this->clientError(_('Sorry, only invited people can register.')); $this->clientError(_('Sorry. Only those invited can register.'));
return false; return false;
} }
if (!empty($this->code)) { if (!empty($this->code)) {
$this->invite = Invitation::staticGet('code', $this->code); $this->invite = Invitation::staticGet('code', $this->code);
if (empty($this->invite)) { if (empty($this->invite)) {
$this->clientError(_('Sorry, invalid invitation code.')); $this->clientError(_('Sorry. This is an invalid invitation code.'));
return false; return false;
} }
// Store this in case we need it // Store this in case we need it
@ -186,7 +186,7 @@ class RegisterAction extends Action
} }
if (common_config('site', 'inviteonly') && !($code && $invite)) { if (common_config('site', 'inviteonly') && !($code && $invite)) {
$this->clientError(_('Sorry, only invited people can register.')); $this->clientError(_('Sorry. Only those invited can register.'));
return; return;
} }
@ -401,7 +401,7 @@ class RegisterAction extends Action
} }
if (common_config('site', 'inviteonly') && !($code && $invite)) { if (common_config('site', 'inviteonly') && !($code && $invite)) {
$this->clientError(_('Sorry, only invited people can register.')); $this->clientError(_('Sorry. Only those invited can register.'));
return; return;
} }
@ -542,7 +542,7 @@ class RegisterAction extends Action
'(%%%%action.imsettings%%%%) '. '(%%%%action.imsettings%%%%) '.
'so you can send notices '. 'so you can send notices '.
'through instant messages.' . "\n" . 'through instant messages.' . "\n" .
'* [Search for people](%%%%action.peoplesearch%%%%) '. '* [Search for users](%%%%action.peoplesearch%%%%) '.
'that you may know or '. 'that you may know or '.
'that share your interests. ' . "\n" . 'that share your interests. ' . "\n" .
'* Update your [profile settings]'. '* Update your [profile settings]'.

View File

@ -195,12 +195,12 @@ class RepliesAction extends OwnerDesignAction
function showEmptyListMessage() function showEmptyListMessage()
{ {
$message = sprintf(_('This is the timeline showing replies to %s but %s hasn\'t received a notice to his attention yet.'), $this->user->nickname, $this->user->nickname) . ' '; $message = sprintf(_('This is the timeline showing replies to %s but %s has not received a notice to his attention yet.'), $this->user->nickname, $this->user->nickname) . ' ';
if (common_logged_in()) { if (common_logged_in()) {
$current_user = common_current_user(); $current_user = common_current_user();
if ($this->user->id === $current_user->id) { if ($this->user->id === $current_user->id) {
$message .= _('You can engage other users in a conversation, subscribe to more people or [join groups](%%action.groups%%).'); $message .= _('You can engage other users in a conversation, subscribe to more users or [join groups](%%action.groups%%).');
} else { } else {
$message .= sprintf(_('You can try to [nudge %s](../%s) or [post something to his or her attention](%%%%action.newnotice%%%%?status_textarea=%s).'), $this->user->nickname, $this->user->nickname, '@' . $this->user->nickname); $message .= sprintf(_('You can try to [nudge %s](../%s) or [post something to his or her attention](%%%%action.newnotice%%%%?status_textarea=%s).'), $this->user->nickname, $this->user->nickname, '@' . $this->user->nickname);
} }

View File

@ -101,7 +101,7 @@ class SmssettingsAction extends ConnectSettingsAction
common_local_url('smssettings'))); common_local_url('smssettings')));
$this->elementStart('fieldset', array('id' => 'settings_sms_address')); $this->elementStart('fieldset', array('id' => 'settings_sms_address'));
$this->element('legend', null, _('Address')); $this->element('legend', null, _('SMS address'));
$this->hidden('token', common_session_token()); $this->hidden('token', common_session_token());
if ($user->sms) { if ($user->sms) {

View File

@ -60,12 +60,12 @@ class SubscribersAction extends GalleryAction
$user =& common_current_user(); $user =& common_current_user();
if ($user && ($user->id == $this->profile->id)) { if ($user && ($user->id == $this->profile->id)) {
$this->element('p', null, $this->element('p', null,
_('These are the people who listen to '. _('These are the users who have subscribed to '.
'your notices.')); 'your notices.'));
} else { } else {
$this->element('p', null, $this->element('p', null,
sprintf(_('These are the people who '. sprintf(_('These are the users who '.
'listen to %s\'s notices.'), 'have subscribed to %s\'s notices.'),
$this->profile->nickname)); $this->profile->nickname));
} }
} }
@ -105,7 +105,7 @@ class SubscribersAction extends GalleryAction
if (common_logged_in()) { if (common_logged_in()) {
$current_user = common_current_user(); $current_user = common_current_user();
if ($this->user->id === $current_user->id) { if ($this->user->id === $current_user->id) {
$message = _('You have no subscribers. Try subscribing to people you know and they might return the favor'); $message = _('You have no subscribers. Try subscribing to users you know and they might return the favor');
} else { } else {
$message = sprintf(_('%s has no subscribers. Want to be the first?'), $this->user->nickname); $message = sprintf(_('%s has no subscribers. Want to be the first?'), $this->user->nickname);
} }

View File

@ -62,12 +62,12 @@ class SubscriptionsAction extends GalleryAction
$user =& common_current_user(); $user =& common_current_user();
if ($user && ($user->id == $this->profile->id)) { if ($user && ($user->id == $this->profile->id)) {
$this->element('p', null, $this->element('p', null,
_('These are the people whose notices '. _('These are the users whose notices '.
'you listen to.')); 'you have subscribed to.'));
} else { } else {
$this->element('p', null, $this->element('p', null,
sprintf(_('These are the people whose '. sprintf(_('These are the users whose '.
'notices %s listens to.'), 'notices %s has subscribed to.'),
$this->profile->nickname)); $this->profile->nickname));
} }
} }
@ -118,7 +118,7 @@ class SubscriptionsAction extends GalleryAction
if (common_logged_in()) { if (common_logged_in()) {
$current_user = common_current_user(); $current_user = common_current_user();
if ($this->user->id === $current_user->id) { if ($this->user->id === $current_user->id) {
$message = _('You\'re not listening to anyone\'s notices right now, try subscribing to people you know. Try [people search](%%action.peoplesearch%%), look for members in groups you\'re interested in and in our [featured users](%%action.featured%%). If you\'re a [Twitter user](%%action.twittersettings%%), you can automatically subscribe to people you already follow there.'); $message = _('You have not subscribed to anyone\'s notices right now. Try subscribing to users you know. Try [user search](%%action.peoplesearch%%), look for members in groups you\'re interested in and in our [featured users](%%action.featured%%). If you are a [Twitter user](%%action.twittersettings%%), you can automatically subscribe to users you already follow there.');
} else { } else {
$message = sprintf(_('%s is not listening to anyone.'), $this->user->nickname); $message = sprintf(_('%s is not listening to anyone.'), $this->user->nickname);
} }

View File

@ -190,7 +190,7 @@ class TagotherAction extends Action
!Subscription::pkeyGet(array('subscriber' => $this->profile->id, !Subscription::pkeyGet(array('subscriber' => $this->profile->id,
'subscribed' => $user->id))) 'subscribed' => $user->id)))
{ {
$this->clientError(_('You can only tag people you are subscribed to or who are subscribed to you.')); $this->clientError(_('You can only tag users you are subscribed to or who are subscribed to you.'));
return; return;
} }

View File

@ -102,6 +102,6 @@ class Avatar extends Memcached_DataObject
static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile', static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile',
AVATAR_STREAM_SIZE => 'stream', AVATAR_STREAM_SIZE => 'stream',
AVATAR_MINI_SIZE => 'mini'); AVATAR_MINI_SIZE => 'mini');
return theme_path('default-avatar-'.$sizenames[$size].'.png'); return Theme::path('default-avatar-'.$sizenames[$size].'.png');
} }
} }

View File

@ -722,16 +722,18 @@ class User extends Memcached_DataObject
function delete() function delete()
{ {
$profile = $this->getProfile(); $profile = $this->getProfile();
if ($profile) {
$profile->delete(); $profile->delete();
}
$related = array('Fave', $related = array('Fave',
'User_openid',
'Confirm_address', 'Confirm_address',
'Remember_me', 'Remember_me',
'Foreign_link', 'Foreign_link',
'Invitation', 'Invitation',
'Notice_inbox', 'Notice_inbox',
); );
Event::handle('UserDeleteRelated', array($this, &$related));
foreach ($related as $cls) { foreach ($related as $cls) {
$inst = new $cls(); $inst = new $cls();

View File

@ -34,7 +34,7 @@ class User_group extends Memcached_DataObject
static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile', static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile',
AVATAR_STREAM_SIZE => 'stream', AVATAR_STREAM_SIZE => 'stream',
AVATAR_MINI_SIZE => 'mini'); AVATAR_MINI_SIZE => 'mini');
return theme_path('default-avatar-'.$sizenames[$size].'.png'); return Theme::path('default-avatar-'.$sizenames[$size].'.png');
} }
function homeUrl() function homeUrl()

View File

@ -1,4 +1,4 @@
Install the %%site.name%% badge on you blog or web site to show the latest updates Install the %%site.name%% badge on your blog or web site to show the latest updates
from you and your friends! from you and your friends!
<MTMarkdownOptions output='raw'> <MTMarkdownOptions output='raw'>

View File

@ -168,7 +168,7 @@ class Action extends HTMLOutputter // lawsuit
{ {
if (is_readable(INSTALLDIR . '/theme/' . common_config('site', 'theme') . '/favicon.ico')) { if (is_readable(INSTALLDIR . '/theme/' . common_config('site', 'theme') . '/favicon.ico')) {
$this->element('link', array('rel' => 'shortcut icon', $this->element('link', array('rel' => 'shortcut icon',
'href' => theme_path('favicon.ico'))); 'href' => Theme::path('favicon.ico')));
} else { } else {
$this->element('link', array('rel' => 'shortcut icon', $this->element('link', array('rel' => 'shortcut icon',
'href' => common_path('favicon.ico'))); 'href' => common_path('favicon.ico')));
@ -177,7 +177,7 @@ class Action extends HTMLOutputter // lawsuit
if (common_config('site', 'mobile')) { if (common_config('site', 'mobile')) {
if (is_readable(INSTALLDIR . '/theme/' . common_config('site', 'theme') . '/apple-touch-icon.png')) { if (is_readable(INSTALLDIR . '/theme/' . common_config('site', 'theme') . '/apple-touch-icon.png')) {
$this->element('link', array('rel' => 'apple-touch-icon', $this->element('link', array('rel' => 'apple-touch-icon',
'href' => theme_path('apple-touch-icon.png'))); 'href' => Theme::path('apple-touch-icon.png')));
} else { } else {
$this->element('link', array('rel' => 'apple-touch-icon', $this->element('link', array('rel' => 'apple-touch-icon',
'href' => common_path('apple-touch-icon.png'))); 'href' => common_path('apple-touch-icon.png')));
@ -210,16 +210,16 @@ class Action extends HTMLOutputter // lawsuit
if (Event::handle('StartShowUAStyles', array($this))) { if (Event::handle('StartShowUAStyles', array($this))) {
$this->comment('[if IE]><link rel="stylesheet" type="text/css" '. $this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
'href="'.theme_path('css/ie.css', 'base').'?version='.STATUSNET_VERSION.'" /><![endif]'); 'href="'.Theme::path('css/ie.css', 'base').'?version='.STATUSNET_VERSION.'" /><![endif]');
foreach (array(6,7) as $ver) { foreach (array(6,7) as $ver) {
if (file_exists(theme_file('css/ie'.$ver.'.css', 'base'))) { if (file_exists(Theme::file('css/ie'.$ver.'.css', 'base'))) {
// Yes, IE people should be put in jail. // Yes, IE people should be put in jail.
$this->comment('[if lte IE '.$ver.']><link rel="stylesheet" type="text/css" '. $this->comment('[if lte IE '.$ver.']><link rel="stylesheet" type="text/css" '.
'href="'.theme_path('css/ie'.$ver.'.css', 'base').'?version='.STATUSNET_VERSION.'" /><![endif]'); 'href="'.Theme::path('css/ie'.$ver.'.css', 'base').'?version='.STATUSNET_VERSION.'" /><![endif]');
} }
} }
$this->comment('[if IE]><link rel="stylesheet" type="text/css" '. $this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
'href="'.theme_path('css/ie.css', null).'?version='.STATUSNET_VERSION.'" /><![endif]'); 'href="'.Theme::path('css/ie.css', null).'?version='.STATUSNET_VERSION.'" /><![endif]');
Event::handle('EndShowUAStyles', array($this)); Event::handle('EndShowUAStyles', array($this));
} }
@ -391,9 +391,9 @@ class Action extends HTMLOutputter // lawsuit
if (Event::handle('StartAddressData', array($this))) { if (Event::handle('StartAddressData', array($this))) {
$this->elementStart('a', array('class' => 'url home bookmark', $this->elementStart('a', array('class' => 'url home bookmark',
'href' => common_local_url('public'))); 'href' => common_local_url('public')));
if (common_config('site', 'logo') || file_exists(theme_file('logo.png'))) { if (common_config('site', 'logo') || file_exists(Theme::file('logo.png'))) {
$this->element('img', array('class' => 'logo photo', $this->element('img', array('class' => 'logo photo',
'src' => (common_config('site', 'logo')) ? common_config('site', 'logo') : theme_path('logo.png'), 'src' => (common_config('site', 'logo')) ? common_config('site', 'logo') : Theme::path('logo.png'),
'alt' => common_config('site', 'name'))); 'alt' => common_config('site', 'name')));
} }
$this->element('span', array('class' => 'fn org'), common_config('site', 'name')); $this->element('span', array('class' => 'fn org'), common_config('site', 'name'));
@ -456,7 +456,7 @@ class Action extends HTMLOutputter // lawsuit
_('Help'), _('Help me!'), false, 'nav_help'); _('Help'), _('Help me!'), false, 'nav_help');
if ($user || !common_config('site', 'private')) { if ($user || !common_config('site', 'private')) {
$this->menuItem(common_local_url('peoplesearch'), $this->menuItem(common_local_url('peoplesearch'),
_('Search'), _('Search for people or text'), false, 'nav_search'); _('Search'), _('Search for users or text'), false, 'nav_search');
} }
Event::handle('EndPrimaryNav', array($this)); Event::handle('EndPrimaryNav', array($this));
} }

View File

@ -227,7 +227,6 @@ require_once 'markdown.php';
require_once INSTALLDIR.'/lib/util.php'; require_once INSTALLDIR.'/lib/util.php';
require_once INSTALLDIR.'/lib/action.php'; require_once INSTALLDIR.'/lib/action.php';
require_once INSTALLDIR.'/lib/theme.php';
require_once INSTALLDIR.'/lib/mail.php'; require_once INSTALLDIR.'/lib/mail.php';
require_once INSTALLDIR.'/lib/subs.php'; require_once INSTALLDIR.'/lib/subs.php';
require_once INSTALLDIR.'/lib/Shorturl_api.php'; require_once INSTALLDIR.'/lib/Shorturl_api.php';

View File

@ -375,8 +375,8 @@ class HTMLOutputter extends XMLOutputter
$url = parse_url($src); $url = parse_url($src);
if( empty($url->scheme) && empty($url->host) && empty($url->query) && empty($url->fragment)) if( empty($url->scheme) && empty($url->host) && empty($url->query) && empty($url->fragment))
{ {
if(file_exists(theme_file($src,$theme))){ if(file_exists(Theme::file($src,$theme))){
$src = theme_path($src, $theme) . '?version=' . STATUSNET_VERSION; $src = Theme::path($src, $theme) . '?version=' . STATUSNET_VERSION;
}else{ }else{
$src = common_path($src); $src = common_path($src);
} }

View File

@ -114,7 +114,7 @@ class NoticeSection extends Section
$att_class = 'attachments'; $att_class = 'attachments';
} }
$clip = theme_path('images/icons/clip.png', 'base'); $clip = Theme::path('images/icons/clip.png', 'base');
$this->out->elementStart('a', array('class' => $att_class, 'style' => "font-style: italic;", 'href' => $href, 'title' => "# of attachments: $count")); $this->out->elementStart('a', array('class' => $att_class, 'style' => "font-style: italic;", 'href' => $href, 'title' => "# of attachments: $count"));
$this->out->raw(" ($count&nbsp"); $this->out->raw(" ($count&nbsp");
$this->out->element('img', array('style' => 'display: inline', 'align' => 'top', 'width' => 20, 'height' => 20, 'src' => $clip, 'alt' => 'alt')); $this->out->element('img', array('style' => 'display: inline', 'align' => 'top', 'width' => 20, 'height' => 20, 'src' => $clip, 'alt' => 'alt'));

View File

@ -45,7 +45,7 @@ function subs_subscribe_user($user, $other_nickname)
function subs_subscribe_to($user, $other) function subs_subscribe_to($user, $other)
{ {
if ($user->isSubscribed($other)) { if ($user->isSubscribed($other)) {
return _('Already subscribed!.'); return _('Already subscribed!');
} }
if ($other->hasBlocked($user)) { if ($other->hasBlocked($user)) {

View File

@ -23,7 +23,7 @@
* @package StatusNet * @package StatusNet
* @author Evan Prodromou <evan@status.net> * @author Evan Prodromou <evan@status.net>
* @author Sarven Capadisli <csarven@status.net> * @author Sarven Capadisli <csarven@status.net>
* @copyright 2008 StatusNet, Inc. * @copyright 2008-2009 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/ * @link http://status.net/
*/ */
@ -33,41 +33,63 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
} }
/** /**
* Gets the full path of a file in a theme dir based on its relative name * Class for querying and manipulating a theme
* *
* @param string $relative relative path within the theme directory * Themes are directories with some expected sub-directories and files
* @param string $theme name of the theme; defaults to current theme * in them. They're found in either local/theme (for locally-installed themes)
* or theme/ subdir of installation dir.
* *
* @return string File path to the theme file * This used to be a couple of functions, but for various reasons it's nice
* to have a class instead.
*
* @category Output
* @package StatusNet
* @author Evan Prodromou <evan@status.net>
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/ */
function theme_file($relative, $theme=null) class Theme
{ {
if (empty($theme)) { var $dir = null;
$theme = common_config('site', 'theme'); var $path = null;
}
$dir = common_config('theme', 'dir');
if (empty($dir)) {
$dir = INSTALLDIR.'/theme';
}
return $dir.'/'.$theme.'/'.$relative;
}
/** /**
* Gets the full URL of a file in a theme dir based on its relative name * Constructor
* *
* @param string $relative relative path within the theme directory * Determines the proper directory and path for this theme.
* @param string $theme name of the theme; defaults to current theme
* *
* @return string URL of the file * @param string $name Name of the theme; defaults to config value
*/ */
function theme_path($relative, $theme=null) function __construct($name=null)
{ {
if (empty($theme)) { if (empty($name)) {
$theme = common_config('site', 'theme'); $name = common_config('site', 'theme');
} }
// Check to see if it's in the local dir
$localroot = self::localRoot();
$fulldir = $localroot.'/'.$name;
if (file_exists($fulldir) && is_dir($fulldir)) {
$this->dir = $fulldir;
$this->path = common_path('local/theme/'.$name.'/');
return;
}
// Check to see if it's in the distribution dir
$instroot = self::installRoot();
$fulldir = $instroot.'/'.$name;
if (file_exists($fulldir) && is_dir($fulldir)) {
$this->dir = $fulldir;
$path = common_config('theme', 'path'); $path = common_config('theme', 'path');
if (empty($path)) { if (empty($path)) {
@ -90,5 +112,136 @@ function theme_path($relative, $theme=null)
// XXX: protocol // XXX: protocol
return 'http://'.$server.$path.$theme.'/'.$relative; $this->path = 'http://'.$server.$path.$name;
}
}
/**
* Gets the full local filename of a file in this theme.
*
* @param string $relative relative name, like 'logo.png'
*
* @return string full pathname, like /var/www/mublog/theme/default/logo.png
*/
function getFile($relative)
{
return $this->dir.'/'.$relative;
}
/**
* Gets the full HTTP url of a file in this theme
*
* @param string $relative relative name, like 'logo.png'
*
* @return string full URL, like 'http://example.com/theme/default/logo.png'
*/
function getPath($relative)
{
return $this->path.'/'.$relative;
}
/**
* Gets the full path of a file in a theme dir based on its relative name
*
* @param string $relative relative path within the theme directory
* @param string $name name of the theme; defaults to current theme
*
* @return string File path to the theme file
*/
static function file($relative, $name=null)
{
$theme = new Theme($name);
return $theme->getFile($relative);
}
/**
* Gets the full URL of a file in a theme dir based on its relative name
*
* @param string $relative relative path within the theme directory
* @param string $name name of the theme; defaults to current theme
*
* @return string URL of the file
*/
static function path($relative, $name=null)
{
$theme = new Theme($name);
return $theme->getPath($relative);
}
/**
* list available theme names
*
* @return array list of available theme names
*/
static function listAvailable()
{
$local = self::subdirsOf(self::localRoot());
$install = self::subdirsOf(self::installRoot());
$i = array_search('base', $install);
unset($install[$i]);
return array_merge($local, $install);
}
/**
* Utility for getting subdirs of a directory
*
* @param string $dir full path to directory to check
*
* @return array relative filenames of subdirs, or empty array
*/
protected static function subdirsOf($dir)
{
$subdirs = array();
if (is_dir($dir)) {
if ($dh = opendir($dir)) {
while (($filename = readdir($dh)) !== false) {
if ($filename != '..' && $filename !== '.' &&
is_dir($dir.'/'.$filename)) {
$subdirs[] = $filename;
}
}
closedir($dh);
}
}
return $subdirs;
}
/**
* Local root dir for themes
*
* @return string local root dir for themes
*/
protected static function localRoot()
{
return INSTALLDIR.'/local/theme';
}
/**
* Root dir for themes that are shipped with StatusNet
*
* @return string root dir for StatusNet themes
*/
protected static function installRoot()
{
$instroot = common_config('theme', 'dir');
if (empty($instroot)) {
$instroot = INSTALLDIR.'/theme';
}
return $instroot;
}
} }

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -5,12 +5,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: StatusNet\n" "Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\n"
"PO-Revision-Date: 2009-11-06 15:43:04+0000\n" "PO-Revision-Date: 2009-11-08 11:56:10+0000\n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: MediaWiki 1.16alpha(r58648); Translate extension (2009-08-03)\n" "X-Generator: MediaWiki 1.16alpha(r58760); Translate extension (2009-08-03)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: cs\n" "X-Language-Code: cs\n"
"X-Message-Group: out-statusnet\n" "X-Message-Group: out-statusnet\n"
@ -175,7 +175,7 @@ msgid "%s updates from everyone!"
msgstr "" msgstr ""
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -211,6 +211,7 @@ msgstr "1-64 znaků nebo čísel, bez teček, čárek a mezer"
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 ""
@ -227,6 +228,7 @@ msgstr "6 a více znaků, a nezapomeňte"
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr "" msgstr ""
@ -401,7 +403,7 @@ msgstr "Všechny položky obsahující \"%s\""
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "Již přihlášen" msgstr "Již přihlášen"
@ -424,7 +426,7 @@ msgstr "Autorizovaný odběr"
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "Příště automaticky přihlásit; ne pro počítače, které používá " msgstr "Příště automaticky přihlásit; ne pro počítače, které používá "
@ -446,6 +448,7 @@ msgstr "Obrázek"
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "Obrázek nahrán" msgstr "Obrázek nahrán"
@ -480,7 +483,7 @@ msgstr "Starší »"
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "O mě" msgstr "O mě"
@ -509,6 +512,7 @@ msgstr "Nelze přečíst adresu obrázku '%s'"
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "Nelze uložit nové heslo" msgstr "Nelze uložit nové heslo"
@ -571,6 +575,7 @@ msgstr ""
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "Heslo znovu" msgstr "Heslo znovu"
@ -600,7 +605,7 @@ msgid "Confirmation code not found."
msgstr "Potvrzující kód nebyl nalezen" msgstr "Potvrzující kód nebyl nalezen"
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, 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 "
@ -824,6 +829,7 @@ msgstr ""
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "Chyba v DB při vkládání odpovědi: %s" msgstr "Chyba v DB při vkládání odpovědi: %s"
@ -846,7 +852,8 @@ msgstr "Popiš sebe a své zájmy ve 140 znacích"
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "Email" msgstr "Email"
@ -861,7 +868,7 @@ msgid "Email Settings"
msgstr "" msgstr ""
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "Emailová adresa již existuje" msgstr "Emailová adresa již existuje"
@ -947,7 +954,7 @@ msgstr "Chyba při ukládaní uživatele"
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "Chyba při ukládaní uživatele; neplatný" msgstr "Chyba při ukládaní uživatele; neplatný"
@ -959,6 +966,7 @@ msgstr "Chyba při ukládaní uživatele; neplatný"
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "Chyba nastavení uživatele" msgstr "Chyba nastavení uživatele"
@ -990,6 +998,7 @@ msgstr "FAQ"
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "Nahrávání obrázku selhalo." msgstr "Nahrávání obrázku selhalo."
@ -1024,6 +1033,7 @@ msgid "Find people on this site"
msgstr "" msgstr ""
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1039,6 +1049,7 @@ msgstr "Z bezpečnostních důvodů, prosím zadejte znovu své jméno a heslo."
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "Celé jméno" msgstr "Celé jméno"
@ -1052,7 +1063,7 @@ msgstr "Celé jméno"
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "Jméno je moc dlouhé (maximální délka je 255 znaků)" msgstr "Jméno je moc dlouhé (maximální délka je 255 znaků)"
@ -1073,7 +1084,7 @@ msgstr "Domů"
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "Moje stránky" msgstr "Moje stránky"
@ -1085,7 +1096,7 @@ msgstr "Moje stránky"
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "Stránka není platnou URL." msgstr "Stránka není platnou URL."
@ -1155,7 +1166,7 @@ msgstr "Neplatné heslo"
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "Neplatné jméno nebo heslo" msgstr "Neplatné jméno nebo heslo"
@ -1235,6 +1246,7 @@ msgstr "Neplatná velikost"
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "Neplatné jméno nebo heslo" msgstr "Neplatné jméno nebo heslo"
@ -1311,7 +1323,7 @@ msgstr ""
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "Umístění" msgstr "Umístění"
@ -1325,7 +1337,7 @@ msgstr "Umístění"
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "Umístění příliš dlouhé (maximálně 255 znaků)" msgstr "Umístění příliš dlouhé (maximálně 255 znaků)"
@ -1339,6 +1351,7 @@ msgstr "Umístění příliš dlouhé (maximálně 255 znaků)"
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "Přihlásit" msgstr "Přihlásit"
@ -1367,12 +1380,13 @@ msgstr "Odhlásit"
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "" msgstr ""
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "Ztracené nebo zapomenuté heslo?" msgstr "Ztracené nebo zapomenuté heslo?"
@ -1412,7 +1426,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "Mé texty a soubory jsou k dispozici pod" msgstr "Mé texty a soubory jsou k dispozici pod"
@ -1470,7 +1484,8 @@ msgstr "Nové heslo bylo uloženo. Nyní jste přihlášen."
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "Přezdívka" msgstr "Přezdívka"
@ -1484,7 +1499,7 @@ msgstr "Přezdívka"
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "Přezdívku již někdo používá. Zkuste jinou" msgstr "Přezdívku již někdo používá. Zkuste jinou"
@ -1500,7 +1515,7 @@ msgstr "Přezdívku již někdo používá. Zkuste jinou"
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "Přezdívka může obsahovat pouze malá písmena a čísla bez mezer" msgstr "Přezdívka může obsahovat pouze malá písmena a čísla bez mezer"
@ -1739,7 +1754,8 @@ msgstr ""
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "" msgstr ""
@ -1760,7 +1776,7 @@ msgid "Not a valid email address"
msgstr "" msgstr ""
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "Není platnou mailovou adresou." msgstr "Není platnou mailovou adresou."
@ -1772,7 +1788,7 @@ msgstr "Není platnou mailovou adresou."
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "Není platnou přezdívkou." msgstr "Není platnou přezdívkou."
@ -1811,6 +1827,7 @@ msgstr "Nečekaná odpověď."
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "" msgstr ""
@ -1957,7 +1974,8 @@ msgstr "Částečné náhrání."
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "Heslo" msgstr "Heslo"
@ -1986,6 +2004,7 @@ msgstr "Žádost o obnovu hesla"
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "Heslo uloženo" msgstr "Heslo uloženo"
@ -1994,6 +2013,7 @@ msgstr "Heslo uloženo"
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "Hesla nesouhlasí" msgstr "Hesla nesouhlasí"
@ -2158,19 +2178,19 @@ msgstr "Obnovyt kód pro neznámého uživatele"
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "Registrovat" msgstr "Registrovat"
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "" msgstr ""
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "" msgstr ""
@ -2184,6 +2204,7 @@ msgstr "Odmítnout"
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "Zapamatuj si mě" msgstr "Zapamatuj si mě"
@ -2282,6 +2303,7 @@ msgstr "Stejné jako heslo výše"
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "" msgstr ""
@ -2442,6 +2464,7 @@ msgstr "Uložené OpenID nebylo nalezeno."
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "Odebírat" msgstr "Odebírat"
@ -2488,6 +2511,7 @@ msgstr "Chyba systému při nahrávání souboru"
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
@ -2706,6 +2730,7 @@ msgstr ""
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "" msgstr ""
@ -2739,7 +2764,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "" msgstr ""
@ -2747,7 +2772,7 @@ msgstr ""
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "Adresa vašich stránek, blogu nebo profilu na jiných stránkách." msgstr "Adresa vašich stránek, blogu nebo profilu na jiných stránkách."
@ -2769,6 +2794,7 @@ msgstr "Adresa profilu na jiných kompatibilních mikroblozích."
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "Nečekaná forma submission." msgstr "Nečekaná forma submission."
@ -2877,7 +2903,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "Použije se pouze pro aktualizace, oznámení a obnovu hesla." msgstr "Použije se pouze pro aktualizace, oznámení a obnovu hesla."
@ -2905,7 +2931,8 @@ msgstr "Úživatel, kterému nasloucháte neexistuje."
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "Uživatel nemá profil." msgstr "Uživatel nemá profil."
@ -2934,7 +2961,7 @@ msgstr "Co se děje %s?"
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "Místo. Město, stát." msgstr "Místo. Město, stát."
@ -3035,7 +3062,7 @@ msgstr "Můžete použít místní odebírání."
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "Nemůžete se registrovat, pokud nesouhlasíte s licencí." msgstr "Nemůžete se registrovat, pokud nesouhlasíte s licencí."
@ -3100,56 +3127,56 @@ msgstr ""
"Zde může spravovat vaše OpenID" "Zde může spravovat vaše OpenID"
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "před pár sekundami" msgstr "před pár sekundami"
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "před %d dny" msgstr "před %d dny"
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "asi před %d hodinami" msgstr "asi před %d hodinami"
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "asi před %d minutami" msgstr "asi před %d minutami"
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "asi před %d mesíci" msgstr "asi před %d mesíci"
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "asi přede dnem" msgstr "asi přede dnem"
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "asi před minutou" msgstr "asi před minutou"
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "asi před měsícem" msgstr "asi před měsícem"
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "asi před rokem" msgstr "asi před rokem"
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "asi před hodinou" msgstr "asi před hodinou"
@ -3219,7 +3246,9 @@ msgstr "« Novější"
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "" msgstr ""
@ -3439,6 +3468,7 @@ msgstr ""
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "" msgstr ""
@ -3978,13 +4008,13 @@ msgid "There was a problem with your session token. "
msgstr "" msgstr ""
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "" msgstr ""
@ -4471,7 +4501,7 @@ msgid "%s left group %s"
msgstr "" msgstr ""
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "" msgstr ""
@ -4660,7 +4690,8 @@ msgstr ""
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "" msgstr ""
@ -4751,7 +4782,7 @@ msgstr "Žádné takové oznámení."
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -4762,7 +4793,7 @@ msgstr ""
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
#, fuzzy #, fuzzy
msgid "Note" msgid "Note"
msgstr "Sdělení" msgstr "Sdělení"
@ -4811,6 +4842,7 @@ msgid "Only the sender and recipient "
msgstr "" msgstr ""
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "" msgstr ""
@ -4822,29 +4854,30 @@ msgstr "Profil"
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
#, fuzzy #, fuzzy
msgid "User profile" msgid "User profile"
msgstr "Uživatel nemá profil." msgstr "Uživatel nemá profil."
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "" msgstr ""
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "" msgstr ""
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
msgid "Message" msgid "Message"
msgstr "" msgstr ""
@ -5588,7 +5621,7 @@ msgstr "%s a přátelé"
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
#, fuzzy #, fuzzy
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "Obrázek nahrán" msgstr "Obrázek nahrán"
@ -5716,10 +5749,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
#, fuzzy #, fuzzy
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
@ -5756,44 +5791,48 @@ msgid "%s's profile"
msgstr "Profil" msgstr "Profil"
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "Feed sdělení pro %s" msgstr "Feed sdělení pro %s"
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "Feed sdělení pro %s" msgstr "Feed sdělení pro %s"
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "Feed sdělení pro %s" msgstr "Feed sdělení pro %s"
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, php-format #, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "" msgstr ""
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
#, fuzzy #, fuzzy
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "Obrázek" msgstr "Obrázek"
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
#, fuzzy #, fuzzy
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "Nastavené Profilu" msgstr "Nastavené Profilu"
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5836,6 +5875,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
#, fuzzy #, fuzzy
msgid "No such user!" msgid "No such user!"
msgstr "Žádný takový uživatel." msgstr "Žádný takový uživatel."
@ -5888,36 +5930,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -6088,6 +6100,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6265,7 +6278,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
#, fuzzy #, fuzzy
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "Nelze aktualizovat uživatele" msgstr "Nelze aktualizovat uživatele"
@ -6357,7 +6371,9 @@ msgid "Message sent"
msgstr "" msgstr ""
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6525,7 +6541,7 @@ msgstr "Byl jste identifikován. Zadejte nové heslo"
msgid "Password recover" msgid "Password recover"
msgstr "Žádost o obnovu hesla" msgstr "Žádost o obnovu hesla"
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
#, fuzzy #, fuzzy
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "Chyba v ověřovacím kódu" msgstr "Chyba v ověřovacím kódu"
@ -6624,28 +6640,31 @@ msgstr ""
msgid "Not a local notice" msgid "Not a local notice"
msgstr "Žádný takový uživatel." msgstr "Žádný takový uživatel."
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "Feed sdělení pro %s" msgstr "Feed sdělení pro %s"
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6653,6 +6672,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6799,6 +6819,7 @@ msgid "Problem saving notice. Too long."
msgstr "Problém při ukládání sdělení" msgstr "Problém při ukládání sdělení"
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6909,10 +6930,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -7118,16 +7141,18 @@ msgid "Status deleted."
msgstr "Obrázek nahrán" msgstr "Obrázek nahrán"
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, fuzzy, php-format #, fuzzy, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "Je to příliš dlouhé. Maximální sdělení délka je 140 znaků" msgstr "Je to příliš dlouhé. Maximální sdělení délka je 140 znaků"
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -7191,7 +7216,7 @@ msgstr "Mikroblog od %s"
msgid "IM is not available." msgid "IM is not available."
msgstr "Tato stránka není k dispozici v typu média která přijímáte." msgstr "Tato stránka není k dispozici v typu média která přijímáte."
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, fuzzy, php-format #, fuzzy, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -7226,21 +7251,24 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, fuzzy, php-format #, fuzzy, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "Popiš sebe a své zájmy ve 140 znacích" msgstr "Popiš sebe a své zájmy ve 140 znacích"
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
#, fuzzy #, fuzzy
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "Popiš sebe a své zájmy ve 140 znacích" msgstr "Popiš sebe a své zájmy ve 140 znacích"
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, fuzzy, php-format #, fuzzy, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "Text je příliš dlouhý (maximální délka je 140 zanků)" msgstr "Text je příliš dlouhý (maximální délka je 140 zanků)"
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7407,7 +7435,7 @@ msgid "Site content license"
msgstr "Nové sdělení" msgstr "Nové sdělení"
#: lib/command.php:88 #: lib/command.php:88
#, fuzzy, php-format #, php-format
msgid "Could not find a user with nickname %s" msgid "Could not find a user with nickname %s"
msgstr "Nelze aktualizovat uživatele" msgstr "Nelze aktualizovat uživatele"
@ -7444,41 +7472,6 @@ msgstr "Odpovědi na %s"
msgid "Error saving notice." msgid "Error saving notice."
msgstr "Problém při ukládání sdělení" msgstr "Problém při ukládání sdělení"
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
#, fuzzy #, fuzzy
msgid "No configuration file found. " msgid "No configuration file found. "
@ -7511,7 +7504,7 @@ msgid "Describe the group or topic in %d characters"
msgstr "Popiš sebe a své zájmy ve 140 znacích" msgstr "Popiš sebe a své zájmy ve 140 znacích"
#: lib/jabber.php:192 #: lib/jabber.php:192
#, fuzzy, php-format #, php-format
msgid "notice id: %s" msgid "notice id: %s"
msgstr "Nové sdělení" msgstr "Nové sdělení"
@ -7579,3 +7572,59 @@ msgstr "Nelze aktualizovat uživatele"
#, fuzzy #, fuzzy
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "Nové sdělení" msgstr "Nové sdělení"
#: actions/login.php:110 actions/login.php:120
#, fuzzy
msgid "Invalid or expired token."
msgstr "Neplatný obsah sdělení"
#: lib/command.php:597
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "Nelze vytvořit OpenID z: %s"
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, fuzzy, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr "Je to příliš dlouhé. Maximální sdělení délka je 140 znaků"
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -5,12 +5,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: StatusNet\n" "Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\n"
"PO-Revision-Date: 2009-11-06 15:43:14+0000\n" "PO-Revision-Date: 2009-11-08 11:56:16+0000\n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: MediaWiki 1.16alpha(r58648); Translate extension (2009-08-03)\n" "X-Generator: MediaWiki 1.16alpha(r58760); Translate extension (2009-08-03)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: el\n" "X-Language-Code: el\n"
"X-Message-Group: out-statusnet\n" "X-Message-Group: out-statusnet\n"
@ -169,7 +169,7 @@ msgid "%s updates from everyone!"
msgstr "" msgstr ""
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -208,6 +208,7 @@ msgstr "1-64 μικρά γράμματα ή αριθμοί, χωρίς σημε
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 "1-64 μικρά γράμματα ή αριθμοί, χωρίς σημεία στίξης ή κενά. Απαραίτητο." msgstr "1-64 μικρά γράμματα ή αριθμοί, χωρίς σημεία στίξης ή κενά. Απαραίτητο."
@ -224,6 +225,7 @@ msgstr "6 ή περισσότεροι χαρακτήρες και μην το ξ
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr "6 ή περισσότεροι χαρακτήρες. Απαραίτητο." msgstr "6 ή περισσότεροι χαρακτήρες. Απαραίτητο."
@ -404,7 +406,7 @@ msgstr "Όλες οι ενημερώσεις που ταιριάζουν με τ
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "Ήδη συνδεδεμένος." msgstr "Ήδη συνδεδεμένος."
@ -427,7 +429,7 @@ msgstr "Εξουσιοδοτημένη συνδρομή"
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "Αυτόματη σύνδεση στο μέλλον. ΟΧΙ για κοινόχρηστους υπολογιστές!" msgstr "Αυτόματη σύνδεση στο μέλλον. ΟΧΙ για κοινόχρηστους υπολογιστές!"
@ -452,6 +454,7 @@ msgstr ""
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "" msgstr ""
@ -490,7 +493,7 @@ msgstr "Προηγούμενο »"
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "Βιογραφικό" msgstr "Βιογραφικό"
@ -520,6 +523,7 @@ msgstr ""
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "Αδύνατη η αποθήκευση του νέου κωδικού" msgstr "Αδύνατη η αποθήκευση του νέου κωδικού"
@ -582,6 +586,7 @@ msgstr "Αλλάξτε τις ρυθμίσεις του προφίλ σας"
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "Επιβεβαίωση" msgstr "Επιβεβαίωση"
@ -611,7 +616,7 @@ msgid "Confirmation code not found."
msgstr "Ο κωδικός επιβεβαίωσης δεν βρέθηκε." msgstr "Ο κωδικός επιβεβαίωσης δεν βρέθηκε."
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, fuzzy, php-format #, fuzzy, 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 "
@ -852,6 +857,7 @@ msgstr "Σφάλμα στη βάση δεδομένων κατά την εισα
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "Σφάλμα βάσης δεδομένων κατά την εισαγωγή απάντησης: %s" msgstr "Σφάλμα βάσης δεδομένων κατά την εισαγωγή απάντησης: %s"
@ -874,7 +880,8 @@ msgstr "Περιέγραψε τον εαυτό σου και τα ενδιαφέ
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "Email" msgstr "Email"
@ -889,7 +896,7 @@ msgid "Email Settings"
msgstr "Ρυθμίσεις Email" msgstr "Ρυθμίσεις Email"
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "Η διεύθυνση email υπάρχει ήδη." msgstr "Η διεύθυνση email υπάρχει ήδη."
@ -975,7 +982,7 @@ msgstr ""
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "" msgstr ""
@ -987,6 +994,7 @@ msgstr ""
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "" msgstr ""
@ -1018,6 +1026,7 @@ msgstr "Συχνές ερωτήσεις"
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "" msgstr ""
@ -1052,6 +1061,7 @@ msgid "Find people on this site"
msgstr "" msgstr ""
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1069,6 +1079,7 @@ msgstr ""
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "Ονοματεπώνυμο" msgstr "Ονοματεπώνυμο"
@ -1082,7 +1093,7 @@ msgstr "Ονοματεπώνυμο"
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "Το ονοματεπώνυμο είναι πολύ μεγάλο (μέγιστο 255 χαρακτ.)." msgstr "Το ονοματεπώνυμο είναι πολύ μεγάλο (μέγιστο 255 χαρακτ.)."
@ -1103,7 +1114,7 @@ msgstr "Αρχή"
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "Αρχική σελίδα" msgstr "Αρχική σελίδα"
@ -1115,7 +1126,7 @@ msgstr "Αρχική σελίδα"
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "Η αρχική σελίδα δεν είναι έγκυρο URL." msgstr "Η αρχική σελίδα δεν είναι έγκυρο URL."
@ -1187,7 +1198,7 @@ msgstr "Λάθος παλιός κωδικός"
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "Λάθος όνομα χρήστη ή κωδικός" msgstr "Λάθος όνομα χρήστη ή κωδικός"
@ -1267,6 +1278,7 @@ msgstr ""
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "" msgstr ""
@ -1338,7 +1350,7 @@ msgstr ""
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "Τοποθεσία" msgstr "Τοποθεσία"
@ -1352,7 +1364,7 @@ msgstr "Τοποθεσία"
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "Η τοποθεσία είναι πολύ μεγάλη (μέγιστο 255 χαρακτ.)." msgstr "Η τοποθεσία είναι πολύ μεγάλη (μέγιστο 255 χαρακτ.)."
@ -1366,6 +1378,7 @@ msgstr "Η τοποθεσία είναι πολύ μεγάλη (μέγιστο 2
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "Σύνδεση" msgstr "Σύνδεση"
@ -1394,12 +1407,13 @@ msgstr "Αποσύνδεση"
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "" msgstr ""
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "Χάσατε ή ξεχάσατε τον κωδικό σας;" msgstr "Χάσατε ή ξεχάσατε τον κωδικό σας;"
@ -1439,7 +1453,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "" msgstr ""
@ -1497,7 +1511,8 @@ msgstr ""
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "Ψευδώνυμο" msgstr "Ψευδώνυμο"
@ -1511,7 +1526,7 @@ msgstr "Ψευδώνυμο"
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "Το ψευδώνυμο είναι ήδη σε χρήση. Δοκιμάστε κάποιο άλλο." msgstr "Το ψευδώνυμο είναι ήδη σε χρήση. Δοκιμάστε κάποιο άλλο."
@ -1527,7 +1542,7 @@ msgstr "Το ψευδώνυμο είναι ήδη σε χρήση. Δοκιμά
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "Το ψευδώνυμο πρέπει να έχει μόνο πεζούς χαρακτήρες και χωρίς κενά." msgstr "Το ψευδώνυμο πρέπει να έχει μόνο πεζούς χαρακτήρες και χωρίς κενά."
@ -1766,7 +1781,8 @@ msgstr ""
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "" msgstr ""
@ -1787,7 +1803,7 @@ msgid "Not a valid email address"
msgstr "" msgstr ""
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "" msgstr ""
@ -1799,7 +1815,7 @@ msgstr ""
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "" msgstr ""
@ -1838,6 +1854,7 @@ msgstr ""
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "" msgstr ""
@ -1984,7 +2001,8 @@ msgstr ""
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "Κωδικός" msgstr "Κωδικός"
@ -2013,6 +2031,7 @@ msgstr ""
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "Ο κωδικός αποθηκεύτηκε." msgstr "Ο κωδικός αποθηκεύτηκε."
@ -2021,6 +2040,7 @@ msgstr "Ο κωδικός αποθηκεύτηκε."
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "Οι κωδικοί δεν ταυτίζονται." msgstr "Οι κωδικοί δεν ταυτίζονται."
@ -2181,19 +2201,19 @@ msgstr ""
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "" msgstr ""
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "" msgstr ""
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "" msgstr ""
@ -2207,6 +2227,7 @@ msgstr ""
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "" msgstr ""
@ -2303,6 +2324,7 @@ msgstr ""
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "" msgstr ""
@ -2458,6 +2480,7 @@ msgstr ""
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "" msgstr ""
@ -2504,6 +2527,7 @@ msgstr ""
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
@ -2712,6 +2736,7 @@ msgstr ""
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "" msgstr ""
@ -2742,7 +2767,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "" msgstr ""
@ -2750,7 +2775,7 @@ msgstr ""
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "" msgstr ""
@ -2772,6 +2797,7 @@ msgstr ""
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "" msgstr ""
@ -2876,7 +2902,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "" msgstr ""
@ -2904,7 +2930,8 @@ msgstr ""
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "" msgstr ""
@ -2933,7 +2960,7 @@ msgstr ""
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "" msgstr ""
@ -3029,7 +3056,7 @@ msgstr ""
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "" msgstr ""
@ -3092,56 +3119,56 @@ msgid ""
msgstr "" msgstr ""
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "" msgstr ""
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "" msgstr ""
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "" msgstr ""
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "" msgstr ""
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "" msgstr ""
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "" msgstr ""
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "" msgstr ""
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "" msgstr ""
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "" msgstr ""
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "" msgstr ""
@ -3210,7 +3237,9 @@ msgstr ""
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "" msgstr ""
@ -3430,6 +3459,7 @@ msgstr ""
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "" msgstr ""
@ -3969,13 +3999,13 @@ msgid "There was a problem with your session token. "
msgstr "" msgstr ""
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "" msgstr ""
@ -4443,7 +4473,7 @@ msgid "%s left group %s"
msgstr "" msgstr ""
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "" msgstr ""
@ -4626,7 +4656,8 @@ msgstr ""
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "" msgstr ""
@ -4709,7 +4740,7 @@ msgstr "Αδύνατη η αποθήκευση του προφίλ."
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -4720,7 +4751,7 @@ msgstr ""
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
msgid "Note" msgid "Note"
msgstr "" msgstr ""
@ -4768,6 +4799,7 @@ msgid "Only the sender and recipient "
msgstr "" msgstr ""
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "" msgstr ""
@ -4779,29 +4811,30 @@ msgstr "Αδύνατη η αποθήκευση του προφίλ."
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
#, fuzzy #, fuzzy
msgid "User profile" msgid "User profile"
msgstr "Αδύνατη η αποθήκευση του προφίλ." msgstr "Αδύνατη η αποθήκευση του προφίλ."
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "" msgstr ""
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "" msgstr ""
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
msgid "Message" msgid "Message"
msgstr "" msgstr ""
@ -5507,7 +5540,7 @@ msgstr "%s και οι φίλοι του/της"
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
#, fuzzy #, fuzzy
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "Ρυθμίσεις OpenID" msgstr "Ρυθμίσεις OpenID"
@ -5633,10 +5666,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
#, fuzzy #, fuzzy
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
@ -5673,43 +5708,47 @@ msgid "%s's profile"
msgstr "Αδύνατη η αποθήκευση του προφίλ." msgstr "Αδύνατη η αποθήκευση του προφίλ."
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, php-format #, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, php-format #, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "" msgstr ""
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, php-format #, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "" msgstr ""
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, php-format #, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "" msgstr ""
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "" msgstr ""
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
#, fuzzy #, fuzzy
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "Αλλάξτε τις ρυθμίσεις του προφίλ σας" msgstr "Αλλάξτε τις ρυθμίσεις του προφίλ σας"
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5755,6 +5794,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
#, fuzzy #, fuzzy
msgid "No such user!" msgid "No such user!"
msgstr "Αδύνατη η αποθήκευση του προφίλ." msgstr "Αδύνατη η αποθήκευση του προφίλ."
@ -5803,36 +5845,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -5996,6 +6008,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6165,7 +6178,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
#, fuzzy #, fuzzy
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "Απέτυχε η ενημέρωση του χρήστη." msgstr "Απέτυχε η ενημέρωση του χρήστη."
@ -6256,7 +6270,9 @@ msgid "Message sent"
msgstr "" msgstr ""
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6420,7 +6436,7 @@ msgstr ""
msgid "Password recover" msgid "Password recover"
msgstr "Ο κωδικός αποθηκεύτηκε." msgstr "Ο κωδικός αποθηκεύτηκε."
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "" msgstr ""
@ -6518,28 +6534,31 @@ msgstr "Διαχειριστής"
msgid "Not a local notice" msgid "Not a local notice"
msgstr "" msgstr ""
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, php-format #, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6547,6 +6566,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6691,6 +6711,7 @@ msgid "Problem saving notice. Too long."
msgstr "" msgstr ""
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6799,10 +6820,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -7003,16 +7026,18 @@ msgid "Status deleted."
msgstr "Ρυθμίσεις OpenID" msgstr "Ρυθμίσεις OpenID"
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, php-format #, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -7072,7 +7097,7 @@ msgstr ""
msgid "IM is not available." msgid "IM is not available."
msgstr "Η αρχική σελίδα δεν είναι έγκυρο URL." msgstr "Η αρχική σελίδα δεν είναι έγκυρο URL."
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, fuzzy, php-format #, fuzzy, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -7107,21 +7132,24 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, fuzzy, php-format #, fuzzy, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "Περιέγραψε τον εαυτό σου και τα ενδιαφέροντά σου σε 140 χαρακτήρες" msgstr "Περιέγραψε τον εαυτό σου και τα ενδιαφέροντά σου σε 140 χαρακτήρες"
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
#, fuzzy #, fuzzy
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "Περιέγραψε τον εαυτό σου και τα ενδιαφέροντά σου σε 140 χαρακτήρες" msgstr "Περιέγραψε τον εαυτό σου και τα ενδιαφέροντά σου σε 140 χαρακτήρες"
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, fuzzy, php-format #, fuzzy, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "Το βιογραφικό είναι πολύ μεγάλο (μέγιστο 140 χαρακτ.)." msgstr "Το βιογραφικό είναι πολύ μεγάλο (μέγιστο 140 χαρακτ.)."
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7311,41 +7339,6 @@ msgstr ""
msgid "Error saving notice." msgid "Error saving notice."
msgstr "" msgstr ""
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
#, fuzzy #, fuzzy
msgid "No configuration file found. " msgid "No configuration file found. "
@ -7446,3 +7439,58 @@ msgstr "Απέτυχε η ενημέρωση του χρήστη."
#, fuzzy #, fuzzy
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "Διαγραφή μηνύματος" msgstr "Διαγραφή μηνύματος"
#: actions/login.php:110 actions/login.php:120
msgid "Invalid or expired token."
msgstr ""
#: lib/command.php:597
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "Αδυναμία δημιουργίας φόρμας OpenID: %s "
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr ""
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -5,12 +5,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: StatusNet\n" "Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\n"
"PO-Revision-Date: 2009-11-06 15:43:45+0000\n" "PO-Revision-Date: 2009-11-08 11:56:34+0000\n"
"Language-Team: Hebrew\n" "Language-Team: Hebrew\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: MediaWiki 1.16alpha(r58648); Translate extension (2009-08-03)\n" "X-Generator: MediaWiki 1.16alpha(r58760); Translate extension (2009-08-03)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: he\n" "X-Language-Code: he\n"
"X-Message-Group: out-statusnet\n" "X-Message-Group: out-statusnet\n"
@ -172,7 +172,7 @@ msgid "%s updates from everyone!"
msgstr "" msgstr ""
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -208,6 +208,7 @@ msgstr "1 עד 64 אותיות אנגליות קטנות או מספרים, לל
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 ""
@ -224,6 +225,7 @@ msgstr "לפחות 6 אותיות, אל תשכח!"
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr " לפחות 6 אותיות. שדה חובה." msgstr " לפחות 6 אותיות. שדה חובה."
@ -398,7 +400,7 @@ msgstr "כל העידכונים התואמים את החיפוש אחרי \"%s\"
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "כבר מחובר." msgstr "כבר מחובר."
@ -421,7 +423,7 @@ msgstr "אשר מנוי"
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "בעתיד התחבר אוטומטית; לא לשימוש במחשבים ציבוריים!" msgstr "בעתיד התחבר אוטומטית; לא לשימוש במחשבים ציבוריים!"
@ -443,6 +445,7 @@ msgstr "תמונה"
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "התמונה עודכנה." msgstr "התמונה עודכנה."
@ -477,7 +480,7 @@ msgstr "לפני >>"
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "ביוגרפיה" msgstr "ביוגרפיה"
@ -506,6 +509,7 @@ msgstr "לא ניתן לקרוא את ה-URL '%s' של התמונה"
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "לא ניתן לשמור את הסיסמה" msgstr "לא ניתן לשמור את הסיסמה"
@ -568,6 +572,7 @@ msgstr ""
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "אשר" msgstr "אשר"
@ -597,7 +602,7 @@ msgid "Confirmation code not found."
msgstr "קוד האישור לא נמצא." msgstr "קוד האישור לא נמצא."
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, 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 "
@ -821,6 +826,7 @@ msgstr ""
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "שגיאת מסד נתונים בהכנסת התגובה: %s" msgstr "שגיאת מסד נתונים בהכנסת התגובה: %s"
@ -843,7 +849,8 @@ msgstr "תאר את עצמך ואת נושאי העניין שלך ב-140 אות
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "" msgstr ""
@ -858,7 +865,7 @@ msgid "Email Settings"
msgstr "" msgstr ""
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "" msgstr ""
@ -944,7 +951,7 @@ msgstr "שגיאה בשמירת המשתמש."
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "שגיאה בשמירת שם המשתמש, לא עומד בכללים." msgstr "שגיאה בשמירת שם המשתמש, לא עומד בכללים."
@ -956,6 +963,7 @@ msgstr "שגיאה בשמירת שם המשתמש, לא עומד בכללים."
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "שגיאה ביצירת שם המשתמש." msgstr "שגיאה ביצירת שם המשתמש."
@ -987,6 +995,7 @@ msgstr "רשימת שאלות נפוצות"
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "עדכון התמונה נכשל." msgstr "עדכון התמונה נכשל."
@ -1021,6 +1030,7 @@ msgid "Find people on this site"
msgstr "" msgstr ""
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1036,6 +1046,7 @@ msgstr "לצרכי אבטחה, הכנס מחדש את שם המשתמש והסי
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "שם מלא" msgstr "שם מלא"
@ -1049,7 +1060,7 @@ msgstr "שם מלא"
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "השם המלא ארוך מידי (מותרות 255 אותיות בלבד)" msgstr "השם המלא ארוך מידי (מותרות 255 אותיות בלבד)"
@ -1070,7 +1081,7 @@ msgstr "בית"
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "אתר בית" msgstr "אתר בית"
@ -1082,7 +1093,7 @@ msgstr "אתר בית"
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "לאתר הבית יש כתובת לא חוקית." msgstr "לאתר הבית יש כתובת לא חוקית."
@ -1150,7 +1161,7 @@ msgstr "הסיסמה הישנה לא נכונה"
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "שם משתמש או סיסמה לא נכונים." msgstr "שם משתמש או סיסמה לא נכונים."
@ -1228,6 +1239,7 @@ msgstr "גודל לא חוקי."
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "שם המשתמש או הסיסמה לא חוקיים" msgstr "שם המשתמש או הסיסמה לא חוקיים"
@ -1304,7 +1316,7 @@ msgstr ""
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "מיקום" msgstr "מיקום"
@ -1318,7 +1330,7 @@ msgstr "מיקום"
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "שם המיקום ארוך מידי (מותר עד 255 אותיות)." msgstr "שם המיקום ארוך מידי (מותר עד 255 אותיות)."
@ -1332,6 +1344,7 @@ msgstr "שם המיקום ארוך מידי (מותר עד 255 אותיות)."
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "היכנס" msgstr "היכנס"
@ -1359,12 +1372,13 @@ msgstr "צא"
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "" msgstr ""
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "שכחת או איבדת את הסיסמה?" msgstr "שכחת או איבדת את הסיסמה?"
@ -1404,7 +1418,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "הטקסטים והקבצים שלי מופצים תחת רשיון" msgstr "הטקסטים והקבצים שלי מופצים תחת רשיון"
@ -1462,7 +1476,8 @@ msgstr "הסיסמה החדשה נשמרה בהצלחה. אתה מחובר למ
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "כינוי" msgstr "כינוי"
@ -1476,7 +1491,7 @@ msgstr "כינוי"
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "כינוי זה כבר תפוס. נסה כינוי אחר." msgstr "כינוי זה כבר תפוס. נסה כינוי אחר."
@ -1492,7 +1507,7 @@ msgstr "כינוי זה כבר תפוס. נסה כינוי אחר."
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "כינוי יכול להכיל רק אותיות אנגליות קטנות ומספרים, וללא רווחים." msgstr "כינוי יכול להכיל רק אותיות אנגליות קטנות ומספרים, וללא רווחים."
@ -1731,7 +1746,8 @@ msgstr ""
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "" msgstr ""
@ -1752,7 +1768,7 @@ msgid "Not a valid email address"
msgstr "" msgstr ""
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "" msgstr ""
@ -1764,7 +1780,7 @@ msgstr ""
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "שם משתמש לא חוקי." msgstr "שם משתמש לא חוקי."
@ -1803,6 +1819,7 @@ msgstr "זו תגובה לא צפויה!"
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "לא נמצא" msgstr "לא נמצא"
@ -1949,7 +1966,8 @@ msgstr "העלאה חלקית."
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "סיסמה" msgstr "סיסמה"
@ -1978,6 +1996,7 @@ msgstr "התבקש שיחזור סיסמה"
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "הסיסמה נשמרה." msgstr "הסיסמה נשמרה."
@ -1986,6 +2005,7 @@ msgstr "הסיסמה נשמרה."
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "הסיסמאות לא תואמות." msgstr "הסיסמאות לא תואמות."
@ -2148,19 +2168,19 @@ msgstr "קוד שיחזור למשתמש לא ידוע."
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "הירשם" msgstr "הירשם"
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "" msgstr ""
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "" msgstr ""
@ -2174,6 +2194,7 @@ msgstr "דחה"
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "זכור אותי" msgstr "זכור אותי"
@ -2272,6 +2293,7 @@ msgstr "זהה לסיסמה למעלה"
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "" msgstr ""
@ -2431,6 +2453,7 @@ msgstr "OpenID מאוכסן לא נמצא."
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "הירשם כמנוי" msgstr "הירשם כמנוי"
@ -2477,6 +2500,7 @@ msgstr "שגיאת מערכת בהעלאת הקובץ."
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
@ -2691,6 +2715,7 @@ msgstr ""
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "" msgstr ""
@ -2724,7 +2749,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "" msgstr ""
@ -2732,7 +2757,7 @@ msgstr ""
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "הכתובת של אתר הבית שלך, בלוג, או פרופיל באתר אחר " msgstr "הכתובת של אתר הבית שלך, בלוג, או פרופיל באתר אחר "
@ -2754,6 +2779,7 @@ msgstr "כתובת הפרופיל שלך בשרות ביקרובלוג תואם
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "הגשת טופס לא צפויה." msgstr "הגשת טופס לא צפויה."
@ -2861,7 +2887,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "לשימוש רק במקרים של עידכונים, הודעות מערכת, ושיחזורי סיסמאות" msgstr "לשימוש רק במקרים של עידכונים, הודעות מערכת, ושיחזורי סיסמאות"
@ -2889,7 +2915,8 @@ msgstr "המשתמש אליו אתה מאזין אינו קיים."
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "למשתמש אין פרופיל." msgstr "למשתמש אין פרופיל."
@ -2918,7 +2945,7 @@ msgstr "מה המצב %s?"
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "מיקומך, למשל \"עיר, מדינה או מחוז, ארץ\"" msgstr "מיקומך, למשל \"עיר, מדינה או מחוז, ארץ\""
@ -3016,7 +3043,7 @@ msgstr "ניתן להשתמש במנוי המקומי!"
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "לא ניתן להירשם ללא הסכמה לרשיון" msgstr "לא ניתן להירשם ללא הסכמה לרשיון"
@ -3081,56 +3108,56 @@ msgstr ""
"מכאן. [OpenID](%%doc.openid%%)" "מכאן. [OpenID](%%doc.openid%%)"
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "לפני מספר שניות" msgstr "לפני מספר שניות"
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "לפני כ-%d ימים" msgstr "לפני כ-%d ימים"
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "לפני כ-%d שעות" msgstr "לפני כ-%d שעות"
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "לפני כ-%d דקות" msgstr "לפני כ-%d דקות"
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "לפני כ-%d חודשים" msgstr "לפני כ-%d חודשים"
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "לפני כיום" msgstr "לפני כיום"
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "לפני כדקה" msgstr "לפני כדקה"
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "לפני כחודש" msgstr "לפני כחודש"
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "לפני כשנה" msgstr "לפני כשנה"
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "לפני כשעה" msgstr "לפני כשעה"
@ -3200,7 +3227,9 @@ msgstr "<< אחרי"
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "" msgstr ""
@ -3420,6 +3449,7 @@ msgstr ""
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "" msgstr ""
@ -3959,13 +3989,13 @@ msgid "There was a problem with your session token. "
msgstr "" msgstr ""
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "" msgstr ""
@ -4453,7 +4483,7 @@ msgid "%s left group %s"
msgstr "" msgstr ""
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "" msgstr ""
@ -4642,7 +4672,8 @@ msgstr ""
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "" msgstr ""
@ -4731,7 +4762,7 @@ msgstr "אין הודעה כזו."
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -4742,7 +4773,7 @@ msgstr ""
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
#, fuzzy #, fuzzy
msgid "Note" msgid "Note"
msgstr "הודעות" msgstr "הודעות"
@ -4791,6 +4822,7 @@ msgid "Only the sender and recipient "
msgstr "" msgstr ""
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "" msgstr ""
@ -4802,29 +4834,30 @@ msgstr "פרופיל"
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
#, fuzzy #, fuzzy
msgid "User profile" msgid "User profile"
msgstr "למשתמש אין פרופיל." msgstr "למשתמש אין פרופיל."
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "" msgstr ""
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "" msgstr ""
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
#, fuzzy #, fuzzy
msgid "Message" msgid "Message"
msgstr "הודעה חדשה" msgstr "הודעה חדשה"
@ -5571,7 +5604,7 @@ msgstr "%s וחברים"
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
#, fuzzy #, fuzzy
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "התמונה עודכנה." msgstr "התמונה עודכנה."
@ -5699,10 +5732,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
"number." "number."
@ -5736,44 +5771,48 @@ msgid "%s's profile"
msgstr "פרופיל" msgstr "פרופיל"
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "הזנת הודעות של %s" msgstr "הזנת הודעות של %s"
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "הזנת הודעות של %s" msgstr "הזנת הודעות של %s"
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "הזנת הודעות של %s" msgstr "הזנת הודעות של %s"
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, php-format #, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "" msgstr ""
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
#, fuzzy #, fuzzy
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "תמונה" msgstr "תמונה"
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
#, fuzzy #, fuzzy
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "הגדרות הפרופיל" msgstr "הגדרות הפרופיל"
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5816,6 +5855,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
#, fuzzy #, fuzzy
msgid "No such user!" msgid "No such user!"
msgstr "אין משתמש כזה." msgstr "אין משתמש כזה."
@ -5867,36 +5909,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -6065,6 +6077,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6243,7 +6256,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
#, fuzzy #, fuzzy
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "עידכון המשתמש נכשל." msgstr "עידכון המשתמש נכשל."
@ -6336,7 +6350,9 @@ msgid "Message sent"
msgstr "הודעה חדשה" msgstr "הודעה חדשה"
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6501,7 +6517,7 @@ msgstr "זוהית. הכנס סיסמה חדשה למטה."
msgid "Password recover" msgid "Password recover"
msgstr "התבקש שיחזור סיסמה" msgstr "התבקש שיחזור סיסמה"
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
#, fuzzy #, fuzzy
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "שגיאה באישור הקוד." msgstr "שגיאה באישור הקוד."
@ -6600,28 +6616,31 @@ msgstr ""
msgid "Not a local notice" msgid "Not a local notice"
msgstr "אין משתמש כזה." msgstr "אין משתמש כזה."
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "הזנת הודעות של %s" msgstr "הזנת הודעות של %s"
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6629,6 +6648,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6775,6 +6795,7 @@ msgid "Problem saving notice. Too long."
msgstr "בעיה בשמירת ההודעה." msgstr "בעיה בשמירת ההודעה."
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6885,10 +6906,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -7095,16 +7118,18 @@ msgid "Status deleted."
msgstr "התמונה עודכנה." msgstr "התמונה עודכנה."
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, fuzzy, php-format #, fuzzy, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "זה ארוך מידי. אורך מירבי להודעה הוא 140 אותיות." msgstr "זה ארוך מידי. אורך מירבי להודעה הוא 140 אותיות."
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -7168,7 +7193,7 @@ msgstr "מיקרובלוג מאת %s"
msgid "IM is not available." msgid "IM is not available."
msgstr "עמוד זה אינו זמין בסוג מדיה שאתה יכול לקבל" msgstr "עמוד זה אינו זמין בסוג מדיה שאתה יכול לקבל"
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, fuzzy, php-format #, fuzzy, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -7202,21 +7227,24 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, fuzzy, php-format #, fuzzy, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "תאר את עצמך ואת נושאי העניין שלך ב-140 אותיות" msgstr "תאר את עצמך ואת נושאי העניין שלך ב-140 אותיות"
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
#, fuzzy #, fuzzy
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "תאר את עצמך ואת נושאי העניין שלך ב-140 אותיות" msgstr "תאר את עצמך ואת נושאי העניין שלך ב-140 אותיות"
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, fuzzy, php-format #, fuzzy, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "הביוגרפיה ארוכה מידי (לכל היותר 140 אותיות)" msgstr "הביוגרפיה ארוכה מידי (לכל היותר 140 אותיות)"
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7381,7 +7409,7 @@ msgid "Site content license"
msgstr "הודעה חדשה" msgstr "הודעה חדשה"
#: lib/command.php:88 #: lib/command.php:88
#, fuzzy, php-format #, php-format
msgid "Could not find a user with nickname %s" msgid "Could not find a user with nickname %s"
msgstr "עידכון המשתמש נכשל." msgstr "עידכון המשתמש נכשל."
@ -7418,41 +7446,6 @@ msgstr "תגובת עבור %s"
msgid "Error saving notice." msgid "Error saving notice."
msgstr "בעיה בשמירת ההודעה." msgstr "בעיה בשמירת ההודעה."
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
#, fuzzy #, fuzzy
msgid "No configuration file found. " msgid "No configuration file found. "
@ -7485,7 +7478,7 @@ msgid "Describe the group or topic in %d characters"
msgstr "תאר את עצמך ואת נושאי העניין שלך ב-140 אותיות" msgstr "תאר את עצמך ואת נושאי העניין שלך ב-140 אותיות"
#: lib/jabber.php:192 #: lib/jabber.php:192
#, fuzzy, php-format #, php-format
msgid "notice id: %s" msgid "notice id: %s"
msgstr "הודעה חדשה" msgstr "הודעה חדשה"
@ -7552,3 +7545,59 @@ msgstr "עידכון המשתמש נכשל."
#, fuzzy #, fuzzy
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "הודעה חדשה" msgstr "הודעה חדשה"
#: actions/login.php:110 actions/login.php:120
#, fuzzy
msgid "Invalid or expired token."
msgstr "תוכן ההודעה לא חוקי"
#: lib/command.php:597
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "נכשלה יצירת OpenID מתוך: %s"
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, fuzzy, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr "זה ארוך מידי. אורך מירבי להודעה הוא 140 אותיות."
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

Binary file not shown.

View File

@ -5,12 +5,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: StatusNet\n" "Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\n"
"PO-Revision-Date: 2009-11-06 15:43:48+0000\n" "PO-Revision-Date: 2009-11-08 11:56:36+0000\n"
"Language-Team: Icelandic\n" "Language-Team: Icelandic\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: MediaWiki 1.16alpha(r58648); Translate extension (2009-08-03)\n" "X-Generator: MediaWiki 1.16alpha(r58760); Translate extension (2009-08-03)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: is\n" "X-Language-Code: is\n"
"X-Message-Group: out-statusnet\n" "X-Message-Group: out-statusnet\n"
@ -201,7 +201,7 @@ msgid "%s updates from everyone!"
msgstr "%s færslur frá öllum!" msgstr "%s færslur frá öllum!"
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -239,6 +239,7 @@ msgstr "1-64 lágstafir eða tölustafir, engin greinarmerki eða bil"
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 ""
"1-64 lágstafir eða tölustafir, engin greinarmerki eða bil. Nauðsynlegt." "1-64 lágstafir eða tölustafir, engin greinarmerki eða bil. Nauðsynlegt."
@ -256,6 +257,7 @@ msgstr "6 eða fleiri tákn og ekki gleyma því!"
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr "6 eða fleiri tákn. Nauðsynlegt" msgstr "6 eða fleiri tákn. Nauðsynlegt"
@ -436,7 +438,7 @@ msgstr "Allar færslur sem passa við \"%s\""
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "Þú hefur nú þegar skráð þig inn." msgstr "Þú hefur nú þegar skráð þig inn."
@ -459,7 +461,7 @@ msgstr "Heimila áskriftir"
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "" msgstr ""
"Sjálfvirk innskráning í framtíðinni. Ekki nota þetta á tölvu sem aðrir deila " "Sjálfvirk innskráning í framtíðinni. Ekki nota þetta á tölvu sem aðrir deila "
@ -485,6 +487,7 @@ msgstr "Mynd"
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "Mynd hefur verið uppfærð." msgstr "Mynd hefur verið uppfærð."
@ -521,7 +524,7 @@ msgstr "Eldri »"
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "Lýsing" msgstr "Lýsing"
@ -550,6 +553,7 @@ msgstr "Get ekki lesið slóðina fyrir myndina '%s'"
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "Get ekki vistað nýja lykilorðið." msgstr "Get ekki vistað nýja lykilorðið."
@ -612,6 +616,7 @@ msgstr "Breyta persónulegu stillingunum þínum"
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "Staðfesta" msgstr "Staðfesta"
@ -641,7 +646,7 @@ msgid "Confirmation code not found."
msgstr "Staðfestingarlykill fannst ekki." msgstr "Staðfestingarlykill fannst ekki."
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, 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 "
@ -880,6 +885,7 @@ msgstr "Gagnagrunnsvilla við innsetningu myllumerkis: %s"
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "Gagnagrunnsvilla við innsetningu svars: %s" msgstr "Gagnagrunnsvilla við innsetningu svars: %s"
@ -902,7 +908,8 @@ msgstr "Lýstu þér og áhugamálum þínum í 140 táknum"
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "Tölvupóstur" msgstr "Tölvupóstur"
@ -917,7 +924,7 @@ msgid "Email Settings"
msgstr "Tölvupóstsstillingar" msgstr "Tölvupóstsstillingar"
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "Tölvupóstfang er nú þegar skráð." msgstr "Tölvupóstfang er nú þegar skráð."
@ -1003,7 +1010,7 @@ msgstr "Villa kom upp í vistun notandans."
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "Villa kom upp í vistun notanda: ótækt." msgstr "Villa kom upp í vistun notanda: ótækt."
@ -1015,6 +1022,7 @@ msgstr "Villa kom upp í vistun notanda: ótækt."
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "Villa kom upp í stillingu notanda." msgstr "Villa kom upp í stillingu notanda."
@ -1046,6 +1054,7 @@ msgstr "Spurt og svarað"
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "Mistókst að uppfæra mynd" msgstr "Mistókst að uppfæra mynd"
@ -1080,6 +1089,7 @@ msgid "Find people on this site"
msgstr "Finna persónur á þessu vefsvæði" msgstr "Finna persónur á þessu vefsvæði"
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1097,6 +1107,7 @@ msgstr ""
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "Fullt nafn" msgstr "Fullt nafn"
@ -1110,7 +1121,7 @@ msgstr "Fullt nafn"
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "Fullt nafn er of langt (í mesta lagi 255 stafir)." msgstr "Fullt nafn er of langt (í mesta lagi 255 stafir)."
@ -1131,7 +1142,7 @@ msgstr "Heim"
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "Heimasíða" msgstr "Heimasíða"
@ -1143,7 +1154,7 @@ msgstr "Heimasíða"
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "Heimasíða er ekki gild vefslóð." msgstr "Heimasíða er ekki gild vefslóð."
@ -1215,7 +1226,7 @@ msgstr "Rangt eldra lykilorð"
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "Rangt notendanafn eða lykilorð." msgstr "Rangt notendanafn eða lykilorð."
@ -1295,6 +1306,7 @@ msgstr "Ótæk stærð."
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "Ótækt notendanafn eða lykilorð." msgstr "Ótækt notendanafn eða lykilorð."
@ -1372,7 +1384,7 @@ msgstr "Tungumál er of langt (í mesta lagi 50 stafir)."
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "Staðsetning" msgstr "Staðsetning"
@ -1386,7 +1398,7 @@ msgstr "Staðsetning"
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "Staðsetning er of löng (í mesta lagi 255 stafir)." msgstr "Staðsetning er of löng (í mesta lagi 255 stafir)."
@ -1400,6 +1412,7 @@ msgstr "Staðsetning er of löng (í mesta lagi 255 stafir)."
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "Innskráning" msgstr "Innskráning"
@ -1428,12 +1441,13 @@ msgstr "Útskráning"
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "Lengra nafn, ákjósalegast að það sé \"rétta\" nafnið þitt" msgstr "Lengra nafn, ákjósalegast að það sé \"rétta\" nafnið þitt"
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "Tapað eða gleymt lykilorð?" msgstr "Tapað eða gleymt lykilorð?"
@ -1476,7 +1490,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "Textinn og skrárnar mínar eru aðgengilegar undir " msgstr "Textinn og skrárnar mínar eru aðgengilegar undir "
@ -1534,7 +1548,8 @@ msgstr "Tókst að vista nýtt lykilorð. Þú ert núna innskráð(ur)"
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "Stuttnefni" msgstr "Stuttnefni"
@ -1548,7 +1563,7 @@ msgstr "Stuttnefni"
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "Stuttnefni nú þegar í notkun. Prófaðu eitthvað annað." msgstr "Stuttnefni nú þegar í notkun. Prófaðu eitthvað annað."
@ -1564,7 +1579,7 @@ msgstr "Stuttnefni nú þegar í notkun. Prófaðu eitthvað annað."
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "Stuttnefni geta bara verið lágstafir og tölustafir en engin bil." msgstr "Stuttnefni geta bara verið lágstafir og tölustafir en engin bil."
@ -1803,7 +1818,8 @@ msgstr "Ekki skráður notandi."
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "Enginn stuðningur við gagnasnið." msgstr "Enginn stuðningur við gagnasnið."
@ -1824,7 +1840,7 @@ msgid "Not a valid email address"
msgstr "Ekki tækt tölvupóstfang" msgstr "Ekki tækt tölvupóstfang"
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "Ekki tækt tölvupóstfang." msgstr "Ekki tækt tölvupóstfang."
@ -1836,7 +1852,7 @@ msgstr "Ekki tækt tölvupóstfang."
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "Ekki tækt stuttnefni." msgstr "Ekki tækt stuttnefni."
@ -1875,6 +1891,7 @@ msgstr "Bjóst ekki við þessu svari!"
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "Fannst ekki" msgstr "Fannst ekki"
@ -2021,7 +2038,8 @@ msgstr "Upphal að hluta til."
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "Lykilorð" msgstr "Lykilorð"
@ -2050,6 +2068,7 @@ msgstr "Beiðni um að endurheimta lykilorð hefur verið send inn"
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "Lykilorð vistað." msgstr "Lykilorð vistað."
@ -2058,6 +2077,7 @@ msgstr "Lykilorð vistað."
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "Lykilorðin passa ekki saman." msgstr "Lykilorðin passa ekki saman."
@ -2221,19 +2241,19 @@ msgstr "Lykill fyrir endurheimtingu óþekkts notanda."
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "Nýskrá" msgstr "Nýskrá"
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "Nýskráning ekki leyfð." msgstr "Nýskráning ekki leyfð."
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "Nýskráning tókst" msgstr "Nýskráning tókst"
@ -2247,6 +2267,7 @@ msgstr "Hafna"
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "Muna eftir mér" msgstr "Muna eftir mér"
@ -2345,6 +2366,7 @@ msgstr "Sama og lykilorðið hér fyrir ofan"
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "Sama og lykilorðið hér fyrir ofan. Nauðsynlegt." msgstr "Sama og lykilorðið hér fyrir ofan. Nauðsynlegt."
@ -2507,6 +2529,7 @@ msgstr "Vista OpenID fannst ekki."
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "Gerast áskrifandi" msgstr "Gerast áskrifandi"
@ -2553,6 +2576,7 @@ msgstr "Kerfisvilla kom upp við upphal skráar."
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "Merki" msgstr "Merki"
@ -2775,6 +2799,7 @@ msgstr "Þessi aðferð krefst POST eða DELETE."
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "Þessi aðferð krefst POST." msgstr "Þessi aðferð krefst POST."
@ -2810,7 +2835,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "Tvo notendakenni eða skjáarnöfn verða að vera uppgefin." msgstr "Tvo notendakenni eða skjáarnöfn verða að vera uppgefin."
@ -2818,7 +2843,7 @@ msgstr "Tvo notendakenni eða skjáarnöfn verða að vera uppgefin."
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "" msgstr ""
"Veffang heimasíðunnar þinnar, bloggsins þíns eða persónulegrar síðu á öðru " "Veffang heimasíðunnar þinnar, bloggsins þíns eða persónulegrar síðu á öðru "
@ -2842,6 +2867,7 @@ msgstr "Veffang persónulegrar síðu á samvirkandi örbloggsþjónustu"
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "Bjóst ekki við innsendingu eyðublaðs." msgstr "Bjóst ekki við innsendingu eyðublaðs."
@ -2954,7 +2980,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "" msgstr ""
"Aðeins notað fyrir uppfærslur, tilkynningar og endurheimtingu lykilorða." "Aðeins notað fyrir uppfærslur, tilkynningar og endurheimtingu lykilorða."
@ -2983,7 +3009,8 @@ msgstr "Notandi sem verið er að hlusta á er ekki til."
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "Notandi hefur enga persónulega síðu." msgstr "Notandi hefur enga persónulega síðu."
@ -3012,7 +3039,7 @@ msgstr "Hvað er að frétta %s?"
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "Staðsetning þín, eins og \"borg, sýsla, land\"" msgstr "Staðsetning þín, eins og \"borg, sýsla, land\""
@ -3117,7 +3144,7 @@ msgstr "Þú getur notað staðbundna áskrift!"
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "Þú getur ekki nýskráð þig nema þú samþykkir leyfið." msgstr "Þú getur ekki nýskráð þig nema þú samþykkir leyfið."
@ -3192,56 +3219,56 @@ msgstr ""
"notendaaðgangi. Stjórnaðu OpenID tengingunum þínum hér." "notendaaðgangi. Stjórnaðu OpenID tengingunum þínum hér."
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "fyrir nokkrum sekúndum" msgstr "fyrir nokkrum sekúndum"
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "fyrir um %d dögum síðan" msgstr "fyrir um %d dögum síðan"
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "fyrir um %d klukkutímum síðan" msgstr "fyrir um %d klukkutímum síðan"
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "fyrir um %d mínútum síðan" msgstr "fyrir um %d mínútum síðan"
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "fyrir um %d mánuðum síðan" msgstr "fyrir um %d mánuðum síðan"
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "fyrir um einum degi síðan" msgstr "fyrir um einum degi síðan"
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "fyrir um einni mínútu síðan" msgstr "fyrir um einni mínútu síðan"
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "fyrir um einum mánuði síðan" msgstr "fyrir um einum mánuði síðan"
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "fyrir um einu ári síðan" msgstr "fyrir um einu ári síðan"
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "fyrir um einum klukkutíma síðan" msgstr "fyrir um einum klukkutíma síðan"
@ -3310,7 +3337,9 @@ msgstr "« Fyrri"
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "Það kom upp vandamál með setutókann þinn. Vinsamlegast reyndu aftur." msgstr "Það kom upp vandamál með setutókann þinn. Vinsamlegast reyndu aftur."
@ -3540,6 +3569,7 @@ msgstr "Tókst að vista nýtt lykilorð. "
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "Lykilorð verður að vera að minnsta kosti 6 tákn." msgstr "Lykilorð verður að vera að minnsta kosti 6 tákn."
@ -4090,14 +4120,14 @@ msgid "There was a problem with your session token. "
msgstr "Það kom upp vandamál með setutókann þinn. " msgstr "Það kom upp vandamál með setutókann þinn. "
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
"Veldu ferningslaga svæði á upphaflegu myndinni sem einkennismyndina þína" "Veldu ferningslaga svæði á upphaflegu myndinni sem einkennismyndina þína"
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "Týndum skráargögnunum okkar" msgstr "Týndum skráargögnunum okkar"
@ -4554,7 +4584,7 @@ msgid "%s left group %s"
msgstr "%s gekk úr hópnum %s" msgstr "%s gekk úr hópnum %s"
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "Skrá þig inn á síðuna" msgstr "Skrá þig inn á síðuna"
@ -4736,7 +4766,8 @@ msgstr "Merkjaský"
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "Afsakið en aðeins fólki sem er boðið getur nýskráð sig." msgstr "Afsakið en aðeins fólki sem er boðið getur nýskráð sig."
@ -4820,7 +4851,7 @@ msgstr "Hópssíðan"
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "Vefslóð" msgstr "Vefslóð"
@ -4831,7 +4862,7 @@ msgstr "Vefslóð"
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
msgid "Note" msgid "Note"
msgstr "Athugasemd" msgstr "Athugasemd"
@ -4880,6 +4911,7 @@ msgid "Only the sender and recipient "
msgstr "Aðeins sendandinn og móttakandi " msgstr "Aðeins sendandinn og móttakandi "
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "%s, síða %d" msgstr "%s, síða %d"
@ -4890,28 +4922,29 @@ msgstr "- Persónuleg síða"
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
msgid "User profile" msgid "User profile"
msgstr "Persónuleg síða notanda" msgstr "Persónuleg síða notanda"
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "Ljósmynd" msgstr "Ljósmynd"
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "Notandaaðgerðir" msgstr "Notandaaðgerðir"
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "Senda bein skilaboð til þessa notanda" msgstr "Senda bein skilaboð til þessa notanda"
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
msgid "Message" msgid "Message"
msgstr "Skilaboð" msgstr "Skilaboð"
@ -5618,7 +5651,7 @@ msgstr ""
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "" msgstr ""
@ -5740,10 +5773,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
"number." "number."
@ -5775,42 +5810,46 @@ msgid "%s's profile"
msgstr "" msgstr ""
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, php-format #, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, php-format #, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "" msgstr ""
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, php-format #, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "" msgstr ""
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, php-format #, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "" msgstr ""
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "" msgstr ""
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5852,6 +5891,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
msgid "No such user!" msgid "No such user!"
msgstr "" msgstr ""
@ -5899,36 +5941,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -6090,6 +6102,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6254,7 +6267,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "" msgstr ""
@ -6342,7 +6356,9 @@ msgid "Message sent"
msgstr "" msgstr ""
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6501,7 +6517,7 @@ msgstr ""
msgid "Password recover" msgid "Password recover"
msgstr "" msgstr ""
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "" msgstr ""
@ -6597,28 +6613,31 @@ msgstr ""
msgid "Not a local notice" msgid "Not a local notice"
msgstr "" msgstr ""
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, php-format #, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6626,6 +6645,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6767,6 +6787,7 @@ msgid "Problem saving notice. Too long."
msgstr "" msgstr ""
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6870,10 +6891,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -7075,16 +7098,18 @@ msgid "Status deleted."
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, fuzzy, php-format #, fuzzy, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "Þetta er of langt. Hámarkslengd babls er 140 tákn." msgstr "Þetta er of langt. Hámarkslengd babls er 140 tákn."
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -7149,7 +7174,7 @@ msgstr "Færslur frá %1$s á %2$s!"
msgid "IM is not available." msgid "IM is not available."
msgstr "Þessi síða er ekki aðgengileg í " msgstr "Þessi síða er ekki aðgengileg í "
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, fuzzy, php-format #, fuzzy, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -7183,21 +7208,24 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, fuzzy, php-format #, fuzzy, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "Lýstu þér og áhugamálum þínum í 140 táknum" msgstr "Lýstu þér og áhugamálum þínum í 140 táknum"
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
#, fuzzy #, fuzzy
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "Lýstu þér og þínum " msgstr "Lýstu þér og þínum "
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, fuzzy, php-format #, fuzzy, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "Lýsingin er of löng (í mesta lagi 140 tákn)." msgstr "Lýsingin er of löng (í mesta lagi 140 tákn)."
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7404,41 +7432,6 @@ msgstr "Svara þessu babli"
msgid "Error saving notice." msgid "Error saving notice."
msgstr "Vandamál komu upp við að vista babl." msgstr "Vandamál komu upp við að vista babl."
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
#, fuzzy #, fuzzy
msgid "No configuration file found. " msgid "No configuration file found. "
@ -7541,3 +7534,59 @@ msgstr "Gat ekki eytt uppáhaldi."
#, fuzzy #, fuzzy
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "Eyða babli" msgstr "Eyða babli"
#: actions/login.php:110 actions/login.php:120
#, fuzzy
msgid "Invalid or expired token."
msgstr "Ótækt bablinnihald"
#: lib/command.php:597
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "Gat ekki búið til OpenID eyðublað: %s"
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, fuzzy, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr "Þetta er of langt. Hámarkslengd babls er 140 tákn."
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -6,12 +6,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: StatusNet\n" "Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\n"
"PO-Revision-Date: 2009-11-06 15:44:02+0000\n" "PO-Revision-Date: 2009-11-08 11:56:48+0000\n"
"Language-Team: Macedonian\n" "Language-Team: Macedonian\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: MediaWiki 1.16alpha(r58648); Translate extension (2009-08-03)\n" "X-Generator: MediaWiki 1.16alpha(r58760); Translate extension (2009-08-03)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: mk\n" "X-Language-Code: mk\n"
"X-Message-Group: out-statusnet\n" "X-Message-Group: out-statusnet\n"
@ -176,7 +176,7 @@ msgid "%s updates from everyone!"
msgstr "" msgstr ""
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -212,6 +212,7 @@ msgstr "1-64 мали букви или бројки. Без интерпукц
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 ""
@ -228,6 +229,7 @@ msgstr "6 или повеќе знаци и не ја заборавајте!"
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr "" msgstr ""
@ -402,7 +404,7 @@ msgstr "Сите новини кои се еднакви со бараниот
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "Веќе сте најавени." msgstr "Веќе сте најавени."
@ -425,7 +427,7 @@ msgstr "Одобрете ја претплатата"
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "" msgstr ""
"Следниот пат најавете се автоматски; не за компјутери кои ги делите со други!" "Следниот пат најавете се автоматски; не за компјутери кои ги делите со други!"
@ -448,6 +450,7 @@ msgstr "Аватар"
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "Аватарот е ажуриран." msgstr "Аватарот е ажуриран."
@ -482,7 +485,7 @@ msgstr "Претходно »"
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "Био" msgstr "Био"
@ -511,6 +514,7 @@ msgstr "Не може да се прочита URL-то на аватарот: '
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "Новата лозинка не може да се сними" msgstr "Новата лозинка не може да се сними"
@ -573,6 +577,7 @@ msgstr ""
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "Потврди" msgstr "Потврди"
@ -602,7 +607,7 @@ msgid "Confirmation code not found."
msgstr "Кодот за потврда не е пронајден." msgstr "Кодот за потврда не е пронајден."
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, 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 "
@ -826,6 +831,7 @@ msgstr ""
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "Одговор од внесот во базата: %s" msgstr "Одговор од внесот во базата: %s"
@ -848,7 +854,8 @@ msgstr "Опишете се себе си и сопствените интере
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "Е-пошта" msgstr "Е-пошта"
@ -863,7 +870,7 @@ msgid "Email Settings"
msgstr "" msgstr ""
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "Адресата веќе постои." msgstr "Адресата веќе постои."
@ -949,7 +956,7 @@ msgstr "Грешка во снимањето на корисникот."
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "Грешка во снимањето на корисникот; неправилен." msgstr "Грешка во снимањето на корисникот; неправилен."
@ -961,6 +968,7 @@ msgstr "Грешка во снимањето на корисникот; непр
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "Грешка во поставувањето на корисникот." msgstr "Грешка во поставувањето на корисникот."
@ -992,6 +1000,7 @@ msgstr "ЧПП"
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "Товарањето на аватарот не успеа." msgstr "Товарањето на аватарот не успеа."
@ -1026,6 +1035,7 @@ msgid "Find people on this site"
msgstr "" msgstr ""
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1043,6 +1053,7 @@ msgstr ""
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "Цело име" msgstr "Цело име"
@ -1056,7 +1067,7 @@ msgstr "Цело име"
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "Целото име е предолго (максимум 255 знаци)" msgstr "Целото име е предолго (максимум 255 знаци)"
@ -1077,7 +1088,7 @@ msgstr "Дома"
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "Домашна страница" msgstr "Домашна страница"
@ -1089,7 +1100,7 @@ msgstr "Домашна страница"
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "Домашната страница не е правилно URL." msgstr "Домашната страница не е правилно URL."
@ -1159,7 +1170,7 @@ msgstr "Неточна стара лозинка"
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "Неточно корисничко име или лозинка" msgstr "Неточно корисничко име или лозинка"
@ -1239,6 +1250,7 @@ msgstr "Погрешна големина."
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "Погрешно име или лозинка." msgstr "Погрешно име или лозинка."
@ -1315,7 +1327,7 @@ msgstr ""
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "Локација" msgstr "Локација"
@ -1329,7 +1341,7 @@ msgstr "Локација"
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "Локацијата е предолга (максимумот е 255 знаци)." msgstr "Локацијата е предолга (максимумот е 255 знаци)."
@ -1343,6 +1355,7 @@ msgstr "Локацијата е предолга (максимумот е 255 з
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "Пријави се" msgstr "Пријави се"
@ -1370,12 +1383,13 @@ msgstr "Одјави се"
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "" msgstr ""
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "Загубена или заборавена лозинка?" msgstr "Загубена или заборавена лозинка?"
@ -1415,7 +1429,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "Мојот текст и датотеки се достапни под" msgstr "Мојот текст и датотеки се достапни под"
@ -1473,7 +1487,8 @@ msgstr "Новата лозинка успешно е снимена. Сега
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "Прекар" msgstr "Прекар"
@ -1487,7 +1502,7 @@ msgstr "Прекар"
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "Тој прекар е во употреба. Одберете друг." msgstr "Тој прекар е во употреба. Одберете друг."
@ -1503,7 +1518,7 @@ msgstr "Тој прекар е во употреба. Одберете друг.
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "Прекарот мора да има само мали букви и бројки и да нема празни места." msgstr "Прекарот мора да има само мали букви и бројки и да нема празни места."
@ -1742,7 +1757,8 @@ msgstr ""
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "" msgstr ""
@ -1763,7 +1779,7 @@ msgid "Not a valid email address"
msgstr "" msgstr ""
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "Неправилна адреса за е-пошта." msgstr "Неправилна адреса за е-пошта."
@ -1775,7 +1791,7 @@ msgstr "Неправилна адреса за е-пошта."
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "Неправилен прекар." msgstr "Неправилен прекар."
@ -1814,6 +1830,7 @@ msgstr "Овој одговор не беше очекуван!"
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "" msgstr ""
@ -1960,7 +1977,8 @@ msgstr "Парцијално товарање"
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "Лозинка" msgstr "Лозинка"
@ -1989,6 +2007,7 @@ msgstr "Побарано е пронаоѓање на лозинката"
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "Лозинката е снимена." msgstr "Лозинката е снимена."
@ -1997,6 +2016,7 @@ msgstr "Лозинката е снимена."
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "Лозинките не се совпаѓаат." msgstr "Лозинките не се совпаѓаат."
@ -2159,19 +2179,19 @@ msgstr "Код за пронаоѓање за непознат корисник.
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "Регистрирај се" msgstr "Регистрирај се"
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "" msgstr ""
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "" msgstr ""
@ -2185,6 +2205,7 @@ msgstr "Одбиј"
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "Запамети ме" msgstr "Запамети ме"
@ -2283,6 +2304,7 @@ msgstr "Исто како лозинката погоре"
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "" msgstr ""
@ -2442,6 +2464,7 @@ msgstr "Зачуваниот OpenID не е пронајден."
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "Претплати се" msgstr "Претплати се"
@ -2488,6 +2511,7 @@ msgstr "Системска грешка при товарањето на дат
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
@ -2706,6 +2730,7 @@ msgstr ""
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "" msgstr ""
@ -2740,7 +2765,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "" msgstr ""
@ -2748,7 +2773,7 @@ msgstr ""
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "URL на Вашата домашна страница, блог или профил на друго место." msgstr "URL на Вашата домашна страница, блог или профил на друго место."
@ -2770,6 +2795,7 @@ msgstr "URL на Вашиот профил на друго компатибил
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "Неочекувано испраќање на формулар." msgstr "Неочекувано испраќање на формулар."
@ -2880,7 +2906,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "Се користи само за надградби, објави и пронаоѓање на лозинка." msgstr "Се користи само за надградби, објави и пронаоѓање на лозинка."
@ -2908,7 +2934,8 @@ msgstr "Корисникот кој го следите не постои."
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "Корисникот нема профил." msgstr "Корисникот нема профил."
@ -2937,7 +2964,7 @@ msgstr "Што има %s?"
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "Каде се наоѓате, на пр. „Град, Држава“." msgstr "Каде се наоѓате, на пр. „Град, Држава“."
@ -3038,7 +3065,7 @@ msgstr "Може да ја користите локалната претпла
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "Не може да се регистрирате ако не ја прифаќате лиценцата." msgstr "Не може да се регистрирате ако не ја прифаќате лиценцата."
@ -3106,56 +3133,56 @@ msgstr ""
"ја." "ја."
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "пред неколку секунди" msgstr "пред неколку секунди"
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "пред %d денови" msgstr "пред %d денови"
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "пред %d часа" msgstr "пред %d часа"
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "пред %d минути" msgstr "пред %d минути"
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "пред %d месеци" msgstr "пред %d месеци"
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "пред еден ден" msgstr "пред еден ден"
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "пред една минута" msgstr "пред една минута"
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "пред еден месец" msgstr "пред еден месец"
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "пред една година" msgstr "пред една година"
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "пред еден час" msgstr "пред еден час"
@ -3224,7 +3251,9 @@ msgstr "« Следно"
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "" msgstr ""
@ -3444,6 +3473,7 @@ msgstr ""
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "" msgstr ""
@ -3983,13 +4013,13 @@ msgid "There was a problem with your session token. "
msgstr "" msgstr ""
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "" msgstr ""
@ -4475,7 +4505,7 @@ msgid "%s left group %s"
msgstr "" msgstr ""
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "" msgstr ""
@ -4664,7 +4694,8 @@ msgstr ""
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "" msgstr ""
@ -4756,7 +4787,7 @@ msgstr "Нема такво известување."
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -4767,7 +4798,7 @@ msgstr ""
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
#, fuzzy #, fuzzy
msgid "Note" msgid "Note"
msgstr "Известувања" msgstr "Известувања"
@ -4816,6 +4847,7 @@ msgid "Only the sender and recipient "
msgstr "" msgstr ""
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "" msgstr ""
@ -4827,29 +4859,30 @@ msgstr "Профил"
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
#, fuzzy #, fuzzy
msgid "User profile" msgid "User profile"
msgstr "Корисникот нема профил." msgstr "Корисникот нема профил."
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "" msgstr ""
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "" msgstr ""
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
msgid "Message" msgid "Message"
msgstr "" msgstr ""
@ -5593,7 +5626,7 @@ msgstr "%s и пријателите"
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
#, fuzzy #, fuzzy
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "Аватарот е ажуриран." msgstr "Аватарот е ажуриран."
@ -5723,10 +5756,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
#, fuzzy #, fuzzy
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
@ -5763,44 +5798,48 @@ msgid "%s's profile"
msgstr "Профил" msgstr "Профил"
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "Канал со известувања на %s" msgstr "Канал со известувања на %s"
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "Канал со известувања на %s" msgstr "Канал со известувања на %s"
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "Канал со известувања на %s" msgstr "Канал со известувања на %s"
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, php-format #, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "" msgstr ""
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
#, fuzzy #, fuzzy
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "Аватар" msgstr "Аватар"
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
#, fuzzy #, fuzzy
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "Поставки на профилот" msgstr "Поставки на профилот"
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5843,6 +5882,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
#, fuzzy #, fuzzy
msgid "No such user!" msgid "No such user!"
msgstr "Нема таков корисник." msgstr "Нема таков корисник."
@ -5894,36 +5936,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -6094,6 +6106,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6271,7 +6284,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
#, fuzzy #, fuzzy
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "Корисникот не може да се освежи/" msgstr "Корисникот не може да се освежи/"
@ -6363,7 +6377,9 @@ msgid "Message sent"
msgstr "" msgstr ""
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6532,7 +6548,7 @@ msgstr "Идентификувани сте. Подолу можете да вн
msgid "Password recover" msgid "Password recover"
msgstr "Побарано е пронаоѓање на лозинката" msgstr "Побарано е пронаоѓање на лозинката"
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
#, fuzzy #, fuzzy
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "Грешка со кодот за потврдување." msgstr "Грешка со кодот за потврдување."
@ -6631,28 +6647,31 @@ msgstr ""
msgid "Not a local notice" msgid "Not a local notice"
msgstr "Нема таков корисник." msgstr "Нема таков корисник."
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "Канал со известувања на %s" msgstr "Канал со известувања на %s"
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6660,6 +6679,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6806,6 +6826,7 @@ msgid "Problem saving notice. Too long."
msgstr "Проблем во снимањето на известувањето." msgstr "Проблем во снимањето на известувањето."
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6916,10 +6937,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -7125,16 +7148,18 @@ msgid "Status deleted."
msgstr "Аватарот е ажуриран." msgstr "Аватарот е ажуриран."
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, fuzzy, php-format #, fuzzy, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "Ова е предолго. Максималната должина е 140 знаци." msgstr "Ова е предолго. Максималната должина е 140 знаци."
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -7198,7 +7223,7 @@ msgstr "Микроблог на %s"
msgid "IM is not available." msgid "IM is not available."
msgstr "Оваа страница не е достапна во форматот кој Вие го прифаќате." msgstr "Оваа страница не е достапна во форматот кој Вие го прифаќате."
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, fuzzy, php-format #, fuzzy, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -7232,21 +7257,24 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, fuzzy, php-format #, fuzzy, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "Опишете се себе си и сопствените интереси во 140 знаци." msgstr "Опишете се себе си и сопствените интереси во 140 знаци."
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
#, fuzzy #, fuzzy
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "Опишете се себе си и сопствените интереси во 140 знаци." msgstr "Опишете се себе си и сопствените интереси во 140 знаци."
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, fuzzy, php-format #, fuzzy, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "Биографијата е предолга (максимумот е 140 знаци)." msgstr "Биографијата е предолга (максимумот е 140 знаци)."
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7412,7 +7440,7 @@ msgid "Site content license"
msgstr "Ново известување" msgstr "Ново известување"
#: lib/command.php:88 #: lib/command.php:88
#, fuzzy, php-format #, php-format
msgid "Could not find a user with nickname %s" msgid "Could not find a user with nickname %s"
msgstr "Корисникот не може да се освежи/" msgstr "Корисникот не може да се освежи/"
@ -7449,41 +7477,6 @@ msgstr "Одговори испратени до %s"
msgid "Error saving notice." msgid "Error saving notice."
msgstr "Проблем во снимањето на известувањето." msgstr "Проблем во снимањето на известувањето."
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
#, fuzzy #, fuzzy
msgid "No configuration file found. " msgid "No configuration file found. "
@ -7516,7 +7509,7 @@ msgid "Describe the group or topic in %d characters"
msgstr "Опишете се себе си и сопствените интереси во 140 знаци." msgstr "Опишете се себе си и сопствените интереси во 140 знаци."
#: lib/jabber.php:192 #: lib/jabber.php:192
#, fuzzy, php-format #, php-format
msgid "notice id: %s" msgid "notice id: %s"
msgstr "Ново известување" msgstr "Ново известување"
@ -7580,6 +7573,61 @@ msgid "Could not determine file's mime-type!"
msgstr "Корисникот не може да се освежи/" msgstr "Корисникот не може да се освежи/"
#: lib/oauthstore.php:345 #: lib/oauthstore.php:345
#, fuzzy
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "Ново известување" msgstr "Дуплирано известување"
#: actions/login.php:110 actions/login.php:120
#, fuzzy
msgid "Invalid or expired token."
msgstr "Неправилна содржина за известување"
#: lib/command.php:597
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "OpenID формуларот не може да се креира:%s"
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, fuzzy, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr "Ова е предолго. Максималната должина е 140 знаци."
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -10,12 +10,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: StatusNet\n" "Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\n"
"PO-Revision-Date: 2009-11-06 15:44:22+0000\n" "PO-Revision-Date: 2009-11-08 11:57:03+0000\n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: MediaWiki 1.16alpha(r58648); Translate extension (2009-08-03)\n" "X-Generator: MediaWiki 1.16alpha(r58760); Translate extension (2009-08-03)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: pt\n" "X-Language-Code: pt\n"
"X-Message-Group: out-statusnet\n" "X-Message-Group: out-statusnet\n"
@ -205,7 +205,7 @@ msgid "%s updates from everyone!"
msgstr "%s actualizações de todos!" msgstr "%s actualizações de todos!"
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -243,6 +243,7 @@ msgstr "1-64 letras minúsculas ou números, sem pontuação ou espaços"
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 "1-64 letras ou números, sem pontuação ou espaços. Obrigatório." msgstr "1-64 letras ou números, sem pontuação ou espaços. Obrigatório."
@ -259,6 +260,7 @@ msgstr "6 ou mais caracteres, e não a esqueça!"
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr "6 ou mais caracteres. Obrigatório." msgstr "6 ou mais caracteres. Obrigatório."
@ -439,7 +441,7 @@ msgstr "Todas as actualizações com o termo \"%s\""
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "Login já efectuado." msgstr "Login já efectuado."
@ -462,7 +464,7 @@ msgstr "Autorizar subscrição"
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "" msgstr ""
"Efectuar login automático; não utilizar em computadores de uso partilhado!" "Efectuar login automático; não utilizar em computadores de uso partilhado!"
@ -487,6 +489,7 @@ msgstr "Avatar"
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "Avatar actualizado." msgstr "Avatar actualizado."
@ -523,7 +526,7 @@ msgstr "Antes »"
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "Bio" msgstr "Bio"
@ -552,6 +555,7 @@ msgstr "Não é possível ler o URL do avatar '%s'"
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "Não é possível guardar a nova password." msgstr "Não é possível guardar a nova password."
@ -614,6 +618,7 @@ msgstr "Modificar as suas definições de perfil"
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "Confirmar" msgstr "Confirmar"
@ -643,7 +648,7 @@ msgid "Confirmation code not found."
msgstr "Código de confirmação não encontrado" msgstr "Código de confirmação não encontrado"
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, 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 "
@ -882,6 +887,7 @@ msgstr "Ocorreu um erro na base de dados ao inserir a hashtag: %s"
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "Ocorreu um erro na base de dados ao inserir a resposta: %s" msgstr "Ocorreu um erro na base de dados ao inserir a resposta: %s"
@ -904,7 +910,8 @@ msgstr "Descreva-se e aos seus interesses em 140 caracteres"
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "Email" msgstr "Email"
@ -919,7 +926,7 @@ msgid "Email Settings"
msgstr "Definições do Email" msgstr "Definições do Email"
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "Endereço de Email já existe." msgstr "Endereço de Email já existe."
@ -1005,7 +1012,7 @@ msgstr "Erro ao guardar o utilizador."
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "Erro ao guardar utilizador; inválido." msgstr "Erro ao guardar utilizador; inválido."
@ -1017,6 +1024,7 @@ msgstr "Erro ao guardar utilizador; inválido."
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "Erro ao configurar utilizador." msgstr "Erro ao configurar utilizador."
@ -1048,6 +1056,7 @@ msgstr "FAQ"
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "Falha ao actualizar avatar." msgstr "Falha ao actualizar avatar."
@ -1082,6 +1091,7 @@ msgid "Find people on this site"
msgstr "Encontrar pessoas neste site" msgstr "Encontrar pessoas neste site"
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1099,6 +1109,7 @@ msgstr ""
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "Nome Completo" msgstr "Nome Completo"
@ -1112,7 +1123,7 @@ msgstr "Nome Completo"
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "Nome completo é demasiado longo (máx. 255 caracteres)." msgstr "Nome completo é demasiado longo (máx. 255 caracteres)."
@ -1133,7 +1144,7 @@ msgstr "Início"
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "Página Principal" msgstr "Página Principal"
@ -1145,7 +1156,7 @@ msgstr "Página Principal"
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "A Homepage inserida não é um URL válido." msgstr "A Homepage inserida não é um URL válido."
@ -1218,7 +1229,7 @@ msgstr "Palavra-passe antiga incorrecta"
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "Nome de utilizador ou palavra-passe incorrecta" msgstr "Nome de utilizador ou palavra-passe incorrecta"
@ -1298,6 +1309,7 @@ msgstr "Tamanho inválido."
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "Nome de utilizador ou palavra-passe inválido." msgstr "Nome de utilizador ou palavra-passe inválido."
@ -1369,7 +1381,7 @@ msgstr "Linguagem introduzida é muito longa (máx. 50 caracteres)."
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "Localidade" msgstr "Localidade"
@ -1383,7 +1395,7 @@ msgstr "Localidade"
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "Localidade é muito longa (máx. 255 caracteres)." msgstr "Localidade é muito longa (máx. 255 caracteres)."
@ -1397,6 +1409,7 @@ msgstr "Localidade é muito longa (máx. 255 caracteres)."
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "Entrar" msgstr "Entrar"
@ -1425,12 +1438,13 @@ msgstr "Sair"
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "" msgstr ""
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "Perdeu ou esqueceu-se da palavra-passe?" msgstr "Perdeu ou esqueceu-se da palavra-passe?"
@ -1470,7 +1484,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "" msgstr ""
@ -1528,7 +1542,8 @@ msgstr "Nova palavra-passe foi guardada com sucesso. Está agora conectado."
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "Alcunha" msgstr "Alcunha"
@ -1542,7 +1557,7 @@ msgstr "Alcunha"
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "Alcunha já em uso. Tente outra diferente." msgstr "Alcunha já em uso. Tente outra diferente."
@ -1558,7 +1573,7 @@ msgstr "Alcunha já em uso. Tente outra diferente."
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "Alcunha só deve conter letras minúsculas e números. Sem espaços." msgstr "Alcunha só deve conter letras minúsculas e números. Sem espaços."
@ -1797,7 +1812,8 @@ msgstr ""
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "" msgstr ""
@ -1818,7 +1834,7 @@ msgid "Not a valid email address"
msgstr "" msgstr ""
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "" msgstr ""
@ -1830,7 +1846,7 @@ msgstr ""
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "" msgstr ""
@ -1869,6 +1885,7 @@ msgstr ""
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "" msgstr ""
@ -2015,7 +2032,8 @@ msgstr ""
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "" msgstr ""
@ -2044,6 +2062,7 @@ msgstr ""
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "" msgstr ""
@ -2052,6 +2071,7 @@ msgstr ""
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "" msgstr ""
@ -2212,19 +2232,19 @@ msgstr ""
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "" msgstr ""
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "" msgstr ""
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "" msgstr ""
@ -2238,6 +2258,7 @@ msgstr ""
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "" msgstr ""
@ -2334,6 +2355,7 @@ msgstr ""
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "" msgstr ""
@ -2489,6 +2511,7 @@ msgstr ""
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "" msgstr ""
@ -2535,6 +2558,7 @@ msgstr ""
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
@ -2743,6 +2767,7 @@ msgstr ""
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "" msgstr ""
@ -2773,7 +2798,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "" msgstr ""
@ -2781,7 +2806,7 @@ msgstr ""
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "" msgstr ""
@ -2803,6 +2828,7 @@ msgstr ""
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "" msgstr ""
@ -2907,7 +2933,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "" msgstr ""
@ -2935,7 +2961,8 @@ msgstr ""
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "" msgstr ""
@ -2964,7 +2991,7 @@ msgstr ""
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "" msgstr ""
@ -3060,7 +3087,7 @@ msgstr ""
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "" msgstr ""
@ -3123,56 +3150,56 @@ msgid ""
msgstr "" msgstr ""
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "" msgstr ""
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "" msgstr ""
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "" msgstr ""
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "" msgstr ""
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "" msgstr ""
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "" msgstr ""
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "" msgstr ""
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "" msgstr ""
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "" msgstr ""
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "" msgstr ""
@ -3241,7 +3268,9 @@ msgstr ""
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "" msgstr ""
@ -3461,6 +3490,7 @@ msgstr ""
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "" msgstr ""
@ -3999,13 +4029,13 @@ msgid "There was a problem with your session token. "
msgstr "" msgstr ""
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "" msgstr ""
@ -4468,7 +4498,7 @@ msgid "%s left group %s"
msgstr "" msgstr ""
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "" msgstr ""
@ -4647,7 +4677,8 @@ msgstr ""
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "" msgstr ""
@ -4733,7 +4764,7 @@ msgstr ""
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -4744,7 +4775,7 @@ msgstr ""
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
msgid "Note" msgid "Note"
msgstr "" msgstr ""
@ -4791,6 +4822,7 @@ msgid "Only the sender and recipient "
msgstr "" msgstr ""
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "" msgstr ""
@ -4801,28 +4833,29 @@ msgstr ""
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
msgid "User profile" msgid "User profile"
msgstr "" msgstr ""
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "" msgstr ""
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "" msgstr ""
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
msgid "Message" msgid "Message"
msgstr "" msgstr ""
@ -5525,7 +5558,7 @@ msgstr "%s e amigos"
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
#, fuzzy #, fuzzy
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "Avatar actualizado." msgstr "Avatar actualizado."
@ -5652,10 +5685,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
#, fuzzy #, fuzzy
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
@ -5691,44 +5726,48 @@ msgid "%s's profile"
msgstr "" msgstr ""
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, php-format #, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, php-format #, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "" msgstr ""
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, php-format #, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "" msgstr ""
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, fuzzy, php-format #, fuzzy, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "Feed para a tag %s" msgstr "Feed para a tag %s"
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
#, fuzzy #, fuzzy
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "Avatar" msgstr "Avatar"
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
#, fuzzy #, fuzzy
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "Modificar as suas definições de perfil" msgstr "Modificar as suas definições de perfil"
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5774,6 +5813,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
msgid "No such user!" msgid "No such user!"
msgstr "" msgstr ""
@ -5821,36 +5863,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -6020,6 +6032,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6191,7 +6204,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
#, fuzzy #, fuzzy
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "Não foi possível actualizar o utilizador." msgstr "Não foi possível actualizar o utilizador."
@ -6282,7 +6296,9 @@ msgid "Message sent"
msgstr "" msgstr ""
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6446,7 +6462,7 @@ msgstr ""
msgid "Password recover" msgid "Password recover"
msgstr "" msgstr ""
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
#, fuzzy #, fuzzy
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "Erro no código de confirmação." msgstr "Erro no código de confirmação."
@ -6544,28 +6560,31 @@ msgstr ""
msgid "Not a local notice" msgid "Not a local notice"
msgstr "" msgstr ""
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, php-format #, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6573,6 +6592,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6717,6 +6737,7 @@ msgid "Problem saving notice. Too long."
msgstr "" msgstr ""
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6823,10 +6844,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -7027,16 +7050,18 @@ msgid "Status deleted."
msgstr "Avatar actualizado." msgstr "Avatar actualizado."
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, php-format #, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -7095,7 +7120,7 @@ msgstr ""
msgid "IM is not available." msgid "IM is not available."
msgstr "" msgstr ""
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, fuzzy, php-format #, fuzzy, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -7130,21 +7155,24 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, fuzzy, php-format #, fuzzy, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "Descreva-se e aos seus interesses em 140 caracteres" msgstr "Descreva-se e aos seus interesses em 140 caracteres"
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
#, fuzzy #, fuzzy
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "Descreva-se e aos seus interesses em 140 caracteres" msgstr "Descreva-se e aos seus interesses em 140 caracteres"
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, fuzzy, php-format #, fuzzy, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "Bio é demasiada extensa (máx 140 car)." msgstr "Bio é demasiada extensa (máx 140 car)."
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7213,7 +7241,6 @@ msgid "FOAF for %s group"
msgstr "Feed para a tag %s" msgstr "Feed para a tag %s"
#: actions/shownotice.php:90 #: actions/shownotice.php:90
#, fuzzy
msgid "Notice deleted." msgid "Notice deleted."
msgstr "Avatar actualizado." msgstr "Avatar actualizado."
@ -7336,41 +7363,6 @@ msgstr "Não é possível remover a mensagem."
msgid "Error saving notice." msgid "Error saving notice."
msgstr "Erro ao guardar o utilizador." msgstr "Erro ao guardar o utilizador."
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
#, fuzzy #, fuzzy
msgid "No configuration file found. " msgid "No configuration file found. "
@ -7470,3 +7462,59 @@ msgstr "Não foi possível actualizar o utilizador."
#, fuzzy #, fuzzy
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "Apagar mensagem" msgstr "Apagar mensagem"
#: actions/login.php:110 actions/login.php:120
#, fuzzy
msgid "Invalid or expired token."
msgstr "Conteúdo da mensagem inválido"
#: lib/command.php:597
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "Não foi possível criar o formulário de OpenID: %s"
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr ""
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -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: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\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"
@ -168,7 +168,7 @@ msgid "%s updates from everyone!"
msgstr "" msgstr ""
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -188,10 +188,6 @@ msgstr ""
msgid "**%%site.name%%** is a microblogging service. " msgid "**%%site.name%%** is a microblogging service. "
msgstr "" msgstr ""
#: ../lib/util.php:274 lib/util.php:290
msgid ". Contributors should be attributed by full name or nickname."
msgstr ""
#: ../actions/finishopenidlogin.php:73 ../actions/profilesettings.php:43 #: ../actions/finishopenidlogin.php:73 ../actions/profilesettings.php:43
#: actions/finishopenidlogin.php:79 actions/profilesettings.php:76 #: actions/finishopenidlogin.php:79 actions/profilesettings.php:76
#: actions/finishopenidlogin.php:101 actions/profilesettings.php:100 #: actions/finishopenidlogin.php:101 actions/profilesettings.php:100
@ -202,6 +198,7 @@ msgstr ""
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 ""
@ -218,6 +215,7 @@ msgstr ""
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr "" msgstr ""
@ -390,7 +388,7 @@ msgstr ""
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "" msgstr ""
@ -413,7 +411,7 @@ msgstr ""
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "" msgstr ""
@ -435,6 +433,7 @@ msgstr ""
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "" msgstr ""
@ -466,7 +465,7 @@ msgstr ""
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "" msgstr ""
@ -495,6 +494,7 @@ msgstr ""
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "" msgstr ""
@ -557,6 +557,7 @@ msgstr ""
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "" msgstr ""
@ -586,7 +587,7 @@ msgid "Confirmation code not found."
msgstr "" msgstr ""
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, 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 "
@ -798,10 +799,6 @@ msgstr ""
msgid "Current confirmed email address." msgid "Current confirmed email address."
msgstr "" msgstr ""
#: ../actions/showstream.php:356 actions/showstream.php:367
msgid "Currently"
msgstr ""
#: ../classes/Notice.php:72 classes/Notice.php:86 classes/Notice.php:91 #: ../classes/Notice.php:72 classes/Notice.php:86 classes/Notice.php:91
#: classes/Notice.php:114 classes/Notice.php:124 classes/Notice.php:164 #: classes/Notice.php:114 classes/Notice.php:124 classes/Notice.php:164
#, php-format #, php-format
@ -810,6 +807,7 @@ msgstr ""
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "" msgstr ""
@ -832,7 +830,8 @@ msgstr ""
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "" msgstr ""
@ -847,7 +846,7 @@ msgid "Email Settings"
msgstr "" msgstr ""
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "" msgstr ""
@ -933,7 +932,7 @@ msgstr ""
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "" msgstr ""
@ -945,6 +944,7 @@ msgstr ""
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "" msgstr ""
@ -976,6 +976,7 @@ msgstr ""
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "" msgstr ""
@ -1010,6 +1011,7 @@ msgid "Find people on this site"
msgstr "" msgstr ""
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1025,6 +1027,7 @@ msgstr ""
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "" msgstr ""
@ -1038,7 +1041,7 @@ msgstr ""
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "" msgstr ""
@ -1059,7 +1062,7 @@ msgstr ""
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "" msgstr ""
@ -1071,7 +1074,7 @@ msgstr ""
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "" msgstr ""
@ -1109,12 +1112,6 @@ msgid ""
"click \"Add\"." "click \"Add\"."
msgstr "" msgstr ""
#: ../actions/recoverpassword.php:137 actions/recoverpassword.php:152
msgid ""
"If you've forgotten or lost your password, you can get a new one sent to the "
"email address you have stored in your account."
msgstr ""
#: ../actions/emailsettings.php:67 ../actions/smssettings.php:76 #: ../actions/emailsettings.php:67 ../actions/smssettings.php:76
#: actions/emailsettings.php:68 actions/smssettings.php:76 #: actions/emailsettings.php:68 actions/smssettings.php:76
#: actions/emailsettings.php:127 actions/smssettings.php:140 #: actions/emailsettings.php:127 actions/smssettings.php:140
@ -1137,7 +1134,7 @@ msgstr ""
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "" msgstr ""
@ -1215,6 +1212,7 @@ msgstr ""
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "" msgstr ""
@ -1286,7 +1284,7 @@ msgstr ""
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "" msgstr ""
@ -1300,7 +1298,7 @@ msgstr ""
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "" msgstr ""
@ -1314,6 +1312,7 @@ msgstr ""
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "" msgstr ""
@ -1339,12 +1338,13 @@ msgstr ""
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "" msgstr ""
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "" msgstr ""
@ -1384,7 +1384,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "" msgstr ""
@ -1442,7 +1442,8 @@ msgstr ""
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "" msgstr ""
@ -1456,7 +1457,7 @@ msgstr ""
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "" msgstr ""
@ -1472,7 +1473,7 @@ msgstr ""
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "" msgstr ""
@ -1711,7 +1712,8 @@ msgstr ""
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "" msgstr ""
@ -1732,7 +1734,7 @@ msgid "Not a valid email address"
msgstr "" msgstr ""
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "" msgstr ""
@ -1744,7 +1746,7 @@ msgstr ""
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "" msgstr ""
@ -1783,6 +1785,7 @@ msgstr ""
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "" msgstr ""
@ -1929,7 +1932,8 @@ msgstr ""
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "" msgstr ""
@ -1958,6 +1962,7 @@ msgstr ""
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "" msgstr ""
@ -1966,6 +1971,7 @@ msgstr ""
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "" msgstr ""
@ -2126,19 +2132,19 @@ msgstr ""
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "" msgstr ""
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "" msgstr ""
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "" msgstr ""
@ -2152,6 +2158,7 @@ msgstr ""
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "" msgstr ""
@ -2248,6 +2255,7 @@ msgstr ""
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "" msgstr ""
@ -2403,6 +2411,7 @@ msgstr ""
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "" msgstr ""
@ -2449,6 +2458,7 @@ msgstr ""
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
@ -2657,6 +2667,7 @@ msgstr ""
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "" msgstr ""
@ -2687,7 +2698,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "" msgstr ""
@ -2695,7 +2706,7 @@ msgstr ""
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "" msgstr ""
@ -2717,6 +2728,7 @@ msgstr ""
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "" msgstr ""
@ -2821,7 +2833,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "" msgstr ""
@ -2849,7 +2861,8 @@ msgstr ""
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "" msgstr ""
@ -2878,7 +2891,7 @@ msgstr ""
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "" msgstr ""
@ -2974,7 +2987,7 @@ msgstr ""
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "" msgstr ""
@ -3037,56 +3050,56 @@ msgid ""
msgstr "" msgstr ""
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "" msgstr ""
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "" msgstr ""
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "" msgstr ""
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "" msgstr ""
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "" msgstr ""
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "" msgstr ""
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "" msgstr ""
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "" msgstr ""
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "" msgstr ""
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "" msgstr ""
@ -3155,7 +3168,9 @@ msgstr ""
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "" msgstr ""
@ -3375,6 +3390,7 @@ msgstr ""
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "" msgstr ""
@ -3913,13 +3929,13 @@ msgid "There was a problem with your session token. "
msgstr "" msgstr ""
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "" msgstr ""
@ -4375,7 +4391,7 @@ msgid "%s left group %s"
msgstr "" msgstr ""
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "" msgstr ""
@ -4550,7 +4566,8 @@ msgstr ""
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "" msgstr ""
@ -4632,7 +4649,7 @@ msgstr ""
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -4643,7 +4660,7 @@ msgstr ""
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
msgid "Note" msgid "Note"
msgstr "" msgstr ""
@ -4690,6 +4707,7 @@ msgid "Only the sender and recipient "
msgstr "" msgstr ""
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "" msgstr ""
@ -4700,28 +4718,29 @@ msgstr ""
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
msgid "User profile" msgid "User profile"
msgstr "" msgstr ""
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "" msgstr ""
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "" msgstr ""
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
msgid "Message" msgid "Message"
msgstr "" msgstr ""
@ -5411,7 +5430,7 @@ msgstr ""
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "" msgstr ""
@ -5533,10 +5552,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
"number." "number."
@ -5568,42 +5589,46 @@ msgid "%s's profile"
msgstr "" msgstr ""
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, php-format #, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, php-format #, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "" msgstr ""
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, php-format #, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "" msgstr ""
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, php-format #, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "" msgstr ""
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "" msgstr ""
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5645,6 +5670,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
msgid "No such user!" msgid "No such user!"
msgstr "" msgstr ""
@ -5692,36 +5720,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -5883,6 +5881,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6047,7 +6046,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "" msgstr ""
@ -6135,7 +6135,9 @@ msgid "Message sent"
msgstr "" msgstr ""
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6294,7 +6296,7 @@ msgstr ""
msgid "Password recover" msgid "Password recover"
msgstr "" msgstr ""
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "" msgstr ""
@ -6390,28 +6392,31 @@ msgstr ""
msgid "Not a local notice" msgid "Not a local notice"
msgstr "" msgstr ""
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, php-format #, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6419,6 +6424,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6560,6 +6566,7 @@ msgid "Problem saving notice. Too long."
msgstr "" msgstr ""
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6663,10 +6670,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -6864,16 +6873,18 @@ msgid "Status deleted."
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, php-format #, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -6929,7 +6940,7 @@ msgstr ""
msgid "IM is not available." msgid "IM is not available."
msgstr "" msgstr ""
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, php-format #, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -6960,20 +6971,23 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, php-format #, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "" msgstr ""
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "" msgstr ""
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, php-format #, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "" msgstr ""
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7159,41 +7173,6 @@ msgstr ""
msgid "Error saving notice." msgid "Error saving notice."
msgstr "" msgstr ""
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
msgid "No configuration file found. " msgid "No configuration file found. "
msgstr "" msgstr ""
@ -7289,3 +7268,58 @@ msgstr ""
#: lib/oauthstore.php:345 #: lib/oauthstore.php:345
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "" msgstr ""
#: actions/login.php:110 actions/login.php:120
msgid "Invalid or expired token."
msgstr ""
#: lib/command.php:597
#, php-format
msgid "Could not create login token for %s"
msgstr ""
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr ""
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -5,12 +5,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: StatusNet\n" "Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\n"
"PO-Revision-Date: 2009-11-06 15:44:40+0000\n" "PO-Revision-Date: 2009-11-08 11:57:17+0000\n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: MediaWiki 1.16alpha(r58648); Translate extension (2009-08-03)\n" "X-Generator: MediaWiki 1.16alpha(r58760); Translate extension (2009-08-03)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: tr\n" "X-Language-Code: tr\n"
"X-Message-Group: out-statusnet\n" "X-Message-Group: out-statusnet\n"
@ -175,7 +175,7 @@ msgid "%s updates from everyone!"
msgstr "" msgstr ""
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -213,6 +213,7 @@ msgstr ""
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 ""
@ -229,6 +230,7 @@ msgstr "Unutmayın, 6 veya daha fazla karakter"
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr "" msgstr ""
@ -403,7 +405,7 @@ msgstr "\"%s\" kelimesinin geçtiği tüm güncellemeler"
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "Zaten giriş yapılmış." msgstr "Zaten giriş yapılmış."
@ -426,7 +428,7 @@ msgstr "Takip isteğini onayla"
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "" msgstr ""
"Gelecekte kendiliğinden giriş yap, paylaşılan bilgisayarlar için değildir!" "Gelecekte kendiliğinden giriş yap, paylaşılan bilgisayarlar için değildir!"
@ -449,6 +451,7 @@ msgstr "Avatar"
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "Avatar güncellendi." msgstr "Avatar güncellendi."
@ -483,7 +486,7 @@ msgstr "Önce »"
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "Hakkında" msgstr "Hakkında"
@ -512,6 +515,7 @@ msgstr "Avatar URLi '%s' okunamıyor"
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "Yeni parola kaydedilemedi." msgstr "Yeni parola kaydedilemedi."
@ -574,6 +578,7 @@ msgstr ""
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "Onayla" msgstr "Onayla"
@ -603,7 +608,7 @@ msgid "Confirmation code not found."
msgstr "Onay kodu bulunamadı." msgstr "Onay kodu bulunamadı."
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, 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 "
@ -827,6 +832,7 @@ msgstr ""
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "Cevap eklenirken veritabanı hatası: %s" msgstr "Cevap eklenirken veritabanı hatası: %s"
@ -849,7 +855,8 @@ msgstr "Kendinizi ve ilgi alanlarınızı 140 karakter ile anlatın"
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "Eposta" msgstr "Eposta"
@ -864,7 +871,7 @@ msgid "Email Settings"
msgstr "" msgstr ""
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "Eposta adresi zaten var." msgstr "Eposta adresi zaten var."
@ -950,7 +957,7 @@ msgstr "Kullanıcıyı kaydetmede hata oluştu."
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "Kullanıcıyı kaydetmede hata oluştu; geçersiz." msgstr "Kullanıcıyı kaydetmede hata oluştu; geçersiz."
@ -962,6 +969,7 @@ msgstr "Kullanıcıyı kaydetmede hata oluştu; geçersiz."
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "Kullanıcı ayarlamada hata oluştu." msgstr "Kullanıcı ayarlamada hata oluştu."
@ -993,6 +1001,7 @@ msgstr "SSS"
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "Avatar güncellemede hata." msgstr "Avatar güncellemede hata."
@ -1027,6 +1036,7 @@ msgid "Find people on this site"
msgstr "" msgstr ""
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1044,6 +1054,7 @@ msgstr ""
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "Tam İsim" msgstr "Tam İsim"
@ -1057,7 +1068,7 @@ msgstr "Tam İsim"
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "Tam isim çok uzun (azm: 255 karakter)." msgstr "Tam isim çok uzun (azm: 255 karakter)."
@ -1078,7 +1089,7 @@ msgstr "Başlangıç"
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "Başlangıç Sayfası" msgstr "Başlangıç Sayfası"
@ -1090,7 +1101,7 @@ msgstr "Başlangıç Sayfası"
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "Başlangıç sayfası adresi geçerli bir URL değil." msgstr "Başlangıç sayfası adresi geçerli bir URL değil."
@ -1160,7 +1171,7 @@ msgstr "Eski parola yanlış"
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "Yanlış kullanıcı adı veya parola." msgstr "Yanlış kullanıcı adı veya parola."
@ -1240,6 +1251,7 @@ msgstr "Geçersiz büyüklük."
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "Geçersiz kullanıcı adı veya parola." msgstr "Geçersiz kullanıcı adı veya parola."
@ -1316,7 +1328,7 @@ msgstr ""
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "Yer" msgstr "Yer"
@ -1330,7 +1342,7 @@ msgstr "Yer"
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "Yer bilgisi çok uzun (azm: 255 karakter)." msgstr "Yer bilgisi çok uzun (azm: 255 karakter)."
@ -1344,6 +1356,7 @@ msgstr "Yer bilgisi çok uzun (azm: 255 karakter)."
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "Giriş" msgstr "Giriş"
@ -1372,12 +1385,13 @@ msgstr "Çıkış"
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "" msgstr ""
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "Parolamı unuttum veya kaybettim" msgstr "Parolamı unuttum veya kaybettim"
@ -1417,7 +1431,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "Durum mesajlarim ve dosyalarim şu lisans ile korunmaktadır: " msgstr "Durum mesajlarim ve dosyalarim şu lisans ile korunmaktadır: "
@ -1475,7 +1489,8 @@ msgstr "Yeni parola başarıyla kaydedildi. Şimdi giriş yaptınız."
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "Takma ad" msgstr "Takma ad"
@ -1489,7 +1504,7 @@ msgstr "Takma ad"
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "Takma ad kullanımda. Başka bir tane deneyin." msgstr "Takma ad kullanımda. Başka bir tane deneyin."
@ -1505,7 +1520,7 @@ msgstr "Takma ad kullanımda. Başka bir tane deneyin."
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "" msgstr ""
"Takma ad sadece küçük harflerden ve rakamlardan oluşabilir, boşluk " "Takma ad sadece küçük harflerden ve rakamlardan oluşabilir, boşluk "
@ -1746,7 +1761,8 @@ msgstr ""
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "" msgstr ""
@ -1767,7 +1783,7 @@ msgid "Not a valid email address"
msgstr "" msgstr ""
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "Geçersiz bir eposta adresi." msgstr "Geçersiz bir eposta adresi."
@ -1779,7 +1795,7 @@ msgstr "Geçersiz bir eposta adresi."
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "Geçersiz bir takma ad." msgstr "Geçersiz bir takma ad."
@ -1818,6 +1834,7 @@ msgstr ""
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "" msgstr ""
@ -1964,7 +1981,8 @@ msgstr "Kısmi yükleme."
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "Parola" msgstr "Parola"
@ -1993,6 +2011,7 @@ msgstr "Parola geri alma isteği"
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "Parola kaydedildi." msgstr "Parola kaydedildi."
@ -2001,6 +2020,7 @@ msgstr "Parola kaydedildi."
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "Parolalar birbirini tutmuyor." msgstr "Parolalar birbirini tutmuyor."
@ -2165,19 +2185,19 @@ msgstr "Bilinmeye kullanıcı için geri alma kodu"
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "Kayıt" msgstr "Kayıt"
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "" msgstr ""
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "" msgstr ""
@ -2191,6 +2211,7 @@ msgstr "Reddet"
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "Beni hatırla" msgstr "Beni hatırla"
@ -2289,6 +2310,7 @@ msgstr "yukarıdaki parolanın aynısı"
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "" msgstr ""
@ -2449,6 +2471,7 @@ msgstr "Kaydedilmiş OpenID bulunamadı."
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "Abone ol" msgstr "Abone ol"
@ -2495,6 +2518,7 @@ msgstr "Dosya yüklemede sistem hatası."
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
@ -2709,6 +2733,7 @@ msgstr ""
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "" msgstr ""
@ -2739,7 +2764,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "" msgstr ""
@ -2747,7 +2772,7 @@ msgstr ""
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "" msgstr ""
"Web Sitenizin, blogunuzun ya da varsa başka bir sitedeki profilinizin adresi" "Web Sitenizin, blogunuzun ya da varsa başka bir sitedeki profilinizin adresi"
@ -2770,6 +2795,7 @@ msgstr ""
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "Beklenmeğen form girdisi." msgstr "Beklenmeğen form girdisi."
@ -2880,7 +2906,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "" msgstr ""
"Sadece sistem güncellemeleri, duyurular ve parola geri alma için kullanılır." "Sadece sistem güncellemeleri, duyurular ve parola geri alma için kullanılır."
@ -2909,7 +2935,8 @@ msgstr ""
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "Kullanıcının profili yok." msgstr "Kullanıcının profili yok."
@ -2938,7 +2965,7 @@ msgstr "N'aber %s?"
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "Bulunduğunuz yer, \"Şehir, Eyalet (veya Bölge), Ülke\" gibi" msgstr "Bulunduğunuz yer, \"Şehir, Eyalet (veya Bölge), Ülke\" gibi"
@ -3040,7 +3067,7 @@ msgstr "Yerel aboneliği kullanabilirsiniz!"
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "Eğer lisansı kabul etmezseniz kayıt olamazsınız." msgstr "Eğer lisansı kabul etmezseniz kayıt olamazsınız."
@ -3105,56 +3132,56 @@ msgstr ""
"sağlar. Hesabınızla bağlantılı OpenID'lerinizi burada yönetebilirsiniz." "sağlar. Hesabınızla bağlantılı OpenID'lerinizi burada yönetebilirsiniz."
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "birkaç saniye önce" msgstr "birkaç saniye önce"
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "yaklaşık %d gün önce" msgstr "yaklaşık %d gün önce"
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "yaklaşık %d saat önce" msgstr "yaklaşık %d saat önce"
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "yaklaşık %d dakika önce" msgstr "yaklaşık %d dakika önce"
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "yaklaşık %d ay önce" msgstr "yaklaşık %d ay önce"
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "yaklaşık bir gün önce" msgstr "yaklaşık bir gün önce"
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "yaklaşık bir dakika önce" msgstr "yaklaşık bir dakika önce"
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "yaklaşık bir ay önce" msgstr "yaklaşık bir ay önce"
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "yaklaşık bir yıl önce" msgstr "yaklaşık bir yıl önce"
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "yaklaşık bir saat önce" msgstr "yaklaşık bir saat önce"
@ -3224,7 +3251,9 @@ msgstr "« Sonra"
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "" msgstr ""
@ -3444,6 +3473,7 @@ msgstr ""
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "" msgstr ""
@ -3983,13 +4013,13 @@ msgid "There was a problem with your session token. "
msgstr "" msgstr ""
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "" msgstr ""
@ -4479,7 +4509,7 @@ msgid "%s left group %s"
msgstr "" msgstr ""
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "" msgstr ""
@ -4668,7 +4698,8 @@ msgstr ""
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "" msgstr ""
@ -4764,7 +4795,7 @@ msgstr "Böyle bir durum mesajı yok."
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -4775,7 +4806,7 @@ msgstr ""
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
#, fuzzy #, fuzzy
msgid "Note" msgid "Note"
msgstr "Durum mesajları" msgstr "Durum mesajları"
@ -4824,6 +4855,7 @@ msgid "Only the sender and recipient "
msgstr "" msgstr ""
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "" msgstr ""
@ -4835,29 +4867,30 @@ msgstr "Profil"
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
#, fuzzy #, fuzzy
msgid "User profile" msgid "User profile"
msgstr "Kullanıcının profili yok." msgstr "Kullanıcının profili yok."
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "" msgstr ""
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "" msgstr ""
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
msgid "Message" msgid "Message"
msgstr "" msgstr ""
@ -5603,7 +5636,7 @@ msgstr "%s ve arkadaşları"
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
#, fuzzy #, fuzzy
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "Avatar güncellendi." msgstr "Avatar güncellendi."
@ -5734,10 +5767,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
#, fuzzy #, fuzzy
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
@ -5774,44 +5809,48 @@ msgid "%s's profile"
msgstr "Profil" msgstr "Profil"
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "%s için durum RSS beslemesi" msgstr "%s için durum RSS beslemesi"
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "%s için durum RSS beslemesi" msgstr "%s için durum RSS beslemesi"
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "%s için durum RSS beslemesi" msgstr "%s için durum RSS beslemesi"
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, php-format #, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "" msgstr ""
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
#, fuzzy #, fuzzy
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "Avatar" msgstr "Avatar"
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
#, fuzzy #, fuzzy
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "Profil ayarları" msgstr "Profil ayarları"
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5854,6 +5893,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
#, fuzzy #, fuzzy
msgid "No such user!" msgid "No such user!"
msgstr "Böyle bir kullanıcı yok." msgstr "Böyle bir kullanıcı yok."
@ -5906,36 +5948,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -6106,6 +6118,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6283,7 +6296,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
#, fuzzy #, fuzzy
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "Kullanıcı güncellenemedi." msgstr "Kullanıcı güncellenemedi."
@ -6375,7 +6389,9 @@ msgid "Message sent"
msgstr "" msgstr ""
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6543,7 +6559,7 @@ msgstr "Harika, sizi tanıdık. Simdi yeni parolanızı girin."
msgid "Password recover" msgid "Password recover"
msgstr "Parola geri alma isteği" msgstr "Parola geri alma isteği"
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
#, fuzzy #, fuzzy
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "Onay kodu hatası." msgstr "Onay kodu hatası."
@ -6642,28 +6658,31 @@ msgstr ""
msgid "Not a local notice" msgid "Not a local notice"
msgstr "Böyle bir kullanıcı yok." msgstr "Böyle bir kullanıcı yok."
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, fuzzy, php-format #, fuzzy, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "%s için durum RSS beslemesi" msgstr "%s için durum RSS beslemesi"
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6671,6 +6690,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6817,6 +6837,7 @@ msgid "Problem saving notice. Too long."
msgstr "Durum mesajını kaydederken hata oluştu." msgstr "Durum mesajını kaydederken hata oluştu."
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6927,10 +6948,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -7137,17 +7160,19 @@ msgid "Status deleted."
msgstr "Avatar güncellendi." msgstr "Avatar güncellendi."
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, fuzzy, php-format #, fuzzy, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "" msgstr ""
"Ah, durumunuz biraz uzun kaçtı. Azami 180 karaktere sığdırmaya ne dersiniz?" "Ah, durumunuz biraz uzun kaçtı. Azami 180 karaktere sığdırmaya ne dersiniz?"
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -7209,7 +7234,7 @@ msgstr "%s adli kullanicinin durum mesajlari"
msgid "IM is not available." msgid "IM is not available."
msgstr "Bu sayfa kabul ettiğiniz ortam türünde kullanılabilir değil" msgstr "Bu sayfa kabul ettiğiniz ortam türünde kullanılabilir değil"
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, fuzzy, php-format #, fuzzy, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -7244,21 +7269,24 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, fuzzy, php-format #, fuzzy, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "Kendinizi ve ilgi alanlarınızı 140 karakter ile anlatın" msgstr "Kendinizi ve ilgi alanlarınızı 140 karakter ile anlatın"
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
#, fuzzy #, fuzzy
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "Kendinizi ve ilgi alanlarınızı 140 karakter ile anlatın" msgstr "Kendinizi ve ilgi alanlarınızı 140 karakter ile anlatın"
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, fuzzy, php-format #, fuzzy, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "Hakkında bölümü çok uzun (azm 140 karakter)." msgstr "Hakkında bölümü çok uzun (azm 140 karakter)."
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7417,7 +7445,7 @@ msgid "Site content license"
msgstr "Yeni durum mesajı" msgstr "Yeni durum mesajı"
#: lib/command.php:88 #: lib/command.php:88
#, fuzzy, php-format #, php-format
msgid "Could not find a user with nickname %s" msgid "Could not find a user with nickname %s"
msgstr "Kullanıcı güncellenemedi." msgstr "Kullanıcı güncellenemedi."
@ -7454,41 +7482,6 @@ msgstr "%s için cevaplar"
msgid "Error saving notice." msgid "Error saving notice."
msgstr "Durum mesajını kaydederken hata oluştu." msgstr "Durum mesajını kaydederken hata oluştu."
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
#, fuzzy #, fuzzy
msgid "No configuration file found. " msgid "No configuration file found. "
@ -7521,7 +7514,7 @@ msgid "Describe the group or topic in %d characters"
msgstr "Kendinizi ve ilgi alanlarınızı 140 karakter ile anlatın" msgstr "Kendinizi ve ilgi alanlarınızı 140 karakter ile anlatın"
#: lib/jabber.php:192 #: lib/jabber.php:192
#, fuzzy, php-format #, php-format
msgid "notice id: %s" msgid "notice id: %s"
msgstr "Yeni durum mesajı" msgstr "Yeni durum mesajı"
@ -7588,3 +7581,60 @@ msgstr "Kullanıcı güncellenemedi."
#, fuzzy #, fuzzy
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "Yeni durum mesajı" msgstr "Yeni durum mesajı"
#: actions/login.php:110 actions/login.php:120
#, fuzzy
msgid "Invalid or expired token."
msgstr "Geçersiz durum mesajı"
#: lib/command.php:597
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "OpenID formu yaratılamadı: %s"
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, fuzzy, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr ""
"Ah, durumunuz biraz uzun kaçtı. Azami 180 karaktere sığdırmaya ne dersiniz?"
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -10,12 +10,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: StatusNet\n" "Project-Id-Version: StatusNet\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-11-06 13:16+0000\n" "POT-Creation-Date: 2009-11-08 11:53+0000\n"
"PO-Revision-Date: 2009-11-06 15:44:55+0000\n" "PO-Revision-Date: 2009-11-08 11:57:29+0000\n"
"Language-Team: Traditional Chinese\n" "Language-Team: Traditional Chinese\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: MediaWiki 1.16alpha(r58648); Translate extension (2009-08-03)\n" "X-Generator: MediaWiki 1.16alpha(r58760); Translate extension (2009-08-03)\n"
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
"X-Language-Code: zh-hant\n" "X-Language-Code: zh-hant\n"
"X-Message-Group: out-statusnet\n" "X-Message-Group: out-statusnet\n"
@ -179,7 +179,7 @@ msgid "%s updates from everyone!"
msgstr "" msgstr ""
#: ../actions/register.php:213 actions/register.php:497 #: ../actions/register.php:213 actions/register.php:497
#: actions/register.php:545 actions/register.php:555 #: actions/register.php:545 actions/register.php:555 actions/register.php:561
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.)"
@ -215,6 +215,7 @@ msgstr "1-64個小寫英文字母或數字勿加標點符號或空格"
#: ../actions/register.php:152 actions/register.php:166 #: ../actions/register.php:152 actions/register.php:166
#: actions/register.php:368 actions/register.php:414 actions/register.php:418 #: actions/register.php:368 actions/register.php:414 actions/register.php:418
#: actions/register.php:424
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 ""
@ -231,6 +232,7 @@ msgstr "6個或6個以上字元別忘了自己密碼喔"
#: ../actions/register.php:154 actions/register.php:168 #: ../actions/register.php:154 actions/register.php:168
#: actions/register.php:373 actions/register.php:419 actions/register.php:423 #: actions/register.php:373 actions/register.php:419 actions/register.php:423
#: actions/register.php:429
msgid "6 or more characters. Required." msgid "6 or more characters. Required."
msgstr "" msgstr ""
@ -403,7 +405,7 @@ msgstr "所有符合 \"%s\"的更新"
#: actions/openidlogin.php:29 actions/register.php:30 #: actions/openidlogin.php:29 actions/register.php:30
#: actions/finishopenidlogin.php:34 actions/login.php:77 #: actions/finishopenidlogin.php:34 actions/login.php:77
#: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131 #: actions/openidlogin.php:30 actions/register.php:92 actions/register.php:131
#: actions/login.php:79 #: actions/login.php:79 actions/register.php:137
msgid "Already logged in." msgid "Already logged in."
msgstr "已登入" msgstr "已登入"
@ -426,7 +428,7 @@ msgstr "註冊確認"
#: ../actions/login.php:104 ../actions/register.php:178 #: ../actions/login.php:104 ../actions/register.php:178
#: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117 #: actions/register.php:192 actions/login.php:218 actions/openidlogin.php:117
#: actions/register.php:416 actions/register.php:463 actions/login.php:226 #: actions/register.php:416 actions/register.php:463 actions/login.php:226
#: actions/register.php:473 #: actions/register.php:473 actions/login.php:253 actions/register.php:479
msgid "Automatically login in the future; not for shared computers!" msgid "Automatically login in the future; not for shared computers!"
msgstr "未來在同一部電腦自動登入" msgstr "未來在同一部電腦自動登入"
@ -448,6 +450,7 @@ msgstr "個人圖像"
#: ../actions/avatar.php:113 actions/profilesettings.php:350 #: ../actions/avatar.php:113 actions/profilesettings.php:350
#: actions/avatarsettings.php:395 actions/avatarsettings.php:346 #: actions/avatarsettings.php:395 actions/avatarsettings.php:346
#: actions/avatarsettings.php:360
msgid "Avatar updated." msgid "Avatar updated."
msgstr "更新個人圖像" msgstr "更新個人圖像"
@ -482,7 +485,7 @@ msgstr "之前的內容»"
#: actions/profilesettings.php:82 actions/register.php:184 #: actions/profilesettings.php:82 actions/register.php:184
#: actions/profilesettings.php:112 actions/register.php:402 #: actions/profilesettings.php:112 actions/register.php:402
#: actions/register.php:448 actions/profilesettings.php:127 #: actions/register.php:448 actions/profilesettings.php:127
#: actions/register.php:459 #: actions/register.php:459 actions/register.php:465
msgid "Bio" msgid "Bio"
msgstr "自我介紹" msgstr "自我介紹"
@ -511,6 +514,7 @@ msgstr "無法讀取此%sURL的圖像"
#: actions/passwordsettings.php:169 actions/recoverpassword.php:347 #: actions/passwordsettings.php:169 actions/recoverpassword.php:347
#: actions/passwordsettings.php:174 actions/recoverpassword.php:365 #: actions/passwordsettings.php:174 actions/recoverpassword.php:365
#: actions/passwordsettings.php:180 actions/recoverpassword.php:368 #: actions/passwordsettings.php:180 actions/recoverpassword.php:368
#: actions/passwordsettings.php:185
msgid "Can't save new password." msgid "Can't save new password."
msgstr "無法存取新密碼" msgstr "無法存取新密碼"
@ -573,6 +577,7 @@ msgstr ""
#: actions/recoverpassword.php:236 actions/register.php:422 #: actions/recoverpassword.php:236 actions/register.php:422
#: actions/passwordsettings.php:111 actions/recoverpassword.php:239 #: actions/passwordsettings.php:111 actions/recoverpassword.php:239
#: actions/register.php:426 actions/smssettings.php:134 #: actions/register.php:426 actions/smssettings.php:134
#: actions/register.php:432
msgid "Confirm" msgid "Confirm"
msgstr "確認" msgstr "確認"
@ -602,7 +607,7 @@ msgid "Confirmation code not found."
msgstr "確認碼遺失" msgstr "確認碼遺失"
#: ../actions/register.php:202 actions/register.php:473 #: ../actions/register.php:202 actions/register.php:473
#: actions/register.php:521 actions/register.php:531 #: actions/register.php:521 actions/register.php:531 actions/register.php:537
#, 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 "
@ -826,6 +831,7 @@ msgstr ""
#: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698 #: ../lib/util.php:1061 lib/util.php:1110 classes/Notice.php:698
#: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117 #: classes/Notice.php:757 classes/Notice.php:1042 classes/Notice.php:1117
#: classes/Notice.php:1120
#, php-format #, php-format
msgid "DB error inserting reply: %s" msgid "DB error inserting reply: %s"
msgstr "增加回覆時,資料庫發生錯誤: %s" msgstr "增加回覆時,資料庫發生錯誤: %s"
@ -848,7 +854,8 @@ msgstr "請在140個字以內描述你自己與你的興趣"
#: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381 #: actions/register.php:175 lib/settingsaction.php:87 actions/register.php:381
#: actions/register.php:385 lib/accountsettingsaction.php:113 #: actions/register.php:385 lib/accountsettingsaction.php:113
#: actions/register.php:427 actions/register.php:431 actions/register.php:435 #: actions/register.php:427 actions/register.php:431 actions/register.php:435
#: lib/accountsettingsaction.php:117 #: lib/accountsettingsaction.php:117 actions/register.php:437
#: actions/register.php:441
msgid "Email" msgid "Email"
msgstr "電子信箱" msgstr "電子信箱"
@ -863,7 +870,7 @@ msgid "Email Settings"
msgstr "" msgstr ""
#: ../actions/register.php:73 actions/register.php:80 actions/register.php:163 #: ../actions/register.php:73 actions/register.php:80 actions/register.php:163
#: actions/register.php:200 actions/register.php:206 #: actions/register.php:200 actions/register.php:206 actions/register.php:212
msgid "Email address already exists." msgid "Email address already exists."
msgstr "此電子信箱已註冊過了" msgstr "此電子信箱已註冊過了"
@ -949,7 +956,7 @@ msgstr "儲存使用者發生錯誤"
#: ../actions/password.php:80 actions/profilesettings.php:399 #: ../actions/password.php:80 actions/profilesettings.php:399
#: actions/passwordsettings.php:164 actions/passwordsettings.php:169 #: actions/passwordsettings.php:164 actions/passwordsettings.php:169
#: actions/passwordsettings.php:175 #: actions/passwordsettings.php:175 actions/passwordsettings.php:180
msgid "Error saving user; invalid." msgid "Error saving user; invalid."
msgstr "儲存使用者發生錯誤;使用者名稱無效" msgstr "儲存使用者發生錯誤;使用者名稱無效"
@ -961,6 +968,7 @@ msgstr "儲存使用者發生錯誤;使用者名稱無效"
#: actions/login.php:120 actions/recoverpassword.php:372 #: actions/login.php:120 actions/recoverpassword.php:372
#: actions/register.php:235 actions/login.php:122 #: actions/register.php:235 actions/login.php:122
#: actions/recoverpassword.php:375 actions/register.php:242 #: actions/recoverpassword.php:375 actions/register.php:242
#: actions/login.php:149 actions/register.php:248
msgid "Error setting user." msgid "Error setting user."
msgstr "使用者設定發生錯誤" msgstr "使用者設定發生錯誤"
@ -992,6 +1000,7 @@ msgstr "常見問題"
#: ../actions/avatar.php:115 actions/profilesettings.php:352 #: ../actions/avatar.php:115 actions/profilesettings.php:352
#: actions/avatarsettings.php:397 actions/avatarsettings.php:349 #: actions/avatarsettings.php:397 actions/avatarsettings.php:349
#: actions/avatarsettings.php:363
msgid "Failed updating avatar." msgid "Failed updating avatar."
msgstr "無法上傳個人圖像" msgstr "無法上傳個人圖像"
@ -1026,6 +1035,7 @@ msgid "Find people on this site"
msgstr "" msgstr ""
#: ../actions/login.php:122 actions/login.php:247 actions/login.php:255 #: ../actions/login.php:122 actions/login.php:247 actions/login.php:255
#: actions/login.php:282
msgid "" msgid ""
"For security reasons, please re-enter your user name and password before " "For security reasons, please re-enter your user name and password before "
"changing your settings." "changing your settings."
@ -1041,6 +1051,7 @@ msgstr "為安全起見,請先重新輸入你的使用者名稱與密碼再更
#: actions/showstream.php:220 lib/groupeditform.php:157 #: actions/showstream.php:220 lib/groupeditform.php:157
#: actions/profilesettings.php:111 actions/register.php:441 #: actions/profilesettings.php:111 actions/register.php:441
#: actions/showgroup.php:247 actions/showstream.php:267 #: actions/showgroup.php:247 actions/showstream.php:267
#: actions/register.php:447 lib/userprofile.php:149
msgid "Full name" msgid "Full name"
msgstr "全名" msgstr "全名"
@ -1054,7 +1065,7 @@ msgstr "全名"
#: actions/profilesettings.php:203 actions/register.php:208 #: actions/profilesettings.php:203 actions/register.php:208
#: actions/apigroupcreate.php:253 actions/editgroup.php:198 #: actions/apigroupcreate.php:253 actions/editgroup.php:198
#: actions/newgroup.php:142 actions/profilesettings.php:218 #: actions/newgroup.php:142 actions/profilesettings.php:218
#: actions/register.php:214 #: actions/register.php:214 actions/register.php:220
msgid "Full name is too long (max 255 chars)." msgid "Full name is too long (max 255 chars)."
msgstr "全名過長最多255字元" msgstr "全名過長最多255字元"
@ -1075,7 +1086,7 @@ msgstr "主頁"
#: actions/profilesettings.php:107 actions/register.php:396 #: actions/profilesettings.php:107 actions/register.php:396
#: lib/groupeditform.php:146 actions/register.php:442 #: lib/groupeditform.php:146 actions/register.php:442
#: lib/groupeditform.php:161 actions/profilesettings.php:115 #: lib/groupeditform.php:161 actions/profilesettings.php:115
#: actions/register.php:446 #: actions/register.php:446 actions/register.php:452
msgid "Homepage" msgid "Homepage"
msgstr "個人首頁" msgstr "個人首頁"
@ -1087,7 +1098,7 @@ msgstr "個人首頁"
#: actions/profilesettings.php:200 actions/register.php:205 #: actions/profilesettings.php:200 actions/register.php:205
#: actions/apigroupcreate.php:244 actions/editgroup.php:195 #: actions/apigroupcreate.php:244 actions/editgroup.php:195
#: actions/newgroup.php:139 actions/profilesettings.php:215 #: actions/newgroup.php:139 actions/profilesettings.php:215
#: actions/register.php:211 #: actions/register.php:211 actions/register.php:217
msgid "Homepage is not a valid URL." msgid "Homepage is not a valid URL."
msgstr "個人首頁位址錯誤" msgstr "個人首頁位址錯誤"
@ -1153,7 +1164,7 @@ msgstr "舊密碼錯誤"
#: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131 #: ../actions/login.php:67 actions/login.php:67 actions/facebookhome.php:131
#: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114 #: actions/login.php:132 actions/facebookhome.php:130 actions/login.php:114
#: actions/facebookhome.php:129 actions/login.php:116 #: actions/facebookhome.php:129 actions/login.php:116 actions/login.php:143
msgid "Incorrect username or password." msgid "Incorrect username or password."
msgstr "使用者名稱或密碼錯誤" msgstr "使用者名稱或密碼錯誤"
@ -1231,6 +1242,7 @@ msgstr "尺寸錯誤"
#: actions/register.php:211 actions/finishopenidlogin.php:284 #: actions/register.php:211 actions/finishopenidlogin.php:284
#: actions/finishopenidlogin.php:307 actions/register.php:230 #: actions/finishopenidlogin.php:307 actions/register.php:230
#: actions/register.php:251 actions/register.php:237 actions/register.php:258 #: actions/register.php:251 actions/register.php:237 actions/register.php:258
#: actions/register.php:243 actions/register.php:264
msgid "Invalid username or password." msgid "Invalid username or password."
msgstr "使用者名稱或密碼無效" msgstr "使用者名稱或密碼無效"
@ -1302,7 +1314,7 @@ msgstr ""
#: actions/profilesettings.php:132 actions/register.php:464 #: actions/profilesettings.php:132 actions/register.php:464
#: actions/showgroup.php:256 actions/showstream.php:282 #: actions/showgroup.php:256 actions/showstream.php:282
#: actions/userauthorization.php:158 lib/groupeditform.php:177 #: actions/userauthorization.php:158 lib/groupeditform.php:177
#: lib/profilelist.php:218 #: lib/profilelist.php:218 actions/register.php:470 lib/userprofile.php:164
msgid "Location" msgid "Location"
msgstr "地點" msgstr "地點"
@ -1316,7 +1328,7 @@ msgstr "地點"
#: actions/profilesettings.php:209 actions/register.php:214 #: actions/profilesettings.php:209 actions/register.php:214
#: actions/apigroupcreate.php:272 actions/editgroup.php:204 #: actions/apigroupcreate.php:272 actions/editgroup.php:204
#: actions/newgroup.php:148 actions/profilesettings.php:225 #: actions/newgroup.php:148 actions/profilesettings.php:225
#: actions/register.php:221 #: actions/register.php:221 actions/register.php:227
msgid "Location is too long (max 255 chars)." msgid "Location is too long (max 255 chars)."
msgstr "地點過長共255個字" msgstr "地點過長共255個字"
@ -1330,6 +1342,7 @@ msgstr "地點過長共255個字"
#: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443 #: lib/facebookaction.php:293 lib/facebookaction.php:319 lib/action.php:443
#: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177 #: lib/facebookaction.php:295 lib/facebookaction.php:321 actions/login.php:177
#: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79 #: actions/login.php:230 lib/action.php:453 lib/logingroupnav.php:79
#: actions/login.php:204 actions/login.php:257
#, php-format #, php-format
msgid "Login" msgid "Login"
msgstr "登入" msgstr "登入"
@ -1355,12 +1368,13 @@ msgstr "登出"
#: ../actions/register.php:166 actions/register.php:180 #: ../actions/register.php:166 actions/register.php:180
#: actions/register.php:393 actions/register.php:439 actions/register.php:443 #: actions/register.php:393 actions/register.php:439 actions/register.php:443
#: actions/register.php:449
msgid "Longer name, preferably your \"real\" name" msgid "Longer name, preferably your \"real\" name"
msgstr "" msgstr ""
#: ../actions/login.php:110 actions/login.php:110 actions/login.php:245 #: ../actions/login.php:110 actions/login.php:110 actions/login.php:245
#: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325 #: lib/facebookaction.php:320 actions/login.php:228 lib/facebookaction.php:325
#: lib/facebookaction.php:327 actions/login.php:236 #: lib/facebookaction.php:327 actions/login.php:236 actions/login.php:263
msgid "Lost or forgotten password?" msgid "Lost or forgotten password?"
msgstr "遺失或忘記密碼了嗎?" msgstr "遺失或忘記密碼了嗎?"
@ -1400,7 +1414,7 @@ msgstr ""
#: actions/finishopenidlogin.php:85 actions/register.php:202 #: actions/finishopenidlogin.php:85 actions/register.php:202
#: actions/finishopenidlogin.php:107 actions/register.php:429 #: actions/finishopenidlogin.php:107 actions/register.php:429
#: actions/register.php:430 actions/finishopenidlogin.php:106 #: actions/register.php:430 actions/finishopenidlogin.php:106
#: actions/register.php:477 actions/register.php:487 #: actions/register.php:477 actions/register.php:487 actions/register.php:493
msgid "My text and files are available under " msgid "My text and files are available under "
msgstr "" msgstr ""
@ -1458,7 +1472,8 @@ msgstr "新密碼已儲存成功。你已登入。"
#: actions/showgroup.php:231 actions/showstream.php:209 #: actions/showgroup.php:231 actions/showstream.php:209
#: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219 #: lib/facebookaction.php:314 lib/groupeditform.php:152 actions/login.php:219
#: actions/profilesettings.php:106 actions/register.php:417 #: actions/profilesettings.php:106 actions/register.php:417
#: actions/showgroup.php:236 actions/showstream.php:249 #: actions/showgroup.php:236 actions/showstream.php:249 actions/login.php:246
#: actions/register.php:423 lib/userprofile.php:131
msgid "Nickname" msgid "Nickname"
msgstr "暱稱" msgstr "暱稱"
@ -1472,7 +1487,7 @@ msgstr "暱稱"
#: actions/profilesettings.php:215 actions/register.php:196 #: actions/profilesettings.php:215 actions/register.php:196
#: actions/apigroupcreate.php:221 actions/editgroup.php:186 #: actions/apigroupcreate.php:221 actions/editgroup.php:186
#: actions/newgroup.php:130 actions/profilesettings.php:231 #: actions/newgroup.php:130 actions/profilesettings.php:231
#: actions/register.php:202 #: actions/register.php:202 actions/register.php:208
msgid "Nickname already in use. Try another one." msgid "Nickname already in use. Try another one."
msgstr "此暱稱已有人使用。再試試看別的吧。" msgstr "此暱稱已有人使用。再試試看別的吧。"
@ -1488,7 +1503,7 @@ msgstr "此暱稱已有人使用。再試試看別的吧。"
#: actions/profilesettings.php:193 actions/register.php:193 #: actions/profilesettings.php:193 actions/register.php:193
#: actions/apigroupcreate.php:212 actions/editgroup.php:182 #: actions/apigroupcreate.php:212 actions/editgroup.php:182
#: actions/newgroup.php:126 actions/profilesettings.php:208 #: actions/newgroup.php:126 actions/profilesettings.php:208
#: actions/register.php:199 #: actions/register.php:199 actions/register.php:205
msgid "Nickname must have only lowercase letters and numbers and no spaces." msgid "Nickname must have only lowercase letters and numbers and no spaces."
msgstr "暱稱請用小寫字母或數字,勿加空格。" msgstr "暱稱請用小寫字母或數字,勿加空格。"
@ -1727,7 +1742,8 @@ msgstr ""
#: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511 #: lib/twitterapi.php:566 lib/twitterapi.php:483 lib/twitterapi.php:511
#: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648 #: lib/twitterapi.php:601 lib/twitterapi.php:620 lib/twitterapi.php:648
#: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200 #: lib/twitterapi.php:741 actions/oembed.php:181 actions/oembed.php:200
#: lib/api.php:954 lib/api.php:982 lib/api.php:1092 #: lib/api.php:954 lib/api.php:982 lib/api.php:1092 lib/api.php:963
#: lib/api.php:991 lib/api.php:1101
msgid "Not a supported data format." msgid "Not a supported data format."
msgstr "" msgstr ""
@ -1748,7 +1764,7 @@ msgid "Not a valid email address"
msgstr "" msgstr ""
#: ../actions/register.php:63 actions/register.php:70 actions/register.php:152 #: ../actions/register.php:63 actions/register.php:70 actions/register.php:152
#: actions/register.php:189 actions/register.php:195 #: actions/register.php:189 actions/register.php:195 actions/register.php:201
msgid "Not a valid email address." msgid "Not a valid email address."
msgstr "此信箱無效" msgstr "此信箱無效"
@ -1760,7 +1776,7 @@ msgstr "此信箱無效"
#: actions/profilesettings.php:196 actions/register.php:198 #: actions/profilesettings.php:196 actions/register.php:198
#: actions/apigroupcreate.php:228 actions/editgroup.php:189 #: actions/apigroupcreate.php:228 actions/editgroup.php:189
#: actions/newgroup.php:133 actions/profilesettings.php:211 #: actions/newgroup.php:133 actions/profilesettings.php:211
#: actions/register.php:204 #: actions/register.php:204 actions/register.php:210
msgid "Not a valid nickname." msgid "Not a valid nickname."
msgstr "" msgstr ""
@ -1799,6 +1815,7 @@ msgstr ""
#: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361 #: ../actions/twitapistatuses.php:422 actions/twitapistatuses.php:361
#: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327 #: actions/twitapistatuses.php:309 actions/twitapistatuses.php:327
#: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186 #: actions/twitapistatuses.php:284 actions/apistatusesupdate.php:186
#: actions/apistatusesupdate.php:193
msgid "Not found" msgid "Not found"
msgstr "" msgstr ""
@ -1945,7 +1962,8 @@ msgstr ""
#: actions/login.php:214 lib/facebookaction.php:315 #: actions/login.php:214 lib/facebookaction.php:315
#: actions/finishopenidlogin.php:117 actions/register.php:418 #: actions/finishopenidlogin.php:117 actions/register.php:418
#: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422 #: lib/facebookaction.php:317 actions/login.php:222 actions/register.php:422
#: lib/accountsettingsaction.php:114 #: lib/accountsettingsaction.php:114 actions/login.php:249
#: actions/register.php:428
msgid "Password" msgid "Password"
msgstr "" msgstr ""
@ -1974,6 +1992,7 @@ msgstr ""
#: actions/passwordsettings.php:173 actions/recoverpassword.php:200 #: actions/passwordsettings.php:173 actions/recoverpassword.php:200
#: actions/passwordsettings.php:178 actions/recoverpassword.php:208 #: actions/passwordsettings.php:178 actions/recoverpassword.php:208
#: actions/passwordsettings.php:184 actions/recoverpassword.php:211 #: actions/passwordsettings.php:184 actions/recoverpassword.php:211
#: actions/passwordsettings.php:191
msgid "Password saved." msgid "Password saved."
msgstr "" msgstr ""
@ -1982,6 +2001,7 @@ msgstr ""
#: actions/passwordsettings.php:145 actions/register.php:183 #: actions/passwordsettings.php:145 actions/register.php:183
#: actions/passwordsettings.php:150 actions/register.php:220 #: actions/passwordsettings.php:150 actions/register.php:220
#: actions/passwordsettings.php:156 actions/register.php:227 #: actions/passwordsettings.php:156 actions/register.php:227
#: actions/register.php:233
msgid "Passwords don't match." msgid "Passwords don't match."
msgstr "" msgstr ""
@ -2142,19 +2162,19 @@ msgstr ""
#: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279 #: actions/register.php:438 lib/action.php:415 lib/facebookaction.php:279
#: actions/register.php:108 actions/register.php:486 lib/action.php:440 #: actions/register.php:108 actions/register.php:486 lib/action.php:440
#: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450 #: lib/facebookaction.php:281 actions/register.php:496 lib/action.php:450
#: lib/logingroupnav.php:85 #: lib/logingroupnav.php:85 actions/register.php:114 actions/register.php:502
msgid "Register" msgid "Register"
msgstr "" msgstr ""
#: ../actions/register.php:28 actions/register.php:28 #: ../actions/register.php:28 actions/register.php:28
#: actions/finishopenidlogin.php:196 actions/register.php:90 #: actions/finishopenidlogin.php:196 actions/register.php:90
#: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204 #: actions/finishopenidlogin.php:195 actions/finishopenidlogin.php:204
#: actions/register.php:129 #: actions/register.php:129 actions/register.php:135
msgid "Registration not allowed." msgid "Registration not allowed."
msgstr "" msgstr ""
#: ../actions/register.php:200 actions/register.php:214 #: ../actions/register.php:200 actions/register.php:214
#: actions/register.php:67 actions/register.php:106 #: actions/register.php:67 actions/register.php:106 actions/register.php:112
msgid "Registration successful" msgid "Registration successful"
msgstr "" msgstr ""
@ -2168,6 +2188,7 @@ msgstr ""
#: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107 #: actions/register.php:190 actions/login.php:234 actions/openidlogin.php:107
#: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116 #: actions/register.php:414 actions/login.php:217 actions/openidlogin.php:116
#: actions/register.php:461 actions/login.php:225 actions/register.php:471 #: actions/register.php:461 actions/login.php:225 actions/register.php:471
#: actions/login.php:252 actions/register.php:477
msgid "Remember me" msgid "Remember me"
msgstr "" msgstr ""
@ -2264,6 +2285,7 @@ msgstr ""
#: ../actions/register.php:156 actions/register.php:170 #: ../actions/register.php:156 actions/register.php:170
#: actions/register.php:377 actions/register.php:423 actions/register.php:427 #: actions/register.php:377 actions/register.php:423 actions/register.php:427
#: actions/register.php:433
msgid "Same as password above. Required." msgid "Same as password above. Required."
msgstr "" msgstr ""
@ -2419,6 +2441,7 @@ msgstr ""
#: actions/remotesubscribe.php:113 actions/showstream.php:376 #: actions/remotesubscribe.php:113 actions/showstream.php:376
#: lib/subscribeform.php:139 actions/showstream.php:345 #: lib/subscribeform.php:139 actions/showstream.php:345
#: actions/remotesubscribe.php:137 actions/showstream.php:439 #: actions/remotesubscribe.php:137 actions/showstream.php:439
#: lib/userprofile.php:321
msgid "Subscribe" msgid "Subscribe"
msgstr "" msgstr ""
@ -2465,6 +2488,7 @@ msgstr ""
#: actions/profilesettings.php:123 actions/showstream.php:255 #: actions/profilesettings.php:123 actions/showstream.php:255
#: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108 #: lib/subscriptionlist.php:106 lib/subscriptionlist.php:108
#: actions/profilesettings.php:138 actions/showstream.php:327 #: actions/profilesettings.php:138 actions/showstream.php:327
#: lib/userprofile.php:209
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
@ -2673,6 +2697,7 @@ msgstr ""
#: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104 #: actions/apifriendshipsdestroy.php:91 actions/apigroupcreate.php:104
#: actions/apigroupjoin.php:91 actions/apigroupleave.php:91 #: actions/apigroupjoin.php:91 actions/apigroupleave.php:91
#: actions/apistatusesupdate.php:109 #: actions/apistatusesupdate.php:109
#: actions/apiaccountupdateprofileimage.php:84
msgid "This method requires a POST." msgid "This method requires a POST."
msgstr "" msgstr ""
@ -2703,7 +2728,7 @@ msgstr ""
#: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167 #: ../actions/twitapifriendships.php:163 actions/twitapifriendships.php:167
#: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139 #: actions/twitapifriendships.php:132 actions/twitapifriendships.php:139
#: actions/apifriendshipsexists.php:103 #: actions/apifriendshipsexists.php:103 actions/apifriendshipsexists.php:94
msgid "Two user ids or screen_names must be supplied." msgid "Two user ids or screen_names must be supplied."
msgstr "" msgstr ""
@ -2711,7 +2736,7 @@ msgstr ""
#: actions/profilesettings.php:81 actions/register.php:183 #: actions/profilesettings.php:81 actions/register.php:183
#: actions/profilesettings.php:109 actions/register.php:398 #: actions/profilesettings.php:109 actions/register.php:398
#: actions/register.php:444 actions/profilesettings.php:117 #: actions/register.php:444 actions/profilesettings.php:117
#: actions/register.php:448 #: actions/register.php:448 actions/register.php:454
msgid "URL of your homepage, blog, or profile on another site" msgid "URL of your homepage, blog, or profile on another site"
msgstr "" msgstr ""
@ -2733,6 +2758,7 @@ msgstr ""
#: actions/twittersettings.php:322 lib/designsettings.php:301 #: actions/twittersettings.php:322 lib/designsettings.php:301
#: actions/emailsettings.php:255 actions/grouplogo.php:319 #: actions/emailsettings.php:255 actions/grouplogo.php:319
#: actions/imsettings.php:220 actions/smssettings.php:248 #: actions/imsettings.php:220 actions/smssettings.php:248
#: actions/avatarsettings.php:277 lib/designsettings.php:304
msgid "Unexpected form submission." msgid "Unexpected form submission."
msgstr "" msgstr ""
@ -2837,7 +2863,7 @@ msgstr ""
#: ../actions/register.php:159 ../actions/register.php:162 #: ../actions/register.php:159 ../actions/register.php:162
#: actions/register.php:173 actions/register.php:176 actions/register.php:382 #: actions/register.php:173 actions/register.php:176 actions/register.php:382
#: actions/register.php:386 actions/register.php:428 actions/register.php:432 #: actions/register.php:386 actions/register.php:428 actions/register.php:432
#: actions/register.php:436 #: actions/register.php:436 actions/register.php:438 actions/register.php:442
msgid "Used only for updates, announcements, and password recovery" msgid "Used only for updates, announcements, and password recovery"
msgstr "" msgstr ""
@ -2865,7 +2891,8 @@ msgstr ""
#: actions/twitapistatuses.php:535 actions/twitapiusers.php:59 #: actions/twitapistatuses.php:535 actions/twitapiusers.php:59
#: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57 #: actions/foaf.php:65 actions/replies.php:79 actions/twitapiusers.php:57
#: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84 #: actions/usergroups.php:98 lib/galleryaction.php:66 lib/profileaction.php:84
#: actions/apiusershow.php:108 #: actions/apiusershow.php:108 actions/apiaccountupdateprofileimage.php:124
#: actions/apiaccountupdateprofileimage.php:130
msgid "User has no profile." msgid "User has no profile."
msgstr "" msgstr ""
@ -2894,7 +2921,7 @@ msgstr ""
#: actions/profilesettings.php:87 actions/register.php:189 #: actions/profilesettings.php:87 actions/register.php:189
#: actions/profilesettings.php:119 actions/register.php:410 #: actions/profilesettings.php:119 actions/register.php:410
#: actions/register.php:456 actions/profilesettings.php:134 #: actions/register.php:456 actions/profilesettings.php:134
#: actions/register.php:466 #: actions/register.php:466 actions/register.php:472
msgid "Where you are, like \"City, State (or Region), Country\"" msgid "Where you are, like \"City, State (or Region), Country\""
msgstr "" msgstr ""
@ -2990,7 +3017,7 @@ msgstr ""
#: ../actions/finishopenidlogin.php:33 ../actions/register.php:61 #: ../actions/finishopenidlogin.php:33 ../actions/register.php:61
#: actions/finishopenidlogin.php:38 actions/register.php:68 #: actions/finishopenidlogin.php:38 actions/register.php:68
#: actions/finishopenidlogin.php:43 actions/register.php:149 #: actions/finishopenidlogin.php:43 actions/register.php:149
#: actions/register.php:186 actions/register.php:192 #: actions/register.php:186 actions/register.php:192 actions/register.php:198
msgid "You can't register if you don't agree to the license." msgid "You can't register if you don't agree to the license."
msgstr "" msgstr ""
@ -3053,56 +3080,56 @@ msgid ""
msgstr "" msgstr ""
#: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756 #: ../lib/util.php:943 lib/util.php:992 lib/util.php:945 lib/util.php:756
#: lib/util.php:770 lib/util.php:816 #: lib/util.php:770 lib/util.php:816 lib/util.php:844
msgid "a few seconds ago" msgid "a few seconds ago"
msgstr "" msgstr ""
#: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768 #: ../lib/util.php:955 lib/util.php:1004 lib/util.php:957 lib/util.php:768
#: lib/util.php:782 lib/util.php:828 #: lib/util.php:782 lib/util.php:828 lib/util.php:856
#, php-format #, php-format
msgid "about %d days ago" msgid "about %d days ago"
msgstr "" msgstr ""
#: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764 #: ../lib/util.php:951 lib/util.php:1000 lib/util.php:953 lib/util.php:764
#: lib/util.php:778 lib/util.php:824 #: lib/util.php:778 lib/util.php:824 lib/util.php:852
#, php-format #, php-format
msgid "about %d hours ago" msgid "about %d hours ago"
msgstr "" msgstr ""
#: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760 #: ../lib/util.php:947 lib/util.php:996 lib/util.php:949 lib/util.php:760
#: lib/util.php:774 lib/util.php:820 #: lib/util.php:774 lib/util.php:820 lib/util.php:848
#, php-format #, php-format
msgid "about %d minutes ago" msgid "about %d minutes ago"
msgstr "" msgstr ""
#: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772 #: ../lib/util.php:959 lib/util.php:1008 lib/util.php:961 lib/util.php:772
#: lib/util.php:786 lib/util.php:832 #: lib/util.php:786 lib/util.php:832 lib/util.php:860
#, php-format #, php-format
msgid "about %d months ago" msgid "about %d months ago"
msgstr "" msgstr ""
#: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766 #: ../lib/util.php:953 lib/util.php:1002 lib/util.php:955 lib/util.php:766
#: lib/util.php:780 lib/util.php:826 #: lib/util.php:780 lib/util.php:826 lib/util.php:854
msgid "about a day ago" msgid "about a day ago"
msgstr "" msgstr ""
#: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758 #: ../lib/util.php:945 lib/util.php:994 lib/util.php:947 lib/util.php:758
#: lib/util.php:772 lib/util.php:818 #: lib/util.php:772 lib/util.php:818 lib/util.php:846
msgid "about a minute ago" msgid "about a minute ago"
msgstr "" msgstr ""
#: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770 #: ../lib/util.php:957 lib/util.php:1006 lib/util.php:959 lib/util.php:770
#: lib/util.php:784 lib/util.php:830 #: lib/util.php:784 lib/util.php:830 lib/util.php:858
msgid "about a month ago" msgid "about a month ago"
msgstr "" msgstr ""
#: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774 #: ../lib/util.php:961 lib/util.php:1010 lib/util.php:963 lib/util.php:774
#: lib/util.php:788 lib/util.php:834 #: lib/util.php:788 lib/util.php:834 lib/util.php:862
msgid "about a year ago" msgid "about a year ago"
msgstr "" msgstr ""
#: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762 #: ../lib/util.php:949 lib/util.php:998 lib/util.php:951 lib/util.php:762
#: lib/util.php:776 lib/util.php:822 #: lib/util.php:776 lib/util.php:822 lib/util.php:850
msgid "about an hour ago" msgid "about an hour ago"
msgstr "" msgstr ""
@ -3171,7 +3198,9 @@ msgstr ""
#: actions/profilesettings.php:187 actions/recoverpassword.php:337 #: actions/profilesettings.php:187 actions/recoverpassword.php:337
#: actions/register.php:159 actions/remotesubscribe.php:77 #: actions/register.php:159 actions/remotesubscribe.php:77
#: actions/smssettings.php:228 actions/unsubscribe.php:69 #: actions/smssettings.php:228 actions/unsubscribe.php:69
#: actions/userauthorization.php:52 #: actions/userauthorization.php:52 actions/login.php:131
#: actions/register.php:165 actions/avatarsettings.php:265
#: lib/designsettings.php:294
msgid "There was a problem with your session token. Try again, please." msgid "There was a problem with your session token. Try again, please."
msgstr "" msgstr ""
@ -3391,6 +3420,7 @@ msgstr ""
#: actions/register.php:95 actions/register.php:180 #: actions/register.php:95 actions/register.php:180
#: actions/passwordsettings.php:147 actions/register.php:217 #: actions/passwordsettings.php:147 actions/register.php:217
#: actions/passwordsettings.php:153 actions/register.php:224 #: actions/passwordsettings.php:153 actions/register.php:224
#: actions/register.php:230
msgid "Password must be 6 or more characters." msgid "Password must be 6 or more characters."
msgstr "" msgstr ""
@ -3930,13 +3960,13 @@ msgid "There was a problem with your session token. "
msgstr "" msgstr ""
#: actions/avatarsettings.php:303 actions/grouplogo.php:360 #: actions/avatarsettings.php:303 actions/grouplogo.php:360
#: actions/avatarsettings.php:308 #: actions/avatarsettings.php:308 actions/avatarsettings.php:322
msgid "Pick a square area of the image to be your avatar" msgid "Pick a square area of the image to be your avatar"
msgstr "" msgstr ""
#: actions/avatarsettings.php:327 actions/grouplogo.php:384 #: actions/avatarsettings.php:327 actions/grouplogo.php:384
#: actions/avatarsettings.php:323 actions/grouplogo.php:382 #: actions/avatarsettings.php:323 actions/grouplogo.php:382
#: actions/grouplogo.php:377 #: actions/grouplogo.php:377 actions/avatarsettings.php:337
msgid "Lost our file data." msgid "Lost our file data."
msgstr "" msgstr ""
@ -4409,7 +4439,7 @@ msgid "%s left group %s"
msgstr "" msgstr ""
#: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208 #: actions/login.php:225 lib/facebookaction.php:304 actions/login.php:208
#: actions/login.php:216 #: actions/login.php:216 actions/login.php:243
msgid "Login to site" msgid "Login to site"
msgstr "" msgstr ""
@ -4590,7 +4620,8 @@ msgstr ""
#: actions/register.php:139 actions/register.php:349 actions/register.php:79 #: actions/register.php:139 actions/register.php:349 actions/register.php:79
#: actions/register.php:177 actions/register.php:394 actions/register.php:183 #: actions/register.php:177 actions/register.php:394 actions/register.php:183
#: actions/register.php:398 #: actions/register.php:398 actions/register.php:85 actions/register.php:189
#: actions/register.php:404
msgid "Sorry, only invited people can register." msgid "Sorry, only invited people can register."
msgstr "" msgstr ""
@ -4676,7 +4707,7 @@ msgstr "無此通知"
#: actions/showstream.php:236 actions/userauthorization.php:137 #: actions/showstream.php:236 actions/userauthorization.php:137
#: lib/profilelist.php:197 actions/showgroup.php:263 #: lib/profilelist.php:197 actions/showgroup.php:263
#: actions/showstream.php:295 actions/userauthorization.php:167 #: actions/showstream.php:295 actions/userauthorization.php:167
#: lib/profilelist.php:230 #: lib/profilelist.php:230 lib/userprofile.php:177
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -4687,7 +4718,7 @@ msgstr ""
#: actions/showstream.php:247 actions/userauthorization.php:149 #: actions/showstream.php:247 actions/userauthorization.php:149
#: lib/profilelist.php:212 actions/showgroup.php:274 #: lib/profilelist.php:212 actions/showgroup.php:274
#: actions/showstream.php:312 actions/userauthorization.php:179 #: actions/showstream.php:312 actions/userauthorization.php:179
#: lib/profilelist.php:245 #: lib/profilelist.php:245 lib/userprofile.php:194
msgid "Note" msgid "Note"
msgstr "" msgstr ""
@ -4735,6 +4766,7 @@ msgid "Only the sender and recipient "
msgstr "" msgstr ""
#: actions/showstream.php:73 actions/showstream.php:78 #: actions/showstream.php:73 actions/showstream.php:78
#: actions/showstream.php:79
#, php-format #, php-format
msgid "%s, page %d" msgid "%s, page %d"
msgstr "" msgstr ""
@ -4746,29 +4778,30 @@ msgstr "無此通知"
#: actions/showstream.php:236 actions/tagother.php:77 #: actions/showstream.php:236 actions/tagother.php:77
#: actions/showstream.php:220 actions/showstream.php:185 #: actions/showstream.php:220 actions/showstream.php:185
#: actions/showstream.php:193 #: actions/showstream.php:193 lib/userprofile.php:75
#, fuzzy #, fuzzy
msgid "User profile" msgid "User profile"
msgstr "無此通知" msgstr "無此通知"
#: actions/showstream.php:240 actions/tagother.php:81 #: actions/showstream.php:240 actions/tagother.php:81
#: actions/showstream.php:224 actions/showstream.php:189 #: actions/showstream.php:224 actions/showstream.php:189
#: actions/showstream.php:220 #: actions/showstream.php:220 lib/userprofile.php:102
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: actions/showstream.php:317 actions/showstream.php:309 #: actions/showstream.php:317 actions/showstream.php:309
#: actions/showstream.php:274 actions/showstream.php:354 #: actions/showstream.php:274 actions/showstream.php:354
#: lib/userprofile.php:236
msgid "User actions" msgid "User actions"
msgstr "" msgstr ""
#: actions/showstream.php:342 actions/showstream.php:307 #: actions/showstream.php:342 actions/showstream.php:307
#: actions/showstream.php:390 #: actions/showstream.php:390 lib/userprofile.php:272
msgid "Send a direct message to this user" msgid "Send a direct message to this user"
msgstr "" msgstr ""
#: actions/showstream.php:343 actions/showstream.php:308 #: actions/showstream.php:343 actions/showstream.php:308
#: actions/showstream.php:391 #: actions/showstream.php:391 lib/userprofile.php:273
msgid "Message" msgid "Message"
msgstr "" msgstr ""
@ -5497,7 +5530,7 @@ msgstr "%s與好友"
msgid "You can upload your personal avatar. The maximum file size is %s." msgid "You can upload your personal avatar. The maximum file size is %s."
msgstr "" msgstr ""
#: actions/avatarsettings.php:373 #: actions/avatarsettings.php:373 actions/avatarsettings.php:387
#, fuzzy #, fuzzy
msgid "Avatar deleted." msgid "Avatar deleted."
msgstr "更新個人圖像" msgstr "更新個人圖像"
@ -5621,10 +5654,12 @@ msgid ""
msgstr "" msgstr ""
#: actions/register.php:432 actions/register.php:479 actions/register.php:489 #: actions/register.php:432 actions/register.php:479 actions/register.php:489
#: actions/register.php:495
msgid "Creative Commons Attribution 3.0" msgid "Creative Commons Attribution 3.0"
msgstr "" msgstr ""
#: actions/register.php:433 actions/register.php:480 actions/register.php:490 #: actions/register.php:433 actions/register.php:480 actions/register.php:490
#: actions/register.php:496
#, fuzzy #, fuzzy
msgid "" msgid ""
" except this private data: password, email address, IM address, and phone " " except this private data: password, email address, IM address, and phone "
@ -5659,44 +5694,48 @@ msgid "%s's profile"
msgstr "無此通知" msgstr "無此通知"
#: actions/showstream.php:163 actions/showstream.php:128 #: actions/showstream.php:163 actions/showstream.php:128
#: actions/showstream.php:129
#, php-format #, php-format
msgid "Notice feed for %s (RSS 1.0)" msgid "Notice feed for %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:170 actions/showstream.php:135 #: actions/showstream.php:170 actions/showstream.php:135
#: actions/showstream.php:136
#, php-format #, php-format
msgid "Notice feed for %s (RSS 2.0)" msgid "Notice feed for %s (RSS 2.0)"
msgstr "" msgstr ""
#: actions/showstream.php:177 actions/showstream.php:142 #: actions/showstream.php:177 actions/showstream.php:142
#: actions/showstream.php:143
#, php-format #, php-format
msgid "Notice feed for %s (Atom)" msgid "Notice feed for %s (Atom)"
msgstr "" msgstr ""
#: actions/showstream.php:182 actions/showstream.php:147 #: actions/showstream.php:182 actions/showstream.php:147
#: actions/showstream.php:148
#, php-format #, php-format
msgid "FOAF for %s" msgid "FOAF for %s"
msgstr "" msgstr ""
#: actions/showstream.php:237 actions/showstream.php:202 #: actions/showstream.php:237 actions/showstream.php:202
#: actions/showstream.php:234 #: actions/showstream.php:234 lib/userprofile.php:116
#, fuzzy #, fuzzy
msgid "Edit Avatar" msgid "Edit Avatar"
msgstr "個人圖像" msgstr "個人圖像"
#: actions/showstream.php:316 actions/showstream.php:281 #: actions/showstream.php:316 actions/showstream.php:281
#: actions/showstream.php:366 #: actions/showstream.php:366 lib/userprofile.php:248
#, fuzzy #, fuzzy
msgid "Edit profile settings" msgid "Edit profile settings"
msgstr "線上即時通設定" msgstr "線上即時通設定"
#: actions/showstream.php:317 actions/showstream.php:282 #: actions/showstream.php:317 actions/showstream.php:282
#: actions/showstream.php:367 #: actions/showstream.php:367 lib/userprofile.php:249
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: actions/showstream.php:542 actions/showstream.php:388 #: actions/showstream.php:542 actions/showstream.php:388
#: actions/showstream.php:487 #: actions/showstream.php:487 actions/showstream.php:234
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -5739,6 +5778,9 @@ msgstr ""
#: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87 #: actions/apistatusesupdate.php:125 actions/apisubscriptions.php:87
#: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79 #: actions/apitimelinefavorites.php:70 actions/apitimelinefriends.php:79
#: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81 #: actions/apitimelinementions.php:79 actions/apitimelineuser.php:81
#: actions/apiaccountupdateprofileimage.php:91
#: actions/apiaccountupdateprofileimage.php:105
#: actions/apistatusesupdate.php:139
#, fuzzy #, fuzzy
msgid "No such user!" msgid "No such user!"
msgstr "無此使用者" msgstr "無此使用者"
@ -5787,36 +5829,6 @@ msgid ""
"Notices: %3$s" "Notices: %3$s"
msgstr "" msgstr ""
#: lib/command.php:392 lib/command.php:385
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"whois <nickname> - get profile info on user\n"
"fav <nickname> - add user's last notice as a 'fave'\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - not yet implemented.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/dberroraction.php:60 #: lib/dberroraction.php:60
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
@ -5985,6 +5997,7 @@ msgstr ""
#: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361 #: actions/all.php:91 actions/replies.php:190 actions/showstream.php:361
#: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455 #: actions/all.php:137 actions/replies.php:209 actions/showstream.php:455
#: actions/showstream.php:202
#, php-format #, php-format
msgid "" msgid ""
"Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
@ -6160,7 +6173,8 @@ msgstr ""
#: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186 #: actions/groupdesignsettings.php:267 actions/userdesignsettings.php:186
#: lib/designsettings.php:440 lib/designsettings.php:470 #: lib/designsettings.php:440 lib/designsettings.php:470
#: actions/groupdesignsettings.php:262 lib/designsettings.php:431 #: actions/groupdesignsettings.php:262 lib/designsettings.php:431
#: lib/designsettings.php:461 #: lib/designsettings.php:461 lib/designsettings.php:434
#: lib/designsettings.php:464
#, fuzzy #, fuzzy
msgid "Couldn't update your design." msgid "Couldn't update your design."
msgstr "無法更新使用者" msgstr "無法更新使用者"
@ -6250,7 +6264,9 @@ msgid "Message sent"
msgstr "" msgstr ""
#: actions/newnotice.php:93 lib/designsettings.php:281 #: actions/newnotice.php:93 lib/designsettings.php:281
#: actions/newnotice.php:94 #: actions/newnotice.php:94 actions/apiaccountupdateprofileimage.php:97
#: actions/apistatusesupdate.php:122 actions/avatarsettings.php:254
#: lib/designsettings.php:283
#, php-format #, php-format
msgid "" msgid ""
"The server was unable to handle that much POST data (%s bytes) due to its " "The server was unable to handle that much POST data (%s bytes) due to its "
@ -6411,7 +6427,7 @@ msgstr ""
msgid "Password recover" msgid "Password recover"
msgstr "" msgstr ""
#: actions/register.php:86 #: actions/register.php:86 actions/register.php:92
#, fuzzy #, fuzzy
msgid "Sorry, invalid invitation code." msgid "Sorry, invalid invitation code."
msgstr "確認碼發生錯誤" msgstr "確認碼發生錯誤"
@ -6509,28 +6525,31 @@ msgstr ""
msgid "Not a local notice" msgid "Not a local notice"
msgstr "無此使用者" msgstr "無此使用者"
#: actions/showstream.php:72 #: actions/showstream.php:72 actions/showstream.php:73
#, php-format #, php-format
msgid " tagged %s" msgid " tagged %s"
msgstr "" msgstr ""
#: actions/showstream.php:121 #: actions/showstream.php:121 actions/showstream.php:122
#, php-format #, php-format
msgid "Notice feed for %s tagged %s (RSS 1.0)" msgid "Notice feed for %s tagged %s (RSS 1.0)"
msgstr "" msgstr ""
#: actions/showstream.php:350 actions/showstream.php:444 #: actions/showstream.php:350 actions/showstream.php:444
#: actions/showstream.php:191
#, php-format #, php-format
msgid "This is the timeline for %s but %s hasn't posted anything yet." msgid "This is the timeline for %s but %s hasn't posted anything yet."
msgstr "" msgstr ""
#: actions/showstream.php:355 actions/showstream.php:449 #: actions/showstream.php:355 actions/showstream.php:449
#: actions/showstream.php:196
msgid "" msgid ""
"Seen anything interesting recently? You haven't posted any notices yet, now " "Seen anything interesting recently? You haven't posted any notices yet, now "
"would be a good time to start :)" "would be a good time to start :)"
msgstr "" msgstr ""
#: actions/showstream.php:357 actions/showstream.php:451 #: actions/showstream.php:357 actions/showstream.php:451
#: actions/showstream.php:198
#, php-format #, php-format
msgid "" msgid ""
"You can try to nudge %s or [post something to his or her attention](%%%%" "You can try to nudge %s or [post something to his or her attention](%%%%"
@ -6538,6 +6557,7 @@ msgid ""
msgstr "" msgstr ""
#: actions/showstream.php:393 actions/showstream.php:492 #: actions/showstream.php:393 actions/showstream.php:492
#: actions/showstream.php:239
#, php-format #, php-format
msgid "" msgid ""
"**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
@ -6683,6 +6703,7 @@ msgid "Problem saving notice. Too long."
msgstr "儲存使用者發生錯誤" msgstr "儲存使用者發生錯誤"
#: classes/User.php:319 classes/User.php:327 classes/User.php:334 #: classes/User.php:319 classes/User.php:327 classes/User.php:334
#: classes/User.php:333
#, php-format #, php-format
msgid "Welcome to %1$s, @%2$s!" msgid "Welcome to %1$s, @%2$s!"
msgstr "" msgstr ""
@ -6791,10 +6812,12 @@ msgid "Save design"
msgstr "" msgstr ""
#: lib/designsettings.php:378 lib/designsettings.php:369 #: lib/designsettings.php:378 lib/designsettings.php:369
#: lib/designsettings.php:372
msgid "Bad default color settings: " msgid "Bad default color settings: "
msgstr "" msgstr ""
#: lib/designsettings.php:474 lib/designsettings.php:465 #: lib/designsettings.php:474 lib/designsettings.php:465
#: lib/designsettings.php:468
msgid "Design defaults restored." msgid "Design defaults restored."
msgstr "" msgstr ""
@ -6998,16 +7021,18 @@ msgid "Status deleted."
msgstr "更新個人圖像" msgstr "更新個人圖像"
#: actions/apistatusesupdate.php:132 #: actions/apistatusesupdate.php:132
#: actions/apiaccountupdateprofileimage.php:99
msgid "Unable to handle that much POST data!" msgid "Unable to handle that much POST data!"
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:145 actions/newnotice.php:155 #: actions/apistatusesupdate.php:145 actions/newnotice.php:155
#: scripts/maildaemon.php:71 #: scripts/maildaemon.php:71 actions/apistatusesupdate.php:152
#, php-format #, php-format
msgid "That's too long. Max notice size is %d chars." msgid "That's too long. Max notice size is %d chars."
msgstr "" msgstr ""
#: actions/apistatusesupdate.php:209 actions/newnotice.php:178 #: actions/apistatusesupdate.php:209 actions/newnotice.php:178
#: actions/apistatusesupdate.php:216
#, php-format #, php-format
msgid "Max notice size is %d chars, including attachment URL." msgid "Max notice size is %d chars, including attachment URL."
msgstr "" msgstr ""
@ -7067,7 +7092,7 @@ msgstr "&s的微型部落格"
msgid "IM is not available." msgid "IM is not available."
msgstr "個人首頁位址錯誤" msgstr "個人首頁位址錯誤"
#: actions/login.php:259 #: actions/login.php:259 actions/login.php:286
#, php-format #, php-format
msgid "" msgid ""
"Login with your username and password. Don't have a username yet? [Register]" "Login with your username and password. Don't have a username yet? [Register]"
@ -7099,21 +7124,24 @@ msgid "Notice license %s is not compatible with site license %s."
msgstr "" msgstr ""
#: actions/profilesettings.php:122 actions/register.php:454 #: actions/profilesettings.php:122 actions/register.php:454
#: actions/register.php:460
#, fuzzy, php-format #, fuzzy, php-format
msgid "Describe yourself and your interests in %d chars" msgid "Describe yourself and your interests in %d chars"
msgstr "請在140個字以內描述你自己與你的興趣" msgstr "請在140個字以內描述你自己與你的興趣"
#: actions/profilesettings.php:125 actions/register.php:457 #: actions/profilesettings.php:125 actions/register.php:457
#: actions/register.php:463
#, fuzzy #, fuzzy
msgid "Describe yourself and your interests" msgid "Describe yourself and your interests"
msgstr "請在140個字以內描述你自己與你的興趣" msgstr "請在140個字以內描述你自己與你的興趣"
#: actions/profilesettings.php:221 actions/register.php:217 #: actions/profilesettings.php:221 actions/register.php:217
#: actions/register.php:223
#, fuzzy, php-format #, fuzzy, php-format
msgid "Bio is too long (max %d chars)." msgid "Bio is too long (max %d chars)."
msgstr "自我介紹過長(共140個字元)" msgstr "自我介紹過長(共140個字元)"
#: actions/register.php:336 #: actions/register.php:336 actions/register.php:342
msgid "" msgid ""
"With this form you can create a new account. You can then post notices and " "With this form you can create a new account. You can then post notices and "
"link up to friends and colleagues. " "link up to friends and colleagues. "
@ -7268,7 +7296,7 @@ msgid "Site content license"
msgstr "新訊息" msgstr "新訊息"
#: lib/command.php:88 #: lib/command.php:88
#, fuzzy, php-format #, php-format
msgid "Could not find a user with nickname %s" msgid "Could not find a user with nickname %s"
msgstr "無法更新使用者" msgstr "無法更新使用者"
@ -7301,45 +7329,9 @@ msgid "Reply to %s sent"
msgstr "" msgstr ""
#: lib/command.php:441 #: lib/command.php:441
#, fuzzy
msgid "Error saving notice." msgid "Error saving notice."
msgstr "儲存使用者發生錯誤" msgstr "儲存使用者發生錯誤"
#: lib/command.php:587
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""
#: lib/common.php:191 #: lib/common.php:191
#, fuzzy #, fuzzy
msgid "No configuration file found. " msgid "No configuration file found. "
@ -7439,3 +7431,58 @@ msgstr "無法更新使用者"
#, fuzzy #, fuzzy
msgid "Duplicate notice" msgid "Duplicate notice"
msgstr "新訊息" msgstr "新訊息"
#: actions/login.php:110 actions/login.php:120
msgid "Invalid or expired token."
msgstr ""
#: lib/command.php:597
#, fuzzy, php-format
msgid "Could not create login token for %s"
msgstr "無法從 %s 建立OpenID"
#: lib/command.php:602
#, php-format
msgid "This link is useable only once, and is good for only 2 minutes: %s"
msgstr ""
#: lib/imagefile.php:75
#, php-format
msgid "That file is too big. The maximum file size is %s."
msgstr ""
#: lib/command.php:613
msgid ""
"Commands:\n"
"on - turn on notifications\n"
"off - turn off notifications\n"
"help - show this help\n"
"follow <nickname> - subscribe to user\n"
"leave <nickname> - unsubscribe from user\n"
"d <nickname> <text> - direct message to user\n"
"get <nickname> - get last notice from user\n"
"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"
"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"
"login - Get a link to login to the web interface\n"
"drop <group> - leave group\n"
"stats - get your stats\n"
"stop - same as 'off'\n"
"quit - same as 'off'\n"
"sub <nickname> - same as 'follow'\n"
"unsub <nickname> - same as 'leave'\n"
"last <nickname> - same as 'get'\n"
"on <nickname> - not yet implemented.\n"
"off <nickname> - not yet implemented.\n"
"nudge <nickname> - remind a user to update.\n"
"invite <phone number> - not yet implemented.\n"
"track <word> - not yet implemented.\n"
"untrack <word> - not yet implemented.\n"
"track off - not yet implemented.\n"
"untrack all - not yet implemented.\n"
"tracks - not yet implemented.\n"
"tracking - not yet implemented.\n"
msgstr ""

View File

@ -298,4 +298,10 @@ class OpenIDPlugin extends Plugin
new ColumnDef('modified', 'timestamp'))); new ColumnDef('modified', 'timestamp')));
return true; return true;
} }
function onUserDeleteRelated($user, &$tables)
{
$tables[] = 'User_openid';
return true;
}
} }

View File

@ -102,7 +102,7 @@ class UserFlagPlugin extends Plugin
$action->elementStart('li', 'entity_flag'); $action->elementStart('li', 'entity_flag');
if (User_flag_profile::exists($profile->id, $user->id)) { if (User_flag_profile::exists($profile->id, $user->id)) {
$action->element('span', array(), $action->element('p', array(),
_('Flagged for review')); _('Flagged for review'));
} else { } else {
$form = new FlagProfileForm($action, $profile, $form = new FlagProfileForm($action, $profile,
@ -130,4 +130,15 @@ class UserFlagPlugin extends Plugin
return true; return true;
} }
function onEndShowStatusNetStyles($action)
{
$action->elementStart('style', array('type' => 'text/css'));
$action->raw('.entity_flag input, .entity_flag p {'.
' background:url('.common_path('plugins/UserFlag/flag.gif').') 5px 5px no-repeat;'.
' }');
$action->elementEnd('style');
return true;
}
} }

View File

@ -618,7 +618,8 @@ font-style:italic;
.entity_actions { .entity_actions {
float:right; float:right;
margin-left:2.35%; margin-left:2.35%;
max-width:25%; margin-bottom:18px;
width:21%;
} }
.entity_actions h2 { .entity_actions h2 {
display:none; display:none;
@ -627,7 +628,7 @@ display:none;
list-style-type:none; list-style-type:none;
} }
.entity_actions li { .entity_actions li {
margin-bottom:4px; margin-bottom:7px;
} }
.entity_actions li:first-child { .entity_actions li:first-child {
border-top:0; border-top:0;
@ -646,30 +647,29 @@ text-align:left;
width:100%; width:100%;
} }
.entity_actions a, .entity_actions a,
.entity_nudge p, .entity_actions p,
.entity_remote_subscribe { .entity_remote_subscribe {
text-decoration:none; text-decoration:none;
font-weight:bold; font-weight:bold;
display:block; display:block;
} }
.entity_actions a,
.form_user_block input.submit, .entity_actions input {
.form_user_unblock input.submit, border-radius:4px;
.form_group_block input.submit, -moz-border-radius:4px;
.form_group_unblock input.submit, -webkit-border-radius:4px;
.entity_send-a-message a,
.entity_edit a,
.form_user_nudge input.submit,
.entity_nudge p,
.form_make_admin input.submit {
border:0;
padding-left:20px;
} }
.entity_edit a, .entity_actions a,
.entity_send-a-message a, .entity_actions input,
.entity_nudge p { .entity_actions p {
padding:4px 4px 4px 23px; border:0;
padding-left:23px;
}
.entity_actions a,
.entity_actions p {
padding:1px 4px 1px 26px;
} }
.entity_remote_subscribe { .entity_remote_subscribe {
@ -687,8 +687,8 @@ margin-bottom:18px;
.entity_send-a-message button { .entity_send-a-message button {
position:absolute; position:absolute;
top:0; top:3px;
right:0; right:3px;
} }
.entity_send-a-message .form_notice { .entity_send-a-message .form_notice {
@ -700,7 +700,7 @@ width:65%;
z-index:2; z-index:2;
border-radius:7px; border-radius:7px;
-moz-border-radius:7px; -moz-border-radius:7px;
-webkit-radius-border:7px; -webkit-border-radius:7px;
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
} }
@ -973,11 +973,14 @@ border:0;
.notice-options .notice_reply, .notice-options .notice_reply,
.notice-options .notice_delete { .notice-options .notice_delete {
text-decoration:none; text-decoration:none;
padding-left:16px;
} }
.notice-options form input.submit { .notice-options form input.submit {
width:16px; width:16px;
padding:2px 0; height:16px;
padding:0;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
} }
.notice-options .form_favor legend, .notice-options .form_favor legend,
.notice-options .form_disfavor legend { .notice-options .form_disfavor legend {
@ -988,6 +991,10 @@ display:none;
border:0; border:0;
padding:0; padding:0;
} }
.notice-options a {
width:16px;
height:16px;
}
.notice .attachment { .notice .attachment {
position:relative; position:relative;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 B

View File

@ -29,7 +29,9 @@ input, textarea, select,
border-color:#AAAAAA; border-color:#AAAAAA;
} }
#filter_tags ul li, #filter_tags ul li,
.entity_send-a-message .form_notice { .entity_send-a-message .form_notice,
.pagination .nav_prev a,
.pagination .nav_next a {
border-color:#DDDDDD; border-color:#DDDDDD;
} }
@ -40,33 +42,47 @@ background:none;
input.submit, input.submit,
.form_notice.warning #notice_text-count, .form_notice.warning #notice_text-count,
.form_settings .form_note, .form_settings .form_note,
.entity_remote_subscribe { .entity_remote_subscribe,
.entity_actions .form_notice input.submit {
background-color:#9BB43E; background-color:#9BB43E;
} }
input.submit,
input:focus, textarea:focus, select:focus, .form_notice.warning #notice_text-count,
.form_notice.warning #notice_data-text { .form_settings .form_note,
border-color:#9BB43E; .entity_remote_subscribe,
.entity_actions a,
.entity_actions input,
button.close {
background-color:#9BB43E;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
input.submit, .entity_actions a,
.entity_actions input,
.entity_actions p {
border-color:transparent;
background-color:transparent;
}
input:focus, textarea:focus, select:focus,
.form_notice.warning #notice_data-text,
.form_notice.warning #notice_text-count,
.form_settings .form_note,
.entity_remote_subscribe { .entity_remote_subscribe {
border-color:#9BB43E;
}
input.submit,
.entity_remote_subscribe,
.entity_actions .form_notice input.submit {
color:#FFFFFF; color:#FFFFFF;
} }
a, a,
div.notice-options input,
.form_user_block input.submit,
.form_user_unblock input.submit,
.form_group_block input.submit,
.form_group_unblock input.submit,
.entity_send-a-message a,
.form_user_nudge input.submit,
.entity_nudge p,
.form_settings input.form_action-primary, .form_settings input.form_action-primary,
.form_make_admin input.submit { .notice-options input,
.entity_actions a,
.entity_actions input,
.entity_actions p {
color:#002FA7; color:#002FA7;
} }
@ -116,8 +132,12 @@ opacity:0;
#new_group a, #new_group a,
.pagination .nav_prev a, .pagination .nav_prev a,
.pagination .nav_next a, .pagination .nav_next a,
button.close { button.close,
background-image:url(../../base/images/icons/icons-01.png); .form_group_leave input.submit,
.form_user_unsubscribe input.submit,
.form_group_join input.submit,
.form_user_subscribe input.submit {
background-image:url(../../base/images/icons/icons-01.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
background-color:transparent; background-color:transparent;
} }
@ -195,23 +215,26 @@ background-position:0 1px;
} }
.form_group_join input.submit, .form_group_join input.submit,
.form_group_leave input.submit .form_group_leave input.submit,
.form_user_subscribe input.submit, .form_user_subscribe input.submit,
.form_user_unsubscribe input.submit { .form_user_unsubscribe input.submit {
background-color:#9BB43E; background-color:#AAAAAA;
color:#FFFFFF; color:#FFFFFF;
} }
.form_user_unsubscribe input.submit,
.form_group_leave input.submit, .form_group_leave input.submit,
.form_user_authorization input.reject { .form_user_unsubscribe input.submit {
background-color:#87B4C8; background-position:5px -1246px;
}
.form_group_join input.submit,
.form_user_subscribe input.submit {
background-position:5px -1181px;
} }
.entity_edit a { .entity_edit a {
background-position: 0 -718px; background-position: 5px -718px;
} }
.entity_send-a-message a { .entity_send-a-message a {
background-position: 0 -849px; background-position: 5px -852px;
} }
.entity_send-a-message .form_notice { .entity_send-a-message .form_notice {
box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7); box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
@ -221,16 +244,16 @@ box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
.entity_nudge p, .entity_nudge p,
.form_user_nudge input.submit { .form_user_nudge input.submit {
background-position: 0 -785px; background-position: 5px -785px;
} }
.form_user_block input.submit, .form_user_block input.submit,
.form_user_unblock input.submit, .form_user_unblock input.submit,
.form_group_block input.submit, .form_group_block input.submit,
.form_group_unblock input.submit { .form_group_unblock input.submit {
background-position: 0 -918px; background-position: 5px -918px;
} }
.form_make_admin input.submit { .form_make_admin input.submit {
background-position: 0 -983px; background-position: 5px -983px;
} }
/* NOTICES */ /* NOTICES */
@ -241,16 +264,16 @@ background-position:0 -394px;
background:none; background:none;
} }
.notice-options .notice_reply { .notice-options .notice_reply {
background-position:0 -589px; background-position:0 -592px;
} }
.notice-options form.form_favor input.submit { .notice-options form.form_favor input.submit {
background-position:0 -457px; background-position:0 -460px;
} }
.notice-options form.form_disfavor input.submit { .notice-options form.form_disfavor input.submit {
background-position:0 -523px; background-position:0 -526px;
} }
.notice-options .notice_delete { .notice-options .notice_delete {
background-position:0 -655px; background-position:0 -658px;
} }
.notices div.entry-content, .notices div.entry-content,
@ -261,9 +284,12 @@ opacity:0.4;
.notices li:hover div.notice-options { .notices li:hover div.notice-options {
opacity:1; opacity:1;
} }
div.notice-options a, .notice-options a,
div.notice-options input { .notice-options input {
font-family:sans-serif; font-family:sans-serif;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
#content .notices li:hover { #content .notices li:hover {
background-color:rgba(240, 240, 240, 0.2); background-color:rgba(240, 240, 240, 0.2);
@ -293,7 +319,9 @@ background-position:0 -1054px;
.pagination .nav_prev a, .pagination .nav_prev a,
.pagination .nav_next a { .pagination .nav_next a {
background-repeat:no-repeat; background-repeat:no-repeat;
border-color:#C8D1D5; box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
.pagination .nav_prev a { .pagination .nav_prev a {
background-position:10% -187px; background-position:10% -187px;

View File

@ -29,7 +29,9 @@ input, textarea, select,
border-color:#AAAAAA; border-color:#AAAAAA;
} }
#filter_tags ul li, #filter_tags ul li,
.entity_send-a-message .form_notice { .entity_send-a-message .form_notice,
.pagination .nav_prev a,
.pagination .nav_next a {
border-color:#DDDDDD; border-color:#DDDDDD;
} }
@ -40,33 +42,46 @@ background:none;
input.submit, input.submit,
.form_notice.warning #notice_text-count, .form_notice.warning #notice_text-count,
.form_settings .form_note, .form_settings .form_note,
.entity_remote_subscribe { .entity_remote_subscribe,
.entity_actions .form_notice input.submit {
background-color:#9BB43E; background-color:#9BB43E;
} }
input.submit,
input:focus, textarea:focus, select:focus, .form_notice.warning #notice_text-count,
.form_notice.warning #notice_data-text { .form_settings .form_note,
border-color:#9BB43E; .entity_remote_subscribe,
.entity_actions a,
.entity_actions input,
button.close {
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
input.submit, .entity_actions a,
.entity_actions input,
.entity_actions p {
border-color:transparent;
background-color:transparent;
}
input:focus, textarea:focus, select:focus,
.form_notice.warning #notice_data-text,
.form_notice.warning #notice_text-count,
.form_settings .form_note,
.entity_remote_subscribe { .entity_remote_subscribe {
border-color:#9BB43E;
}
input.submit,
.entity_remote_subscribe,
.entity_actions .form_notice input.submit {
color:#FFFFFF; color:#FFFFFF;
} }
a, a,
div.notice-options input,
.form_user_block input.submit,
.form_user_unblock input.submit,
.form_group_block input.submit,
.form_group_unblock input.submit,
.entity_send-a-message a,
.form_user_nudge input.submit,
.entity_nudge p,
.form_settings input.form_action-primary, .form_settings input.form_action-primary,
.form_make_admin input.submit { .notice-options input,
.entity_actions a,
.entity_actions input,
.entity_actions p {
color:#002FA7; color:#002FA7;
} }
@ -116,8 +131,13 @@ opacity:0;
#new_group a, #new_group a,
.pagination .nav_prev a, .pagination .nav_prev a,
.pagination .nav_next a, .pagination .nav_next a,
button.close { button.close,
background-image:url(../../base/images/icons/icons-01.png); .form_group_leave input.submit,
.form_user_unsubscribe input.submit,
.form_group_join input.submit,
.form_user_subscribe input.submit,
.entity_subscribe a {
background-image:url(../../base/images/icons/icons-01.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
background-color:transparent; background-color:transparent;
} }
@ -195,23 +215,28 @@ background-position:0 1px;
} }
.form_group_join input.submit, .form_group_join input.submit,
.form_group_leave input.submit .form_group_leave input.submit,
.form_user_subscribe input.submit, .form_user_subscribe input.submit,
.form_user_unsubscribe input.submit { .form_user_unsubscribe input.submit,
background-color:#9BB43E; .entity_subscribe a {
background-color:#AAAAAA;
color:#FFFFFF; color:#FFFFFF;
} }
.form_user_unsubscribe input.submit,
.form_group_leave input.submit, .form_group_leave input.submit,
.form_user_authorization input.reject { .form_user_unsubscribe input.submit {
background-color:#87B4C8; background-position:5px -1246px;
}
.form_group_join input.submit,
.form_user_subscribe input.submit,
.entity_subscribe a {
background-position:5px -1181px;
} }
.entity_edit a { .entity_edit a {
background-position: 0 -718px; background-position: 5px -718px;
} }
.entity_send-a-message a { .entity_send-a-message a {
background-position: 0 -849px; background-position: 5px -852px;
} }
.entity_send-a-message .form_notice { .entity_send-a-message .form_notice {
box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7); box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
@ -221,16 +246,16 @@ box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
.entity_nudge p, .entity_nudge p,
.form_user_nudge input.submit { .form_user_nudge input.submit {
background-position: 0 -785px; background-position: 5px -785px;
} }
.form_user_block input.submit, .form_user_block input.submit,
.form_user_unblock input.submit, .form_user_unblock input.submit,
.form_group_block input.submit, .form_group_block input.submit,
.form_group_unblock input.submit { .form_group_unblock input.submit {
background-position: 0 -918px; background-position: 5px -918px;
} }
.form_make_admin input.submit { .form_make_admin input.submit {
background-position: 0 -983px; background-position: 5px -983px;
} }
/* NOTICES */ /* NOTICES */
@ -241,16 +266,16 @@ background-position:0 -394px;
background:none; background:none;
} }
.notice-options .notice_reply { .notice-options .notice_reply {
background-position:0 -589px; background-position:0 -592px;
} }
.notice-options form.form_favor input.submit { .notice-options form.form_favor input.submit {
background-position:0 -457px; background-position:0 -460px;
} }
.notice-options form.form_disfavor input.submit { .notice-options form.form_disfavor input.submit {
background-position:0 -523px; background-position:0 -526px;
} }
.notice-options .notice_delete { .notice-options .notice_delete {
background-position:0 -655px; background-position:0 -658px;
} }
.notices div.entry-content, .notices div.entry-content,
@ -261,9 +286,12 @@ opacity:0.4;
.notices li:hover div.notice-options { .notices li:hover div.notice-options {
opacity:1; opacity:1;
} }
div.notice-options a, .notice-options a,
div.notice-options input { .notice-options input {
font-family:sans-serif; font-family:sans-serif;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
#content .notices li:hover { #content .notices li:hover {
background-color:rgba(240, 240, 240, 0.2); background-color:rgba(240, 240, 240, 0.2);
@ -293,7 +321,9 @@ background-position:0 -1054px;
.pagination .nav_prev a, .pagination .nav_prev a,
.pagination .nav_next a { .pagination .nav_next a {
background-repeat:no-repeat; background-repeat:no-repeat;
border-color:#CEE1E9; box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
} }
.pagination .nav_prev a { .pagination .nav_prev a {
background-position:10% -187px; background-position:10% -187px;