diff --git a/CHANGE.md b/CHANGE.md index 23a19c8..0df1c89 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,6 +1,17 @@ Change Log: `yii2-social` ========================= +version 1.3.3 +============= +**Date:** 15-Mar-2017 + +- (enh #62): Update Facebook SDK to release v5.0. +- (enh #63): Add Polish Translations. +- (enh #64): Add Dutch Translations. +- (enh #66): Add Lithuanian Translations. +- (enh #67): Add new class `kartik\social\FacebookPersistentHandler`. +- Update message config to include all default standard translation files. + version 1.3.2 ============= **Date:** 16-Aug-2016 diff --git a/Disqus.php b/Disqus.php index d9c9c9f..b1ecc50 100644 --- a/Disqus.php +++ b/Disqus.php @@ -1,8 +1,8 @@ session->get($this->sessionPrefix . $key); + } + + /** + * @inheritdoc + */ + public function set($key, $value) + { + Yii::$app->session->set($this->sessionPrefix . $key, $value); + } +} \ No newline at end of file diff --git a/FacebookPlugin.php b/FacebookPlugin.php index 575366f..f612b92 100644 --- a/FacebookPlugin.php +++ b/FacebookPlugin.php @@ -1,8 +1,8 @@ 'alert - * alert-danger']`. + * - `disable_mobile: _boolean_, disable use of mobile optimized version of Disqus. + * - `showCount`: _boolean_, whether to display the comment count summary instead of the detailed Disqus standard + * comments widget. + * - `noscript`: _string|boolean_, text to be displayed if browser does not support javascript. If set to `false`, + * this will not displayed. + * - `noscriptOptions`: _array_, HTML attributes for the noscript message container. Defaults to: + * `['class' => 'alert alert-danger']`. */ public $disqus = []; /** * @var array the facebook api configuration. You can setup these keys: - * - appId: string the Facebook Application ID. This is mandatory. - * - secret: string the Facebook Application Secret. This is mandatory. - * - default_graph_version: string, the default graph version. Defaults to `v2.5`. - * - noscript: string / bool, text to be displayed if browser does not support javascript. If set to `false`, this - * will not displayed. - * - noscriptOptions: array, HTML attributes for the noscript message container. Defaults to: - * `['class' => 'alert alert-danger']`. + * - `app_id` or `appId`: _string_, the Facebook Application ID. This is mandatory. + * - `app_secret` or `secret`: _string_, the Facebook Application Secret. This is mandatory. + * - `default_graph_version: _string_, the default graph version. Defaults to [[FB_GRAPH_VER]]. + * - `default_access_token`: _string_, the default facebook access token (optional). + * - `persistent_data_handler`: _Facebook\PersistentData\PersistentDataInterface_, defaults to new class instance of + * `kartik\social\FacebookPersistentHandler`. + * - `noscript`: _string|boolean_, text to be displayed if browser does not support javascript. If set to `false`, + * this will not displayed. + * - `noscriptOptions`: _array_, HTML attributes for the noscript message container. Defaults to: + * `['class' => 'alert alert-danger']`. */ public $facebook = []; /** * @var array the google api configuration. You can setup these keys: - * - clientId: string the Google Client ID. This is mandatory. - * - secret: string the Google Client Application Secret. This is mandatory. - * - noscript: string / bool, text to be displayed if browser does not support javascript. If set to `false`, this - * will not displayed. - * - noscriptOptions: array, HTML attributes for the noscript message container. Defaults to: - * `['class' => 'alert alert-danger']`. + * - clientId`: _string_, the Google Client ID. This is mandatory. + * - secret`: _string_, the Google Client Application Secret. This is mandatory. + * - `noscript`: _string|boolean_, text to be displayed if browser does not support javascript. If set to `false`, this + * will not displayed. + * - `noscriptOptions`: _array_, HTML attributes for the noscript message container. Defaults to: + * `['class' => 'alert alert-danger']`. */ public $google = []; /** * @var array the google analytics api configuration. You can setup these keys: - * - id: string the Google Analytics Tracking ID. - * - domain: string the domain name of your website where the tracking code will be displayed. - * - newVersion: boolean whether to insert the new version of the google analytics tracking code. Defaults to - * `true`. - * - oldVersion: boolean whether to insert the old version of the google analytics tracking code. Defaults to - * `false`. + * - `id`: _string_, the Google Analytics Tracking ID. + * - `domain`: _string_, the domain name of your website where the tracking code will be displayed. + * - `newVersion`: _boolean_, whether to insert the new version of the google analytics tracking code. Defaults to + * `true`. + * - `oldVersion`: _boolean_, whether to insert the old version of the google analytics tracking code. Defaults to + * `false`. */ public $googleAnalytics = []; /** * @var array the twitter api configuration. You can setup these keys: - * - screenName: string the Twitter Screen Name. This is mandatory for - * follow, mention, and hashtag buttons. - * - hashTag: string the Twitter Hash Tag. - * - noscript: string / bool, text to be displayed if browser does not support javascript. If set to `false`, this - * will not displayed. - * - noscriptOptions: array, HTML attributes for the noscript message container. Defaults to: - * `['class' => 'alert alert-danger']`. + * - `screenName`: _string_, the Twitter Screen Name. This is mandatory for follow, mention, and hashtag buttons. + * - `hashTag`: _string_, the Twitter Hash Tag. + * - `noscript`: _string|boolean_, text to be displayed if browser does not support javascript. If set to `false`, + * this will not displayed. + * - `noscriptOptions`: _array_, HTML attributes for the noscript message container. Defaults to: + * `['class' => 'alert alert-danger']`. */ public $twitter = []; /** * @var array the VKontakte api configuration. You can setup these keys: - * - apiId: string|int, the VK API identifier. - * - noscript: string / bool, text to be displayed if browser does not support javascript. If set to `false`, this - * will not displayed. - * - noscriptOptions: array, HTML attributes for the noscript message container. Defaults to: - * `['class' => 'alert alert-danger']`. + * - `apiId: string|int, the VK API identifier. + * - `noscript`: _string|boolean_, text to be displayed if browser does not support javascript. If set to `false`, + * this will not displayed. + * - `noscriptOptions`: _array_, HTML attributes for the noscript message container. Defaults to: + * `['class' => 'alert alert-danger']`. */ public $vk = []; /** * @var array the github buttons api configuration. You can setup these keys: - * - type: string the Github button type. - * - settings: array the configuration for the GitHub buttons widget - * - options: array the HTML attributes for the GitHub buttons iframe container. - * - noscript: string / bool, text to be displayed if browser does not support javascript. If set to `false`, this - * will not displayed. - * - noscriptOptions: array, HTML attributes for the noscript message container. Defaults to: - * `['class' => 'alert alert-danger']`. + * - type`: _string_, the Github button type. + * - settings`: _array_, the configuration for the GitHub buttons widget + * - options`: _array_, the HTML attributes for the GitHub buttons iframe container. + * - `noscript`: _string|boolean_, text to be displayed if browser does not support javascript. If set to `false`, + * this will not displayed. + * - `noscriptOptions`: _array_, HTML attributes for the noscript message container. Defaults to: + * `['class' => 'alert alert-danger']`. */ public $github = []; /** * @var array the github extended alternative buttons api configuration. You can setup these keys: - * - type: string the Github button type. - * - user: string the Github user name. - * - repo: string the Github repo name. - * - settings: array the configuration for the GitHub buttons widget - * - options: array the HTML attributes for the GitHub buttons iframe container. - * - noscript: string / bool, text to be displayed if browser does not support javascript. If set to `false`, this - * will not displayed. - * - noscriptOptions: array, HTML attributes for the noscript message container. Defaults to: - * `['class' => 'alert alert-danger']`. + * - `type`: _string_, the Github button type. + * - `user`: _string_, the Github user name. + * - `repo`: _string_, the Github repo name. + * - `settings`: _array_, the configuration for the GitHub buttons widget + * - `options`: _array_, the HTML attributes for the GitHub buttons iframe container. + * - `noscript`: _string|boolean_, text to be displayed if browser does not support javascript. If set to `false`, + * this will not displayed. + * - `noscriptOptions`: _array_, HTML attributes for the noscript message container. Defaults to: + * `['class' => 'alert alert-danger']`. */ public $githubX = []; @@ -129,11 +134,26 @@ class Module extends \yii\base\Module */ private $_fbObject; + /** + * Check if a facebook configuration variable is set + * + * @param string $var the variable name in the configuration + * @param string $val the variable value to test + * + * @throws InvalidConfigException + */ + protected static function checkFbConfig($var = '', $val = null) + { + if (!isset($val)) { + throw new InvalidConfigException("The Facebook '{$var}' has not been set."); + } + } + /** * Gets the Facebook object based on supplied parameters or uses module level facebook settings * * @param array $params the parameters to be set for the facebook session. If not set, will use the module level - * facebook settings. + * facebook settings. * * @return Facebook object * @@ -151,12 +171,15 @@ public function getFb($params = []) * Sets the Facebook object based on supplied parameters or uses module level facebook settings * * @param array|null $params , if set to null the facebook object will be set to a null value. If set as an array, - * the `$params` should be set as `$key => $value` pairs, where `$key` is one of: - * - 'app_id': string, the facebook application id (if not set, this will default from module facebook settings) - * - 'app_secret': string, the facebook application secret (if not set, this will default from module facebook - * settings) - * - 'default_graph_version': string, the default facebook graph version. Defaults to 'v2.5'. This typically must - * be set to the latest facebook graph version. + * the `$params` should be set as `$key => $value` pairs, where `$key` is one of: + * - `app_id`: _string_, the facebook application id (if not set, this will default from module facebook settings) + * - `app_secret`: _string_, the facebook application secret (if not set, this will default from module facebook + * settings) + * - `default_graph_version`: _string_, the default facebook graph version. Defaults to [[FB_GRAPH_VER]]. This + * typically must be set to the latest facebook graph version. + * - `default_access_token`: _string_, the default facebook access token (optional). + * - `persistent_data_handler`: _Facebook\PersistentData\PersistentDataInterface_, defaults to new class instance of + * `kartik\social\FacebookPersistentHandler`. */ public function setFb($params = []) { @@ -167,33 +190,32 @@ public function setFb($params = []) $params += $this->facebook; $appId = null; $secret = null; - $default_graph_version = 'v2.5'; + $default_graph_version = self::FB_GRAPH_VER; extract($params); static::checkFbConfig('appId', $appId); static::checkFbConfig('secret', $secret); static::checkFbConfig('default_graph_version', $default_graph_version); - $params['app_id'] = $params['appId']; - $params['app_secret'] = $params['secret']; + if (!isset($params['app_id'])) { + $params['app_id'] = $params['appId']; + } + if (!isset($params['app_secret'])) { + $params['app_secret'] = $params['secret']; + } if (!isset($params['persistent_data_handler'])) { - $params['persistent_data_handler'] = 'session'; + $params['persistent_data_handler'] = new FacebookPersistentHandler(); } unset($params['appId'], $params['secret']); - $persistence = ArrayHelper::getValue($params, 'persistent_data_handler'); - if ($persistence === 'session' && !session_id()) { - Yii::$app->session->open(); - } $this->_fbObject = new Facebook($params); } /** * Generates and returns a facebook login link * - * @param string $callback the absolute callback url action that will be used by Facebook SDK redirect login - * helper. - * @param array $options the HTML attributes for the login link. The following special options are recognized: - * - `label`: string, the label to display for the link. Defaults to 'Login with Facebook'. - * @param array $permissions the permissions for the user to be authenticated by the login helper. Defaults to - * `['email', 'user_posts']`. + * @param string $callback the absolute callback url action that will be used by Facebook SDK redirect login helper. + * @param array $options the HTML attributes for the login link. The following special options are recognized: + * - `label`: _string_, the label to display for the link. Defaults to 'Login with Facebook'. + * @param array $permissions the permissions for the user to be authenticated by the login helper. Defaults to + * `['email', 'user_posts']`. * @param Facebook $fb the facebook object. If not provided will default to the object retrieved by `getFb` method. * * @return string the generated login link @@ -207,19 +229,4 @@ public function getFbLoginLink($callback = '#', $options = [], $permissions = [' $label = ArrayHelper::remove($options, 'label', Yii::t('kvsocial', 'Login with Facebook')); return Html::a($label, $url, $options); } - - /** - * Check if a facebook configuration variable is set - * - * @param string $var the variable name in the configuration - * @param string $val the variable value to test - * - * @throws InvalidConfigException - */ - protected static function checkFbConfig($var = '', $val = null) - { - if (!isset($val)) { - throw new InvalidConfigException("The Facebook '{$var}' has not been set."); - } - } } diff --git a/README.md b/README.md index 8b0e0f3..04e513c 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ You can view [usage and demos](http://demos.krajee.com/social) on the module. // the global settings for the facebook plugins widget 'facebook' => [ - 'appId' => 'FACEBOOK_APP_ID', - 'secret' => 'FACEBOOK_APP_SECRET', + 'app_id' => 'FACEBOOK_APP_ID', + 'app_secret' => 'FACEBOOK_APP_SECRET', ], // the global settings for the google plugins widget diff --git a/TwitterPlugin.php b/TwitterPlugin.php index 26b0920..4b0e381 100644 --- a/TwitterPlugin.php +++ b/TwitterPlugin.php @@ -1,8 +1,8 @@ Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ar/kvsocial.php b/messages/ar/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ar/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/az/kvsocial.php b/messages/az/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/az/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/bg/kvsocial.php b/messages/bg/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/bg/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/bs/kvsocial.php b/messages/bs/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/bs/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ca/kvsocial.php b/messages/ca/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ca/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/config.php b/messages/config.php index 3ad1895..79f22c5 100644 --- a/messages/config.php +++ b/messages/config.php @@ -7,7 +7,7 @@ 'messagePath' => __DIR__, // array, required, list of language codes that the extracted messages // should be translated to. For example, ['zh-CN', 'de']. - 'languages' => ['da', 'de', 'en', 'fr', 'es', 'hu', 'ru', 'uk'], + 'languages' => ['af', 'ar', 'az', 'bg', 'bs', 'ca', 'cs', 'da', 'de', 'el', 'en', 'eo', 'es', 'et', 'eu', 'fa', 'fi', 'fo', 'fr', 'gl', 'gu', 'he', 'hi', 'hr', 'hu', 'hy', 'id', 'is', 'it', 'ja', 'ka', 'kk', 'kn', 'ko', 'ky', 'lt', 'lv', 'mi', 'mk', 'mn', 'mr', 'ms', 'mt', 'nb', 'nl', 'nn', 'pl', 'pt', 'pt-BR', 'qu', 'ro', 'ru', 'sa', 'se', 'sk', 'sl', 'sq', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tj', 'tl', 'tn', 'tr', 'ts', 'tt', 'uk', 'ur', 'vi', 'zh-CN', 'zh-TW', 'zu'], // string, the name of the function for translating messages. // Defaults to 'Yii::t'. This is used as a mark to find the messages to be // translated. You may use a string for single function name or an array for diff --git a/messages/cs/kvsocial.php b/messages/cs/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/cs/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/el/kvsocial.php b/messages/el/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/el/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/eo/kvsocial.php b/messages/eo/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/eo/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/et/kvsocial.php b/messages/et/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/et/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/eu/kvsocial.php b/messages/eu/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/eu/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/fa/kvsocial.php b/messages/fa/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/fa/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/fi/kvsocial.php b/messages/fi/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/fi/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/fo/kvsocial.php b/messages/fo/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/fo/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/gl/kvsocial.php b/messages/gl/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/gl/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/gu/kvsocial.php b/messages/gu/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/gu/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/he/kvsocial.php b/messages/he/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/he/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/hi/kvsocial.php b/messages/hi/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/hi/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/hr/kvsocial.php b/messages/hr/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/hr/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/hy/kvsocial.php b/messages/hy/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/hy/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/id/kvsocial.php b/messages/id/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/id/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/is/kvsocial.php b/messages/is/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/is/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/it/kvsocial.php b/messages/it/kvsocial.php index dc55f69..a6e1feb 100644 --- a/messages/it/kvsocial.php +++ b/messages/it/kvsocial.php @@ -2,7 +2,7 @@ /** * Message translations. * - * This file is automatically generated by 'yii message' command. + * This file is automatically generated by 'yii message/extract' command. * It contains the localizable messages extracted from source code. * You may modify this file by translating the extracted messages. * @@ -17,6 +17,7 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Login with Facebook' => '', 'Note: Please use an updated browser to view comments.' => 'Nota: Per favore usa un browser aggiornato per visualizzare i commenti.', 'Download' => 'Download', 'Follow' => 'Follow', diff --git a/messages/ja/kvsocial.php b/messages/ja/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ja/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ka/kvsocial.php b/messages/ka/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ka/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/kk/kvsocial.php b/messages/kk/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/kk/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/kn/kvsocial.php b/messages/kn/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/kn/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ko/kvsocial.php b/messages/ko/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ko/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ky/kvsocial.php b/messages/ky/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ky/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/lv/kvsocial.php b/messages/lv/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/lv/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/mi/kvsocial.php b/messages/mi/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/mi/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/mk/kvsocial.php b/messages/mk/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/mk/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/mn/kvsocial.php b/messages/mn/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/mn/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/mr/kvsocial.php b/messages/mr/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/mr/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ms/kvsocial.php b/messages/ms/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ms/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/mt/kvsocial.php b/messages/mt/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/mt/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/nb/kvsocial.php b/messages/nb/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/nb/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/nn/kvsocial.php b/messages/nn/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/nn/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/qu/kvsocial.php b/messages/qu/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/qu/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ro/kvsocial.php b/messages/ro/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ro/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/sa/kvsocial.php b/messages/sa/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/sa/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/se/kvsocial.php b/messages/se/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/se/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/sk/kvsocial.php b/messages/sk/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/sk/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/sl/kvsocial.php b/messages/sl/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/sl/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/sq/kvsocial.php b/messages/sq/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/sq/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/sr/kvsocial.php b/messages/sr/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/sr/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/sv/kvsocial.php b/messages/sv/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/sv/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/sw/kvsocial.php b/messages/sw/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/sw/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ta/kvsocial.php b/messages/ta/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ta/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/te/kvsocial.php b/messages/te/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/te/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/th/kvsocial.php b/messages/th/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/th/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/tj/kvsocial.php b/messages/tj/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/tj/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/tl/kvsocial.php b/messages/tl/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/tl/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/tn/kvsocial.php b/messages/tn/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/tn/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/tr/kvsocial.php b/messages/tr/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/tr/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ts/kvsocial.php b/messages/ts/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ts/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/tt/kvsocial.php b/messages/tt/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/tt/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/ur/kvsocial.php b/messages/ur/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/ur/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/vi/kvsocial.php b/messages/vi/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/vi/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/zh-CN/kvsocial.php b/messages/zh-CN/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/zh-CN/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/zh-TW/kvsocial.php b/messages/zh-TW/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/zh-TW/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/messages/zu/kvsocial.php b/messages/zu/kvsocial.php new file mode 100644 index 0000000..3c5d4cd --- /dev/null +++ b/messages/zu/kvsocial.php @@ -0,0 +1,35 @@ +Note: Please use an updated browser to view comments.' => '', + 'Download' => '', + 'Follow' => '', + 'Fork' => '', + 'Issue' => '', + 'Login with Facebook' => '', + 'Please enable JavaScript on your browser to view the Facebook {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Google {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the Twitter {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript on your browser to view the VKontakte {pluginName} plugin correctly on this site.' => '', + 'Please enable JavaScript to view the {pluginLink}.' => '', + 'Star' => '', + 'Watch' => '', + 'You must enable Javascript on your browser for the site to work optimally and display sections completely.' => '', + 'comments powered by Disqus' => '', +]; diff --git a/views/disqus-comments.php b/views/disqus-comments.php index 5d83cb0..684b1d2 100644 --- a/views/disqus-comments.php +++ b/views/disqus-comments.php @@ -1,8 +1,8 @@