You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

64 lines
3.2 KiB

<?php
// This file is part of Fbcomments - https://github.com/ankitagarwal/moodle-block_fbcomments
//
// Fbcomments 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.
//
// Fbcomments 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.
//
// For GNU General Public License, see <http://www.gnu.org/licenses/>.
/**
* Lang strings for fbcomments block instances.
*
* @package block_fbcomments
* @copyright 2013 Ankit Agarwal <ankit.agrr@gmail.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['appid'] = 'Facebook App id';
$string['appid_help'] = 'Facebook App lets you manage comments posted on various pages using this block. It also gives you various other related stats.
Visit <a target="_blank" href="http://developers.facebook.com/apps/"> Get a facebook app </a> to get one. Setting this is optional.';
$string['buttonlike'] = "Like";
$string['buttonrecommend'] = "Recommend";
$string['commentorder'] = 'Order of comments';
$string['commentorder_help'] = 'Comments can be ordered by following order:-
social aka "Social Relevance": The Comments plugin uses social signals to surface the highest quality comments.
Comments are ordered to display the most relevant comments from friends and friends of friends as well as the most-liked or active discussion threads.Comments marked as spam are hidden from view.
Time commented: Comments are shown in the order in which they were posted, with the oldest comments at the top,
and the newest at the bottom.
Reverse time commented: Comments are shown in the opposite order from which they were posted,
with the newest comments at the top,and the oldest at the bottom.';
$string['configtitle'] = 'Block title';
$string['colorscheme'] = 'Theme to use';
$string['coursepage'] = 'Content for the course';
$string['darkcolor'] = 'Dark color theme';
$string['enablecomment'] = 'Enable comments';
$string['enablelike'] = 'Enable Like/recommend button';
$string['enableshare'] = 'Enable Share button';
$string['fbcomments:addinstance'] = 'Add a new Facebook comments block';
$string['fbcomments:manageurl'] = 'Manage Facebook comments block url';
$string['fbcomments:myaddinstance'] = 'Add a new Facebook comments block';
$string['invalidvalue'] = 'That is an invalid value';
$string['leaveblanktohide'] = 'leave blank to hide the title';
$string['lightcolor'] = 'Light color theme';
$string['modpage'] = 'Content for the module:{$a}';
$string['newfbblock'] = 'Facebook comments';
$string['notnumeric'] = 'This field must be numeric';
$string['numposts'] = 'Number of comments to show';
$string['pluginname'] = 'Facebook comments';
$string['reverse_time'] = 'Reverse time commented';
$string['siteroot'] = 'Content for whole site';
$string['social'] = 'Social';
$string['thispage'] = 'Content for the block page only';
$string['time'] = 'Time commented';
$string['urltype'] = 'Block represents';