<?php
# Copyright (C) 2008	Victor Boctor
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

$s_plugin_ManTweet_index = 'ManTweet';
$s_plugin_ManTweet_menu_item = 'ManTweet';
$s_plugin_ManTweet_title = 'ManTweet';
$s_plugin_ManTweet_config_title = 'ManTweet Configuration';
$s_plugin_ManTweet_title_full = 'ManTweet - Team Based Micro Blogging';
$s_plugin_ManTweet_description = 'ManTweet is a Twitter clone plugin for private communication within a team.';
$s_plugin_ManTweet_what_are_you_up_to = 'What are you up to?';
$s_plugin_ManTweet_post_your_status = 'Post your status';
$s_plugin_ManTweet_post_status = 'Post';
$s_plugin_ManTweet_newer_posts = 'Newer Posts';
$s_plugin_ManTweet_older_posts = 'Older Posts';
$s_plugin_ManTweet_status_update = 'Status Update';
$s_plugin_ManTweet_view_threshold = 'View Threshold';
$s_plugin_ManTweet_post_threshold = 'Post Threshold';
$s_plugin_ManTweet_avatar_size = 'Avatar Size (pixels)';
$s_plugin_ManTweet_post_to_twitter_threshold = 'Publish to Twitter Threshold';
$s_plugin_ManTweet_access_level_nobody = 'nobody';